Report: Add data and dpdk comparison tables
[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       # TODO: Add data:
197       csit-vpp-perf-report-iterative-2005-3n-hsw:
198         - 3   # NDRPDR sel
199         - 5   # NDRPDR sel
200
201     plot-vpp-hdrh-lat-3n-hsw:
202       # TODO: Add data:
203       csit-vpp-perf-report-iterative-2005-3n-hsw:
204         - 3   # NDRPDR sel
205         - 5   # NDRPDR sel
206
207     plot-vpp-nfv-3n-hsw-ndrpdr:
208       # TODO: Add data:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211         - 5   # NDRPDR sel
212
213     plot-vpp-nfv-3n-hsw-mrr:
214       # TODO: Replace:
215       # csit-vpp-perf-report-iterative-2005-3n-hsw:
216       csit-vpp-perf-verify-2001-3n-hsw:
217         - 17  # MRR sel
218
219     plot-vpp-hoststack-3n-hsw:
220       # TODO: Replace:
221       # csit-vpp-perf-report-iterative-2005-3n-hsw:
222       csit-vpp-perf-verify-2001-3n-hsw:
223         - 103  # hoststack
224
225     plot-dpdk-throughput-latency-3n-hsw:
226       csit-dpdk-perf-report-iterative-2005-3n-hsw:
227         - 5   # NDRPDR sel
228         - 6   # NDRPDR sel
229         - 7   # NDRPDR sel
230         - 8   # NDRPDR sel
231         - 9   # NDRPDR sel
232         - 10  # NDRPDR sel
233         - 11  # NDRPDR sel
234         - 12  # NDRPDR sel
235         - 13  # NDRPDR sel
236         - 14  # NDRPDR sel
237
238     plot-dpdk-hdrh-lat-3n-hsw:
239       csit-dpdk-perf-report-iterative-2005-3n-hsw:
240         - 5   # NDRPDR sel
241
242     # 3n-skx
243
244     plot-vpp-throughput-lat-tsa-3n-skx:
245       # TODO: Replace:
246       # csit-vpp-perf-report-iterative-2005-3n-skx:
247       csit-vpp-perf-verify-2001-3n-skx:
248         - 69  # NDRPDR sel - new2001.0
249
250     plot-vpp-hdrh-lat-3n-skx:
251       # TODO: Replace:
252       # csit-vpp-perf-report-iterative-2005-3n-skx:
253       csit-vpp-perf-verify-2001-3n-skx:
254         - 69  # NDRPDR sel - new2001.0
255
256     plot-vpp-nfv-3n-skx-ndrpdr:
257       # TODO: Replace:
258       # csit-vpp-perf-report-iterative-2005-3n-skx:
259       csit-vpp-perf-verify-2001-3n-skx:
260         - 69  # NDRPDR sel - new2001.0
261
262     plot-vpp-nfv-3n-skx-mrr:
263       # TODO: Replace:
264       # csit-vpp-perf-report-iterative-2005-3n-skx:
265       csit-vpp-perf-verify-2001-3n-skx:
266         - 50  # MRR sel
267
268     plot-dpdk-throughput-latency-3n-skx:
269       # TODO: Add data:
270       csit-dpdk-perf-report-iterative-2005-3n-skx:
271         - 4   # NDRPDR sel
272         - 5   # NDRPDR sel
273         - 6   # NDRPDR sel
274         - 7   # NDRPDR sel
275         - 8   # NDRPDR sel
276         - 11  # NDRPDR sel
277         - 12  # NDRPDR sel
278         - 13  # NDRPDR sel
279
280     plot-dpdk-hdrh-lat-3n-skx:
281       csit-dpdk-perf-report-iterative-2005-3n-skx:
282         - 4   # NDRPDR sel
283
284     # 2n-skx
285
286     plot-vpp-throughput-lat-tsa-2n-skx:
287       # TODO: Replace:
288       # csit-vpp-perf-report-iterative-2005-2n-skx:
289       csit-vpp-perf-verify-2001-2n-skx:
290         - 143  # NDRPDR sel - new2001.0
291
292     plot-vpp-hdrh-lat-2n-skx:
293       # TODO: Replace:
294       # csit-vpp-perf-report-iterative-2005-2n-skx:
295       csit-vpp-perf-verify-2001-2n-skx:
296         - 153  # NDRPDR sel - new2001.0
297
298     plot-vpp-soak-2n-skx:
299       # TODO: Replace:
300       # csit-vpp-perf-report-iterative-2005-2n-skx:
301       csit-vpp-perf-verify-2001-2n-skx:
302         - 181  # Soak
303         - 182  # Soak
304
305     plot-vpp-nfv-2n-skx-ndrpdr:
306       # TODO: Replace:
307       # csit-vpp-perf-report-iterative-2005-2n-skx:
308       csit-vpp-perf-verify-2001-2n-skx:
309         - 30  # NFV
310         - 31  # NFV
311
312     plot-vpp-nfv-2n-skx-mrr:
313       # TODO: Replace:
314       # csit-vpp-perf-report-iterative-2005-2n-skx:
315       csit-vpp-perf-verify-1908-2n-skx:
316         - 71  # NFV MRR
317
318     plot-vpp-nfv-reconf-2n-skx:
319       # TODO: Replace:
320       # csit-vpp-perf-report-iterative-2005-2n-skx:
321       csit-vpp-perf-verify-2001-2n-skx:
322         - 169  # Reconf
323
324     plot-dpdk-throughput-latency-2n-skx:
325       csit-dpdk-perf-report-iterative-2005-2n-skx:
326         - 1   # NDRPDR sel
327         - 2   # NDRPDR sel
328         - 3   # NDRPDR sel
329         - 4   # NDRPDR sel
330         - 5   # NDRPDR sel
331         - 6   # NDRPDR sel
332         - 7   # NDRPDR sel
333         - 8   # NDRPDR sel
334         - 9   # NDRPDR sel
335         - 10  # NDRPDR sel
336
337     plot-dpdk-hdrh-lat-2n-skx:
338       csit-dpdk-perf-report-iterative-2005-2n-skx:
339         - 1   # NDRPDR sel
340
341     # 2n-clx
342
343     plot-vpp-throughput-lat-tsa-2n-clx:
344       # TODO: Replace:
345       # csit-vpp-perf-report-iterative-2005-2n-clx:
346       csit-vpp-perf-verify-2001-2n-clx:
347         - 28  # NDRPDR sel
348
349     plot-vpp-hdrh-lat-2n-clx:
350       # TODO: Replace:
351       # csit-vpp-perf-report-iterative-2005-2n-clx:
352       csit-vpp-perf-verify-2001-2n-clx:
353         - 28  # NDRPDR sel
354
355     plot-vpp-http-server-performance:
356       # TODO: Replace:
357       # csit-vpp-perf-report-iterative-2005-2n-clx:
358       csit-vpp-perf-verify-2001-2n-clx:
359         - 80  # TCP
360
361     plot-vpp-nfv-2n-clx-ndrpdr:
362       # TODO: Replace:
363       # csit-vpp-perf-report-iterative-2005-2n-clx:
364       csit-vpp-perf-verify-2001-2n-clx:
365         - 28  # NDRPDR sel
366
367     plot-vpp-nfv-2n-clx-mrr:
368       # TODO: Replace:
369       # csit-vpp-perf-report-iterative-2005-2n-clx:
370       csit-vpp-perf-verify-2001-2n-clx:
371         - 39  # MRR
372
373     plot-vpp-nfv-reconf-2n-clx:
374       # TODO: Replace:
375       # csit-vpp-perf-report-iterative-2005-2n-clx:
376       csit-vpp-perf-verify-2001-2n-clx:
377         - 68  # Reconf
378
379     plot-vpp-soak-2n-clx:
380       # TODO: Replace:
381       # csit-vpp-perf-report-iterative-2005-2n-clx:
382       csit-vpp-perf-verify-2001-2n-clx:
383         - 93  # Soak
384         - 94  # Soak
385
386     plot-dpdk-throughput-latency-2n-clx:
387       csit-dpdk-perf-report-iterative-2005-2n-clx:
388         - 1   # NDRPDR sel
389         - 2   # NDRPDR sel
390         - 3   # NDRPDR sel
391         - 4   # NDRPDR sel
392         - 5   # NDRPDR sel
393         - 6   # NDRPDR sel
394         - 7   # NDRPDR sel
395         - 8   # NDRPDR sel
396         - 9   # NDRPDR sel
397         - 10  # NDRPDR sel
398
399     plot-dpdk-hdrh-lat-2n-clx:
400       csit-dpdk-perf-report-iterative-2005-2n-clx:
401         - 1   # NDRPDR sel
402
403     # 3n-tsh
404
405     plot-vpp-throughput-lat-tsa-3n-tsh:
406       # TODO: Replace:
407       # csit-vpp-perf-report-iterative-2005-3n-tsh:
408       csit-vpp-perf-verify-2001-3n-tsh:
409         - 3   # NDRPDR sel
410
411     plot-vpp-hdrh-lat-3n-tsh:
412       # TODO: Replace:
413       # csit-vpp-perf-report-iterative-2005-3n-tsh:
414       csit-vpp-perf-verify-2001-3n-tsh:
415         - 10  # NDRPDR sel
416
417     plot-dpdk-throughput-latency-3n-tsh:
418       # TODO: Replace:
419       # csit-dpdk-perf-report-iterative-2005-3n-tsh:
420       csit-dpdk-perf-verify-2001-3n-tsh:
421         - 3   # NDRPDR sel
422
423     plot-dpdk-hdrh-lat-3n-tsh:
424       # TODO: Replace:
425       # csit-dpdk-perf-report-iterative-2005-3n-tsh:
426       csit-dpdk-perf-verify-2001-3n-tsh:
427         - 3   # NDRPDR sel
428
429     # 3n-dnv
430
431     plot-vpp-throughput-lat-tsa-3n-dnv:
432       # TODO: Replace:
433       # csit-vpp-perf-report-iterative-2005-3n-dnv:
434       csit-vpp-perf-verify-2001-3n-dnv:
435         - 5   # NDRPDR sel
436
437     plot-dpdk-throughput-latency-3n-dnv:
438       # TODO: Add data:
439       csit-dpdk-perf-report-iterative-2005-3n-dnv:
440         - 6   # NDRPDR sel
441         - 7   # NDRPDR sel
442         - 8   # NDRPDR sel
443         - 9   # NDRPDR sel
444         - 10  # NDRPDR sel
445
446     # 2n-dnv
447
448     plot-vpp-throughput-lat-tsa-2n-dnv:
449       # TODO: Replace:
450       # csit-vpp-perf-report-iterative-2005-2n-dnv:
451       csit-vpp-perf-verify-2001-2n-dnv:
452         - 4   # NDRPDR sel
453
454     plot-dpdk-throughput-latency-2n-dnv:
455       # TODO: Add data:
456       csit-dpdk-perf-report-iterative-2005-2n-dnv:
457         - 8   # NDRPDR sel
458         - 9   # NDRPDR sel
459         - 10  # NDRPDR sel
460         - 11  # NDRPDR sel
461         - 12  # NDRPDR sel
462         - 13  # NDRPDR sel
463         - 14  # NDRPDR sel
464
465     ###########################################################################
466     # Simple tables (only one data set):
467
468     # NIC Comparisons
469
470     vpp-nic-comparison-3n-skx:
471       # TODO: Replace:
472       # csit-vpp-perf-report-iterative-2005-3n-skx:
473       csit-vpp-perf-verify-2001-3n-skx:
474         - 69  # NDRPDR sel - new2001.0
475
476     vpp-nic-comparison-2n-skx:
477       # TODO: Replace:
478       # csit-vpp-perf-report-iterative-2005-2n-skx:
479       csit-vpp-perf-verify-2001-2n-skx:
480         - 143  # NDRPDR sel - new2001.0
481
482     vpp-nic-comparison-3n-skx-mrr:
483       # TODO: Replace:
484       # csit-vpp-perf-report-iterative-2005-3n-skx:
485       csit-vpp-perf-verify-2001-3n-skx:
486         - 50  # MRR sel
487         - 53  # MRR sel addition
488
489     vpp-nic-comparison-2n-skx-mrr:
490       # TODO: Replace:
491       # csit-vpp-perf-report-iterative-2005-2n-skx:
492       csit-vpp-perf-verify-2001-2n-skx:
493         - 101 # MRR sel
494         - 128 # MRR sel addition
495
496     # Results
497
498     vpp-perf-results-3n-hsw:
499       # TODO: Replace by FULL:
500       csit-vpp-perf-report-iterative-2005-3n-hsw:
501         - 3   # NDRPDR sel
502
503     vpp-perf-results-3n-skx:
504       # TODO: Replace:
505       # csit-vpp-perf-report-iterative-2005-3n-skx:
506       csit-vpp-perf-verify-2001-3n-skx:
507         - 69  # NDRPDR sel
508
509     vpp-perf-results-2n-skx:
510       # TODO: Replace:
511       # csit-vpp-perf-report-iterative-2005-2n-skx:
512       csit-vpp-perf-verify-2001-2n-skx:
513         - 143  # NDRPDR sel
514
515     vpp-perf-results-2n-clx:
516       # TODO: Replace:
517       # csit-vpp-perf-report-iterative-2005-2n-clx:
518       csit-vpp-perf-verify-2001-2n-clx:
519         - 28  # NDRPDR sel
520
521     vpp-perf-results-3n-tsh:
522       # TODO: Replace:
523       # csit-vpp-perf-report-iterative-2005-3n-tsh:
524       csit-vpp-perf-verify-2001-3n-tsh:
525         - 10  # NDRPDR sel
526
527     vpp-perf-results-3n-dnv:
528       # TODO: Replace:
529       # csit-vpp-perf-report-iterative-2005-3n-dnv:
530       csit-vpp-perf-verify-2001-3n-dnv:
531         - 6   # NDRPDR sel
532
533     vpp-perf-results-2n-dnv:
534       # TODO: Replace:
535       # csit-vpp-perf-report-iterative-2005-2n-dnv:
536       csit-vpp-perf-verify-2001-2n-dnv:
537         - 4   # NDRPDR sel
538
539     vpp-mrr-results-3n-hsw:
540       # TODO: Replace:
541       # csit-vpp-perf-report-iterative-2005-3n-hsw:
542       csit-vpp-perf-verify-2001-3n-hsw:
543         - 17  # MRR sel
544
545     vpp-mrr-results-3n-skx:
546       # TODO: Replace:
547       # csit-vpp-perf-report-iterative-2005-3n-skx:
548       csit-vpp-perf-verify-2001-3n-skx:
549         - 50  # MRR sel
550         - 53  # MRR sel addition
551
552     vpp-mrr-results-2n-skx:
553       # TODO: Replace:
554       # csit-vpp-perf-report-iterative-2005-2n-skx:
555       csit-vpp-perf-verify-2001-2n-skx:
556         - 101 # MRR sel
557         - 128 # MRR sel addition
558
559     vpp-mrr-results-2n-clx:
560       # TODO: Replace:
561       # csit-vpp-perf-report-iterative-2005-2n-clx:
562       csit-vpp-perf-verify-2001-2n-clx:
563         - 39  # MRR
564
565     vpp-mrr-results-3n-tsh:
566       # TODO: Replace:
567       # csit-vpp-perf-report-iterative-2005-3n-tsh:
568       csit-vpp-perf-verify-2001-3n-tsh:
569         - 9   # MRR sel
570
571     vpp-mrr-results-3n-dnv:
572       # TODO: Replace:
573       # csit-vpp-perf-report-iterative-2005-3n-dnv:
574       csit-vpp-perf-verify-2001-3n-dnv:
575         - 11  # MRR sel
576
577     vpp-mrr-results-2n-dnv:
578       # TODO: Replace:
579       # csit-vpp-perf-report-iterative-2005-2n-dnv:
580       csit-vpp-perf-verify-2001-2n-dnv:
581         - 12  # MRR sel
582
583     vpp-device-results-ubuntu:
584       csit-vpp-device-2005-ubuntu1804-1n-skx:
585         - 35
586
587     dpdk-perf-results-3n-hsw:
588       # TODO: Replace by FULL
589       csit-dpdk-perf-report-iterative-2005-3n-hsw:
590         - 5   # NDRPDR sel
591
592     dpdk-perf-results-3n-skx:
593       # TODO: Replace by FULL
594       csit-dpdk-perf-report-iterative-2005-3n-skx:
595         - 4   # NDRPDR sel
596
597     dpdk-perf-results-2n-skx:
598       # TODO: Replace by FULL
599       csit-dpdk-perf-report-iterative-2005-2n-skx:
600         - 1   # NDRPDR sel
601
602     dpdk-perf-results-2n-clx:
603       # TODO: Replace by FULL
604       csit-dpdk-perf-report-iterative-2005-2n-clx:
605         - 1   # NDRPDR sel
606
607     dpdk-perf-results-2n-dnv:
608       # TODO: Replace by FULL
609       csit-dpdk-perf-report-iterative-2005-2n-dnv:
610         - 8   # NDRPDR sel
611
612     dpdk-perf-results-3n-dnv:
613       # TODO: Replace by FULL
614       csit-dpdk-perf-report-iterative-2005-3n-dnv:
615         - 6   # NDRPDR sel
616
617     dpdk-perf-results-3n-tsh:
618       # TODO: Replace:
619       # csit-dpdk-perf-report-iterative-2005-3n-tsh:
620       csit-dpdk-perf-verify-2001-3n-tsh:
621         - 3   # NDRPDR sel
622
623 ###########################################################################
624     # Tables (more than one data set)
625
626     # Performance changes
627
628     vpp-performance-changes-3n-hsw-h1:
629       csit-vpp-perf-verify-1908-3n-hsw:
630         - 12  # NDRPDR sel
631         - 13  # NDRPDR sel
632         - 14  # NDRPDR sel
633         - 15  # NDRPDR sel
634         - 16  # NDRPDR sel
635         - 17  # NDRPDR sel
636         - 18  # NDRPDR sel
637         - 19  # NDRPDR sel
638         - 20  # NDRPDR sel
639         - 21  # NDRPDR sel
640     vpp-performance-changes-3n-hsw-ref:
641       csit-vpp-perf-verify-2001-3n-hsw:
642         - 21  # NDRPDR sel
643         - 22  # NDRPDR sel
644         - 23  # NDRPDR sel
645         - 24  # NDRPDR sel
646         - 25  # NDRPDR sel
647         - 29  # NDRPDR sel
648         - 30  # NDRPDR sel
649         - 31  # NDRPDR sel
650         - 32  # NDRPDR sel
651         - 34  # NDRPDR sel
652     vpp-performance-changes-3n-hsw-cmp:
653       # TODO: Add data:
654       csit-vpp-perf-report-iterative-2005-3n-hsw:
655         - 3   # NDRPDR sel
656         - 5   # NDRPDR sel
657
658     vpp-performance-changes-3n-skx-h1:
659       csit-vpp-perf-verify-1908-3n-skx:
660         - 26  # NDRPDR sel - new1908.1
661         - 27  # NDRPDR sel - new1908.1
662         - 28  # NDRPDR sel - new1908.1
663         - 29  # NDRPDR sel - new1908.1
664         - 30  # NDRPDR sel - new1908.1
665         - 31  # NDRPDR sel - new1908.1
666         - 33  # NDRPDR sel - new1908.1
667         - 34  # NDRPDR sel - new1908.1
668         - 35  # NDRPDR sel - new1908.1
669         - 36  # NDRPDR sel - new1908.1
670     vpp-performance-changes-3n-skx-ref:
671       csit-vpp-perf-verify-2001-3n-skx:
672         - 69  # NDRPDR sel - new2001.0
673         - 71  # NDRPDR sel - new2001.0
674         - 72  # NDRPDR sel - new2001.0
675         - 76  # NDRPDR sel - new2001.0
676         - 77  # NDRPDR sel - new2001.0
677         - 78  # NDRPDR sel - new2001.0
678         - 80  # NDRPDR sel - new2001.0
679     vpp-performance-changes-3n-skx-cmp:
680       # TODO: Replace:
681       # csit-vpp-perf-report-iterative-2005-3n-skx:
682       csit-vpp-perf-verify-2001-3n-skx:
683         - 69  # NDRPDR sel - new2001.0
684         - 71  # NDRPDR sel - new2001.0
685         - 72  # NDRPDR sel - new2001.0
686         - 76  # NDRPDR sel - new2001.0
687         - 77  # NDRPDR sel - new2001.0
688         - 78  # NDRPDR sel - new2001.0
689         - 80  # NDRPDR sel - new2001.0
690
691     vpp-performance-changes-2n-skx-h1:
692       csit-vpp-perf-verify-1908-2n-skx:
693         - 39  # NDRPDR sel - new1908.1
694         - 40  # NDRPDR sel - new1908.1
695         - 41  # NDRPDR sel - new1908.1
696         - 43  # NDRPDR sel - new1908.1
697         - 44  # NDRPDR sel - new1908.1
698         - 45  # NDRPDR sel - new1908.1
699         - 46  # NDRPDR sel - new1908.1
700         - 47  # NDRPDR sel - new1908.1
701         - 48  # NDRPDR sel - new1908.1
702         - 49  # NDRPDR sel - new1908.1
703     vpp-performance-changes-2n-skx-ref:
704       csit-vpp-perf-verify-2001-2n-skx:
705         - 143  # NDRPDR sel - new2001.0
706         - 146  # NDRPDR sel - new2001.0
707         - 147  # NDRPDR sel - new2001.0
708         - 148  # NDRPDR sel - new2001.0
709         - 149  # NDRPDR sel - new2001.0
710         - 150  # NDRPDR sel - new2001.0
711         - 151  # NDRPDR sel - new2001.0
712         - 152  # NDRPDR sel - new2001.0
713         - 153  # NDRPDR sel - new2001.0
714         - 154  # NDRPDR sel - new2001.0
715     vpp-performance-changes-2n-skx-cmp:
716       # TODO: Replace:
717       # csit-vpp-perf-report-iterative-2005-2n-skx:
718       csit-vpp-perf-verify-2001-2n-skx:
719         - 143  # NDRPDR sel - new2001.0
720         - 146  # NDRPDR sel - new2001.0
721         - 147  # NDRPDR sel - new2001.0
722         - 148  # NDRPDR sel - new2001.0
723         - 149  # NDRPDR sel - new2001.0
724         - 150  # NDRPDR sel - new2001.0
725         - 151  # NDRPDR sel - new2001.0
726         - 152  # NDRPDR sel - new2001.0
727         - 153  # NDRPDR sel - new2001.0
728         - 154  # NDRPDR sel - new2001.0
729
730     vpp-performance-changes-nfv-2n-skx-ref:
731       csit-vpp-perf-verify-2001-2n-skx:
732         - 30  # NFV
733         - 31  # NFV
734     vpp-performance-changes-nfv-2n-skx-cmp:
735       # TODO: Replace:
736       # csit-vpp-perf-report-iterative-2005-2n-skx:
737       csit-vpp-perf-verify-2001-2n-skx:
738         - 30  # NFV
739         - 31  # NFV
740
741     vpp-performance-changes-2n-clx-h1:
742       csit-vpp-perf-verify-1908_1-2n-clx:
743         - 5  # NDRPDR sel
744         - 6  # NDRPDR sel
745         - 7  # NDRPDR sel
746         - 8  # NDRPDR sel
747         - 9  # NDRPDR sel
748     vpp-performance-changes-2n-clx-ref:
749       csit-vpp-perf-verify-2001-2n-clx:
750         - 28  # NDRPDR sel
751         - 29  # NDRPDR sel
752         - 32  # NDRPDR sel
753         - 40  # NDRPDR sel
754         - 43  # NDRPDR sel
755         - 44  # NDRPDR sel
756         - 45  # NDRPDR sel
757         - 47  # NDRPDR sel
758         - 48  # NDRPDR sel
759         - 49  # NDRPDR sel
760     vpp-performance-changes-2n-clx-cmp:
761       # TODO: Replace:
762       # csit-vpp-perf-report-iterative-2005-2n-clx:
763       csit-vpp-perf-verify-2001-2n-clx:
764         - 28  # NDRPDR sel
765         - 29  # NDRPDR sel
766         - 32  # NDRPDR sel
767         - 40  # NDRPDR sel
768         - 43  # NDRPDR sel
769         - 44  # NDRPDR sel
770         - 45  # NDRPDR sel
771         - 47  # NDRPDR sel
772         - 48  # NDRPDR sel
773         - 49  # NDRPDR sel
774
775     vpp-performance-changes-2n-dnv-h1:
776       csit-vpp-perf-verify-1908-2n-dnv:
777         - 1   # NDRPDR sel
778         - 2   # NDRPDR sel
779         - 3   # NDRPDR sel
780         - 4   # NDRPDR sel
781         - 5   # NDRPDR sel
782         - 6   # NDRPDR sel
783         - 7   # NDRPDR sel
784         - 8   # NDRPDR sel
785         - 9   # NDRPDR sel
786         - 10  # NDRPDR sel
787     vpp-performance-changes-2n-dnv-ref:
788       csit-vpp-perf-verify-2001-2n-dnv:
789         - 4   # NDRPDR sel
790         - 5   # NDRPDR sel
791         - 6   # NDRPDR sel
792         - 7   # NDRPDR sel
793         - 8   # NDRPDR sel
794         - 9   # NDRPDR sel
795         - 10  # NDRPDR sel
796         - 11  # NDRPDR sel
797         - 13  # NDRPDR sel
798         - 16  # NDRPDR sel
799     vpp-performance-changes-2n-dnv-cmp:
800       # TODO: Replace:
801       # csit-vpp-perf-report-iterative-2005-2n-dnv:
802       csit-vpp-perf-verify-2001-2n-dnv:
803         - 4   # NDRPDR sel
804         - 5   # NDRPDR sel
805         - 6   # NDRPDR sel
806         - 7   # NDRPDR sel
807         - 8   # NDRPDR sel
808         - 9   # NDRPDR sel
809         - 10  # NDRPDR sel
810         - 11  # NDRPDR sel
811         - 13  # NDRPDR sel
812         - 16  # NDRPDR sel
813
814     vpp-performance-changes-3n-dnv-h1:
815       csit-vpp-perf-verify-1908-3n-dnv:
816         - 6   # NDRPDR sel
817         - 7   # NDRPDR sel
818         - 8   # NDRPDR sel
819         - 9   # NDRPDR sel
820         - 10  # NDRPDR sel
821         - 12  # NDRPDR sel
822         - 13  # NDRPDR sel
823         - 14  # NDRPDR sel
824         - 15  # NDRPDR sel
825         - 16  # NDRPDR sel
826     vpp-performance-changes-3n-dnv-ref:
827       csit-vpp-perf-verify-2001-3n-dnv:
828         - 5   # NDRPDR sel
829         - 6   # NDRPDR sel
830         - 7   # NDRPDR sel
831         - 8   # NDRPDR sel
832         - 9   # NDRPDR sel
833         - 10  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 16  # NDRPDR sel
836         - 17  # NDRPDR sel
837         - 18  # NDRPDR sel
838     vpp-performance-changes-3n-dnv-cmp:
839       # TODO: Replace:
840       # csit-vpp-perf-report-iterative-2005-3n-dnv:
841       csit-vpp-perf-verify-2001-3n-dnv:
842         - 5   # NDRPDR sel
843         - 6   # NDRPDR sel
844         - 7   # NDRPDR sel
845         - 8   # NDRPDR sel
846         - 9   # NDRPDR sel
847         - 10  # NDRPDR sel
848         - 12  # NDRPDR sel
849         - 16  # NDRPDR sel
850         - 17  # NDRPDR sel
851         - 18  # NDRPDR sel
852
853     vpp-performance-changes-3n-tsh-h1:
854       csit-vpp-perf-verify-1908-3n-tsh:
855         - 7   # NDRPDR sel
856         - 8   # NDRPDR sel
857         - 9   # NDRPDR sel
858         - 10  # NDRPDR sel
859         - 11  # NDRPDR sel
860         - 12  # NDRPDR sel
861         - 13  # NDRPDR sel
862         - 14  # NDRPDR sel
863         - 15  # NDRPDR sel
864         - 16  # NDRPDR sel
865     vpp-performance-changes-3n-tsh-ref:
866       csit-vpp-perf-verify-2001-3n-tsh:
867         - 3   # NDRPDR sel
868         - 4   # NDRPDR sel
869         - 7   # NDRPDR sel
870         - 8   # NDRPDR sel
871         - 10  # NDRPDR sel
872         - 12  # NDRPDR sel
873         - 13  # NDRPDR sel
874         - 14  # NDRPDR sel
875         - 15  # NDRPDR sel
876         - 21  # NDRPDR sel
877     vpp-performance-changes-3n-tsh-cmp:
878       # TODO: Replace:
879       # csit-vpp-perf-report-iterative-2005-3n-tsh:
880       csit-vpp-perf-verify-2001-3n-tsh:
881         - 3   # NDRPDR sel
882         - 4   # NDRPDR sel
883         - 7   # NDRPDR sel
884         - 8   # NDRPDR sel
885         - 10  # NDRPDR sel
886         - 12  # NDRPDR sel
887         - 13  # NDRPDR sel
888         - 14  # NDRPDR sel
889         - 15  # NDRPDR sel
890         - 21  # NDRPDR sel
891
892     vpp-soak-vs-ndr-2n-skx-ref:
893       # TODO: Replace:
894       # csit-vpp-perf-report-iterative-2005-2n-skx:
895       csit-vpp-perf-verify-2001-2n-skx:
896         - 143  # NDRPDR sel - new2001.0
897         - 146  # NDRPDR sel - new2001.0
898         - 147  # NDRPDR sel - new2001.0
899         - 148  # NDRPDR sel - new2001.0
900         - 149  # NDRPDR sel - new2001.0
901         - 150  # NDRPDR sel - new2001.0
902         - 151  # NDRPDR sel - new2001.0
903         - 152  # NDRPDR sel - new2001.0
904         - 153  # NDRPDR sel - new2001.0
905         - 154  # NDRPDR sel - new2001.0
906     vpp-soak-vs-ndr-2n-skx-cmp:
907       # TODO: Replace:
908       # csit-vpp-perf-report-iterative-2005-2n-skx:
909       csit-vpp-perf-verify-2001-2n-skx:
910         - 181  # Soak
911         - 182  # Soak
912     vpp-soak-vs-ndr-2n-skx:
913       # TODO: Replace:
914       # csit-vpp-perf-report-iterative-2005-2n-skx:
915       csit-vpp-perf-verify-2001-2n-skx:
916         - 143  # NDRPDR sel - new2001.0
917         - 146  # NDRPDR sel - new2001.0
918         - 147  # NDRPDR sel - new2001.0
919         - 148  # NDRPDR sel - new2001.0
920         - 149  # NDRPDR sel - new2001.0
921         - 150  # NDRPDR sel - new2001.0
922         - 151  # NDRPDR sel - new2001.0
923         - 152  # NDRPDR sel - new2001.0
924         - 153  # NDRPDR sel - new2001.0
925         - 154  # NDRPDR sel - new2001.0
926         - 181  # Soak
927         - 182  # Soak
928
929     vpp-soak-vs-ndr-2n-clx-ref:
930       # TODO: Replace:
931       # csit-vpp-perf-report-iterative-2005-2n-clx:
932       csit-vpp-perf-verify-2001-2n-clx:
933         - 28  # NDRPDR sel
934         - 29  # NDRPDR sel
935         - 32  # NDRPDR sel
936         - 40  # NDRPDR sel
937         - 43  # NDRPDR sel
938         - 44  # NDRPDR sel
939         - 45  # NDRPDR sel
940         - 47  # NDRPDR sel
941         - 48  # NDRPDR sel
942         - 49  # NDRPDR sel
943     vpp-soak-vs-ndr-2n-clx-cmp:
944       # TODO: Replace:
945       # csit-vpp-perf-report-iterative-2005-2n-clx:
946       csit-vpp-perf-verify-2001-2n-clx:
947         - 93  # SOAK
948         - 94  # Soak
949     vpp-soak-vs-ndr-2n-clx:
950       # TODO: Replace:
951       # csit-vpp-perf-report-iterative-2005-2n-clx:
952       csit-vpp-perf-verify-2001-2n-clx:
953         - 28  # NDRPDR sel
954         - 29  # NDRPDR sel
955         - 32  # NDRPDR sel
956         - 40  # NDRPDR sel
957         - 43  # NDRPDR sel
958         - 44  # NDRPDR sel
959         - 45  # NDRPDR sel
960         - 47  # NDRPDR sel
961         - 48  # NDRPDR sel
962         - 49  # NDRPDR sel
963         - 93  # SOAK
964         - 94  # Soak
965
966     vpp-performance-changes-3n-hsw-mrr-h1:
967       csit-vpp-perf-verify-1908-3n-hsw:
968         - 39  # MRR sel
969     vpp-performance-changes-3n-hsw-mrr-ref:
970       csit-vpp-perf-verify-2001-3n-hsw:
971         - 17  # MRR sel
972     vpp-performance-changes-3n-hsw-mrr-cmp:
973       # TODO: Replace:
974       # csit-vpp-perf-report-iterative-2005-3n-hsw:
975       csit-vpp-perf-verify-2001-3n-hsw:
976         - 17  # MRR sel
977
978     vpp-performance-changes-3n-skx-mrr-h1:
979       csit-vpp-perf-verify-1908-3n-skx:
980         - 36  # MRR sel
981     vpp-performance-changes-3n-skx-mrr-ref:
982       csit-vpp-perf-verify-2001-3n-skx:
983         - 50  # MRR sel
984         - 53  # MRR sel addition
985     vpp-performance-changes-3n-skx-mrr-cmp:
986       # TODO: Replace:
987       # csit-vpp-perf-report-iterative-2005-3n-skx:
988       csit-vpp-perf-verify-2001-3n-skx:
989         - 50  # MRR sel
990         - 53  # MRR sel addition
991
992     vpp-performance-changes-2n-skx-mrr-h1:
993       csit-vpp-perf-verify-1908-2n-skx:
994         - 69  # MRR sel
995     vpp-performance-changes-2n-skx-mrr-ref:
996       csit-vpp-perf-verify-2001-2n-skx:
997         - 101 # MRR sel
998         - 128 # MRR sel addition
999     vpp-performance-changes-2n-skx-mrr-cmp:
1000       # TODO: Replace:
1001       # csit-vpp-perf-report-iterative-2005-2n-skx:
1002       csit-vpp-perf-verify-2001-2n-skx:
1003         - 101 # MRR sel
1004         - 128 # MRR sel addition
1005
1006 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1007 #      csit-vpp-perf-verify-1908-2n-skx:
1008 #        - 71  # NFV MRR
1009 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1010 #      # TODO: Replace
1011 #      # csit-vpp-perf-verify-2001-2n-skx:
1012 #      csit-vpp-perf-verify-1908-2n-skx:
1013 #        - 71  # NFV MRR
1014
1015     vpp-performance-changes-2n-dnv-mrr-h1:
1016       csit-vpp-perf-verify-1908-2n-dnv:
1017         - 11  # MRR sel
1018     vpp-performance-changes-2n-dnv-mrr-ref:
1019       csit-vpp-perf-verify-2001-2n-dnv:
1020         - 12  # MRR sel
1021     vpp-performance-changes-2n-dnv-mrr-cmp:
1022       # TODO: Replace:
1023       # csit-vpp-perf-report-iterative-2005-2n-dnv:
1024       csit-vpp-perf-verify-2001-2n-dnv:
1025         - 12  # MRR sel
1026
1027     vpp-performance-changes-3n-dnv-mrr-h1:
1028       csit-vpp-perf-verify-1908-3n-dnv:
1029         - 17  # MRR sel
1030     vpp-performance-changes-3n-dnv-mrr-ref:
1031       csit-vpp-perf-verify-2001-3n-dnv:
1032         - 11  # MRR sel
1033     vpp-performance-changes-3n-dnv-mrr-cmp:
1034       # TODO: Replace:
1035       # csit-vpp-perf-report-iterative-2005-3n-dnv:
1036       csit-vpp-perf-verify-2001-3n-dnv:
1037         - 11  # MRR sel
1038
1039     vpp-performance-changes-3n-tsh-mrr-h1:
1040       csit-vpp-perf-verify-1908-3n-tsh:
1041         - 17  # MRR sel
1042     vpp-performance-changes-3n-tsh-mrr-ref:
1043       csit-vpp-perf-verify-2001-3n-tsh:
1044         - 9   # MRR sel
1045     vpp-performance-changes-3n-tsh-mrr-cmp:
1046       # TODO: Replace:
1047       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1048       csit-vpp-perf-verify-2001-3n-tsh:
1049         - 9   # MRR sel
1050
1051     dpdk-performance-changes-3n-hsw-h1:
1052       csit-dpdk-perf-verify-1908-3n-hsw:
1053         - 2   # NDRPDR sel
1054         - 3   # NDRPDR sel
1055         - 4   # NDRPDR sel
1056         - 5   # NDRPDR sel
1057         - 6   # NDRPDR sel
1058         - 7   # NDRPDR sel
1059         - 8   # NDRPDR sel
1060         - 9   # NDRPDR sel
1061         - 10  # NDRPDR sel
1062         - 11  # NDRPDR sel
1063     dpdk-performance-changes-3n-hsw-ref:
1064       csit-dpdk-perf-verify-2001-3n-hsw:
1065         - 4   # NDRPDR sel
1066         - 5   # NDRPDR sel
1067         - 6   # NDRPDR sel
1068         - 7   # NDRPDR sel
1069         - 8   # NDRPDR sel
1070         - 9   # NDRPDR sel
1071         - 10  # NDRPDR sel
1072         - 11  # NDRPDR sel
1073         - 12  # NDRPDR sel
1074         - 13  # NDRPDR sel
1075         - 15  # NDRPDR sel
1076         - 16  # NDRPDR sel
1077         - 17  # NDRPDR sel
1078         - 18  # NDRPDR sel
1079         - 19  # NDRPDR sel
1080         - 20  # NDRPDR sel
1081         - 21  # NDRPDR sel
1082         - 22  # NDRPDR sel
1083         - 23  # NDRPDR sel
1084         - 24  # NDRPDR sel
1085     dpdk-performance-changes-3n-hsw-cmp:
1086       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1087         - 5   # NDRPDR sel
1088         - 6   # NDRPDR sel
1089         - 7   # NDRPDR sel
1090         - 8   # NDRPDR sel
1091         - 9   # NDRPDR sel
1092         - 10  # NDRPDR sel
1093         - 11  # NDRPDR sel
1094         - 12  # NDRPDR sel
1095         - 13  # NDRPDR sel
1096         - 14  # NDRPDR sel
1097
1098     dpdk-performance-changes-3n-skx-h1:
1099       csit-dpdk-perf-verify-1908-3n-skx:
1100         - 3   # NDRPDR sel
1101         - 4   # NDRPDR sel
1102         - 5   # NDRPDR sel
1103         - 6   # NDRPDR sel
1104         - 7   # NDRPDR sel
1105         - 8   # NDRPDR sel
1106         - 9   # NDRPDR sel
1107         - 10  # NDRPDR sel
1108         - 11  # NDRPDR sel
1109         - 12  # NDRPDR sel
1110     dpdk-performance-changes-3n-skx-ref:
1111       csit-dpdk-perf-verify-2001-3n-skx:
1112         - 29  # NDRPDR sel xxv710
1113         - 33  # NDRPDR sel xxv710
1114         - 34  # NDRPDR sel xxv710
1115         - 35  # NDRPDR sel xxv710
1116         - 36  # NDRPDR sel xxv710
1117         - 37  # NDRPDR sel xxv710
1118         - 41  # NDRPDR sel xxv710
1119         - 42  # NDRPDR sel xxv710
1120         - 43  # NDRPDR sel xxv710
1121         - 45  # NDRPDR sel xxv710
1122         - 30  # NDRPDR sel x710
1123         - 31  # NDRPDR sel x710
1124         - 32  # NDRPDR sel x710
1125         - 38  # NDRPDR sel x710
1126         - 39  # NDRPDR sel x710
1127         - 40  # NDRPDR sel x710
1128         - 44  # NDRPDR sel x710
1129         - 46  # NDRPDR sel x710
1130         - 47  # NDRPDR sel x710
1131         - 48  # NDRPDR sel x710
1132     dpdk-performance-changes-3n-skx-cmp:
1133       # TODO: Add data:
1134       csit-dpdk-perf-report-iterative-2005-3n-skx:
1135         - 4   # NDRPDR sel
1136         - 5   # NDRPDR sel
1137         - 6   # NDRPDR sel
1138         - 7   # NDRPDR sel
1139         - 8   # NDRPDR sel
1140         - 11  # NDRPDR sel
1141         - 12  # NDRPDR sel
1142         - 13  # NDRPDR sel
1143
1144     dpdk-performance-changes-2n-skx-h1:
1145       csit-dpdk-perf-verify-1908-2n-skx:
1146         - 2   # NDRPDR sel
1147         - 3   # NDRPDR sel
1148         - 4   # NDRPDR sel
1149         - 5   # NDRPDR sel
1150         - 7   # NDRPDR sel
1151         - 8   # NDRPDR sel
1152         - 9   # NDRPDR sel
1153         - 10  # NDRPDR sel
1154         - 11  # NDRPDR sel
1155         - 12  # NDRPDR sel
1156     dpdk-performance-changes-2n-skx-ref:
1157       csit-dpdk-perf-verify-2001-2n-skx:
1158         - 35  # NDRPDR sel xxv710
1159         - 36  # NDRPDR sel xxv710
1160         - 37  # NDRPDR sel xxv710
1161         - 41  # NDRPDR sel xxv710
1162         - 42  # NDRPDR sel xxv710
1163         - 43  # NDRPDR sel xxv710
1164         - 46  # NDRPDR sel xxv710
1165         - 47  # NDRPDR sel xxv710
1166         - 52  # NDRPDR sel xxv710
1167         - 53  # NDRPDR sel xxv710
1168         - 38  # NDRPDR sel x710
1169         - 39  # NDRPDR sel x710
1170         - 40  # NDRPDR sel x710
1171         - 44  # NDRPDR sel x710
1172         - 45  # NDRPDR sel x710
1173         - 48  # NDRPDR sel x710
1174         - 49  # NDRPDR sel x710
1175         - 50  # NDRPDR sel x710
1176         - 51  # NDRPDR sel x710
1177         - 54  # NDRPDR sel x710
1178     dpdk-performance-changes-2n-skx-cmp:
1179       csit-dpdk-perf-report-iterative-2005-2n-skx:
1180         - 1   # NDRPDR sel
1181         - 2   # NDRPDR sel
1182         - 3   # NDRPDR sel
1183         - 4   # NDRPDR sel
1184         - 5   # NDRPDR sel
1185         - 6   # NDRPDR sel
1186         - 7   # NDRPDR sel
1187         - 8   # NDRPDR sel
1188         - 9   # NDRPDR sel
1189         - 10  # NDRPDR sel
1190
1191     dpdk-performance-changes-2n-clx-ref:
1192       csit-dpdk-perf-verify-2001-2n-clx:
1193         - 15  # NDRPDR sel
1194         - 16  # NDRPDR sel
1195         - 17  # NDRPDR sel
1196         - 18  # NDRPDR sel
1197         - 19  # NDRPDR sel
1198         - 20  # NDRPDR sel
1199         - 21  # NDRPDR sel
1200         - 22  # NDRPDR sel
1201         - 23  # NDRPDR sel
1202         - 24  # NDRPDR sel
1203         - 25  # NDRPDR sel
1204         - 26  # NDRPDR sel
1205         - 27  # NDRPDR sel
1206         - 28  # NDRPDR sel
1207         - 29  # NDRPDR sel
1208         - 30  # NDRPDR sel
1209         - 31  # NDRPDR sel
1210         - 32  # NDRPDR sel
1211         - 33  # NDRPDR sel
1212         - 34  # NDRPDR sel
1213     dpdk-performance-changes-2n-clx-cmp:
1214       csit-dpdk-perf-report-iterative-2005-2n-clx:
1215         - 1   # NDRPDR sel
1216         - 2   # NDRPDR sel
1217         - 3   # NDRPDR sel
1218         - 4   # NDRPDR sel
1219         - 5   # NDRPDR sel
1220         - 6   # NDRPDR sel
1221         - 7   # NDRPDR sel
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225
1226     dpdk-performance-changes-2n-dnv-ref:
1227       csit-dpdk-perf-verify-2001-2n-dnv:
1228         - 9   # NDRPDR sel
1229         - 10  # NDRPDR sel
1230         - 11  # NDRPDR sel
1231         - 12  # NDRPDR sel
1232         - 13  # NDRPDR sel
1233         - 14  # NDRPDR sel
1234         - 15  # NDRPDR sel
1235         - 16  # NDRPDR sel
1236         - 17  # NDRPDR sel
1237         - 18  # NDRPDR sel
1238     dpdk-performance-changes-2n-dnv-cmp:
1239       # TODO: Add data:
1240       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1241         - 8   # NDRPDR sel
1242         - 9   # NDRPDR sel
1243         - 10  # NDRPDR sel
1244         - 11  # NDRPDR sel
1245         - 12  # NDRPDR sel
1246         - 13  # NDRPDR sel
1247         - 14  # NDRPDR sel
1248
1249     dpdk-performance-changes-3n-dnv-ref:
1250       csit-dpdk-perf-verify-2001-3n-dnv:
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         - 19  # NDRPDR sel
1259         - 20  # NDRPDR sel
1260         - 22  # NDRPDR sel
1261     dpdk-performance-changes-3n-dnv-cmp:
1262       # TODO: Add data:
1263       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1264         - 6   # NDRPDR sel
1265         - 7   # NDRPDR sel
1266         - 8   # NDRPDR sel
1267         - 9   # NDRPDR sel
1268         - 10  # NDRPDR sel
1269
1270     dpdk-performance-changes-3n-tsh-ref:
1271       csit-dpdk-perf-verify-2001-3n-tsh:
1272         - 3   # NDRPDR sel
1273         - 4   # NDRPDR sel
1274         - 5   # NDRPDR sel
1275         - 9   # NDRPDR sel
1276         - 10  # NDRPDR sel
1277         - 11  # NDRPDR sel
1278         - 12  # NDRPDR sel
1279         - 14  # NDRPDR sel
1280         - 15  # NDRPDR sel
1281         - 18  # NDRPDR sel
1282     dpdk-performance-changes-3n-tsh-cmp:
1283       # TODO: replace:
1284       # csit-dpdk-perf-report-iterative-2005-3n-tsh:
1285       csit-dpdk-perf-verify-2001-3n-tsh:
1286         - 3   # NDRPDR sel
1287         - 4   # NDRPDR sel
1288         - 5   # NDRPDR sel
1289         - 9   # NDRPDR sel
1290         - 10  # NDRPDR sel
1291         - 11  # NDRPDR sel
1292         - 12  # NDRPDR sel
1293         - 14  # NDRPDR sel
1294         - 15  # NDRPDR sel
1295         - 18  # NDRPDR sel
1296
1297     # Compare testbeds
1298
1299     vpp-compare-testbeds-ref:
1300       # TODO: Add data:
1301       csit-vpp-perf-report-iterative-2005-3n-hsw:
1302         - 3   # NDRPDR sel
1303         - 5   # NDRPDR sel
1304     vpp-compare-testbeds-cmp:
1305       # TODO: Replace:
1306       # csit-vpp-perf-report-iterative-2005-3n-skx:
1307       csit-vpp-perf-verify-2001-3n-skx:
1308         - 69  # NDRPDR sel - new2001.0
1309         - 71  # NDRPDR sel - new2001.0
1310         - 72  # NDRPDR sel - new2001.0
1311         - 76  # NDRPDR sel - new2001.0
1312         - 77  # NDRPDR sel - new2001.0
1313         - 78  # NDRPDR sel - new2001.0
1314         - 80  # NDRPDR sel - new2001.0
1315
1316     vpp-compare-testbeds-skx-clx-ref:
1317       # TODO: Replace:
1318       # csit-vpp-perf-report-iterative-2005-2n-skx:
1319       csit-vpp-perf-verify-2001-2n-skx:
1320         - 143  # NDRPDR sel - new2001.0
1321         - 146  # NDRPDR sel - new2001.0
1322         - 147  # NDRPDR sel - new2001.0
1323         - 148  # NDRPDR sel - new2001.0
1324         - 149  # NDRPDR sel - new2001.0
1325         - 150  # NDRPDR sel - new2001.0
1326         - 151  # NDRPDR sel - new2001.0
1327         - 152  # NDRPDR sel - new2001.0
1328         - 153  # NDRPDR sel - new2001.0
1329         - 154  # NDRPDR sel - new2001.0
1330     vpp-compare-testbeds-skx-clx-cmp:
1331       # TODO: Replace:
1332       # csit-vpp-perf-report-iterative-2005-2n-clx:
1333       csit-vpp-perf-verify-2001-2n-clx:
1334         - 28  # NDRPDR sel
1335         - 29  # NDRPDR sel
1336         - 32  # NDRPDR sel
1337         - 40  # NDRPDR sel
1338         - 43  # NDRPDR sel
1339         - 44  # NDRPDR sel
1340         - 45  # NDRPDR sel
1341         - 47  # NDRPDR sel
1342         - 48  # NDRPDR sel
1343         - 49  # NDRPDR sel
1344
1345     vpp-compare-testbeds-hsw-clx-ref:
1346       # TODO: Add data:
1347       csit-vpp-perf-report-iterative-2005-3n-hsw:
1348         - 3   # NDRPDR sel
1349         - 5   # NDRPDR sel
1350     vpp-compare-testbeds-hsw-clx-cmp:
1351       # TODO: Replace:
1352       # csit-vpp-perf-report-iterative-2005-2n-clx:
1353       csit-vpp-perf-verify-2001-2n-clx:
1354         - 28  # NDRPDR sel
1355         - 29  # NDRPDR sel
1356         - 32  # NDRPDR sel
1357         - 40  # NDRPDR sel
1358         - 43  # NDRPDR sel
1359         - 44  # NDRPDR sel
1360         - 45  # NDRPDR sel
1361         - 47  # NDRPDR sel
1362         - 48  # NDRPDR sel
1363         - 49  # NDRPDR sel
1364
1365     vpp-compare-testbeds-mrr-ref:
1366       # TODO: Replace:
1367       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1368       csit-vpp-perf-verify-2001-3n-hsw:
1369         - 17  # MRR sel
1370     vpp-compare-testbeds-mrr-cmp:
1371       # TODO: Replace:
1372       # csit-vpp-perf-report-iterative-2005-3n-skx:
1373       csit-vpp-perf-verify-2001-3n-skx:
1374         - 50  # MRR sel
1375         - 53  # MRR sel addition
1376
1377     vpp-compare-testbeds-mrr-skx-clx-ref:
1378       # TODO: Replace:
1379       # csit-vpp-perf-report-iterative-2005-2n-skx:
1380       csit-vpp-perf-verify-2001-2n-skx:
1381         - 101 # MRR sel
1382         - 128 # MRR sel addition
1383     vpp-compare-testbeds-mrr-skx-clx-cmp:
1384       # TODO: Replace:
1385       # csit-vpp-perf-report-iterative-2005-2n-clx:
1386       csit-vpp-perf-verify-2001-2n-clx:
1387         - 39  # MRR
1388
1389     vpp-compare-testbeds-mrr-hsw-clx-ref:
1390       # TODO: Replace:
1391       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1392       csit-vpp-perf-verify-2001-3n-hsw:
1393         - 17  # MRR sel
1394     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1395       # TODO: Replace:
1396       # csit-vpp-perf-report-iterative-2005-2n-clx:
1397       csit-vpp-perf-verify-2001-2n-clx:
1398         - 39  # MRR
1399
1400     dpdk-compare-testbeds-ref:
1401       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1402         - 5   # NDRPDR sel
1403         - 6   # NDRPDR sel
1404         - 7   # NDRPDR sel
1405         - 8   # NDRPDR sel
1406         - 9   # NDRPDR sel
1407         - 10  # NDRPDR sel
1408         - 11  # NDRPDR sel
1409         - 12  # NDRPDR sel
1410         - 13  # NDRPDR sel
1411         - 14  # NDRPDR sel
1412     dpdk-compare-testbeds-cmp:
1413       # TODO: Add data:
1414       csit-dpdk-perf-report-iterative-2005-3n-skx:
1415         - 4   # NDRPDR sel
1416         - 5   # NDRPDR sel
1417         - 6   # NDRPDR sel
1418         - 7   # NDRPDR sel
1419         - 8   # NDRPDR sel
1420         - 11  # NDRPDR sel
1421         - 12  # NDRPDR sel
1422         - 13  # NDRPDR sel
1423
1424     dpdk-compare-testbeds-skx-clx-ref:
1425       csit-dpdk-perf-report-iterative-2005-2n-skx:
1426         - 1   # NDRPDR sel
1427         - 2   # NDRPDR sel
1428         - 3   # NDRPDR sel
1429         - 4   # NDRPDR sel
1430         - 5   # NDRPDR sel
1431         - 6   # NDRPDR sel
1432         - 7   # NDRPDR sel
1433         - 8   # NDRPDR sel
1434         - 9   # NDRPDR sel
1435         - 10  # NDRPDR sel
1436     dpdk-compare-testbeds-skx-clx-cmp:
1437       csit-dpdk-perf-report-iterative-2005-2n-clx:
1438         - 1   # NDRPDR sel
1439         - 2   # NDRPDR sel
1440         - 3   # NDRPDR sel
1441         - 4   # NDRPDR sel
1442         - 5   # NDRPDR sel
1443         - 6   # NDRPDR sel
1444         - 7   # NDRPDR sel
1445         - 8   # NDRPDR sel
1446         - 9   # NDRPDR sel
1447         - 10  # NDRPDR sel
1448
1449     # Compare topologies
1450
1451     vpp-compare-topologies-ref:
1452       # TODO: Replace:
1453       # csit-vpp-perf-report-iterative-2005-3n-skx:
1454       csit-vpp-perf-verify-2001-3n-skx:
1455         - 69  # NDRPDR sel - new2001.0
1456         - 71  # NDRPDR sel - new2001.0
1457         - 72  # NDRPDR sel - new2001.0
1458         - 76  # NDRPDR sel - new2001.0
1459         - 77  # NDRPDR sel - new2001.0
1460         - 78  # NDRPDR sel - new2001.0
1461         - 80  # NDRPDR sel - new2001.0
1462     vpp-compare-topologies-cmp:
1463       # TODO: Replace:
1464       # csit-vpp-perf-report-iterative-2005-2n-skx:
1465       csit-vpp-perf-verify-2001-2n-skx:
1466         - 143  # NDRPDR sel - new2001.0
1467         - 146  # NDRPDR sel - new2001.0
1468         - 147  # NDRPDR sel - new2001.0
1469         - 148  # NDRPDR sel - new2001.0
1470         - 149  # NDRPDR sel - new2001.0
1471         - 150  # NDRPDR sel - new2001.0
1472         - 151  # NDRPDR sel - new2001.0
1473         - 152  # NDRPDR sel - new2001.0
1474         - 153  # NDRPDR sel - new2001.0
1475         - 154  # NDRPDR sel - new2001.0
1476
1477     vpp-compare-topologies-mrr-ref:
1478       # TODO: Replace:
1479       # csit-vpp-perf-report-iterative-2005-3n-skx:
1480       csit-vpp-perf-verify-2001-3n-skx:
1481         - 50  # MRR sel
1482         - 53  # MRR sel addition
1483     vpp-compare-topologies-mrr-cmp:
1484       # TODO: Replace:
1485       # csit-vpp-perf-report-iterative-2005-2n-skx:
1486       csit-vpp-perf-verify-2001-2n-skx:
1487         - 101 # MRR sel
1488         - 128 # MRR sel addition
1489
1490     dpdk-compare-topologies-ref:
1491       # TODO: Add data:
1492       csit-dpdk-perf-report-iterative-2005-3n-skx:
1493         - 4   # NDRPDR sel
1494         - 5   # NDRPDR sel
1495         - 6   # NDRPDR sel
1496         - 7   # NDRPDR sel
1497         - 8   # NDRPDR sel
1498         - 11  # NDRPDR sel
1499         - 12  # NDRPDR sel
1500         - 13  # NDRPDR sel
1501     dpdk-compare-topologies-cmp:
1502       csit-dpdk-perf-report-iterative-2005-2n-skx:
1503         - 1   # NDRPDR sel
1504         - 2   # NDRPDR sel
1505         - 3   # NDRPDR sel
1506         - 4   # NDRPDR sel
1507         - 5   # NDRPDR sel
1508         - 6   # NDRPDR sel
1509         - 7   # NDRPDR sel
1510         - 8   # NDRPDR sel
1511         - 9   # NDRPDR sel
1512         - 10  # NDRPDR sel
1513
1514   plot-layouts:
1515
1516     plot-soak-throughput:
1517       titlefont:
1518         size: 18
1519       xaxis:
1520         title: "<b>Test Cases [Index]</b>"
1521         titlefont:
1522           size: 16
1523         autorange: True
1524         fixedrange: False
1525         gridcolor: "rgb(230, 230, 230)"
1526         linecolor: "rgb(220, 220, 220)"
1527         linewidth: 1
1528         showgrid: True
1529         showline: True
1530         showticklabels: True
1531         tickcolor: "rgb(220, 220, 220)"
1532         tickmode: "linear"
1533         tickfont:
1534           size: 16
1535         zeroline: False
1536       yaxis:
1537         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1538         titlefont:
1539           size: 16
1540         gridcolor: "rgb(230, 230, 230)"
1541         hoverformat: ".4r"
1542         tickformat: ".3r"
1543         linecolor: "rgb(220, 220, 220)"
1544         linewidth: 1
1545         showgrid: True
1546         showline: True
1547         showticklabels: True
1548         tickcolor: "rgb(220, 220, 220)"
1549         tickfont:
1550           size: 16
1551         zeroline: False
1552         range: [0,50]
1553       autosize: False
1554       margin:
1555         t: 50
1556         b: 0
1557         l: 80
1558         r: 20
1559       showlegend: True
1560       legend:
1561         orientation: "h"
1562         font:
1563           size: 16
1564       width: 700
1565       height: 900
1566       paper_bgcolor: "#fff"
1567       plot_bgcolor: "#fff"
1568       hoverlabel:
1569         namelength: -1
1570
1571     plot-service-density:
1572       titlefont:
1573         size: 18
1574       xaxis:
1575         side: "top"
1576         autorange: True
1577         fixedrange: False
1578         showgrid: False
1579         showline: False
1580         showticklabels: False
1581         ticks: ""
1582         ticklen: 0
1583         tickwidth: 0
1584         zeroline: False
1585       yaxis:
1586         autorange: "reversed"
1587         showgrid: False
1588         showline: False
1589         showticklabels: False
1590         ticks: ""
1591         ticklen: 0
1592         tickwidth: 0
1593         zeroline: False
1594       showlegend: False
1595       paper_bgcolor: "#fff"
1596       plot_bgcolor: "#fff"
1597       width: 700
1598       height: 700
1599       hoverlabel:
1600         namelength: -1
1601
1602     plot-cps:
1603       titlefont:
1604         size: 18
1605       xaxis:
1606         title: "<b>Test Cases [Index]</b>"
1607         titlefont:
1608           size: 16
1609         autorange: True
1610         fixedrange: False
1611         gridcolor: "rgb(230, 230, 230)"
1612         linecolor: "rgb(220, 220, 220)"
1613         linewidth: 1
1614         showgrid: True
1615         showline: True
1616         showticklabels: True
1617         tickcolor: "rgb(220, 220, 220)"
1618         tickmode: "linear"
1619         tickfont:
1620           size: 16
1621         zeroline: False
1622       yaxis:
1623         title: "<b>Connections Per Second [cps]</b>"
1624         titlefont:
1625           size: 16
1626         gridcolor: "rgb(230, 230, 230)"
1627         hoverformat: ".4s"
1628         linecolor: "rgb(220, 220, 220)"
1629         linewidth: 1
1630         rangemode: "tozero"
1631         showgrid: True
1632         showline: True
1633         showticklabels: True
1634         tickcolor: "rgb(220, 220, 220)"
1635         tickformat: ".3s"
1636         tickfont:
1637           size: 16
1638         zeroline: False
1639       boxmode: "group"
1640       boxgroupgap: 0.5
1641       autosize: False
1642       margin:
1643         t: 50
1644         b: 20
1645         l: 80
1646         r: 20
1647       showlegend: True
1648       legend:
1649         orientation: "h"
1650         font:
1651           size: 16
1652       width: 700
1653       height: 800
1654       paper_bgcolor: "#fff"
1655       plot_bgcolor: "#fff"
1656       hoverlabel:
1657         namelength: -1
1658
1659     plot-rps:
1660       titlefont:
1661         size: 18
1662       xaxis:
1663         title: "<b>Test Cases [Index]</b>"
1664         titlefont:
1665           size: 16
1666         autorange: True
1667         fixedrange: False
1668         gridcolor: "rgb(230, 230, 230)"
1669         linecolor: "rgb(220, 220, 220)"
1670         linewidth: 1
1671         showgrid: True
1672         showline: True
1673         showticklabels: True
1674         tickcolor: "rgb(220, 220, 220)"
1675         tickmode: "linear"
1676         tickfont:
1677           size: 16
1678         zeroline: False
1679       yaxis:
1680         title: "<b>Requests Per Second [rps]</b>"
1681         titlefont:
1682           size: 16
1683         gridcolor: "rgb(230, 230, 230)"
1684         hoverformat: ".4s"
1685         linecolor: "rgb(220, 220, 220)"
1686         linewidth: 1
1687         rangemode: "tozero"
1688         showgrid: True
1689         showline: True
1690         showticklabels: True
1691         tickcolor: "rgb(230, 230, 230)"
1692         tickformat: ".3s"
1693         tickfont:
1694           size: 16
1695         zeroline: False
1696       boxmode: "group"
1697       boxgroupgap: 0.5
1698       autosize: False
1699       margin:
1700         t: 50
1701         b: 20
1702         l: 80
1703         r: 20
1704       showlegend: True
1705       legend:
1706         orientation: "h"
1707         font:
1708           size: 16
1709       width: 700
1710       height: 800
1711       paper_bgcolor: "#fff"
1712       plot_bgcolor: "#fff"
1713       hoverlabel:
1714         namelength: -1
1715
1716     plot-hoststack:
1717       titlefont:
1718         size: 16
1719       xaxis:
1720         title: "<b>Test Cases [Index]</b>"
1721         titlefont:
1722           size: 14
1723         autorange: True
1724         fixedrange: False
1725         gridcolor: "rgb(230, 230, 230)"
1726         linecolor: "rgb(220, 220, 220)"
1727         linewidth: 1
1728         showgrid: True
1729         showline: True
1730         showticklabels: True
1731         tickcolor: "rgb(220, 220, 220)"
1732         tickmode: "linear"
1733         tickfont:
1734           size: 14
1735         zeroline: False
1736       yaxis:
1737         title: "<b>Bandwidth [Gbps]</b>"
1738         titlefont:
1739           size: 14
1740         gridcolor: "rgb(230, 230, 230)"
1741         hoverformat: ".4s"
1742         linecolor: "rgb(220, 220, 220)"
1743         linewidth: 1
1744         rangemode: "tozero"
1745         showgrid: True
1746         showline: True
1747         showticklabels: True
1748         tickcolor: "rgb(230, 230, 230)"
1749         tickformat: ".3s"
1750         tickfont:
1751           size: 14
1752         zeroline: False
1753       boxmode: "group"
1754       boxgroupgap: 0.5
1755       autosize: False
1756       margin:
1757         t: 50
1758         b: 20
1759         l: 80
1760         r: 20
1761       showlegend: True
1762       legend:
1763         orientation: "h"
1764         font:
1765           size: 14
1766       width: 700
1767       height: 800
1768       paper_bgcolor: "#fff"
1769       plot_bgcolor: "#fff"
1770       hoverlabel:
1771         namelength: -1
1772
1773     plot-throughput:
1774       titlefont:
1775         size: 18
1776       xaxis:
1777         title: "<b>Test Cases [Index]</b>"
1778         titlefont:
1779           size: 16
1780         autorange: True
1781         fixedrange: False
1782         gridcolor: "rgb(230, 230, 230)"
1783         linecolor: "rgb(220, 220, 220)"
1784         linewidth: 1
1785         showgrid: True
1786         showline: True
1787         showticklabels: True
1788         tickcolor: "rgb(220, 220, 220)"
1789         tickmode: "linear"
1790         tickfont:
1791           size: 16
1792         zeroline: False
1793       yaxis:
1794         title: "<b>Packet Throughput [Mpps]</b>"
1795         titlefont:
1796           size: 16
1797         gridcolor: "rgb(230, 230, 230)"
1798         hoverformat: ".4r"
1799         tickformat: ".3r"
1800         linecolor: "rgb(220, 220, 220)"
1801         linewidth: 1
1802         showgrid: True
1803         showline: True
1804         showticklabels: True
1805         tickcolor: "rgb(220, 220, 220)"
1806         tickfont:
1807           size: 16
1808         zeroline: False
1809         range: [0,50]
1810       autosize: False
1811       margin:
1812         t: 50
1813         b: 0
1814         l: 80
1815         r: 20
1816       showlegend: True
1817       legend:
1818         orientation: "h"
1819         font:
1820           size: 16
1821       width: 700
1822       height: 900
1823       paper_bgcolor: "#fff"
1824       plot_bgcolor: "#fff"
1825       hoverlabel:
1826         namelength: -1
1827
1828     plot-throughput-speedup-analysis:
1829       titlefont:
1830         size: 18
1831       xaxis:
1832         title: "<b>Number of Cores [Qty]</b>"
1833         titlefont:
1834           size: 16
1835         autorange: True
1836         fixedrange: False
1837         gridcolor: "rgb(230, 230, 230)"
1838         linecolor: "rgb(220, 220, 220)"
1839         linewidth: 1
1840         showgrid: True
1841         showline: True
1842         showticklabels: True
1843         tickcolor: "rgb(238, 238, 238)"
1844         tickmode: "linear"
1845         tickfont:
1846           size: 16
1847         zeroline: False
1848       yaxis:
1849         title: "<b>Packet Throughput [Mpps]</b>"
1850         titlefont:
1851           size: 16
1852         type: "linear"
1853         gridcolor: "rgb(230, 230, 230)"
1854         hoverformat: ".4s"
1855         linecolor: "rgb(220, 220, 220)"
1856         linewidth: 1
1857         showgrid: True
1858         showline: True
1859         showticklabels: True
1860         tickcolor: "rgb(220, 220, 220)"
1861         tickformat: ".4s"
1862         tickfont:
1863           size: 16
1864         zeroline: True
1865         rangemode: "tozero"
1866         range: [0,100]
1867       legend:
1868         orientation: "h"
1869         font:
1870           size: 16
1871         xanchor: "left"
1872         yanchor: "top"
1873         x: 0
1874         y: -0.2
1875         bgcolor: "rgba(255, 255, 255, 0)"
1876         bordercolor: "rgba(255, 255, 255, 0)"
1877         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1878       autosize: False
1879       margin:
1880           't': 50
1881           'b': 150
1882           'l': 85
1883           'r': 10
1884       showlegend: True
1885       width: 700
1886       height: 700
1887       paper_bgcolor: "#fff"
1888       plot_bgcolor: "#fff"
1889       hoverlabel:
1890         namelength: -1
1891       annotations: [
1892         {
1893           text: "_ _          __          ...",
1894           align: "left",
1895           showarrow: False,
1896           xref: "paper",
1897           yref: "paper",
1898           xanchor: "left",
1899           yanchor: "top",
1900           x: 0,
1901           y: -0.13,
1902           font: {
1903             family: "Consolas, Courier New",
1904             size: 15
1905           },
1906         },
1907         {
1908           text: "    Perfect     Measured     Limit",
1909           align: "left",
1910           showarrow: False,
1911           xref: "paper",
1912           yref: "paper",
1913           xanchor: "left",
1914           yanchor: "top",
1915           x: 0,
1916           y: -0.15,
1917           font: {
1918             family: "Consolas, Courier New",
1919             size: 15
1920           },
1921         },
1922       ]
1923
1924     plot-latency:
1925       titlefont:
1926         size: 18
1927       xaxis:
1928         title: "<b>Direction</b>"
1929         titlefont:
1930           size: 16
1931         autorange: True
1932         fixedrange: False
1933         gridcolor: "rgb(230, 230, 230)"
1934         linecolor: "rgb(220, 220, 220)"
1935         linewidth: 1
1936         showgrid: True
1937         showline: True
1938         showticklabels: False
1939         tickcolor: "rgb(220, 220, 220)"
1940         tickmode: "linear"
1941         tickfont:
1942           size: 16
1943         zeroline: False
1944       yaxis:
1945         title: "<b>Packet Latency [uSec]</b>"
1946         titlefont:
1947           size: 16
1948         type: "linear"
1949         gridcolor: "rgb(230, 230, 230)"
1950         hoverformat: ".4s"
1951         linecolor: "rgb(220, 220, 220)"
1952         linewidth: 1
1953         showgrid: True
1954         showline: True
1955         showticklabels: True
1956         tickcolor: "rgb(220, 220, 220)"
1957         tickformat: ".4s"
1958         tickfont:
1959           size: 16
1960         zeroline: True
1961         rangemode: "tozero"
1962       legend:
1963         orientation: "h"
1964         font:
1965           size: 16
1966         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1967       autosize: False
1968       margin:
1969           't': 50
1970           'b': 150
1971           'l': 80
1972           'r': 10
1973       showlegend: True
1974       width: 700
1975       height: 700
1976       paper_bgcolor: "#fff"
1977       plot_bgcolor: "#fff"
1978       hoverlabel:
1979         namelength: -1
1980
1981     plot-hdrh-latency:
1982       title:
1983         text: ""
1984         xanchor: "center"
1985         x: 0.5
1986         font:
1987           size: 16
1988       width: 700
1989       plot_bgcolor: "white"
1990       annotations:
1991         - font:
1992             size: 14
1993           showarrow: False
1994           text: "<b>Packet Latency [uSec]</b>"
1995           x: 1
1996           xanchor: "right"
1997           xref: "paper"
1998           y: -0.045
1999           yanchor: "top"
2000           yref: "paper"
2001         - font:
2002             size: 14
2003           showarrow: False
2004           text: "<b>Probability [%]</b>"
2005           textangle: 270
2006           x: -0.06
2007           xanchor: "center"
2008           xref: "paper"
2009           y: 0.5
2010           yanchor: "middle"
2011           yref: "paper"
2012         - font:
2013             size: 14
2014           showarrow: False
2015           text: "<b>Direction: E-W</b>"
2016           x: 0.24
2017           xanchor: "center"
2018           xref: "paper"
2019           y: 1.05
2020           yanchor: "bottom"
2021           yref: "paper"
2022         - font:
2023             size: 14
2024           showarrow: False
2025           text: "<b>Direction: W-E</b>"
2026           x: 0.74
2027           xanchor: "center"
2028           xref: "paper"
2029           y: 1.05
2030           yanchor: "bottom"
2031           yref: "paper"
2032
2033     plot-hdrh-latency-percentile:
2034       title:
2035         text: ""
2036         xanchor: "center"
2037         x: 0.5
2038         font:
2039           size: 18
2040       xaxis:
2041         type: "log"
2042         title: "<b>Percentile [%]</b>"
2043         titlefont:
2044           size: 16
2045         autorange: True
2046         fixedrange: False
2047         gridcolor: "rgb(230, 230, 230)"
2048         linecolor: "rgb(220, 220, 220)"
2049         linewidth: 1
2050         showgrid: True
2051         showline: True
2052         showticklabels: True
2053         tickcolor: "rgb(220, 220, 220)"
2054         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2055         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2056         tickfont:
2057           size: 16
2058       yaxis:
2059         title: "<b>Packet Latency [uSec]</b>"
2060         titlefont:
2061           size: 16
2062         gridcolor: "rgb(230, 230, 230)"
2063         linecolor: "rgb(220, 220, 220)"
2064         linewidth: 1
2065         showgrid: True
2066         showline: True
2067         showticklabels: True
2068         tickcolor: "rgb(220, 220, 220)"
2069         tickfont:
2070           size: 16
2071       autosize: False
2072       showlegend: True
2073       legend:
2074         traceorder: "normal"
2075         orientation: "h"
2076         font:
2077           size: 16
2078         xanchor: "left"
2079         yanchor: "top"
2080         x: 0
2081         y: -0.15
2082         bgcolor: "rgba(255, 255, 255, 0)"
2083         bordercolor: "rgba(255, 255, 255, 0)"
2084       width: 700
2085       height: 700
2086       paper_bgcolor: "white"
2087       plot_bgcolor: "white"
2088
2089     plot-hdrh-latency-by-percentile:
2090       title:
2091         text: "<b>Latency by Percentile Distribution</b>"
2092         xanchor: "center"
2093         x: 0.5
2094         font:
2095           size: 18
2096       showlegend: True
2097       legend:
2098         traceorder: "normal"
2099         orientation: "h"
2100         font:
2101           size: 16
2102         xanchor: "left"
2103         yanchor: "top"
2104         x: 0
2105         y: -0.2
2106         bgcolor: "rgba(255, 255, 255, 0)"
2107         bordercolor: "rgba(255, 255, 255, 0)"
2108       xaxis:
2109         type: "linear"
2110         title: "<b>Percentile [%]</b>"
2111         titlefont:
2112           size: 14
2113         autorange: False
2114         fixedrange: False
2115         range: [0, 100]
2116         gridcolor: "rgb(230, 230, 230)"
2117         linecolor: "rgb(220, 220, 220)"
2118         linewidth: 1
2119         showgrid: True
2120         showline: True
2121         showticklabels: True
2122         tickcolor: "rgb(220, 220, 220)"
2123         tickvals: [0, 25, 50, 75, 100]
2124         ticktext: [0, 25, 50, 75, 100]
2125         tickfont:
2126           size: 14
2127       yaxis:
2128         title: "<b>One-Way Latency per Direction [uSec]</b>"
2129         titlefont:
2130           size: 14
2131         gridcolor: "rgb(230, 230, 230)"
2132         linecolor: "rgb(220, 220, 220)"
2133         linewidth: 1
2134         showgrid: True
2135         showline: True
2136         showticklabels: True
2137         tickcolor: "rgb(220, 220, 220)"
2138         tickfont:
2139           size: 14
2140       width: 700
2141       height: 700
2142       paper_bgcolor: "white"
2143       plot_bgcolor: "white"
2144
2145 - type: "static"
2146   src-path: "{DIR[RST]}"
2147   dst-path: "{DIR[WORKING,SRC]}"
2148
2149 - type: "input"
2150   general:
2151     file-name: "output_info.xml.gz"
2152     file-format: ".gz"
2153     arch-file-format:
2154       - ".gz"
2155       - ".zip"
2156     download-path: "{job}/{build}/archives/{filename}"
2157     extract: "output.xml"
2158
2159     zip-file-name: "robot-plugin.zip"
2160     zip-file-format: ".zip"
2161     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2162     zip-extract: "robot-plugin/output.xml"
2163
2164   builds:
2165
2166     csit-vpp-perf-verify-1908-3n-hsw:
2167       - 12  # NDRPDR sel
2168       - 13  # NDRPDR sel
2169       - 14  # NDRPDR sel
2170       - 15  # NDRPDR sel
2171       - 16  # NDRPDR sel
2172       - 17  # NDRPDR sel
2173       - 18  # NDRPDR sel
2174       - 19  # NDRPDR sel
2175       - 20  # NDRPDR sel
2176       - 21  # NDRPDR sel
2177       - 48  # NDRPDR sel vhost
2178       - 49  # NDRPDR sel vhost
2179       - 52  # NDRPDR sel vhost
2180       - 53  # NDRPDR sel vhost
2181       - 54  # NDRPDR sel vhost
2182       - 55  # NDRPDR sel vhost
2183       - 56  # NDRPDR sel vhost
2184       - 57  # NDRPDR sel vhost
2185       - 58  # NDRPDR sel vhost
2186       - 59  # NDRPDR sel vhost
2187       - 39  # MRR sel
2188     csit-vpp-perf-verify-2001-3n-hsw:
2189       - 21  # NDRPDR sel
2190       - 22  # NDRPDR sel
2191       - 23  # NDRPDR sel
2192       - 24  # NDRPDR sel
2193       - 25  # NDRPDR sel
2194       - 29  # NDRPDR sel
2195       - 30  # NDRPDR sel
2196       - 31  # NDRPDR sel
2197       - 32  # NDRPDR sel
2198       - 34  # NDRPDR sel
2199       - 17  # MRR sel
2200       - 103  # hoststack REMOVE
2201     # TODO: Add data:
2202     csit-vpp-perf-report-iterative-2005-3n-hsw:
2203       - 3   # NDRPDR sel
2204       - 5   # NDRPDR sel
2205
2206     csit-vpp-perf-verify-1908_1-3n-skx:
2207       - 26  # NDRPDR sel - new1908.1
2208       - 27  # NDRPDR sel - new1908.1
2209       - 28  # NDRPDR sel - new1908.1
2210       - 29  # NDRPDR sel - new1908.1
2211       - 30  # NDRPDR sel - new1908.1
2212       - 31  # NDRPDR sel - new1908.1
2213       - 33  # NDRPDR sel - new1908.1
2214       - 34  # NDRPDR sel - new1908.1
2215       - 35  # NDRPDR sel - new1908.1
2216       - 36  # NDRPDR sel - new1908.1
2217     csit-vpp-perf-verify-2001-3n-skx:
2218       - 69  # NDRPDR sel - new2001.0
2219       - 71  # NDRPDR sel - new2001.0
2220       - 72  # NDRPDR sel - new2001.0
2221       - 76  # NDRPDR sel - new2001.0
2222       - 77  # NDRPDR sel - new2001.0
2223       - 78  # NDRPDR sel - new2001.0
2224       - 80  # NDRPDR sel - new2001.0
2225       - 50  # MRR sel
2226       - 53  # MRR sel addition
2227     # TODO: Add data:
2228     # csit-vpp-perf-report-iterative-2005-3n-skx:
2229
2230     csit-vpp-perf-verify-1908_1-2n-skx:
2231       - 39  # NDRPDR sel - new1908.1
2232       - 40  # NDRPDR sel - new1908.1
2233       - 41  # NDRPDR sel - new1908.1
2234       - 43  # NDRPDR sel - new1908.1
2235       - 44  # NDRPDR sel - new1908.1
2236       - 45  # NDRPDR sel - new1908.1
2237       - 46  # NDRPDR sel - new1908.1
2238       - 47  # NDRPDR sel - new1908.1
2239       - 48  # NDRPDR sel - new1908.1
2240       - 49  # NDRPDR sel - new1908.1
2241     csit-vpp-perf-verify-2001-2n-skx:
2242       - 143  # NDRPDR sel - new2001.0
2243       - 146  # NDRPDR sel - new2001.0
2244       - 147  # NDRPDR sel - new2001.0
2245       - 148  # NDRPDR sel - new2001.0
2246       - 149  # NDRPDR sel - new2001.0
2247       - 150  # NDRPDR sel - new2001.0
2248       - 151  # NDRPDR sel - new2001.0
2249       - 152  # NDRPDR sel - new2001.0
2250       - 153  # NDRPDR sel - new2001.0
2251       - 154  # NDRPDR sel - new2001.0
2252       - 101  # MRR sel - old
2253       - 128  # MRR sel addition - old
2254       - 169  # Reconf REMOVE
2255       - 181  # Soak REMOVE
2256       - 182  # Soak REMOVE
2257     # TODO: Add data:
2258     # csit-vpp-perf-report-iterative-2005-2n-skx:
2259
2260     csit-vpp-perf-verify-1908_1-2n-clx:
2261       - 5  # NDRPDR sel
2262       - 6  # NDRPDR sel
2263       - 7  # NDRPDR sel
2264       - 8  # NDRPDR sel
2265       - 9  # NDRPDR sel
2266     csit-vpp-perf-verify-2001-2n-clx:
2267       - 28  # NDRPDR sel
2268       - 29  # NDRPDR sel
2269       - 32  # NDRPDR sel
2270       - 40  # NDRPDR sel
2271       - 43  # NDRPDR sel
2272       - 44  # NDRPDR sel
2273       - 45  # NDRPDR sel
2274       - 47  # NDRPDR sel
2275       - 48  # NDRPDR sel
2276       - 49  # NDRPDR sel
2277       - 39  # MRR
2278       - 68  # Reconf REMOVE
2279       - 80  # TCP REMOVE
2280       - 93  # Soak REMOVE
2281       - 94  # Soak REMOVE
2282     # TODO: Add data:
2283     # csit-vpp-perf-report-iterative-2005-2n-clx:
2284
2285     csit-vpp-perf-verify-1908-3n-tsh:
2286       - 7   # NDRPDR sel
2287       - 8   # NDRPDR sel
2288       - 9   # NDRPDR sel
2289       - 10  # NDRPDR sel
2290       - 11  # NDRPDR sel
2291       - 12  # NDRPDR sel
2292       - 13  # NDRPDR sel
2293       - 14  # NDRPDR sel
2294       - 15  # NDRPDR sel
2295       - 16  # NDRPDR sel
2296       - 17  # MRR sel
2297     csit-vpp-perf-verify-2001-3n-tsh:
2298       - 3   # NDRPDR sel
2299       - 4   # NDRPDR sel
2300       - 7   # NDRPDR sel
2301       - 8   # NDRPDR sel
2302       - 10  # NDRPDR sel
2303       - 12  # NDRPDR sel
2304       - 13  # NDRPDR sel
2305       - 14  # NDRPDR sel
2306       - 15  # NDRPDR sel
2307       - 21  # NDRPDR sel
2308       - 9   # MRR sel
2309     # TODO: Add data:
2310     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2311
2312     csit-vpp-perf-verify-1908-3n-dnv:
2313       - 6   # NDRPDR sel
2314       - 7   # NDRPDR sel
2315       - 8   # NDRPDR sel
2316       - 9   # NDRPDR sel
2317       - 10  # NDRPDR sel
2318       - 12  # NDRPDR sel
2319       - 13  # NDRPDR sel
2320       - 14  # NDRPDR sel
2321       - 15  # NDRPDR sel
2322       - 16  # NDRPDR sel
2323       - 17  # MRR sel
2324     csit-vpp-perf-verify-2001-3n-dnv:
2325       - 5   # NDRPDR sel
2326       - 6   # NDRPDR sel
2327       - 7   # NDRPDR sel
2328       - 8   # NDRPDR sel
2329       - 9   # NDRPDR sel
2330       - 10  # NDRPDR sel
2331       - 12  # NDRPDR sel
2332       - 16  # NDRPDR sel
2333       - 17  # NDRPDR sel
2334       - 18  # NDRPDR sel
2335       - 11  # MRR sel
2336     # TODO: Add data:
2337     # csit-vpp-perf-report-iterative-2005-3n-dnv:
2338
2339     csit-vpp-perf-verify-1908-2n-dnv:
2340       - 1   # NDRPDR sel
2341       - 2   # NDRPDR sel
2342       - 3   # NDRPDR sel
2343       - 4   # NDRPDR sel
2344       - 5   # NDRPDR sel
2345       - 6   # NDRPDR sel
2346       - 7   # NDRPDR sel
2347       - 8   # NDRPDR sel
2348       - 9   # NDRPDR sel
2349       - 10  # NDRPDR sel
2350       - 11  # MRR sel
2351     csit-vpp-perf-verify-2001-2n-dnv:
2352       - 4   # NDRPDR sel
2353       - 5   # NDRPDR sel
2354       - 6   # NDRPDR sel
2355       - 7   # NDRPDR sel
2356       - 8   # NDRPDR sel
2357       - 9   # NDRPDR sel
2358       - 10  # NDRPDR sel
2359       - 11  # NDRPDR sel
2360       - 13  # NDRPDR sel
2361       - 16  # NDRPDR sel
2362       - 12  # MRR sel
2363     # TODO: Add data:
2364     # csit-vpp-perf-report-iterative-2005-2n-dnv:
2365
2366     csit-dpdk-perf-verify-1908-3n-hsw:
2367       - 2   # NDRPDR sel
2368       - 3   # NDRPDR sel
2369       - 4   # NDRPDR sel
2370       - 5   # NDRPDR sel
2371       - 6   # NDRPDR sel
2372       - 7   # NDRPDR sel
2373       - 8   # NDRPDR sel
2374       - 9   # NDRPDR sel
2375       - 10  # NDRPDR sel
2376       - 11  # NDRPDR sel
2377     csit-dpdk-perf-verify-2001-3n-hsw:
2378       - 4   # NDRPDR sel
2379       - 5   # NDRPDR sel
2380       - 6   # NDRPDR sel
2381       - 7   # NDRPDR sel
2382       - 8   # NDRPDR sel
2383       - 9   # NDRPDR sel
2384       - 10  # NDRPDR sel
2385       - 11  # NDRPDR sel
2386       - 12  # NDRPDR sel
2387       - 13  # NDRPDR sel
2388       - 15  # NDRPDR sel
2389       - 16  # NDRPDR sel
2390       - 17  # NDRPDR sel
2391       - 18  # NDRPDR sel
2392       - 19  # NDRPDR sel
2393       - 20  # NDRPDR sel
2394       - 21  # NDRPDR sel
2395       - 22  # NDRPDR sel
2396       - 23  # NDRPDR sel
2397       - 24  # NDRPDR sel
2398     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2399       - 5   # NDRPDR sel
2400       - 6   # NDRPDR sel
2401       - 7   # NDRPDR sel
2402       - 8   # NDRPDR sel
2403       - 9   # NDRPDR sel
2404       - 10  # NDRPDR sel
2405       - 11  # NDRPDR sel
2406       - 12  # NDRPDR sel
2407       - 13  # NDRPDR sel
2408       - 14  # NDRPDR sel
2409
2410     csit-dpdk-perf-verify-1908-3n-skx:
2411       - 3   # NDRPDR sel
2412       - 4   # NDRPDR sel
2413       - 5   # NDRPDR sel
2414       - 6   # NDRPDR sel
2415       - 7   # NDRPDR sel
2416       - 8   # NDRPDR sel
2417       - 9   # NDRPDR sel
2418       - 10  # NDRPDR sel
2419       - 11  # NDRPDR sel
2420       - 12  # NDRPDR sel
2421     csit-dpdk-perf-verify-2001-3n-skx:
2422       - 29  # NDRPDR sel xxv710
2423       - 33  # NDRPDR sel xxv710
2424       - 34  # NDRPDR sel xxv710
2425       - 35  # NDRPDR sel xxv710
2426       - 36  # NDRPDR sel xxv710
2427       - 37  # NDRPDR sel xxv710
2428       - 41  # NDRPDR sel xxv710
2429       - 42  # NDRPDR sel xxv710
2430       - 43  # NDRPDR sel xxv710
2431       - 45  # NDRPDR sel xxv710
2432       - 30  # NDRPDR sel x710
2433       - 31  # NDRPDR sel x710
2434       - 32  # NDRPDR sel x710
2435       - 38  # NDRPDR sel x710
2436       - 39  # NDRPDR sel x710
2437       - 40  # NDRPDR sel x710
2438       - 44  # NDRPDR sel x710
2439       - 46  # NDRPDR sel x710
2440       - 47  # NDRPDR sel x710
2441       - 48  # NDRPDR sel x710
2442     # TODO: Add data:
2443     csit-dpdk-perf-report-iterative-2005-3n-skx:
2444       - 4   # NDRPDR sel
2445       - 5   # NDRPDR sel
2446       - 6   # NDRPDR sel
2447       - 7   # NDRPDR sel
2448       - 8   # NDRPDR sel
2449       - 11  # NDRPDR sel
2450       - 12  # NDRPDR sel
2451       - 13  # NDRPDR sel
2452
2453     csit-dpdk-perf-verify-1908-2n-skx:
2454       - 2   # NDRPDR sel
2455       - 3   # NDRPDR sel
2456       - 4   # NDRPDR sel
2457       - 5   # NDRPDR sel
2458       - 7   # NDRPDR sel
2459       - 8   # NDRPDR sel
2460       - 9   # NDRPDR sel
2461       - 10  # NDRPDR sel
2462       - 11  # NDRPDR sel
2463       - 12  # NDRPDR sel
2464     csit-dpdk-perf-verify-2001-2n-skx:
2465       - 35  # NDRPDR sel xxv710
2466       - 36  # NDRPDR sel xxv710
2467       - 37  # NDRPDR sel xxv710
2468       - 41  # NDRPDR sel xxv710
2469       - 42  # NDRPDR sel xxv710
2470       - 43  # NDRPDR sel xxv710
2471       - 46  # NDRPDR sel xxv710
2472       - 47  # NDRPDR sel xxv710
2473       - 52  # NDRPDR sel xxv710
2474       - 53  # NDRPDR sel xxv710
2475       - 38  # NDRPDR sel x710
2476       - 39  # NDRPDR sel x710
2477       - 40  # NDRPDR sel x710
2478       - 44  # NDRPDR sel x710
2479       - 45  # NDRPDR sel x710
2480       - 48  # NDRPDR sel x710
2481       - 49  # NDRPDR sel x710
2482       - 50  # NDRPDR sel x710
2483       - 51  # NDRPDR sel x710
2484       - 54  # NDRPDR sel x710
2485     csit-dpdk-perf-report-iterative-2005-2n-skx:
2486       - 1   # NDRPDR sel
2487       - 2   # NDRPDR sel
2488       - 3   # NDRPDR sel
2489       - 4   # NDRPDR sel
2490       - 5   # NDRPDR sel
2491       - 6   # NDRPDR sel
2492       - 7   # NDRPDR sel
2493       - 8   # NDRPDR sel
2494       - 9   # NDRPDR sel
2495       - 10  # NDRPDR sel
2496
2497     csit-dpdk-perf-verify-2001-2n-clx:
2498       - 15  # NDRPDR sel
2499       - 16  # NDRPDR sel
2500       - 17  # NDRPDR sel
2501       - 18  # NDRPDR sel
2502       - 19  # NDRPDR sel
2503       - 20  # NDRPDR sel
2504       - 21  # NDRPDR sel
2505       - 22  # NDRPDR sel
2506       - 23  # NDRPDR sel
2507       - 24  # NDRPDR sel
2508       - 25  # NDRPDR sel
2509       - 26  # NDRPDR sel
2510       - 27  # NDRPDR sel
2511       - 28  # NDRPDR sel
2512       - 29  # NDRPDR sel
2513       - 30  # NDRPDR sel
2514       - 31  # NDRPDR sel
2515       - 32  # NDRPDR sel
2516       - 33  # NDRPDR sel
2517       - 34  # NDRPDR sel
2518     csit-dpdk-perf-report-iterative-2005-2n-clx:
2519       - 1   # NDRPDR sel
2520       - 2   # NDRPDR sel
2521       - 3   # NDRPDR sel
2522       - 4   # NDRPDR sel
2523       - 5   # NDRPDR sel
2524       - 6   # NDRPDR sel
2525       - 7   # NDRPDR sel
2526       - 8   # NDRPDR sel
2527       - 9   # NDRPDR sel
2528       - 10  # NDRPDR sel
2529
2530     csit-dpdk-perf-verify-2001-2n-dnv:
2531       - 9   # NDRPDR sel
2532       - 10  # NDRPDR sel
2533       - 11  # NDRPDR sel
2534       - 12  # NDRPDR sel
2535       - 13  # NDRPDR sel
2536       - 14  # NDRPDR sel
2537       - 15  # NDRPDR sel
2538       - 16  # NDRPDR sel
2539       - 17  # NDRPDR sel
2540       - 18  # NDRPDR sel
2541     # TODO: Add data:
2542     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2543       - 8   # NDRPDR sel
2544       - 9   # NDRPDR sel
2545       - 10  # NDRPDR sel
2546       - 11  # NDRPDR sel
2547       - 12  # NDRPDR sel
2548       - 13  # NDRPDR sel
2549       - 14  # NDRPDR sel
2550
2551     csit-dpdk-perf-verify-2001-3n-dnv:
2552       - 12  # NDRPDR sel
2553       - 13  # NDRPDR sel
2554       - 14  # NDRPDR sel
2555       - 15  # NDRPDR sel
2556       - 16  # NDRPDR sel
2557       - 17  # NDRPDR sel
2558       - 18  # NDRPDR sel
2559       - 19  # NDRPDR sel
2560       - 20  # NDRPDR sel
2561       - 22  # NDRPDR sel
2562     # TODO: Add data:
2563     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2564       - 6   # NDRPDR sel
2565       - 7   # NDRPDR sel
2566       - 8   # NDRPDR sel
2567       - 9   # NDRPDR sel
2568       - 10  # NDRPDR sel
2569
2570     csit-dpdk-perf-verify-2001-3n-tsh:
2571       - 3   # NDRPDR sel
2572       - 4   # NDRPDR sel
2573       - 5   # NDRPDR sel
2574       - 9   # NDRPDR sel
2575       - 10  # NDRPDR sel
2576       - 11  # NDRPDR sel
2577       - 12  # NDRPDR sel
2578       - 14  # NDRPDR sel
2579       - 15  # NDRPDR sel
2580       - 18  # NDRPDR sel
2581     # TODO: Add data:
2582     # csit-dpdk-perf-report-iterative-2005-3n-tsh:
2583
2584     csit-vpp-device-2005-ubuntu1804-1n-skx:
2585       - 35
2586
2587 - type: "output"
2588   output: "report"
2589   format:
2590     html:
2591     - full
2592 #    pdf:
2593 #    - minimal
2594
2595 ################################################################################
2596 ###                               T A B L E S                                ###
2597 ################################################################################
2598
2599 # VPP Soak vs NDR - 2n-skx
2600 - type: "table"
2601   title: "VPP Soak vs NDR 2n-skx"
2602   algorithm: "table_soak_vs_ndr"
2603   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2604   reference:
2605     title: "NDR"
2606     data: "vpp-soak-vs-ndr-2n-skx-ref"
2607   compare:
2608     title: "Soak"
2609     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2610   data: "vpp-soak-vs-ndr-2n-skx"
2611   include-tests: "NDR"
2612   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2613   parameters:
2614     - "throughput"
2615     - "name"
2616     - "parent"
2617
2618 # VPP Soak vs NDR - 2n-clx
2619 - type: "table"
2620   title: "VPP Soak vs NDR 2n-clx"
2621   algorithm: "table_soak_vs_ndr"
2622   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2623   reference:
2624     title: "NDR"
2625     data: "vpp-soak-vs-ndr-2n-clx-ref"
2626   compare:
2627     title: "Soak"
2628     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2629   data: "vpp-soak-vs-ndr-2n-clx"
2630   include-tests: "NDR"
2631   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2632   parameters:
2633     - "throughput"
2634     - "name"
2635     - "parent"
2636
2637 ################################################################################
2638
2639 # VPP Compare NICs 3n-skx 2t1c ndr
2640 - type: "table"
2641   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2642   algorithm: "table_comparison"
2643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2645   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2646   columns:
2647     - title: "x710"
2648       data-set: "vpp-nic-comparison-3n-skx"
2649       tag: "NIC_Intel-X710"
2650     - title: "xxv710"
2651       data-set: "vpp-nic-comparison-3n-skx"
2652       tag: "NIC_Intel-XXV710"
2653   comparisons:
2654     - title: "Diff"
2655       reference: 1
2656       compare: 2
2657   legend:
2658     - "Legend to Table:"
2659     - "x710, xxv710 - NICs tested."
2660     - "Diff - difference between x710 and xxv710 NIC."
2661
2662 # VPP Compare NICs 3n-skx 4t2c ndr
2663 - type: "table"
2664   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2665   algorithm: "table_comparison"
2666   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2668   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2669   columns:
2670     - title: "x710"
2671       data-set: "vpp-nic-comparison-3n-skx"
2672       tag: "NIC_Intel-X710"
2673     - title: "xxv710"
2674       data-set: "vpp-nic-comparison-3n-skx"
2675       tag: "NIC_Intel-XXV710"
2676   comparisons:
2677     - title: "Diff"
2678       reference: 1
2679       compare: 2
2680   legend:
2681     - "Legend to Table:"
2682     - "x710, xxv710 - NICs tested."
2683     - "Diff - difference between x710 and xxv710 NIC."
2684
2685 # VPP Compare NICs 3n-skx 2t1c pdr
2686 - type: "table"
2687   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2688   algorithm: "table_comparison"
2689   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2691   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2692   columns:
2693     - title: "x710"
2694       data-set: "vpp-nic-comparison-3n-skx"
2695       tag: "NIC_Intel-X710"
2696     - title: "xxv710"
2697       data-set: "vpp-nic-comparison-3n-skx"
2698       tag: "NIC_Intel-XXV710"
2699   comparisons:
2700     - title: "Diff"
2701       reference: 1
2702       compare: 2
2703   legend:
2704     - "Legend to Table:"
2705     - "x710, xxv710 - NICs tested."
2706     - "Diff - difference between x710 and xxv710 NIC."
2707
2708 # VPP Compare NICs 3n-skx 4t2c pdr
2709 - type: "table"
2710   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2711   algorithm: "table_comparison"
2712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2714   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2715   columns:
2716     - title: "x710"
2717       data-set: "vpp-nic-comparison-3n-skx"
2718       tag: "NIC_Intel-X710"
2719     - title: "xxv710"
2720       data-set: "vpp-nic-comparison-3n-skx"
2721       tag: "NIC_Intel-XXV710"
2722   comparisons:
2723     - title: "Diff"
2724       reference: 1
2725       compare: 2
2726   legend:
2727     - "Legend to Table:"
2728     - "x710, xxv710 - NICs tested."
2729     - "Diff - difference between x710 and xxv710 NIC."
2730
2731 # VPP Compare NICs 3n-skx 2t1c mrr
2732 - type: "table"
2733   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2734   algorithm: "table_comparison"
2735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2737   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2738   columns:
2739     - title: "x710"
2740       data-set: "vpp-nic-comparison-3n-skx-mrr"
2741       tag: "NIC_Intel-X710"
2742     - title: "xxv710"
2743       data-set: "vpp-nic-comparison-3n-skx-mrr"
2744       tag: "NIC_Intel-XXV710"
2745   comparisons:
2746     - title: "Diff"
2747       reference: 1
2748       compare: 2
2749   legend:
2750     - "Legend to Table:"
2751     - "x710, xxv710 - NICs tested."
2752     - "Diff - difference between x710 and xxv710 NIC."
2753
2754 # VPP Compare NICs 3n-skx 4t2c mrr
2755 - type: "table"
2756   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2757   algorithm: "table_comparison"
2758   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2760   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2761   columns:
2762     - title: "x710"
2763       data-set: "vpp-nic-comparison-3n-skx-mrr"
2764       tag: "NIC_Intel-X710"
2765     - title: "xxv710"
2766       data-set: "vpp-nic-comparison-3n-skx-mrr"
2767       tag: "NIC_Intel-XXV710"
2768   comparisons:
2769     - title: "Diff"
2770       reference: 1
2771       compare: 2
2772   legend:
2773     - "Legend to Table:"
2774     - "x710, xxv710 - NICs tested."
2775     - "Diff - difference between x710 and xxv710 NIC."
2776
2777 # VPP Compare NICs 3n-skx 8t4c mrr
2778 - type: "table"
2779   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2780   algorithm: "table_comparison"
2781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2783   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2784   columns:
2785     - title: "x710"
2786       data-set: "vpp-nic-comparison-3n-skx-mrr"
2787       tag: "NIC_Intel-X710"
2788     - title: "xxv710"
2789       data-set: "vpp-nic-comparison-3n-skx-mrr"
2790       tag: "NIC_Intel-XXV710"
2791   comparisons:
2792     - title: "Diff"
2793       reference: 1
2794       compare: 2
2795   legend:
2796     - "Legend to Table:"
2797     - "x710, xxv710 - NICs tested."
2798     - "Diff - difference between x710 and xxv710 NIC."
2799
2800 # VPP Compare NICs 2n-skx 2t1c ndr
2801 - type: "table"
2802   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2803   algorithm: "table_comparison"
2804   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2805   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2806   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2807   columns:
2808     - title: "x710"
2809       data-set: "vpp-nic-comparison-2n-skx"
2810       tag: "NIC_Intel-X710"
2811     - title: "xxv710"
2812       data-set: "vpp-nic-comparison-2n-skx"
2813       tag: "NIC_Intel-XXV710"
2814   comparisons:
2815     - title: "Diff"
2816       reference: 1
2817       compare: 2
2818   legend:
2819     - "Legend to Table:"
2820     - "x710, xxv710 - NICs tested."
2821     - "Diff - difference between x710 and xxv710 NIC."
2822
2823 # VPP Compare NICs 2n-skx 4t2c ndr
2824 - type: "table"
2825   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2826   algorithm: "table_comparison"
2827   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2829   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2830   columns:
2831     - title: "x710"
2832       data-set: "vpp-nic-comparison-2n-skx"
2833       tag: "NIC_Intel-X710"
2834     - title: "xxv710"
2835       data-set: "vpp-nic-comparison-2n-skx"
2836       tag: "NIC_Intel-XXV710"
2837   comparisons:
2838     - title: "Diff"
2839       reference: 1
2840       compare: 2
2841   legend:
2842     - "Legend to Table:"
2843     - "x710, xxv710 - NICs tested."
2844     - "Diff - difference between x710 and xxv710 NIC."
2845
2846 # VPP Compare NICs 2n-skx 2t1c pdr
2847 - type: "table"
2848   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2849   algorithm: "table_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2852   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2853   columns:
2854     - title: "x710"
2855       data-set: "vpp-nic-comparison-2n-skx"
2856       tag: "NIC_Intel-X710"
2857     - title: "xxv710"
2858       data-set: "vpp-nic-comparison-2n-skx"
2859       tag: "NIC_Intel-XXV710"
2860   comparisons:
2861     - title: "Diff"
2862       reference: 1
2863       compare: 2
2864   legend:
2865     - "Legend to Table:"
2866     - "x710, xxv710 - NICs tested."
2867     - "Diff - difference between x710 and xxv710 NIC."
2868
2869 # VPP Compare NICs 2n-skx 4t2c pdr
2870 - type: "table"
2871   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2872   algorithm: "table_comparison"
2873   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2875   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2876   columns:
2877     - title: "x710"
2878       data-set: "vpp-nic-comparison-2n-skx"
2879       tag: "NIC_Intel-X710"
2880     - title: "xxv710"
2881       data-set: "vpp-nic-comparison-2n-skx"
2882       tag: "NIC_Intel-XXV710"
2883   comparisons:
2884     - title: "Diff"
2885       reference: 1
2886       compare: 2
2887   legend:
2888     - "Legend to Table:"
2889     - "x710, xxv710 - NICs tested."
2890     - "Diff - difference between x710 and xxv710 NIC."
2891
2892 # VPP Compare NICs 2n-skx 2t1c mrr
2893 - type: "table"
2894   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2895   algorithm: "table_comparison"
2896   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2898   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2899   columns:
2900     - title: "x710"
2901       data-set: "vpp-nic-comparison-2n-skx-mrr"
2902       tag: "NIC_Intel-X710"
2903     - title: "xxv710"
2904       data-set: "vpp-nic-comparison-2n-skx-mrr"
2905       tag: "NIC_Intel-XXV710"
2906   comparisons:
2907     - title: "Diff"
2908       reference: 1
2909       compare: 2
2910   legend:
2911     - "Legend to Table:"
2912     - "x710, xxv710 - NICs tested."
2913     - "Diff - difference between x710 and xxv710 NIC."
2914
2915 # VPP Compare NICs 2n-skx 4t2c mrr
2916 - type: "table"
2917   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2918   algorithm: "table_comparison"
2919   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2920   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2921   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2922   columns:
2923     - title: "x710"
2924       data-set: "vpp-nic-comparison-2n-skx-mrr"
2925       tag: "NIC_Intel-X710"
2926     - title: "xxv710"
2927       data-set: "vpp-nic-comparison-2n-skx-mrr"
2928       tag: "NIC_Intel-XXV710"
2929   comparisons:
2930     - title: "Diff"
2931       reference: 1
2932       compare: 2
2933   legend:
2934     - "Legend to Table:"
2935     - "x710, xxv710 - NICs tested."
2936     - "Diff - difference between x710 and xxv710 NIC."
2937
2938 # VPP Compare NICs 2n-skx 8t4c mrr
2939 - type: "table"
2940   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2941   algorithm: "table_comparison"
2942   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2944   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2945   columns:
2946     - title: "x710"
2947       data-set: "vpp-nic-comparison-2n-skx-mrr"
2948       tag: "NIC_Intel-X710"
2949     - title: "xxv710"
2950       data-set: "vpp-nic-comparison-2n-skx-mrr"
2951       tag: "NIC_Intel-XXV710"
2952   comparisons:
2953     - title: "Diff"
2954       reference: 1
2955       compare: 2
2956   legend:
2957     - "Legend to Table:"
2958     - "x710, xxv710 - NICs tested."
2959     - "Diff - difference between x710 and xxv710 NIC."
2960
2961 ################################################################################
2962 # VPP
2963
2964 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
2965 #- type: "table"
2966 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
2967 #  algorithm: "table_comparison"
2968 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
2969 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2970 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2971 #  columns:
2972 #    - title: "1908.1"
2973 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
2974 #    - title: "1908.2"
2975 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
2976 #  comparisons:
2977 #    - title: "Diff"
2978 #      reference: 1
2979 #      compare: 2
2980 #  legend:
2981 #    - "Legend to Table:"
2982 #    - "1908.1, 1908.2 - VPP versions tested."
2983 #    - "Diff - difference between the previous and the current VPP version."
2984 #
2985 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
2986 #- type: "table"
2987 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
2988 #  algorithm: "table_comparison"
2989 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
2990 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2991 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2992 #  columns:
2993 #    - title: "1908.1"
2994 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
2995 #    - title: "1908.2"
2996 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
2997 #  comparisons:
2998 #    - title: "Diff"
2999 #      reference: 1
3000 #      compare: 2
3001 #  legend:
3002 #    - "Legend to Table:"
3003 #    - "1908.1, 1908.2 - VPP versions tested."
3004 #    - "Diff - difference between the previous and the current VPP version."
3005 #
3006 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3007 #- type: "table"
3008 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3009 #  algorithm: "table_comparison"
3010 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3011 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3012 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3013 #  columns:
3014 #    - title: "1908.1"
3015 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3016 #    - title: "1908.2"
3017 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3018 #  comparisons:
3019 #    - title: "Diff"
3020 #      reference: 1
3021 #      compare: 2
3022 #  legend:
3023 #    - "Legend to Table:"
3024 #    - "1908.1, 1908.2 - VPP versions tested."
3025 #    - "Diff - difference between the previous and the current VPP version."
3026 #
3027 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3028 #- type: "table"
3029 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3030 #  algorithm: "table_comparison"
3031 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3032 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3033 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3034 #  columns:
3035 #    - title: "1908.1"
3036 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3037 #    - title: "1908.2"
3038 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3039 #  comparisons:
3040 #    - title: "Diff"
3041 #      reference: 1
3042 #      compare: 2
3043 #  legend:
3044 #    - "Legend to Table:"
3045 #    - "1908.1, 1908.2 - VPP versions tested."
3046 #    - "Diff - difference between the previous and the current VPP version."
3047 #
3048 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3049 #- type: "table"
3050 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3051 #  algorithm: "table_comparison"
3052 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3053 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3054 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3055 #  columns:
3056 #    - title: "1908.1"
3057 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3058 #    - title: "1908.2"
3059 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3060 #  comparisons:
3061 #    - title: "Diff"
3062 #      reference: 1
3063 #      compare: 2
3064 #  legend:
3065 #    - "Legend to Table:"
3066 #    - "1908.1, 1908.2 - VPP versions tested."
3067 #    - "Diff - difference between the previous and the current VPP version."
3068 #
3069 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3070 #- type: "table"
3071 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3072 #  algorithm: "table_comparison"
3073 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3074 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3075 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3076 #  columns:
3077 #    - title: "1908.1"
3078 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3079 #    - title: "1908.2"
3080 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3081 #  comparisons:
3082 #    - title: "Diff"
3083 #      reference: 1
3084 #      compare: 2
3085 #  legend:
3086 #    - "Legend to Table:"
3087 #    - "1908.1, 1908.2 - VPP versions tested."
3088 #    - "Diff - difference between the previous and the current VPP version."
3089
3090 # VPP Performance Changes 3n-hsw 1t1c pdr
3091 - type: "table"
3092   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3093   algorithm: "table_comparison"
3094   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3096   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3097   columns:
3098     - title: "1908"
3099       data-set: "vpp-performance-changes-3n-hsw-h1"
3100     - title: "2001"
3101       data-set: "vpp-performance-changes-3n-hsw-ref"
3102     - title: "2005"
3103       data-set: "vpp-performance-changes-3n-hsw-cmp"
3104   comparisons:
3105     - title: "Diff"
3106       reference: 2
3107       compare: 3
3108   legend:
3109     - "Legend to Table"
3110     - "1908, 2001, 2005 - VPP versions tested."
3111     - "Diff - difference between 2001 and 2008 VPP version."
3112
3113 # VPP Performance Changes 3n-hsw 2t2c pdr
3114 - type: "table"
3115   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3116   algorithm: "table_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3119   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3120   columns:
3121     - title: "1908"
3122       data-set: "vpp-performance-changes-3n-hsw-h1"
3123     - title: "2001"
3124       data-set: "vpp-performance-changes-3n-hsw-ref"
3125     - title: "2005"
3126       data-set: "vpp-performance-changes-3n-hsw-cmp"
3127   comparisons:
3128     - title: "Diff"
3129       reference: 2
3130       compare: 3
3131   legend:
3132     - "Legend to Table"
3133     - "1908, 2001, 2005 - VPP versions tested."
3134     - "Diff - difference between 2001 and 2008 VPP version."
3135
3136 # VPP Performance Changes 3n-hsw 1t1c ndr
3137 - type: "table"
3138   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3139   algorithm: "table_comparison"
3140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3142   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3143   columns:
3144     - title: "1908"
3145       data-set: "vpp-performance-changes-3n-hsw-h1"
3146     - title: "2001"
3147       data-set: "vpp-performance-changes-3n-hsw-ref"
3148     - title: "2005"
3149       data-set: "vpp-performance-changes-3n-hsw-cmp"
3150   comparisons:
3151     - title: "Diff"
3152       reference: 2
3153       compare: 3
3154   legend:
3155     - "Legend to Table"
3156     - "1908, 2001, 2005 - VPP versions tested."
3157     - "Diff - difference between 2001 and 2008 VPP version."
3158
3159 # VPP Performance Changes 3n-hsw 2t2c ndr
3160 - type: "table"
3161   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3162   algorithm: "table_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3165   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3166   columns:
3167     - title: "1908"
3168       data-set: "vpp-performance-changes-3n-hsw-h1"
3169     - title: "2001"
3170       data-set: "vpp-performance-changes-3n-hsw-ref"
3171     - title: "2005"
3172       data-set: "vpp-performance-changes-3n-hsw-cmp"
3173   comparisons:
3174     - title: "Diff"
3175       reference: 2
3176       compare: 3
3177   legend:
3178     - "Legend to Table"
3179     - "1908, 2001, 2005 - VPP versions tested."
3180     - "Diff - difference between 2001 and 2008 VPP version."
3181
3182 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3183 #- type: "table"
3184 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3185 #  algorithm: "table_comparison"
3186 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3187 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3188 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3189 #  rca:
3190 #    - title: "RCA1"
3191 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3192 #    - title: "RCA2"
3193 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3194 #  columns:
3195 #    - title: "1908.0-1"
3196 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3197 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3198 #    - title: "1908.1-1"
3199 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3200 #    - title: "1908.1-2"
3201 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3202 #    - title: "2001.0-2"
3203 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3204 #  comparisons:
3205 #    - title: "Diff1"
3206 #      reference: 2
3207 #      reference-alt: 1
3208 #      compare: 3
3209 #    - title: "Diff2"
3210 #      reference: 3
3211 #      compare: 4
3212 #  legend:
3213 #    - 'Legend to Table:'
3214 #    - '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).'
3215 #    - '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).'
3216 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3217 #    - 'RCA1 - root cause analysis reference for Diff1.'
3218 #    - 'RCA2 - root cause analysis reference for Diff2.'
3219 #
3220 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3221 #- type: "table"
3222 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3223 #  algorithm: "table_comparison"
3224 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3225 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3226 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3227 #  rca:
3228 #    - title: "RCA1"
3229 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3230 #    - title: "RCA2"
3231 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3232 #  columns:
3233 #    - title: "1908.0-1"
3234 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3235 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3236 #    - title: "1908.1-1"
3237 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3238 #    - title: "1908.1-2"
3239 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3240 #    - title: "2001.0-2"
3241 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3242 #  comparisons:
3243 #    - title: "Diff1"
3244 #      reference: 2
3245 #      reference-alt: 1
3246 #      compare: 3
3247 #    - title: "Diff2"
3248 #      reference: 3
3249 #      compare: 4
3250 #  legend:
3251 #    - 'Legend to Table:'
3252 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3253 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3254 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3255 #    - 'RCA1 - root cause analysis reference for Diff1.'
3256 #    - 'RCA2 - root cause analysis reference for Diff2.'
3257
3258 # VPP Performance Changes 3n-skx 2t1c pdr
3259 - type: "table"
3260   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3261   algorithm: "table_comparison"
3262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3264   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3265   columns:
3266     - title: "1908"
3267       data-set: "vpp-performance-changes-3n-skx-h1"
3268       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3269     - title: "2001"
3270       data-set: "vpp-performance-changes-3n-skx-ref"
3271     - title: "2005"
3272       data-set: "vpp-performance-changes-3n-skx-cmp"
3273   comparisons:
3274     - title: "Diff"
3275       reference: 2
3276       compare: 3
3277   legend:
3278     - "Legend to Table"
3279     - "1908, 2001, 2005 - VPP versions tested."
3280     - "Diff - difference between 2001 and 2005 VPP version."
3281
3282 # VPP Performance Changes 3n-skx 4t2c pdr
3283 - type: "table"
3284   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3285   algorithm: "table_comparison"
3286   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3288   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3289   columns:
3290     - title: "1908"
3291       data-set: "vpp-performance-changes-3n-skx-h1"
3292       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3293     - title: "2001"
3294       data-set: "vpp-performance-changes-3n-skx-ref"
3295     - title: "2005"
3296       data-set: "vpp-performance-changes-3n-skx-cmp"
3297   comparisons:
3298     - title: "Diff"
3299       reference: 2
3300       compare: 3
3301   legend:
3302     - "Legend to Table"
3303     - "1908, 2001, 2005 - VPP versions tested."
3304     - "Diff - difference between 2001 and 2005 VPP version."
3305
3306 # VPP Performance Changes 3n-skx 2t1c ndr
3307 - type: "table"
3308   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3309   algorithm: "table_comparison"
3310   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3312   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3313   columns:
3314     - title: "1908"
3315       data-set: "vpp-performance-changes-3n-skx-h1"
3316       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3317     - title: "2001"
3318       data-set: "vpp-performance-changes-3n-skx-ref"
3319     - title: "2005"
3320       data-set: "vpp-performance-changes-3n-skx-cmp"
3321   comparisons:
3322     - title: "Diff"
3323       reference: 2
3324       compare: 3
3325   legend:
3326     - "Legend to Table"
3327     - "1908, 2001, 2005 - VPP versions tested."
3328     - "Diff - difference between 2001 and 2005 VPP version."
3329
3330 # VPP Performance Changes 3n-skx 4t2c ndr
3331 - type: "table"
3332   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3333   algorithm: "table_comparison"
3334   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3336   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3337   columns:
3338     - title: "1908"
3339       data-set: "vpp-performance-changes-3n-skx-h1"
3340       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3341     - title: "2001"
3342       data-set: "vpp-performance-changes-3n-skx-ref"
3343     - title: "2005"
3344       data-set: "vpp-performance-changes-3n-skx-cmp"
3345   comparisons:
3346     - title: "Diff"
3347       reference: 2
3348       compare: 3
3349   legend:
3350     - "Legend to Table"
3351     - "1908, 2001, 2005 - VPP versions tested."
3352     - "Diff - difference between 2001 and 2005 VPP version."
3353
3354 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3355 #- type: "table"
3356 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3357 #  algorithm: "table_comparison"
3358 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3360 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3361 #  rca:
3362 #    - title: "RCA1"
3363 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3364 #    - title: "RCA2"
3365 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3366 #  columns:
3367 #    - title: "1908.0-1"
3368 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3369 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3370 #    - title: "1908.1-1"
3371 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3372 #    - title: "1908.1-2"
3373 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3374 #    - title: "2001.0-2"
3375 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3376 #  comparisons:
3377 #    - title: "Diff1"
3378 #      reference: 2
3379 #      reference-alt: 1
3380 #      compare: 3
3381 #    - title: "Diff2"
3382 #      reference: 3
3383 #      compare: 4
3384 #  legend:
3385 #    - 'Legend to Table:'
3386 #    - '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).'
3387 #    - '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).'
3388 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3389 #    - 'RCA1 - root cause analysis reference for Diff1.'
3390 #    - 'RCA2 - root cause analysis reference for Diff2.'
3391 #
3392 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3393 #- type: "table"
3394 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3395 #  algorithm: "table_comparison"
3396 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3397 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3398 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3399 #  rca:
3400 #    - title: "RCA1"
3401 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3402 #    - title: "RCA2"
3403 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3404 #  columns:
3405 #    - title: "1908.0-1"
3406 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3407 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3408 #    - title: "1908.1-1"
3409 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3410 #    - title: "1908.1-2"
3411 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3412 #    - title: "2001.0-2"
3413 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3414 #  comparisons:
3415 #    - title: "Diff1"
3416 #      reference: 2
3417 #      reference-alt: 1
3418 #      compare: 3
3419 #    - title: "Diff2"
3420 #      reference: 3
3421 #      compare: 4
3422 #  legend:
3423 #    - 'Legend to Table:'
3424 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3425 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3426 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3427 #    - 'RCA1 - root cause analysis reference for Diff1.'
3428 #    - 'RCA2 - root cause analysis reference for Diff2.'
3429
3430 # VPP Performance Changes 2n-skx 2t1c pdr
3431 - type: "table"
3432   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3433   algorithm: "table_comparison"
3434   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3436   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3437   columns:
3438     - title: "1908"
3439       data-set: "vpp-performance-changes-2n-skx-h1"
3440       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3441     - title: "2001"
3442       data-set: "vpp-performance-changes-2n-skx-ref"
3443     - title: "2005"
3444       data-set: "vpp-performance-changes-2n-skx-cmp"
3445   comparisons:
3446     - title: "Diff"
3447       reference: 2
3448       compare: 3
3449   legend:
3450     - "Legend to Table"
3451     - "1908, 2001, 2005 - VPP versions tested."
3452     - "Diff - difference between 2001 and 2005 VPP version."
3453
3454 # VPP Performance Changes 2n-skx 4t2c pdr
3455 - type: "table"
3456   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "1908"
3463       data-set: "vpp-performance-changes-2n-skx-h1"
3464       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3465     - title: "2001"
3466       data-set: "vpp-performance-changes-2n-skx-ref"
3467     - title: "2005"
3468       data-set: "vpp-performance-changes-2n-skx-cmp"
3469   comparisons:
3470     - title: "Diff"
3471       reference: 2
3472       compare: 3
3473   legend:
3474     - "Legend to Table"
3475     - "1908, 2001, 2005 - VPP versions tested."
3476     - "Diff - difference between 2001 and 2005 VPP version."
3477
3478 # VPP Performance Changes 2n-skx 2t1c ndr
3479 - type: "table"
3480   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3481   algorithm: "table_comparison"
3482   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3485   columns:
3486     - title: "1908"
3487       data-set: "vpp-performance-changes-2n-skx-h1"
3488       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3489     - title: "2001"
3490       data-set: "vpp-performance-changes-2n-skx-ref"
3491     - title: "2005"
3492       data-set: "vpp-performance-changes-2n-skx-cmp"
3493   comparisons:
3494     - title: "Diff"
3495       reference: 2
3496       compare: 3
3497   legend:
3498     - "Legend to Table"
3499     - "1908, 2001, 2005 - VPP versions tested."
3500     - "Diff - difference between 2001 and 2005 VPP version."
3501
3502 # VPP Performance Changes 2n-skx 4t2c ndr
3503 - type: "table"
3504   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3505   algorithm: "table_comparison"
3506   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3508   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3509   columns:
3510     - title: "1908"
3511       data-set: "vpp-performance-changes-2n-skx-h1"
3512       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3513     - title: "2001"
3514       data-set: "vpp-performance-changes-2n-skx-ref"
3515     - title: "2005"
3516       data-set: "vpp-performance-changes-2n-skx-cmp"
3517   comparisons:
3518     - title: "Diff"
3519       reference: 2
3520       compare: 3
3521   legend:
3522     - "Legend to Table"
3523     - "1908, 2001, 2005 - VPP versions tested."
3524     - "Diff - difference between 2001 and 2005 VPP version."
3525
3526 # VPP Performance Changes 2n-dnv 1t1c pdr
3527 - type: "table"
3528   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3529   algorithm: "table_comparison"
3530   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3532   filter: "'1T1C'"
3533   columns:
3534     - title: "1908"
3535       data-set: "vpp-performance-changes-2n-dnv-h1"
3536     - title: "2001"
3537       data-set: "vpp-performance-changes-2n-dnv-ref"
3538     - title: "2005"
3539       data-set: "vpp-performance-changes-2n-dnv-cmp"
3540   comparisons:
3541     - title: "Diff"
3542       reference: 2
3543       compare: 3
3544   legend:
3545     - "Legend to Table"
3546     - "1908, 2001, 2005 - VPP versions tested."
3547     - "Diff - difference between 2001 and 2005 VPP version."
3548
3549 # VPP Performance Changes 2n-dnv 2t2c pdr
3550 - type: "table"
3551   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3552   algorithm: "table_comparison"
3553   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'2T2C'"
3556   columns:
3557     - title: "1908"
3558       data-set: "vpp-performance-changes-2n-dnv-h1"
3559     - title: "2001"
3560       data-set: "vpp-performance-changes-2n-dnv-ref"
3561     - title: "2005"
3562       data-set: "vpp-performance-changes-2n-dnv-cmp"
3563   comparisons:
3564     - title: "Diff"
3565       reference: 2
3566       compare: 3
3567   legend:
3568     - "Legend to Table"
3569     - "1908, 2001, 2005 - VPP versions tested."
3570     - "Diff - difference between 2001 and 2005 VPP version."
3571
3572 # VPP Performance Changes 2n-dnv 1t1c ndr
3573 - type: "table"
3574   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3575   algorithm: "table_comparison"
3576   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'1T1C'"
3579   columns:
3580     - title: "1908"
3581       data-set: "vpp-performance-changes-2n-dnv-h1"
3582     - title: "2001"
3583       data-set: "vpp-performance-changes-2n-dnv-ref"
3584     - title: "2005"
3585       data-set: "vpp-performance-changes-2n-dnv-cmp"
3586   comparisons:
3587     - title: "Diff"
3588       reference: 2
3589       compare: 3
3590   legend:
3591     - "Legend to Table"
3592     - "1908, 2001, 2005 - VPP versions tested."
3593     - "Diff - difference between 2001 and 2005 VPP version."
3594
3595 # VPP Performance Changes 2n-dnv 2t2c ndr
3596 - type: "table"
3597   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3598   algorithm: "table_comparison"
3599   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3601   filter: "'2T2C'"
3602   columns:
3603     - title: "1908"
3604       data-set: "vpp-performance-changes-2n-dnv-h1"
3605     - title: "2001"
3606       data-set: "vpp-performance-changes-2n-dnv-ref"
3607     - title: "2005"
3608       data-set: "vpp-performance-changes-2n-dnv-cmp"
3609   comparisons:
3610     - title: "Diff"
3611       reference: 2
3612       compare: 3
3613   legend:
3614     - "Legend to Table"
3615     - "1908, 2001, 2005 - VPP versions tested."
3616     - "Diff - difference between 2001 and 2005 VPP version."
3617
3618 # VPP Performance Changes 3n-dnv 1t1c pdr
3619 - type: "table"
3620   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3621   algorithm: "table_comparison"
3622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3624   filter: "'1T1C'"
3625   columns:
3626     - title: "1908"
3627       data-set: "vpp-performance-changes-3n-dnv-h1"
3628     - title: "2001"
3629       data-set: "vpp-performance-changes-3n-dnv-ref"
3630     - title: "2005"
3631       data-set: "vpp-performance-changes-3n-dnv-cmp"
3632   comparisons:
3633     - title: "Diff"
3634       reference: 2
3635       compare: 3
3636   legend:
3637     - "Legend to Table"
3638     - "1908, 2001, 2005 - VPP versions tested."
3639     - "Diff - difference between 2001 and 2005 VPP version."
3640
3641 # VPP Performance Changes 3n-dnv 2t2c pdr
3642 - type: "table"
3643   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3644   algorithm: "table_comparison"
3645   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3647   filter: "'2T2C'"
3648   columns:
3649     - title: "1908"
3650       data-set: "vpp-performance-changes-3n-dnv-h1"
3651     - title: "2001"
3652       data-set: "vpp-performance-changes-3n-dnv-ref"
3653     - title: "2005"
3654       data-set: "vpp-performance-changes-3n-dnv-cmp"
3655   comparisons:
3656     - title: "Diff"
3657       reference: 2
3658       compare: 3
3659   legend:
3660     - "Legend to Table"
3661     - "1908, 2001, 2005 - VPP versions tested."
3662     - "Diff - difference between 2001 and 2005 VPP version."
3663
3664 # VPP Performance Changes 3n-dnv 1t1c ndr
3665 - type: "table"
3666   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3667   algorithm: "table_comparison"
3668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3670   filter: "'1T1C'"
3671   columns:
3672     - title: "1908"
3673       data-set: "vpp-performance-changes-3n-dnv-h1"
3674     - title: "2001"
3675       data-set: "vpp-performance-changes-3n-dnv-ref"
3676     - title: "2005"
3677       data-set: "vpp-performance-changes-3n-dnv-cmp"
3678   comparisons:
3679     - title: "Diff"
3680       reference: 2
3681       compare: 3
3682   legend:
3683     - "Legend to Table"
3684     - "1908, 2001, 2005 - VPP versions tested."
3685     - "Diff - difference between 2001 and 2005 VPP version."
3686
3687 # VPP Performance Changes 3n-dnv 2t2c ndr
3688 - type: "table"
3689   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3690   algorithm: "table_comparison"
3691   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3693   filter: "'2T2C'"
3694   columns:
3695     - title: "1908"
3696       data-set: "vpp-performance-changes-3n-dnv-h1"
3697     - title: "2001"
3698       data-set: "vpp-performance-changes-3n-dnv-ref"
3699     - title: "2005"
3700       data-set: "vpp-performance-changes-3n-dnv-cmp"
3701   comparisons:
3702     - title: "Diff"
3703       reference: 2
3704       compare: 3
3705   legend:
3706     - "Legend to Table"
3707     - "1908, 2001, 2005 - VPP versions tested."
3708     - "Diff - difference between 2001 and 2005 VPP version."
3709
3710 # VPP Performance Changes 3n-tsh 1t1c pdr
3711 - type: "table"
3712   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3713   algorithm: "table_comparison"
3714   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3715   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3716   filter: "'1T1C'"
3717   columns:
3718     - title: "1908"
3719       data-set: "vpp-performance-changes-3n-tsh-h1"
3720     - title: "2001"
3721       data-set: "vpp-performance-changes-3n-tsh-ref"
3722     - title: "2005"
3723       data-set: "vpp-performance-changes-3n-tsh-cmp"
3724   comparisons:
3725     - title: "Diff"
3726       reference: 2
3727       compare: 3
3728   legend:
3729     - "Legend to Table"
3730     - "1908, 2001, 2005 - VPP versions tested."
3731     - "Diff - difference between 2001 and 2005 VPP version."
3732
3733 # VPP Performance Changes 3n-tsh 2t2c pdr
3734 - type: "table"
3735   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3736   algorithm: "table_comparison"
3737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'2T2C'"
3740   columns:
3741     - title: "1908"
3742       data-set: "vpp-performance-changes-3n-tsh-h1"
3743     - title: "2001"
3744       data-set: "vpp-performance-changes-3n-tsh-ref"
3745     - title: "2005"
3746       data-set: "vpp-performance-changes-3n-tsh-cmp"
3747   comparisons:
3748     - title: "Diff"
3749       reference: 2
3750       compare: 3
3751   legend:
3752     - "Legend to Table"
3753     - "1908, 2001, 2005 - VPP versions tested."
3754     - "Diff - difference between 2001 and 2005 VPP version."
3755
3756 # VPP Performance Changes 3n-tsh 1t1c ndr
3757 - type: "table"
3758   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3759   algorithm: "table_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3762   filter: "'1T1C'"
3763   columns:
3764     - title: "1908"
3765       data-set: "vpp-performance-changes-3n-tsh-h1"
3766     - title: "2001"
3767       data-set: "vpp-performance-changes-3n-tsh-ref"
3768     - title: "2005"
3769       data-set: "vpp-performance-changes-3n-tsh-cmp"
3770   comparisons:
3771     - title: "Diff"
3772       reference: 2
3773       compare: 3
3774   legend:
3775     - "Legend to Table"
3776     - "1908, 2001, 2005 - VPP versions tested."
3777     - "Diff - difference between 2001 and 2005 VPP version."
3778
3779 # VPP Performance Changes 3n-tsh 2t2c ndr
3780 - type: "table"
3781   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3782   algorithm: "table_comparison"
3783   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3785   filter: "'2T2C'"
3786   columns:
3787     - title: "1908"
3788       data-set: "vpp-performance-changes-3n-tsh-h1"
3789     - title: "2001"
3790       data-set: "vpp-performance-changes-3n-tsh-ref"
3791     - title: "2005"
3792       data-set: "vpp-performance-changes-3n-tsh-cmp"
3793   comparisons:
3794     - title: "Diff"
3795       reference: 2
3796       compare: 3
3797   legend:
3798     - "Legend to Table"
3799     - "1908, 2001, 2005 - VPP versions tested."
3800     - "Diff - difference between 2001 and 2005 VPP version."
3801
3802 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3803 - type: "table"
3804   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3805   algorithm: "table_comparison"
3806   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3808   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3809   columns:
3810     - title: "3n-hsw xl710"
3811       data-set: "vpp-compare-testbeds-ref"
3812       tag: "NIC_Intel-XL710"
3813     - title: "3n-skx xxv710"
3814       data-set: "vpp-compare-testbeds-cmp"
3815       tag: "NIC_Intel-XXV710"
3816   comparisons:
3817     - title: "Diff"
3818       reference: 1
3819       compare: 2
3820   legend:
3821     - "Legend to Table"
3822     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3823     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3824
3825 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3826 - type: "table"
3827   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3828   algorithm: "table_comparison"
3829   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3831   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3832   columns:
3833     - title: "3n-hsw xl710"
3834       data-set: "vpp-compare-testbeds-ref"
3835       tag: "NIC_Intel-XL710"
3836     - title: "3n-skx xxv710"
3837       data-set: "vpp-compare-testbeds-cmp"
3838       tag: "NIC_Intel-XXV710"
3839   comparisons:
3840     - title: "Diff"
3841       reference: 1
3842       compare: 2
3843   legend:
3844     - "Legend to Table"
3845     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3846     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3847
3848 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3849 - type: "table"
3850   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3851   algorithm: "table_comparison"
3852   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3854   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3855   columns:
3856     - title: "3n-hsw xl710"
3857       data-set: "vpp-compare-testbeds-ref"
3858       tag: "NIC_Intel-XL710"
3859     - title: "3n-skx xxv710"
3860       data-set: "vpp-compare-testbeds-cmp"
3861       tag: "NIC_Intel-XXV710"
3862   comparisons:
3863     - title: "Diff"
3864       reference: 1
3865       compare: 2
3866   legend:
3867     - "Legend to Table"
3868     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3869     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3870
3871 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3872 - type: "table"
3873   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3874   algorithm: "table_comparison"
3875   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3877   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3878   columns:
3879     - title: "3n-hsw xl710"
3880       data-set: "vpp-compare-testbeds-ref"
3881       tag: "NIC_Intel-XL710"
3882     - title: "3n-skx xxv710"
3883       data-set: "vpp-compare-testbeds-cmp"
3884       tag: "NIC_Intel-XXV710"
3885   comparisons:
3886     - title: "Diff"
3887       reference: 1
3888       compare: 2
3889   legend:
3890     - "Legend to Table"
3891     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3892     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3893
3894 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3895 - type: "table"
3896   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3897   algorithm: "table_comparison"
3898   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3899   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3900   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3901   columns:
3902     - title: "2n-skx"
3903       data-set: "vpp-compare-testbeds-skx-clx-ref"
3904     - title: "2n-clx"
3905       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3906   comparisons:
3907     - title: "Diff"
3908       reference: 1
3909       compare: 2
3910   legend:
3911     - "Legend to Table"
3912     - "2n-skx, 2n-clx - testbeds and NICs tested."
3913     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3914
3915 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3916 - type: "table"
3917   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3918   algorithm: "table_comparison"
3919   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3921   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3922   columns:
3923     - title: "2n-skx"
3924       data-set: "vpp-compare-testbeds-skx-clx-ref"
3925     - title: "2n-clx"
3926       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3927   comparisons:
3928     - title: "Diff"
3929       reference: 1
3930       compare: 2
3931   legend:
3932     - "Legend to Table"
3933     - "2n-skx, 2n-clx - testbeds and NICs tested."
3934     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3935
3936 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3937 - type: "table"
3938   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3939   algorithm: "table_comparison"
3940   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3942   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3943   columns:
3944     - title: "2n-skx"
3945       data-set: "vpp-compare-testbeds-skx-clx-ref"
3946     - title: "2n-clx"
3947       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3948   comparisons:
3949     - title: "Diff"
3950       reference: 1
3951       compare: 2
3952   legend:
3953     - "Legend to Table"
3954     - "2n-skx, 2n-clx - testbeds and NICs tested."
3955     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3956
3957 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3958 - type: "table"
3959   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3960   algorithm: "table_comparison"
3961   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3963   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3964   columns:
3965     - title: "2n-skx"
3966       data-set: "vpp-compare-testbeds-skx-clx-ref"
3967     - title: "2n-clx"
3968       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3969   comparisons:
3970     - title: "Diff"
3971       reference: 1
3972       compare: 2
3973   legend:
3974     - "Legend to Table"
3975     - "2n-skx, 2n-clx - testbeds and NICs tested."
3976     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3977
3978 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3979 - type: "table"
3980   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3981   algorithm: "table_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3984   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3985   columns:
3986     - title: "3n-hsw xl710"
3987       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3988       tag: "NIC_Intel-XL710"
3989     - title: "2n-clx xxv710"
3990       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3991       tag: "NIC_Intel-XXV710"
3992   comparisons:
3993     - title: "Diff"
3994       reference: 1
3995       compare: 2
3996   legend:
3997     - "Legend to Table"
3998     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
3999     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4000
4001 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4002 - type: "table"
4003   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4008   columns:
4009     - title: "3n-hsw xl710"
4010       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4011       tag: "NIC_Intel-XL710"
4012     - title: "2n-clx xxv710"
4013       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4014       tag: "NIC_Intel-XXV710"
4015   comparisons:
4016     - title: "Diff"
4017       reference: 1
4018       compare: 2
4019   legend:
4020     - "Legend to Table"
4021     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4022     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4023
4024 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4025 - type: "table"
4026   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4027   algorithm: "table_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4030   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4031   columns:
4032     - title: "3n-hsw xl710"
4033       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4034       tag: "NIC_Intel-XL710"
4035     - title: "2n-clx xxv710"
4036       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4037       tag: "NIC_Intel-XXV710"
4038   comparisons:
4039     - title: "Diff"
4040       reference: 1
4041       compare: 2
4042   legend:
4043     - "Legend to Table"
4044     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4045     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4046
4047 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4048 - type: "table"
4049   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4050   algorithm: "table_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4053   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4054   columns:
4055     - title: "3n-hsw xl710"
4056       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4057       tag: "NIC_Intel-XL710"
4058     - title: "2n-clx xxv710"
4059       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4060       tag: "NIC_Intel-XXV710"
4061   comparisons:
4062     - title: "Diff"
4063       reference: 1
4064       compare: 2
4065   legend:
4066     - "Legend to Table"
4067     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4068     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4069
4070 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4071 - type: "table"
4072   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4073   algorithm: "table_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4077   columns:
4078     - title: "3n-skx"
4079       data-set: "vpp-compare-topologies-ref"
4080     - title: "2n-skx"
4081       data-set: "vpp-compare-topologies-cmp"
4082   comparisons:
4083     - title: "Diff"
4084       reference: 1
4085       compare: 2
4086   legend:
4087     - "Legend to Table"
4088     - "3n-skx, 2n-skx - topologies tested."
4089     - "Diff - difference between 3n-skx and 2n-skx topologies."
4090
4091 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4092 - type: "table"
4093   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4094   algorithm: "table_comparison"
4095   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4097   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4098   columns:
4099     - title: "3n-skx"
4100       data-set: "vpp-compare-topologies-ref"
4101     - title: "2n-skx"
4102       data-set: "vpp-compare-topologies-cmp"
4103   comparisons:
4104     - title: "Diff"
4105       reference: 1
4106       compare: 2
4107   legend:
4108     - "Legend to Table"
4109     - "3n-skx, 2n-skx - topologies tested."
4110     - "Diff - difference between 3n-skx and 2n-skx topologies."
4111
4112 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4113 - type: "table"
4114   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4115   algorithm: "table_comparison"
4116   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4118   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4119   columns:
4120     - title: "3n-skx"
4121       data-set: "vpp-compare-topologies-ref"
4122     - title: "2n-skx"
4123       data-set: "vpp-compare-topologies-cmp"
4124   comparisons:
4125     - title: "Diff"
4126       reference: 1
4127       compare: 2
4128   legend:
4129     - "Legend to Table"
4130     - "3n-skx, 2n-skx - topologies tested."
4131     - "Diff - difference between 3n-skx and 2n-skx topologies."
4132
4133 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4134 - type: "table"
4135   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4136   algorithm: "table_comparison"
4137   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4139   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4140   columns:
4141     - title: "3n-skx"
4142       data-set: "vpp-compare-topologies-ref"
4143     - title: "2n-skx"
4144       data-set: "vpp-compare-topologies-cmp"
4145   comparisons:
4146     - title: "Diff"
4147       reference: 1
4148       compare: 2
4149   legend:
4150     - "Legend to Table"
4151     - "3n-skx, 2n-skx - topologies tested."
4152     - "Diff - difference between 3n-skx and 2n-skx topologies."
4153
4154 # VPP Performance Changes 3n-hsw 1t1c mrr
4155 - type: "table"
4156   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4157   algorithm: "table_comparison"
4158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4160   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4161   columns:
4162     - title: "1908"
4163       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4164     - title: "2001"
4165       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4166     - title: "2005"
4167       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4168   comparisons:
4169     - title: "Diff"
4170       reference: 2
4171       compare: 3
4172   legend:
4173     - "Legend to Table"
4174     - "1908, 2001, 2005 - VPP versions tested."
4175     - "Diff - difference between 2001 and 2005 VPP version."
4176
4177 # VPP Performance Changes 3n-hsw 2t2c mrr
4178 - type: "table"
4179   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4180   algorithm: "table_comparison"
4181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4183   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4184   columns:
4185     - title: "1908"
4186       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4187     - title: "2001"
4188       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4189     - title: "2005"
4190       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4191   comparisons:
4192     - title: "Diff"
4193       reference: 2
4194       compare: 3
4195   legend:
4196     - "Legend to Table"
4197     - "1908, 2001, 2005 - VPP versions tested."
4198     - "Diff - difference between 2001 and 2005 VPP version."
4199
4200 # VPP Performance Changes 3n-hsw 4t4c mrr
4201 - type: "table"
4202   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4203   algorithm: "table_comparison"
4204   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4206   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4207   columns:
4208     - title: "1908"
4209       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4210     - title: "2001"
4211       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4212     - title: "2005"
4213       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4214   comparisons:
4215     - title: "Diff"
4216       reference: 2
4217       compare: 3
4218   legend:
4219     - "Legend to Table"
4220     - "1908, 2001, 2005 - VPP versions tested."
4221     - "Diff - difference between 2001 and 2005 VPP version."
4222
4223 # VPP Performance Changes 3n-skx 2t1c mrr
4224 - type: "table"
4225   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4226   algorithm: "table_comparison"
4227   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4229   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4230   columns:
4231     - title: "1908"
4232       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4233     - title: "2001"
4234       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4235     - title: "2005"
4236       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4237   comparisons:
4238     - title: "Diff"
4239       reference: 2
4240       compare: 3
4241   legend:
4242     - "Legend to Table"
4243     - "1908, 2001, 2005 - VPP versions tested."
4244     - "Diff - difference between 2001 and 2005 VPP version."
4245
4246 # VPP Performance Changes 3n-skx 4t2c mrr
4247 - type: "table"
4248   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4249   algorithm: "table_comparison"
4250   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4252   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4253   columns:
4254     - title: "1908"
4255       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4256     - title: "2001"
4257       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4258     - title: "2005"
4259       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4260   comparisons:
4261     - title: "Diff"
4262       reference: 2
4263       compare: 3
4264   legend:
4265     - "Legend to Table"
4266     - "1908, 2001, 2005 - VPP versions tested."
4267     - "Diff - difference between 2001 and 2005 VPP version."
4268
4269 # VPP Performance Changes 3n-skx 8t4c mrr
4270 - type: "table"
4271   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4272   algorithm: "table_comparison"
4273   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4275   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4276   columns:
4277     - title: "1908"
4278       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4279     - title: "2001"
4280       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4281     - title: "2005"
4282       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4283   comparisons:
4284     - title: "Diff"
4285       reference: 2
4286       compare: 3
4287   legend:
4288     - "Legend to Table"
4289     - "1908, 2001, 2005 - VPP versions tested."
4290     - "Diff - difference between 2001 and 2005 VPP version."
4291
4292 # VPP Performance Changes 2n-skx 2t1c mrr
4293 - type: "table"
4294   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4295   algorithm: "table_comparison"
4296   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4298   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4299   columns:
4300     - title: "1908"
4301       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4302     - title: "2001"
4303       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4304     - title: "2005"
4305       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4306   comparisons:
4307     - title: "Diff"
4308       reference: 2
4309       compare: 3
4310   legend:
4311     - "Legend to Table"
4312     - "1908, 2001, 2005 - VPP versions tested."
4313     - "Diff - difference between 2001 and 2005 VPP version."
4314
4315 # VPP Performance Changes 2n-skx 4t2c mrr
4316 - type: "table"
4317   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4318   algorithm: "table_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4321   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4322   columns:
4323     - title: "1908"
4324       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4325     - title: "2001"
4326       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4327     - title: "2005"
4328       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4329   comparisons:
4330     - title: "Diff"
4331       reference: 2
4332       compare: 3
4333   legend:
4334     - "Legend to Table"
4335     - "1908, 2001, 2005 - VPP versions tested."
4336     - "Diff - difference between 2001 and 2005 VPP version."
4337
4338 # VPP Performance Changes 2n-skx 8t4c mrr
4339 - type: "table"
4340   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4341   algorithm: "table_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4344   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4345   columns:
4346     - title: "1908"
4347       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4348     - title: "2001"
4349       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4350     - title: "2005"
4351       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4352   comparisons:
4353     - title: "Diff"
4354       reference: 2
4355       compare: 3
4356   legend:
4357     - "Legend to Table"
4358     - "1908, 2001, 2005 - VPP versions tested."
4359     - "Diff - difference between 2001 and 2005 VPP version."
4360
4361 # VPP Performance Changes 2n-dnv 1t1c mrr
4362 - type: "table"
4363   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4364   algorithm: "table_comparison"
4365   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4366   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4367   filter: "'1T1C'"
4368   columns:
4369     - title: "1908"
4370       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4371     - title: "2001"
4372       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4373     - title: "2005"
4374       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4375   comparisons:
4376     - title: "Diff"
4377       reference: 2
4378       compare: 3
4379   legend:
4380     - "Legend to Table"
4381     - "1908, 2001, 2005 - VPP versions tested."
4382     - "Diff - difference between 2001 and 2005 VPP version."
4383
4384 # VPP Performance Changes 2n-dnv 2t2c mrr
4385 - type: "table"
4386   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4387   algorithm: "table_comparison"
4388   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4390   filter: "'2T2C'"
4391   columns:
4392     - title: "1908"
4393       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4394     - title: "2001"
4395       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4396     - title: "2005"
4397       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4398   comparisons:
4399     - title: "Diff"
4400       reference: 2
4401       compare: 3
4402   legend:
4403     - "Legend to Table"
4404     - "1908, 2001, 2005 - VPP versions tested."
4405     - "Diff - difference between 2001 and 2005 VPP version."
4406
4407 # VPP Performance Changes 2n-dnv 4t4c mrr
4408 - type: "table"
4409   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4410   algorithm: "table_comparison"
4411   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4413   filter: "'4T4C'"
4414   columns:
4415     - title: "1908"
4416       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4417     - title: "2001"
4418       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4419     - title: "2005"
4420       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4421   comparisons:
4422     - title: "Diff"
4423       reference: 2
4424       compare: 3
4425   legend:
4426     - "Legend to Table"
4427     - "1908, 2001, 2005 - VPP versions tested."
4428     - "Diff - difference between 2001 and 2005 VPP version."
4429
4430 # VPP Performance Changes 3n-dnv 1t1c mrr
4431 - type: "table"
4432   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4433   algorithm: "table_comparison"
4434   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4435   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4436   filter: "'1T1C'"
4437   columns:
4438     - title: "1908"
4439       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4440     - title: "2001"
4441       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4442     - title: "2005"
4443       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4444   comparisons:
4445     - title: "Diff"
4446       reference: 2
4447       compare: 3
4448   legend:
4449     - "Legend to Table"
4450     - "1908, 2001, 2005 - VPP versions tested."
4451     - "Diff - difference between 2001 and 2005 VPP version."
4452
4453 # VPP Performance Changes 3n-dnv 2t2c mrr
4454 - type: "table"
4455   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4456   algorithm: "table_comparison"
4457   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4458   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4459   filter: "'2T2C'"
4460   columns:
4461     - title: "1908"
4462       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4463     - title: "2001"
4464       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4465     - title: "2005"
4466       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4467   comparisons:
4468     - title: "Diff"
4469       reference: 2
4470       compare: 3
4471   legend:
4472     - "Legend to Table"
4473     - "1908, 2001, 2005 - VPP versions tested."
4474     - "Diff - difference between 2001 and 2005 VPP version."
4475
4476 # VPP Performance Changes 3n-dnv 4t4c mrr
4477 - type: "table"
4478   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4479   algorithm: "table_comparison"
4480   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4482   filter: "'4T4C'"
4483   columns:
4484     - title: "1908"
4485       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4486     - title: "2001"
4487       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4488     - title: "2005"
4489       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4490   comparisons:
4491     - title: "Diff"
4492       reference: 2
4493       compare: 3
4494   legend:
4495     - "Legend to Table"
4496     - "1908, 2001, 2005 - VPP versions tested."
4497     - "Diff - difference between 2001 and 2005 VPP version."
4498
4499 # VPP Performance Changes 3n-tsh 1t1c mrr
4500 - type: "table"
4501   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4502   algorithm: "table_comparison"
4503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4504   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4505   filter: "'1T1C'"
4506   columns:
4507     - title: "1908"
4508       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4509     - title: "2001"
4510       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4511     - title: "2005"
4512       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4513   comparisons:
4514     - title: "Diff"
4515       reference: 2
4516       compare: 3
4517   legend:
4518     - "Legend to Table"
4519     - "1908, 2001, 2005 - VPP versions tested."
4520     - "Diff - difference between 2001 and 2005 VPP version."
4521
4522 # VPP Performance Changes 3n-tsh 2t2c mrr
4523 - type: "table"
4524   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4525   algorithm: "table_comparison"
4526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4528   filter: "'2T2C'"
4529   columns:
4530     - title: "1908"
4531       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4532     - title: "2001"
4533       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4534     - title: "2005"
4535       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4536   comparisons:
4537     - title: "Diff"
4538       reference: 2
4539       compare: 3
4540   legend:
4541     - "Legend to Table"
4542     - "1908, 2001, 2005 - VPP versions tested."
4543     - "Diff - difference between 2001 and 2005 VPP version."
4544
4545 # VPP Performance Changes 3n-tsh 4t4c mrr
4546 - type: "table"
4547   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4548   algorithm: "table_comparison"
4549   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4551   filter: "'4T4C'"
4552   columns:
4553     - title: "1908"
4554       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4555     - title: "2001"
4556       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4557     - title: "2005"
4558       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4559   comparisons:
4560     - title: "Diff"
4561       reference: 2
4562       compare: 3
4563   legend:
4564     - "Legend to Table"
4565     - "1908, 2001, 2005 - VPP versions tested."
4566     - "Diff - difference between 2001 and 2005 VPP version."
4567
4568 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4569 - type: "table"
4570   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4571   algorithm: "table_comparison"
4572   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4574   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4575   columns:
4576     - title: "3n-hsw xl710"
4577       data-set: "vpp-compare-testbeds-mrr-ref"
4578       tag: "NIC_Intel-XL710"
4579     - title: "3n-skx xxv710"
4580       data-set: "vpp-compare-testbeds-mrr-cmp"
4581       tag: "NIC_Intel-XXV710"
4582   comparisons:
4583     - title: "Diff"
4584       reference: 1
4585       compare: 2
4586   legend:
4587     - "Legend to Table"
4588     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4589     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4590
4591 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4592 - type: "table"
4593   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4594   algorithm: "table_comparison"
4595   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4597   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4598   columns:
4599     - title: "3n-hsw xl710"
4600       data-set: "vpp-compare-testbeds-mrr-ref"
4601       tag: "NIC_Intel-XL710"
4602     - title: "3n-skx xxv710"
4603       data-set: "vpp-compare-testbeds-mrr-cmp"
4604       tag: "NIC_Intel-XXV710"
4605   comparisons:
4606     - title: "Diff"
4607       reference: 1
4608       compare: 2
4609   legend:
4610     - "Legend to Table"
4611     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4612     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4613
4614 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4615 - type: "table"
4616   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4617   algorithm: "table_comparison"
4618   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4620   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4621   columns:
4622     - title: "3n-hsw xl710"
4623       data-set: "vpp-compare-testbeds-mrr-ref"
4624       tag: "NIC_Intel-XL710"
4625     - title: "3n-skx xxv710"
4626       data-set: "vpp-compare-testbeds-mrr-cmp"
4627       tag: "NIC_Intel-XXV710"
4628   comparisons:
4629     - title: "Diff"
4630       reference: 1
4631       compare: 2
4632   legend:
4633     - "Legend to Table"
4634     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4635     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4636
4637 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4638 - type: "table"
4639   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4640   algorithm: "table_comparison"
4641   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4643   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4644   columns:
4645     - title: "2n-skx"
4646       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4647     - title: "2n-clx"
4648       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4649   comparisons:
4650     - title: "Diff"
4651       reference: 1
4652       compare: 2
4653   legend:
4654     - "Legend to Table"
4655     - "2n-skx, 2n-clx - testbeds and NICs tested."
4656     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4657
4658 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4659 - type: "table"
4660   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4661   algorithm: "table_comparison"
4662   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4664   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4665   columns:
4666     - title: "2n-skx"
4667       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4668     - title: "2n-clx"
4669       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4670   comparisons:
4671     - title: "Diff"
4672       reference: 1
4673       compare: 2
4674   legend:
4675     - "Legend to Table"
4676     - "2n-skx, 2n-clx - testbeds and NICs tested."
4677     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4678
4679 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4680 - type: "table"
4681   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4685   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4686   columns:
4687     - title: "2n-skx"
4688       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4689     - title: "2n-clx"
4690       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4691   comparisons:
4692     - title: "Diff"
4693       reference: 1
4694       compare: 2
4695   legend:
4696     - "Legend to Table"
4697     - "2n-skx, 2n-clx - testbeds and NICs tested."
4698     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4699
4700 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4701 - type: "table"
4702   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4703   algorithm: "table_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4706   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4707   columns:
4708     - title: "3n-skx"
4709       data-set: "vpp-compare-topologies-mrr-ref"
4710     - title: "2n-skx"
4711       data-set: "vpp-compare-topologies-mrr-cmp"
4712   comparisons:
4713     - title: "Diff"
4714       reference: 1
4715       compare: 2
4716   legend:
4717     - "Legend to Table"
4718     - "3n-skx, 2n-skx - topologies tested."
4719     - "Diff - difference between 3n-skx and 2n-skx topologies."
4720
4721 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4722 - type: "table"
4723   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4724   algorithm: "table_comparison"
4725   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4727   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4728   columns:
4729     - title: "3n-skx"
4730       data-set: "vpp-compare-topologies-mrr-ref"
4731     - title: "2n-skx"
4732       data-set: "vpp-compare-topologies-mrr-cmp"
4733   comparisons:
4734     - title: "Diff"
4735       reference: 1
4736       compare: 2
4737   legend:
4738     - "Legend to Table"
4739     - "3n-skx, 2n-skx - topologies tested."
4740     - "Diff - difference between 3n-skx and 2n-skx topologies."
4741
4742 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4743 - type: "table"
4744   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4745   algorithm: "table_comparison"
4746   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4748   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4749   columns:
4750     - title: "3n-skx"
4751       data-set: "vpp-compare-topologies-mrr-ref"
4752     - title: "2n-skx"
4753       data-set: "vpp-compare-topologies-mrr-cmp"
4754   comparisons:
4755     - title: "Diff"
4756       reference: 1
4757       compare: 2
4758   legend:
4759     - "Legend to Table"
4760     - "3n-skx, 2n-skx - topologies tested."
4761     - "Diff - difference between 3n-skx and 2n-skx topologies."
4762
4763 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4764 - type: "table"
4765   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4766   algorithm: "table_comparison"
4767   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4769   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4770   columns:
4771     - title: "3n-hsw xl710"
4772       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4773       tag: "NIC_Intel-XL710"
4774     - title: "2n-clx xxv710"
4775       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4776       tag: "NIC_Intel-XXV710"
4777   comparisons:
4778     - title: "Diff"
4779       reference: 1
4780       compare: 2
4781   legend:
4782     - "Legend to Table"
4783     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4784     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4785
4786 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4787 - type: "table"
4788   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4789   algorithm: "table_comparison"
4790   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4792   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4793   columns:
4794     - title: "3n-hsw xl710"
4795       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4796       tag: "NIC_Intel-XL710"
4797     - title: "2n-clx xxv710"
4798       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4799       tag: "NIC_Intel-XXV710"
4800   comparisons:
4801     - title: "Diff"
4802       reference: 1
4803       compare: 2
4804   legend:
4805     - "Legend to Table"
4806     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4807     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4808
4809 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4810 - type: "table"
4811   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4812   algorithm: "table_comparison"
4813   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4815   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4816   columns:
4817     - title: "3n-hsw xl710"
4818       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4819       tag: "NIC_Intel-XL710"
4820     - title: "2n-clx xxv710"
4821       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4822       tag: "NIC_Intel-XXV710"
4823   comparisons:
4824     - title: "Diff"
4825       reference: 1
4826       compare: 2
4827   legend:
4828     - "Legend to Table"
4829     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4830     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4831
4832 # Detailed Test Results - VPP Performance Results 3n-hsw
4833 - type: "table"
4834   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4835   algorithm: "table_merged_details"
4836   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4837   columns:
4838     - title: " |prein| Test Name |preout| "
4839       data: "data name"
4840     - 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| "
4841       data: "data msg"
4842   data: "vpp-perf-results-3n-hsw"
4843   filter: "all"
4844   parameters:
4845   - "name"
4846   - "parent"
4847   - "msg"
4848
4849 # Detailed Test Results - VPP Performance Results 3n-skx
4850 - type: "table"
4851   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4852   algorithm: "table_merged_details"
4853   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4854   columns:
4855     - title: " |prein| Test Name |preout| "
4856       data: "data name"
4857     - 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| "
4858       data: "data msg"
4859   data: "vpp-perf-results-3n-skx"
4860   filter: "all"
4861   remove-ndr: False
4862   parameters:
4863   - "name"
4864   - "parent"
4865   - "msg"
4866
4867 # Detailed Test Results - VPP Performance Results 2n-skx
4868 - type: "table"
4869   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4870   algorithm: "table_merged_details"
4871   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4872   columns:
4873     - title: " |prein| Test Name |preout| "
4874       data: "data name"
4875     - 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| "
4876       data: "data msg"
4877   data: "vpp-perf-results-2n-skx"
4878   filter: "all"
4879   remove-ndr: False
4880   parameters:
4881   - "name"
4882   - "parent"
4883   - "msg"
4884
4885 # Detailed Test Results - VPP Performance Results 2n-clx
4886 - type: "table"
4887   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4888   algorithm: "table_merged_details"
4889   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4890   columns:
4891     - title: " |prein| Test Name |preout| "
4892       data: "data name"
4893     - 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| "
4894       data: "data msg"
4895   data: "vpp-perf-results-2n-clx"
4896   filter: "all"
4897   parameters:
4898   - "name"
4899   - "parent"
4900   - "msg"
4901
4902 # Detailed Test Results - VPP Performance Results 3n-tsh
4903 - type: "table"
4904   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4905   algorithm: "table_merged_details"
4906   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4907   columns:
4908     - title: " |prein| Test Name |preout| "
4909       data: "data name"
4910     - 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| "
4911       data: "data msg"
4912   data: "vpp-perf-results-3n-tsh"
4913   filter: "all"
4914   parameters:
4915   - "name"
4916   - "parent"
4917   - "msg"
4918
4919 # Detailed Test Results - VPP Performance Results 3n-dnv
4920 - type: "table"
4921   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4922   algorithm: "table_merged_details"
4923   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4924   columns:
4925     - title: " |prein| Test Name |preout| "
4926       data: "data name"
4927     - 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| "
4928       data: "data msg"
4929   data: "vpp-perf-results-3n-dnv"
4930   filter: "all"
4931   parameters:
4932   - "name"
4933   - "parent"
4934   - "msg"
4935
4936 # Detailed Test Results - VPP Performance Results 2n-dnv
4937 - type: "table"
4938   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4939   algorithm: "table_merged_details"
4940   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4941   columns:
4942     - title: " |prein| Test Name |preout| "
4943       data: "data name"
4944     - 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| "
4945       data: "data msg"
4946   data: "vpp-perf-results-2n-dnv"
4947   filter: "all"
4948   parameters:
4949   - "name"
4950   - "parent"
4951   - "msg"
4952
4953 # Test configuration - VPP Performance Test Configs 3n-hsw
4954 - type: "table"
4955   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4956   algorithm: "table_merged_details"
4957   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4958   columns:
4959     - title: " |prein| Test Name |preout| "
4960       data: "data name"
4961     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4962       data: "data conf-history"
4963   data: "vpp-perf-results-3n-hsw"
4964   filter: "all"
4965   parameters:
4966   - "parent"
4967   - "name"
4968   - "conf-history"
4969
4970 # Test configuration - VPP Performance Test Configs 3n-skx
4971 - type: "table"
4972   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4973   algorithm: "table_merged_details"
4974   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4975   columns:
4976     - title: " |prein| Test Name |preout| "
4977       data: "data name"
4978     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4979       data: "data conf-history"
4980   data: "vpp-perf-results-3n-skx"
4981   filter: "all"
4982   parameters:
4983   - "parent"
4984   - "name"
4985   - "conf-history"
4986
4987 # Test configuration - VPP Performance Test Configs 2n-skx
4988 - type: "table"
4989   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4990   algorithm: "table_merged_details"
4991   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4992   columns:
4993     - title: " |prein| Test Name |preout| "
4994       data: "data name"
4995     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4996       data: "data conf-history"
4997   data: "vpp-perf-results-2n-skx"
4998   filter: "all"
4999   parameters:
5000   - "parent"
5001   - "name"
5002   - "conf-history"
5003
5004 # Test configuration - VPP Performance Test Configs 2n-clx
5005 - type: "table"
5006   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5007   algorithm: "table_merged_details"
5008   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5009   columns:
5010     - title: " |prein| Test Name |preout| "
5011       data: "data name"
5012     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5013       data: "data conf-history"
5014   data: "vpp-perf-results-2n-clx"
5015   filter: "all"
5016   parameters:
5017   - "parent"
5018   - "name"
5019   - "conf-history"
5020
5021 # Test configuration - VPP Performance Test Configs 3n-tsh
5022 - type: "table"
5023   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5024   algorithm: "table_merged_details"
5025   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5026   columns:
5027     - title: " |prein| Test Name |preout| "
5028       data: "data name"
5029     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5030       data: "data conf-history"
5031   data: "vpp-perf-results-3n-tsh"
5032   filter: "all"
5033   parameters:
5034   - "parent"
5035   - "name"
5036   - "conf-history"
5037
5038 # Test configuration - VPP Performance Test Configs 3n-dnv
5039 - type: "table"
5040   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5041   algorithm: "table_merged_details"
5042   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5043   columns:
5044     - title: " |prein| Test Name |preout| "
5045       data: "data name"
5046     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5047       data: "data conf-history"
5048   data: "vpp-perf-results-3n-dnv"
5049   filter: "all"
5050   parameters:
5051   - "parent"
5052   - "name"
5053   - "conf-history"
5054
5055 # Test configuration - VPP Performance Test Configs 2n-dnv
5056 - type: "table"
5057   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5058   algorithm: "table_merged_details"
5059   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5060   columns:
5061     - title: " |prein| Test Name |preout| "
5062       data: "data name"
5063     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5064       data: "data conf-history"
5065   data: "vpp-perf-results-2n-dnv"
5066   filter: "all"
5067   parameters:
5068   - "parent"
5069   - "name"
5070   - "conf-history"
5071
5072 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5073 - type: "table"
5074   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5075   algorithm: "table_oper_data_html"
5076   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5077   data: "vpp-perf-results-3n-hsw"
5078   filter: "all"
5079
5080 # Test Operational Data - VPP Performance Operational Data 3n-skx
5081 - type: "table"
5082   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5083   algorithm: "table_oper_data_html"
5084   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5085   data: "vpp-perf-results-3n-skx"
5086   filter: "all"
5087
5088 # Test Operational Data - VPP Performance Operational Data 2n-skx
5089 - type: "table"
5090   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5091   algorithm: "table_oper_data_html"
5092   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5093   data: "vpp-perf-results-2n-skx"
5094   filter: "all"
5095
5096 # Test Operational Data - VPP Performance Operational Data 2n-clx
5097 - type: "table"
5098   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5099   algorithm: "table_oper_data_html"
5100   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5101   data: "vpp-perf-results-2n-clx"
5102   filter: "all"
5103
5104 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5105 - type: "table"
5106   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5107   algorithm: "table_oper_data_html"
5108   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5109   data: "vpp-perf-results-3n-tsh"
5110   filter: "all"
5111
5112 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5113 - type: "table"
5114   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5115   algorithm: "table_oper_data_html"
5116   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5117   data: "vpp-perf-results-3n-dnv"
5118   filter: "all"
5119
5120 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5121 - type: "table"
5122   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5123   algorithm: "table_oper_data_html"
5124   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5125   data: "vpp-perf-results-2n-dnv"
5126   filter: "all"
5127
5128 # Detailed Test Results - VPP MRR Results 3n-hsw
5129 - type: "table"
5130   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5131   algorithm: "table_merged_details"
5132   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5133   columns:
5134     - title: " |prein| Test Name |preout| "
5135       data: "data name"
5136     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5137       data: "data msg"
5138   data: "vpp-mrr-results-3n-hsw"
5139   filter: "all"
5140   parameters:
5141   - "name"
5142   - "parent"
5143   - "msg"
5144
5145 # Detailed Test Results - VPP MRR Results 3n-skx
5146 - type: "table"
5147   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5148   algorithm: "table_merged_details"
5149   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5150   columns:
5151     - title: " |prein| Test Name |preout| "
5152       data: "data name"
5153     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5154       data: "data msg"
5155   data: "vpp-mrr-results-3n-skx"
5156   filter: "all"
5157   parameters:
5158   - "name"
5159   - "parent"
5160   - "msg"
5161
5162 # Detailed Test Results - VPP MRR Results 2n-skx
5163 - type: "table"
5164   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5165   algorithm: "table_merged_details"
5166   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5167   columns:
5168     - title: " |prein| Test Name |preout| "
5169       data: "data name"
5170     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5171       data: "data msg"
5172   data: "vpp-mrr-results-2n-skx"
5173   filter: "all"
5174   parameters:
5175   - "name"
5176   - "parent"
5177   - "msg"
5178
5179 # Detailed Test Results - VPP MRR Results 2n-clx
5180 - type: "table"
5181   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5182   algorithm: "table_merged_details"
5183   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5184   columns:
5185     - title: " |prein| Test Name |preout| "
5186       data: "data name"
5187     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5188       data: "data msg"
5189   data: "vpp-mrr-results-2n-clx"
5190   filter: "all"
5191   parameters:
5192   - "name"
5193   - "parent"
5194   - "msg"
5195
5196 # Detailed Test Results - VPP MRR Results 3n-tsh
5197 - type: "table"
5198   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5199   algorithm: "table_merged_details"
5200   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5201   columns:
5202     - title: " |prein| Test Name |preout| "
5203       data: "data name"
5204     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5205       data: "data msg"
5206   data: "vpp-mrr-results-3n-tsh"
5207   filter: "all"
5208   parameters:
5209   - "name"
5210   - "parent"
5211   - "msg"
5212
5213 # Detailed Test Results - VPP MRR Results 3n-dnv
5214 - type: "table"
5215   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5216   algorithm: "table_merged_details"
5217   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5218   columns:
5219     - title: " |prein| Test Name |preout| "
5220       data: "data name"
5221     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5222       data: "data msg"
5223   data: "vpp-mrr-results-3n-dnv"
5224   filter: "all"
5225   parameters:
5226   - "name"
5227   - "parent"
5228   - "msg"
5229
5230 # Detailed Test Results - VPP MRR Results 2n-dnv
5231 - type: "table"
5232   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5233   algorithm: "table_merged_details"
5234   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5235   columns:
5236     - title: " |prein| Test Name |preout| "
5237       data: "data name"
5238     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5239       data: "data msg"
5240   data: "vpp-mrr-results-2n-dnv"
5241   filter: "all"
5242   parameters:
5243   - "name"
5244   - "parent"
5245   - "msg"
5246
5247 # Test configuration - VPP MRR Test Configs 3n-hsw
5248 - type: "table"
5249   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5250   algorithm: "table_merged_details"
5251   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5252   columns:
5253     - title: " |prein| Test Name |preout| "
5254       data: "data name"
5255     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5256       data: "data conf-history"
5257   data: "vpp-mrr-results-3n-hsw"
5258   filter: "all"
5259   parameters:
5260   - "parent"
5261   - "name"
5262   - "conf-history"
5263
5264 # Test configuration - VPP MRR Test Configs 3n-skx
5265 - type: "table"
5266   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5267   algorithm: "table_merged_details"
5268   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5269   columns:
5270     - title: " |prein| Test Name |preout| "
5271       data: "data name"
5272     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5273       data: "data conf-history"
5274   data: "vpp-mrr-results-3n-skx"
5275   filter: "all"
5276   parameters:
5277   - "parent"
5278   - "name"
5279   - "conf-history"
5280
5281 # Test configuration - VPP MRR Test Configs 2n-skx
5282 - type: "table"
5283   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5284   algorithm: "table_merged_details"
5285   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5286   columns:
5287     - title: " |prein| Test Name |preout| "
5288       data: "data name"
5289     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5290       data: "data conf-history"
5291   data: "vpp-mrr-results-2n-skx"
5292   filter: "all"
5293   parameters:
5294   - "parent"
5295   - "name"
5296   - "conf-history"
5297
5298 # Test configuration - VPP MRR Test Configs 2n-clx
5299 - type: "table"
5300   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5301   algorithm: "table_merged_details"
5302   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5303   columns:
5304     - title: " |prein| Test Name |preout| "
5305       data: "data name"
5306     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5307       data: "data conf-history"
5308   data: "vpp-mrr-results-2n-clx"
5309   filter: "all"
5310   parameters:
5311   - "parent"
5312   - "name"
5313   - "conf-history"
5314
5315 # Test configuration - VPP MRR Test Configs 3n-tsh
5316 - type: "table"
5317   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5318   algorithm: "table_merged_details"
5319   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5320   columns:
5321     - title: " |prein| Test Name |preout| "
5322       data: "data name"
5323     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5324       data: "data conf-history"
5325   data: "vpp-mrr-results-3n-tsh"
5326   filter: "all"
5327   parameters:
5328   - "parent"
5329   - "name"
5330   - "conf-history"
5331
5332 # Test configuration - VPP MRR Test Configs 3n-dnv
5333 - type: "table"
5334   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5335   algorithm: "table_merged_details"
5336   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5337   columns:
5338     - title: " |prein| Test Name |preout| "
5339       data: "data name"
5340     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5341       data: "data conf-history"
5342   data: "vpp-mrr-results-3n-dnv"
5343   filter: "all"
5344   parameters:
5345   - "parent"
5346   - "name"
5347   - "conf-history"
5348
5349 # Test configuration - VPP MRR Test Configs 2n-dnv
5350 - type: "table"
5351   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5352   algorithm: "table_merged_details"
5353   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5354   columns:
5355     - title: " |prein| Test Name |preout| "
5356       data: "data name"
5357     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5358       data: "data conf-history"
5359   data: "vpp-mrr-results-2n-dnv"
5360   filter: "all"
5361   parameters:
5362   - "parent"
5363   - "name"
5364   - "conf-history"
5365
5366 # Detailed Test Results - VPP Device Results - Ubuntu
5367 - type: "table"
5368   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5369   algorithm: "table_merged_details"
5370   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5371   columns:
5372     - title: " |prein| Test Name |preout| "
5373       data: "data name"
5374     - title: " |prein| Status |preout| "
5375       data: "data status"
5376   data: "vpp-device-results-ubuntu"
5377   filter: "all"
5378   parameters:
5379   - "name"
5380   - "parent"
5381   - "doc"
5382   - "status"
5383
5384 # Test configuration - VPP Device Test Configs - Ubuntu
5385 - type: "table"
5386   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5387   algorithm: "table_merged_details"
5388   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5389   columns:
5390     - title: " |prein| Test Name |preout| "
5391       data: "data name"
5392     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5393       data: "data conf-history"
5394   data: "vpp-device-results-ubuntu"
5395   filter: "all"
5396   parameters:
5397   - "parent"
5398   - "name"
5399   - "conf-history"
5400
5401 ################################################################################
5402
5403 # DPDK Performance Changes 3n-hsw 1t1c pdr
5404 - type: "table"
5405   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5406   algorithm: "table_comparison"
5407   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5408   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5409   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5410   columns:
5411     - title: "1908"
5412       data-set: "dpdk-performance-changes-3n-hsw-h1"
5413     - title: "2001"
5414       data-set: "dpdk-performance-changes-3n-hsw-ref"
5415     - title: "2005"
5416       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5417   comparisons:
5418     - title: "Diff"
5419       reference: 2
5420       compare: 3
5421   legend:
5422     - "Legend to Table"
5423     - "1908, 2001, 2005 - DPDK versions tested."
5424     - "Diff - difference between 2001 and 2005 DPDK version."
5425
5426 # DPDK Performance Changes 3n-hsw 2t2c pdr
5427 - type: "table"
5428   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5429   algorithm: "table_comparison"
5430   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5432   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5433   columns:
5434     - title: "1908"
5435       data-set: "dpdk-performance-changes-3n-hsw-h1"
5436     - title: "2001"
5437       data-set: "dpdk-performance-changes-3n-hsw-ref"
5438     - title: "2005"
5439       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5440   comparisons:
5441     - title: "Diff"
5442       reference: 2
5443       compare: 3
5444   legend:
5445     - "Legend to Table"
5446     - "1908, 2001, 2005 - DPDK versions tested."
5447     - "Diff - difference between 2001 and 2005 DPDK version."
5448
5449 # DPDK Performance Changes 3n-hsw 1t1c pdr
5450 - type: "table"
5451   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5452   algorithm: "table_comparison"
5453   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5455   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5456   columns:
5457     - title: "1908"
5458       data-set: "dpdk-performance-changes-3n-hsw-h1"
5459     - title: "2001"
5460       data-set: "dpdk-performance-changes-3n-hsw-ref"
5461     - title: "2005"
5462       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5463   comparisons:
5464     - title: "Diff"
5465       reference: 2
5466       compare: 3
5467   legend:
5468     - "Legend to Table"
5469     - "1908, 2001, 2005 - DPDK versions tested."
5470     - "Diff - difference between 2001 and 2005 DPDK version."
5471
5472 # DPDK Performance Changes 3n-hsw 2t2c ndr
5473 - type: "table"
5474   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5475   algorithm: "table_comparison"
5476   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5478   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5479   columns:
5480     - title: "1908"
5481       data-set: "dpdk-performance-changes-3n-hsw-h1"
5482     - title: "2001"
5483       data-set: "dpdk-performance-changes-3n-hsw-ref"
5484     - title: "2005"
5485       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5486   comparisons:
5487     - title: "Diff"
5488       reference: 2
5489       compare: 3
5490   legend:
5491     - "Legend to Table"
5492     - "1908, 2001, 2005 - DPDK versions tested."
5493     - "Diff - difference between 2001 and 2005 DPDK version."
5494
5495 # DPDK Performance Changes 3n-skx 2t1c pdr
5496 - type: "table"
5497   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5498   algorithm: "table_comparison"
5499   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5501   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5502   columns:
5503     - title: "1908"
5504       data-set: "dpdk-performance-changes-3n-skx-h1"
5505     - title: "2001"
5506       data-set: "dpdk-performance-changes-3n-skx-ref"
5507     - title: "2005"
5508       data-set: "dpdk-performance-changes-3n-skx-cmp"
5509   comparisons:
5510     - title: "Diff"
5511       reference: 2
5512       compare: 3
5513   legend:
5514     - "Legend to Table"
5515     - "1908, 2001, 2005 - DPDK versions tested."
5516     - "Diff - difference between 2001 and 2005 DPDK version."
5517
5518 # DPDK Performance Changes 3n-skx 4t2c pdr
5519 - type: "table"
5520   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5521   algorithm: "table_comparison"
5522   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5524   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5525   columns:
5526     - title: "1908"
5527       data-set: "dpdk-performance-changes-3n-skx-h1"
5528     - title: "2001"
5529       data-set: "dpdk-performance-changes-3n-skx-ref"
5530     - title: "2005"
5531       data-set: "dpdk-performance-changes-3n-skx-cmp"
5532   comparisons:
5533     - title: "Diff"
5534       reference: 2
5535       compare: 3
5536   legend:
5537     - "Legend to Table"
5538     - "1908, 2001, 2005 - DPDK versions tested."
5539     - "Diff - difference between 2001 and 2005 DPDK version."
5540
5541 # DPDK Performance Changes 3n-skx 2t1c ndr
5542 - type: "table"
5543   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5544   algorithm: "table_comparison"
5545   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5547   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5548   columns:
5549     - title: "1908"
5550       data-set: "dpdk-performance-changes-3n-skx-h1"
5551     - title: "2001"
5552       data-set: "dpdk-performance-changes-3n-skx-ref"
5553     - title: "2005"
5554       data-set: "dpdk-performance-changes-3n-skx-cmp"
5555   comparisons:
5556     - title: "Diff"
5557       reference: 2
5558       compare: 3
5559   legend:
5560     - "Legend to Table"
5561     - "1908, 2001, 2005 - DPDK versions tested."
5562     - "Diff - difference between 2001 and 2005 DPDK version."
5563
5564 # DPDK Performance Changes 3n-skx 4t2c ndr
5565 - type: "table"
5566   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5567   algorithm: "table_comparison"
5568   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5570   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5571   columns:
5572     - title: "1908"
5573       data-set: "dpdk-performance-changes-3n-skx-h1"
5574     - title: "2001"
5575       data-set: "dpdk-performance-changes-3n-skx-ref"
5576     - title: "2005"
5577       data-set: "dpdk-performance-changes-3n-skx-cmp"
5578   comparisons:
5579     - title: "Diff"
5580       reference: 2
5581       compare: 3
5582   legend:
5583     - "Legend to Table"
5584     - "1908, 2001, 2005 - DPDK versions tested."
5585     - "Diff - difference between 2001 and 2005 DPDK version."
5586
5587 # DPDK Performance Changes 2n-skx 2t1c pdr
5588 - type: "table"
5589   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5590   algorithm: "table_comparison"
5591   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5593   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5594   columns:
5595     - title: "1908"
5596       data-set: "dpdk-performance-changes-2n-skx-h1"
5597     - title: "2001"
5598       data-set: "dpdk-performance-changes-2n-skx-ref"
5599     - title: "2005"
5600       data-set: "dpdk-performance-changes-2n-skx-cmp"
5601   comparisons:
5602     - title: "Diff"
5603       reference: 2
5604       compare: 3
5605   legend:
5606     - "Legend to Table"
5607     - "1908, 2001, 2005 - DPDK versions tested."
5608     - "Diff - difference between 2001 and 2005 DPDK version."
5609
5610 # DPDK Performance Changes 2n-skx 4t2c pdr
5611 - type: "table"
5612   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5613   algorithm: "table_comparison"
5614   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5616   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5617   columns:
5618     - title: "1908"
5619       data-set: "dpdk-performance-changes-2n-skx-h1"
5620     - title: "2001"
5621       data-set: "dpdk-performance-changes-2n-skx-ref"
5622     - title: "2005"
5623       data-set: "dpdk-performance-changes-2n-skx-cmp"
5624   comparisons:
5625     - title: "Diff"
5626       reference: 2
5627       compare: 3
5628   legend:
5629     - "Legend to Table"
5630     - "1908, 2001, 2005 - DPDK versions tested."
5631     - "Diff - difference between 2001 and 2005 DPDK version."
5632
5633 # DPDK Performance Changes 2n-skx 2t1c ndr
5634 - type: "table"
5635   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5636   algorithm: "table_comparison"
5637   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5639   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5640   columns:
5641     - title: "1908"
5642       data-set: "dpdk-performance-changes-2n-skx-h1"
5643     - title: "2001"
5644       data-set: "dpdk-performance-changes-2n-skx-ref"
5645     - title: "2005"
5646       data-set: "dpdk-performance-changes-2n-skx-cmp"
5647   comparisons:
5648     - title: "Diff"
5649       reference: 2
5650       compare: 3
5651   legend:
5652     - "Legend to Table"
5653     - "1908, 2001, 2005 - DPDK versions tested."
5654     - "Diff - difference between 2001 and 2005 DPDK version."
5655
5656 # DPDK Performance Changes 2n-skx 4t2c ndr
5657 - type: "table"
5658   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5659   algorithm: "table_comparison"
5660   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5662   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5663   columns:
5664     - title: "1908"
5665       data-set: "dpdk-performance-changes-2n-skx-h1"
5666     - title: "2001"
5667       data-set: "dpdk-performance-changes-2n-skx-ref"
5668     - title: "2005"
5669       data-set: "dpdk-performance-changes-2n-skx-cmp"
5670   comparisons:
5671     - title: "Diff"
5672       reference: 2
5673       compare: 3
5674   legend:
5675     - "Legend to Table"
5676     - "1908, 2001, 2005 - DPDK versions tested."
5677     - "Diff - difference between 2001 and 2005 DPDK version."
5678
5679 # DPDK Performance Changes 2n-clx 2t1c pdr
5680 - type: "table"
5681   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5682   algorithm: "table_comparison"
5683   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5685   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5686   columns:
5687     - title: "2001"
5688       data-set: "dpdk-performance-changes-2n-clx-ref"
5689     - title: "2005"
5690       data-set: "dpdk-performance-changes-2n-clx-cmp"
5691   comparisons:
5692     - title: "Diff"
5693       reference: 1
5694       compare: 2
5695   legend:
5696     - "Legend to Table"
5697     - "2001, 2005 - DPDK versions tested."
5698     - "Diff - difference between 2001 and 2005 DPDK version."
5699
5700 # DPDK Performance Changes 2n-clx 4t2c pdr
5701 - type: "table"
5702   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5703   algorithm: "table_comparison"
5704   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5706   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5707   columns:
5708     - title: "2001"
5709       data-set: "dpdk-performance-changes-2n-clx-ref"
5710     - title: "2005"
5711       data-set: "dpdk-performance-changes-2n-clx-cmp"
5712   comparisons:
5713     - title: "Diff"
5714       reference: 1
5715       compare: 2
5716   legend:
5717     - "Legend to Table"
5718     - "2001, 2005 - DPDK versions tested."
5719     - "Diff - difference between 2001 and 2005 DPDK version."
5720
5721 # DPDK Performance Changes 2n-clx 2t1c ndr
5722 - type: "table"
5723   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5724   algorithm: "table_comparison"
5725   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5727   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5728   columns:
5729     - title: "2001"
5730       data-set: "dpdk-performance-changes-2n-clx-ref"
5731     - title: "2005"
5732       data-set: "dpdk-performance-changes-2n-clx-cmp"
5733   comparisons:
5734     - title: "Diff"
5735       reference: 1
5736       compare: 2
5737   legend:
5738     - "Legend to Table"
5739     - "2001, 2005 - DPDK versions tested."
5740     - "Diff - difference between 2001 and 2005 DPDK version."
5741
5742 # DPDK Performance Changes 2n-clx 4t2c ndr
5743 - type: "table"
5744   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5745   algorithm: "table_comparison"
5746   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5748   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5749   columns:
5750     - title: "2001"
5751       data-set: "dpdk-performance-changes-2n-clx-ref"
5752     - title: "2005"
5753       data-set: "dpdk-performance-changes-2n-clx-cmp"
5754   comparisons:
5755     - title: "Diff"
5756       reference: 1
5757       compare: 2
5758   legend:
5759     - "Legend to Table"
5760     - "2001, 2005 - DPDK versions tested."
5761     - "Diff - difference between 2001 and 2005 DPDK version."
5762
5763 # DPDK Performance Changes 2n-dnv 1t1c pdr
5764 - type: "table"
5765   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5766   algorithm: "table_comparison"
5767   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5769   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5770   columns:
5771     - title: "2001"
5772       data-set: "dpdk-performance-changes-2n-dnv-ref"
5773     - title: "2005"
5774       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5775   comparisons:
5776     - title: "Diff"
5777       reference: 1
5778       compare: 2
5779   legend:
5780     - "Legend to Table"
5781     - "2001, 2005 - DPDK versions tested."
5782     - "Diff - difference between 2001 and 2005 DPDK version."
5783
5784 # DPDK Performance Changes 2n-dnv 2t2c pdr
5785 - type: "table"
5786   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5787   algorithm: "table_comparison"
5788   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5790   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5791   columns:
5792     - title: "2001"
5793       data-set: "dpdk-performance-changes-2n-dnv-ref"
5794     - title: "2005"
5795       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5796   comparisons:
5797     - title: "Diff"
5798       reference: 1
5799       compare: 2
5800   legend:
5801     - "Legend to Table"
5802     - "2001, 2005 - DPDK versions tested."
5803     - "Diff - difference between 2001 and 2005 DPDK version."
5804
5805 # DPDK Performance Changes 2n-dnv 1t1c ndr
5806 - type: "table"
5807   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5808   algorithm: "table_comparison"
5809   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5811   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5812   columns:
5813     - title: "2001"
5814       data-set: "dpdk-performance-changes-2n-dnv-ref"
5815     - title: "2005"
5816       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5817   comparisons:
5818     - title: "Diff"
5819       reference: 1
5820       compare: 2
5821   legend:
5822     - "Legend to Table"
5823     - "2001, 2005 - DPDK versions tested."
5824     - "Diff - difference between 2001 and 2005 DPDK version."
5825
5826 # DPDK Performance Changes 2n-dnv 2t2c ndr
5827 - type: "table"
5828   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5829   algorithm: "table_comparison"
5830   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5831   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5832   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5833   columns:
5834     - title: "2001"
5835       data-set: "dpdk-performance-changes-2n-dnv-ref"
5836     - title: "2005"
5837       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5838   comparisons:
5839     - title: "Diff"
5840       reference: 1
5841       compare: 2
5842   legend:
5843     - "Legend to Table"
5844     - "2001, 2005 - DPDK versions tested."
5845     - "Diff - difference between 2001 and 2005 DPDK version."
5846
5847 # DPDK Performance Changes 3n-dnv 1t1c pdr
5848 - type: "table"
5849   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5850   algorithm: "table_comparison"
5851   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5853   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5854   columns:
5855     - title: "2001"
5856       data-set: "dpdk-performance-changes-3n-dnv-ref"
5857     - title: "2005"
5858       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5859   comparisons:
5860     - title: "Diff"
5861       reference: 1
5862       compare: 2
5863   legend:
5864     - "Legend to Table"
5865     - "2001, 2005 - DPDK versions tested."
5866     - "Diff - difference between 2001 and 2005 DPDK version."
5867
5868 # DPDK Performance Changes 3n-dnv 2t2c pdr
5869 - type: "table"
5870   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5871   algorithm: "table_comparison"
5872   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5874   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5875   columns:
5876     - title: "2001"
5877       data-set: "dpdk-performance-changes-3n-dnv-ref"
5878     - title: "2005"
5879       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5880   comparisons:
5881     - title: "Diff"
5882       reference: 1
5883       compare: 2
5884   legend:
5885     - "Legend to Table"
5886     - "2001, 2005 - DPDK versions tested."
5887     - "Diff - difference between 2001 and 2005 DPDK version."
5888
5889 # DPDK Performance Changes 3n-dnv 1t1c ndr
5890 - type: "table"
5891   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5892   algorithm: "table_comparison"
5893   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5895   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5896   columns:
5897     - title: "2001"
5898       data-set: "dpdk-performance-changes-3n-dnv-ref"
5899     - title: "2005"
5900       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5901   comparisons:
5902     - title: "Diff"
5903       reference: 1
5904       compare: 2
5905   legend:
5906     - "Legend to Table"
5907     - "2001, 2005 - DPDK versions tested."
5908     - "Diff - difference between 2001 and 2005 DPDK version."
5909
5910 # DPDK Performance Changes 3n-dnv 2t2c ndr
5911 - type: "table"
5912   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5913   algorithm: "table_comparison"
5914   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5916   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5917   columns:
5918     - title: "2001"
5919       data-set: "dpdk-performance-changes-3n-dnv-ref"
5920     - title: "2005"
5921       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5922   comparisons:
5923     - title: "Diff"
5924       reference: 1
5925       compare: 2
5926   legend:
5927     - "Legend to Table"
5928     - "2001, 2005 - DPDK versions tested."
5929     - "Diff - difference between 2001 and 2005 DPDK version."
5930
5931 # DPDK Performance Changes 3n-tsh 1t1c pdr
5932 - type: "table"
5933   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5934   algorithm: "table_comparison"
5935   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5937   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5938   columns:
5939     - title: "2001"
5940       data-set: "dpdk-performance-changes-3n-tsh-ref"
5941     - title: "2005"
5942       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5943   comparisons:
5944     - title: "Diff"
5945       reference: 1
5946       compare: 2
5947   legend:
5948     - "Legend to Table"
5949     - "2001, 2005 - DPDK versions tested."
5950     - "Diff - difference between 2001 and 2005 DPDK version."
5951
5952 # DPDK Performance Changes 3n-tsh 2t2c pdr
5953 - type: "table"
5954   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
5955   algorithm: "table_comparison"
5956   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
5957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5958   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5959   columns:
5960     - title: "2001"
5961       data-set: "dpdk-performance-changes-3n-tsh-ref"
5962     - title: "2005"
5963       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5964   comparisons:
5965     - title: "Diff"
5966       reference: 1
5967       compare: 2
5968   legend:
5969     - "Legend to Table"
5970     - "2001, 2005 - DPDK versions tested."
5971     - "Diff - difference between 2001 and 2005 DPDK version."
5972
5973 # DPDK Performance Changes 3n-tsh 1t1c ndr
5974 - type: "table"
5975   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
5976   algorithm: "table_comparison"
5977   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
5978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5979   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5980   columns:
5981     - title: "2001"
5982       data-set: "dpdk-performance-changes-3n-tsh-ref"
5983     - title: "2005"
5984       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5985   comparisons:
5986     - title: "Diff"
5987       reference: 1
5988       compare: 2
5989   legend:
5990     - "Legend to Table"
5991     - "2001, 2005 - DPDK versions tested."
5992     - "Diff - difference between 2001 and 2005 DPDK version."
5993
5994 # DPDK Performance Changes 3n-tsh 2t2c ndr
5995 - type: "table"
5996   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
5997   algorithm: "table_comparison"
5998   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
5999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6000   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6001   columns:
6002     - title: "2001"
6003       data-set: "dpdk-performance-changes-3n-tsh-ref"
6004     - title: "2005"
6005       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6006   comparisons:
6007     - title: "Diff"
6008       reference: 1
6009       compare: 2
6010   legend:
6011     - "Legend to Table"
6012     - "2001, 2005 - DPDK versions tested."
6013     - "Diff - difference between 2001 and 2005 DPDK version."
6014
6015 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6016 - type: "table"
6017   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6018   algorithm: "table_comparison"
6019   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6020   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6021   filter: "'NIC_Intel-X710'"
6022   columns:
6023     - title: "3n-hsw x710"
6024       data-set: "dpdk-compare-testbeds-ref"
6025     - title: "3n-skx x710"
6026       data-set: "dpdk-compare-testbeds-cmp"
6027   comparisons:
6028     - title: "Diff"
6029       reference: 1
6030       compare: 2
6031   legend:
6032     - "Legend to Table"
6033     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6034     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6035
6036 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6037 - type: "table"
6038   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6039   algorithm: "table_comparison"
6040   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6042   filter: "'NIC_Intel-X710'"
6043   columns:
6044     - title: "3n-hsw x710"
6045       data-set: "dpdk-compare-testbeds-ref"
6046     - title: "3n-skx x710"
6047       data-set: "dpdk-compare-testbeds-cmp"
6048   comparisons:
6049     - title: "Diff"
6050       reference: 1
6051       compare: 2
6052   legend:
6053     - "Legend to Table"
6054     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6055     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6056
6057 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6058 - type: "table"
6059   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6060   algorithm: "table_comparison"
6061   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6063   filter: "'NIC_Intel-XXV710'"
6064   columns:
6065     - title: "2n-skx"
6066       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6067     - title: "2n-clx"
6068       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6069   comparisons:
6070     - title: "Diff"
6071       reference: 1
6072       compare: 2
6073   legend:
6074     - "Legend to Table"
6075     - "2n-skx, 2n-clx - testbeds and NICs tested."
6076     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6077
6078 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6079 - type: "table"
6080   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6081   algorithm: "table_comparison"
6082   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6084   filter: "'NIC_Intel-XXV710'"
6085   columns:
6086     - title: "2n-skx"
6087       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6088     - title: "2n-clx"
6089       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6090   comparisons:
6091     - title: "Diff"
6092       reference: 1
6093       compare: 2
6094   legend:
6095     - "Legend to Table"
6096     - "2n-skx, 2n-clx - testbeds and NICs tested."
6097     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6098
6099 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6100 - type: "table"
6101   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6102   algorithm: "table_comparison"
6103   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6105   filter: "'NIC_Intel-XXV710'"
6106   columns:
6107     - title: "3n-skx"
6108       data-set: "dpdk-compare-topologies-ref"
6109     - title: "2n-skx"
6110       data-set: "dpdk-compare-topologies-cmp"
6111   comparisons:
6112     - title: "Diff"
6113       reference: 1
6114       compare: 2
6115   legend:
6116     - "Legend to Table"
6117     - "3n-skx, 2n-skx - topologies tested."
6118     - "Diff - difference between 3n-skx and 2n-skx topologies."
6119
6120 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6121 - type: "table"
6122   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6123   algorithm: "table_comparison"
6124   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6126   filter: "'NIC_Intel-XXV710'"
6127   columns:
6128     - title: "3n-skx"
6129       data-set: "dpdk-compare-topologies-ref"
6130     - title: "2n-skx"
6131       data-set: "dpdk-compare-topologies-cmp"
6132   comparisons:
6133     - title: "Diff"
6134       reference: 1
6135       compare: 2
6136   legend:
6137     - "Legend to Table"
6138     - "3n-skx, 2n-skx - topologies tested."
6139     - "Diff - difference between 3n-skx and 2n-skx topologies."
6140
6141 # Detailed Test Results - DPDK Performance Results 3n-hsw
6142 - type: "table"
6143   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6144   algorithm: "table_merged_details"
6145   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6146   columns:
6147     - title: " |prein| Test Name |preout| "
6148       data: "data name"
6149     - 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| "
6150       data: "data msg"
6151   data: "dpdk-perf-results-3n-hsw"
6152   filter: "all"
6153   parameters:
6154   - "name"
6155   - "parent"
6156   - "msg"
6157
6158 # Detailed Test Results - DPDK Performance Results 3n-skx
6159 - type: "table"
6160   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6161   algorithm: "table_merged_details"
6162   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6163   columns:
6164     - title: " |prein| Test Name |preout| "
6165       data: "data name"
6166     - 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| "
6167       data: "data msg"
6168   data: "dpdk-perf-results-3n-skx"
6169   filter: "all"
6170   remove-ndr: False
6171   parameters:
6172   - "name"
6173   - "parent"
6174   - "msg"
6175
6176 # Detailed Test Results - DPDK Performance Results 2n-skx
6177 - type: "table"
6178   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6179   algorithm: "table_merged_details"
6180   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6181   columns:
6182     - title: " |prein| Test Name |preout| "
6183       data: "data name"
6184     - 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| "
6185       data: "data msg"
6186   data: "dpdk-perf-results-2n-skx"
6187   filter: "all"
6188   remove-ndr: False
6189   parameters:
6190   - "name"
6191   - "parent"
6192   - "msg"
6193
6194 # Detailed Test Results - DPDK Performance Results 2n-clx
6195 - type: "table"
6196   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6197   algorithm: "table_merged_details"
6198   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6199   columns:
6200     - title: " |prein| Test Name |preout| "
6201       data: "data name"
6202     - 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| "
6203       data: "data msg"
6204   data: "dpdk-perf-results-2n-clx"
6205   filter: "all"
6206   parameters:
6207   - "name"
6208   - "parent"
6209   - "msg"
6210
6211 # Detailed Test Results - DPDK Performance Results 2n-dnv
6212 - type: "table"
6213   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6214   algorithm: "table_merged_details"
6215   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6216   columns:
6217     - title: " |prein| Test Name |preout| "
6218       data: "data name"
6219     - 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| "
6220       data: "data msg"
6221   data: "dpdk-perf-results-2n-dnv"
6222   filter: "all"
6223   parameters:
6224   - "name"
6225   - "parent"
6226   - "msg"
6227
6228 # Detailed Test Results - DPDK Performance Results 3n-dnv
6229 - type: "table"
6230   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6231   algorithm: "table_merged_details"
6232   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6233   columns:
6234     - title: " |prein| Test Name |preout| "
6235       data: "data name"
6236     - 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| "
6237       data: "data msg"
6238   data: "dpdk-perf-results-3n-dnv"
6239   filter: "all"
6240   parameters:
6241   - "name"
6242   - "parent"
6243   - "msg"
6244
6245 # Detailed Test Results - DPDK Performance Results 3n-tsh
6246 - type: "table"
6247   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6248   algorithm: "table_merged_details"
6249   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6250   columns:
6251     - title: " |prein| Test Name |preout| "
6252       data: "data name"
6253     - 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| "
6254       data: "data msg"
6255   data: "dpdk-perf-results-3n-tsh"
6256   filter: "all"
6257   parameters:
6258   - "name"
6259   - "parent"
6260   - "msg"
6261
6262 ################################################################################
6263 ###                                F I L E S                                 ###
6264 ################################################################################
6265
6266 # VPP Performance Results
6267 - type: "file"
6268   title: "VPP Performance Results"
6269   algorithm: "file_details_split"
6270   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6271   dir-tables:
6272     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6273     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6274     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6275     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6276     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6277     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6278     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6279   data:
6280     - "vpp-perf-results-2n-skx"
6281     - "vpp-perf-results-3n-skx"
6282     - "vpp-perf-results-2n-clx"
6283     - "vpp-perf-results-3n-hsw"
6284     - "vpp-perf-results-3n-tsh"
6285     - "vpp-perf-results-2n-dnv"
6286     - "vpp-perf-results-3n-dnv"
6287   filter: "all"
6288   data-start-level: 4
6289   order-chapters:
6290     level-1:
6291       - "l2"
6292       - "ip4"
6293       - "ip6"
6294       - "srv6"
6295       - "ip4_tunnels"
6296       - "ip6_tunnels"
6297       - "vm_vhost"
6298       - "container_memif"
6299       - "crypto"
6300       - "vts"
6301       - "lb"
6302       - "nfv_density"
6303       - "hoststack"
6304     level-2:
6305       - "2n-skx"
6306       - "3n-skx"
6307       - "2n-clx"
6308       - "3n-hsw"
6309       - "3n-tsh"
6310       - "2n-dnv"
6311       - "3n-dnv"
6312     level-3:
6313       - "xl710"
6314       - "x520"
6315       - "xxv710"
6316       - "x710"
6317       - "x553"
6318       - "cx556a"
6319       - "vic1227"
6320       - "vic1385"
6321
6322 # VPP Performance Configuration
6323 - type: "file"
6324   title: "VPP Performance Configuration"
6325   algorithm: "file_details_split"
6326   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6327   dir-tables:
6328     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6329     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6330     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6331     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6332     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6333     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6334     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6335   data:
6336     - "vpp-perf-results-2n-skx"
6337     - "vpp-perf-results-3n-skx"
6338     - "vpp-perf-results-2n-clx"
6339     - "vpp-perf-results-3n-hsw"
6340     - "vpp-perf-results-3n-tsh"
6341     - "vpp-perf-results-2n-dnv"
6342     - "vpp-perf-results-3n-dnv"
6343   filter: "all"
6344   data-start-level: 4
6345   order-chapters:
6346     level-1:
6347       - "l2"
6348       - "ip4"
6349       - "ip6"
6350       - "srv6"
6351       - "ip4_tunnels"
6352       - "ip6_tunnels"
6353       - "vm_vhost"
6354       - "container_memif"
6355       - "crypto"
6356       - "vts"
6357       - "lb"
6358       - "nfv_density"
6359       - "hoststack"
6360     level-2:
6361       - "2n-skx"
6362       - "3n-skx"
6363       - "2n-clx"
6364       - "3n-hsw"
6365       - "3n-tsh"
6366       - "2n-dnv"
6367       - "3n-dnv"
6368     level-3:
6369       - "xl710"
6370       - "x520"
6371       - "xxv710"
6372       - "x710"
6373       - "x553"
6374       - "cx556a"
6375       - "vic1227"
6376       - "vic1385"
6377
6378 # VPP Performance Operational
6379 - type: "file"
6380   title: "VPP Performance Operational"
6381   algorithm: "file_details_split_html"
6382   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6383   dir-tables:
6384     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6385     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6386     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6387     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6388     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6389     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6390     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6391   data:
6392     - "vpp-perf-results-2n-skx"
6393     - "vpp-perf-results-3n-skx"
6394     - "vpp-perf-results-2n-clx"
6395     - "vpp-perf-results-3n-hsw"
6396     - "vpp-perf-results-3n-tsh"
6397     - "vpp-perf-results-2n-dnv"
6398     - "vpp-perf-results-3n-dnv"
6399   filter: "all"
6400   data-start-level: 4
6401   order-chapters:
6402     level-1:
6403       - "l2"
6404       - "ip4"
6405       - "ip6"
6406       - "srv6"
6407       - "ip4_tunnels"
6408       - "ip6_tunnels"
6409       - "vm_vhost"
6410       - "container_memif"
6411       - "crypto"
6412       - "vts"
6413       - "lb"
6414       - "nfv_density"
6415       - "hoststack"
6416     level-2:
6417       - "2n-skx"
6418       - "3n-skx"
6419       - "2n-clx"
6420       - "3n-hsw"
6421       - "3n-tsh"
6422       - "2n-dnv"
6423       - "3n-dnv"
6424     level-3:
6425       - "xl710"
6426       - "x520"
6427       - "xxv710"
6428       - "x710"
6429       - "x553"
6430       - "cx556a"
6431       - "vic1227"
6432       - "vic1385"
6433
6434 # VPP MRR Results
6435 - type: "file"
6436   title: "VPP MRR Results"
6437   algorithm: "file_details_split"
6438   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6439   dir-tables:
6440     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6441     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6442     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6443     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6444     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6445     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6446     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6447   data:
6448     - "vpp-mrr-results-2n-skx"
6449     - "vpp-mrr-results-3n-skx"
6450     - "vpp-mrr-results-2n-clx"
6451     - "vpp-mrr-results-3n-hsw"
6452     - "vpp-mrr-results-3n-tsh"
6453     - "vpp-mrr-results-2n-dnv"
6454     - "vpp-mrr-results-3n-dnv"
6455   filter: "all"
6456   data-start-level: 4
6457   order-chapters:
6458     level-1:
6459       - "l2"
6460       - "ip4"
6461       - "ip6"
6462       - "srv6"
6463       - "ip4_tunnels"
6464       - "ip6_tunnels"
6465       - "vm_vhost"
6466       - "container_memif"
6467       - "crypto"
6468       - "vts"
6469       - "lb"
6470       - "nfv_density"
6471       - "hoststack"
6472     level-2:
6473       - "2n-skx"
6474       - "3n-skx"
6475       - "2n-clx"
6476       - "3n-hsw"
6477       - "3n-tsh"
6478       - "2n-dnv"
6479       - "3n-dnv"
6480     level-3:
6481       - "xl710"
6482       - "x520"
6483       - "xxv710"
6484       - "x710"
6485       - "x553"
6486       - "cx556a"
6487       - "vic1227"
6488       - "vic1385"
6489
6490 # VPP MRR Configuration
6491 - type: "file"
6492   title: "VPP MRR Configuration"
6493   algorithm: "file_details_split"
6494   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6495   dir-tables:
6496     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6497     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6498     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6499     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6500     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6501     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6502     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6503   data:
6504     - "vpp-mrr-results-2n-skx"
6505     - "vpp-mrr-results-3n-skx"
6506     - "vpp-mrr-results-2n-clx"
6507     - "vpp-mrr-results-3n-hsw"
6508     - "vpp-mrr-results-3n-tsh"
6509     - "vpp-mrr-results-2n-dnv"
6510     - "vpp-mrr-results-3n-dnv"
6511   filter: "all"
6512   data-start-level: 4
6513   order-chapters:
6514     level-1:
6515       - "l2"
6516       - "ip4"
6517       - "ip6"
6518       - "srv6"
6519       - "ip4_tunnels"
6520       - "ip6_tunnels"
6521       - "vm_vhost"
6522       - "container_memif"
6523       - "crypto"
6524       - "vts"
6525       - "lb"
6526       - "nfv_density"
6527       - "hoststack"
6528     level-2:
6529       - "2n-skx"
6530       - "3n-skx"
6531       - "2n-clx"
6532       - "3n-hsw"
6533       - "3n-tsh"
6534       - "2n-dnv"
6535       - "3n-dnv"
6536     level-3:
6537       - "xl710"
6538       - "x520"
6539       - "xxv710"
6540       - "x710"
6541       - "x553"
6542       - "cx556a"
6543       - "vic1227"
6544       - "vic1385"
6545
6546 # VPP Device Results - Ubuntu
6547 - type: "file"
6548   title: "VPP Device Results - Ubuntu"
6549   algorithm: "file_test_results"
6550   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6551   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6552   data: "vpp-device-results-ubuntu"
6553   filter: "all"
6554   data-start-level: 4
6555
6556 # VPP Device Configuration - Ubuntu
6557 - type: "file"
6558   title: "VPP Device Configuration - Ubuntu"
6559   algorithm: "file_test_results"
6560   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6561   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6562   data: "vpp-device-results-ubuntu"
6563   filter: "all"
6564   data-start-level: 4
6565
6566 # DPDK Performance Results 3n-hsw
6567 - type: "file"
6568   title: "DPDK Performance Results 3n-hsw"
6569   algorithm: "file_test_results"
6570   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6571   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6572   data: "dpdk-perf-results-3n-hsw"
6573   filter: "all"
6574   data-start-level: 4
6575
6576 # DPDK Performance Results 3n-skx
6577 - type: "file"
6578   title: "DPDK Performance Results 3n-skx"
6579   algorithm: "file_test_results"
6580   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6581   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6582   data: "dpdk-perf-results-3n-skx"
6583   filter: "all"
6584   data-start-level: 4
6585
6586 # DPDK Performance Results 2n-skx
6587 - type: "file"
6588   title: "DPDK Performance Results 2n-skx"
6589   algorithm: "file_test_results"
6590   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6591   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6592   data: "dpdk-perf-results-2n-skx"
6593   filter: "all"
6594   data-start-level: 4
6595
6596 # DPDK Performance Results 2n-clx
6597 - type: "file"
6598   title: "DPDK Performance Results 2n-clx"
6599   algorithm: "file_test_results"
6600   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6601   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6602   data: "dpdk-perf-results-2n-clx"
6603   filter: "all"
6604   data-start-level: 4
6605
6606 # DPDK Performance Results 2n-dnv
6607 - type: "file"
6608   title: "DPDK Performance Results 2n-dnv"
6609   algorithm: "file_test_results"
6610   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6611   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6612   data: "dpdk-perf-results-2n-dnv"
6613   filter: "all"
6614   data-start-level: 4
6615
6616 # DPDK Performance Results 3n-dnv
6617 - type: "file"
6618   title: "DPDK Performance Results 3n-dnv"
6619   algorithm: "file_test_results"
6620   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6621   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6622   data: "dpdk-perf-results-3n-dnv"
6623   filter: "all"
6624   data-start-level: 4
6625
6626 # DPDK Performance Results 3n-tsh
6627 - type: "file"
6628   title: "DPDK Performance Results 3n-tsh"
6629   algorithm: "file_test_results"
6630   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6631   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6632   data: "dpdk-perf-results-3n-tsh"
6633   filter: "all"
6634   data-start-level: 4
6635
6636 ################################################################################
6637 ###                                P L O T S                                 ###
6638 ################################################################################
6639
6640 # Hoststack tests 3n-hsw
6641
6642 - type: "plot"
6643   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6644   algorithm: "plot_perf_box_name"
6645   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6646   data: "plot-vpp-hoststack-3n-hsw"
6647   include:
6648     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6649     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6650   layout:
6651     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6652     layout: "plot-hoststack"
6653
6654 - type: "plot"
6655   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6656   algorithm: "plot_perf_box_name"
6657   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6658   data: "plot-vpp-hoststack-3n-hsw"
6659   include:
6660     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6661     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6662   layout:
6663     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6664     layout: "plot-hoststack"
6665
6666 - type: "plot"
6667   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6668   algorithm: "plot_perf_box_name"
6669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6670   data: "plot-vpp-hoststack-3n-hsw"
6671   include:
6672     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6673     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6674     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6675     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6676   layout:
6677     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6678     layout: "plot-hoststack"
6679
6680 # Plots VPP HTTP Server Performance
6681 - type: "plot"
6682   title: "VPP HTTP Server Performance"
6683   algorithm: "plot_http_server_perf_box"
6684   output-file-type: ".html"
6685   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6686   data:
6687     "plot-vpp-http-server-performance"
6688   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6689   parameters:
6690   - "result"
6691   - "name"
6692   traces:
6693     hoverinfo: "y+name"
6694     boxpoints: "outliers"
6695     whiskerwidth: 0
6696   layout:
6697     title: "VPP HTTP Server Performance"
6698     layout:
6699       "plot-cps"
6700
6701 - type: "plot"
6702   title: "VPP HTTP Server Performance"
6703   algorithm: "plot_http_server_perf_box"
6704   output-file-type: ".html"
6705   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6706   data:
6707     "plot-vpp-http-server-performance"
6708   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6709   parameters:
6710   - "result"
6711   - "name"
6712   traces:
6713     hoverinfo: "y+name"
6714     boxpoints: "outliers"
6715     whiskerwidth: 0
6716   layout:
6717     title: "VPP HTTP Server Performance"
6718     layout:
6719       "plot-rps"
6720
6721 ################################################################################
6722
6723 # Soak Test (PLRsearch), boxes - 2n-clx
6724 - type: "plot"
6725   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6726   algorithm: "plot_perf_box_name"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6729   data: "plot-vpp-soak-2n-clx"
6730   include:
6731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6737   layout:
6738     title: "30 Minutes Soak Test (PLRsearch)"
6739     layout: "plot-soak-throughput"
6740
6741 # Soak Test (PLRsearch), boxes - 2n-clx
6742 - type: "plot"
6743   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6744   algorithm: "plot_perf_box_name"
6745   output-file-type: ".html"
6746   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6747   data: "plot-vpp-soak-2n-clx"
6748   include:
6749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6754     - "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"
6755   layout:
6756     title: "30 Minutes Soak Test (PLRsearch)"
6757     layout: "plot-soak-throughput"
6758
6759 # Soak Test (PLRsearch), boxes - 2n-skx
6760 - type: "plot"
6761   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6762   algorithm: "plot_perf_box_name"
6763   output-file-type: ".html"
6764   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6765   data: "plot-vpp-soak-2n-skx"
6766   include:
6767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6773   layout:
6774     title: "30 Minutes Soak Test (PLRsearch)"
6775     layout: "plot-soak-throughput"
6776
6777 # Soak Test (PLRsearch), boxes - 2n-skx
6778 - type: "plot"
6779   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6780   algorithm: "plot_perf_box_name"
6781   output-file-type: ".html"
6782   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6783   data: "plot-vpp-soak-2n-skx"
6784   include:
6785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6790     - "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"
6791   layout:
6792     title: "30 Minutes Soak Test (PLRsearch)"
6793     layout: "plot-soak-throughput"
6794
6795 ###############################################################################
6796
6797 # Reconf tests 2n-skx
6798
6799 - type: "plot"
6800   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6801   algorithm: "plot_nf_reconf_box_name"
6802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6803   data: "plot-vpp-nfv-reconf-2n-skx"
6804   include:
6805     - "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"
6806     - "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"
6807     - "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"
6808     - "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"
6809     - "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"
6810     - "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"
6811   layout:
6812     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6813     layout: "plot-throughput"
6814
6815 - type: "plot"
6816   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6817   algorithm: "plot_nf_reconf_box_name"
6818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6819   data: "plot-vpp-nfv-reconf-2n-skx"
6820   include:
6821     - "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"
6822     - "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"
6823     - "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"
6824     - "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"
6825     - "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"
6826     - "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"
6827   layout:
6828     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6829     layout: "plot-throughput"
6830
6831 - type: "plot"
6832   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6833   algorithm: "plot_nf_reconf_box_name"
6834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6835   data: "plot-vpp-nfv-reconf-2n-skx"
6836   include:
6837     - "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"
6838     - "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"
6839     - "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"
6840     - "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"
6841     - "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"
6842     - "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"
6843   layout:
6844     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6845     layout: "plot-throughput"
6846
6847 ###############################################################################
6848
6849 # Reconf tests 2n-clx
6850
6851 - type: "plot"
6852   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6853   algorithm: "plot_nf_reconf_box_name"
6854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6855   data: "plot-vpp-nfv-reconf-2n-clx"
6856   include:
6857     - "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"
6858     - "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"
6859     - "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"
6860     - "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"
6861   layout:
6862     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6863     layout: "plot-throughput"
6864
6865 - type: "plot"
6866   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6867   algorithm: "plot_nf_reconf_box_name"
6868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6869   data: "plot-vpp-nfv-reconf-2n-clx"
6870   include:
6871     - "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"
6872     - "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"
6873     - "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"
6874     - "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"
6875   layout:
6876     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6877     layout: "plot-throughput"
6878
6879 - type: "plot"
6880   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6881   algorithm: "plot_nf_reconf_box_name"
6882   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6883   data: "plot-vpp-nfv-reconf-2n-clx"
6884   include:
6885     - "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"
6886     - "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"
6887     - "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"
6888     - "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"
6889   layout:
6890     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6891     layout: "plot-throughput"
6892
6893 ################################################################################
6894 ## Plots - NF Density - VSC - MRR 64b
6895 #- type: "plot"
6896 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6897 #  algorithm: "plot_nf_heatmap"
6898 #  output-file-type: ".html"
6899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6900 #  data: "plot-vpp-nfv-2n-skx-mrr"
6901 #  filter: "'NIC_Intel-XXV710' and
6902 #           'NF_DENSITY' and
6903 #           'VHOST' and
6904 #           not 'VXLAN' and
6905 #           'CHAIN' and
6906 #           'NF_VPPIP4' and
6907 #           '64B' and
6908 #           '2T1C' and
6909 #           'MRR'"
6910 #  parameters:
6911 #  - "result"
6912 #  - "name"
6913 #  - "tags"
6914 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6915 #  x-axis: "X = VNFs per Service Chain"
6916 #  y-axis: "Y = Number of Service Chains"
6917 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6918 #  layout:
6919 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6920 #    layout: "plot-service-density"
6921 #
6922 #- type: "plot"
6923 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6924 #  algorithm: "plot_nf_heatmap"
6925 #  output-file-type: ".html"
6926 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6927 #  data: "plot-vpp-nfv-2n-skx-mrr"
6928 #  filter: "'NIC_Intel-XXV710' and
6929 #           'NF_DENSITY' and
6930 #           'VHOST' and
6931 #           not 'VXLAN' and
6932 #           'CHAIN' and
6933 #           'NF_VPPIP4' and
6934 #           '64B' and
6935 #           '4T2C' and
6936 #           'MRR'"
6937 #  parameters:
6938 #  - "result"
6939 #  - "name"
6940 #  - "tags"
6941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6942 #  x-axis: "X = VNFs per Service Chain"
6943 #  y-axis: "Y = Number of Service Chains"
6944 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6945 #  layout:
6946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6947 #    layout: "plot-service-density"
6948 #
6949 #- type: "plot"
6950 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6951 #  algorithm: "plot_nf_heatmap"
6952 #  output-file-type: ".html"
6953 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6954 #  data: "plot-vpp-nfv-2n-skx-mrr"
6955 #  filter: "'NIC_Intel-XXV710' and
6956 #           'NF_DENSITY' and
6957 #           'VHOST' and
6958 #           not 'VXLAN' and
6959 #           'CHAIN' and
6960 #           'NF_VPPIP4' and
6961 #           '64B' and
6962 #           '8T4C' and
6963 #           'MRR'"
6964 #  parameters:
6965 #  - "result"
6966 #  - "name"
6967 #  - "tags"
6968 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6969 #  x-axis: "X = VNFs per Service Chain"
6970 #  y-axis: "Y = Number of Service Chains"
6971 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6972 #  layout:
6973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6974 #    layout: "plot-service-density"
6975 #
6976 ## Plots - NF Density - VSC - MRR IMIX
6977 #- type: "plot"
6978 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6979 #  algorithm: "plot_nf_heatmap"
6980 #  output-file-type: ".html"
6981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6982 #  data: "plot-vpp-nfv-2n-skx-mrr"
6983 #  filter: "'NIC_Intel-XXV710' and
6984 #           'NF_DENSITY' and
6985 #           'VHOST' and
6986 #           not 'VXLAN' and
6987 #           'CHAIN' and
6988 #           'NF_VPPIP4' and
6989 #           'IMIX' and
6990 #           '2T1C' and
6991 #           'MRR'"
6992 #  parameters:
6993 #  - "result"
6994 #  - "name"
6995 #  - "tags"
6996 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6997 #  x-axis: "X = VNFs per Service Chain"
6998 #  y-axis: "Y = Number of Service Chains"
6999 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7000 #  layout:
7001 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7002 #    layout: "plot-service-density"
7003 #
7004 #- type: "plot"
7005 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7006 #  algorithm: "plot_nf_heatmap"
7007 #  output-file-type: ".html"
7008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7009 #  data: "plot-vpp-nfv-2n-skx-mrr"
7010 #  filter: "'NIC_Intel-XXV710' and
7011 #           'NF_DENSITY' and
7012 #           'VHOST' and
7013 #           not 'VXLAN' and
7014 #           'CHAIN' and
7015 #           'NF_VPPIP4' and
7016 #           'IMIX' and
7017 #           '4T2C' and
7018 #           'MRR'"
7019 #  parameters:
7020 #  - "result"
7021 #  - "name"
7022 #  - "tags"
7023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7024 #  x-axis: "X = VNFs per Service Chain"
7025 #  y-axis: "Y = Number of Service Chains"
7026 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7027 #  layout:
7028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7029 #    layout: "plot-service-density"
7030 #
7031 #- type: "plot"
7032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7033 #  algorithm: "plot_nf_heatmap"
7034 #  output-file-type: ".html"
7035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7036 #  data: "plot-vpp-nfv-2n-skx-mrr"
7037 #  filter: "'NIC_Intel-XXV710' and
7038 #           'NF_DENSITY' and
7039 #           'VHOST' and
7040 #           not 'VXLAN' and
7041 #           'CHAIN' and
7042 #           'NF_VPPIP4' and
7043 #           'IMIX' and
7044 #           '8T4C' and
7045 #           'MRR'"
7046 #  parameters:
7047 #  - "result"
7048 #  - "name"
7049 #  - "tags"
7050 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7051 #  x-axis: "X = VNFs per Service Chain"
7052 #  y-axis: "Y = Number of Service Chains"
7053 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7054 #  layout:
7055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7056 #    layout: "plot-service-density"
7057 #
7058 ## Plots - NF Density - VSC - NDR 64b
7059 #- type: "plot"
7060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7061 #  algorithm: "plot_nf_heatmap"
7062 #  output-file-type: ".html"
7063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7064 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7065 #  filter: "'NIC_Intel-XXV710' and
7066 #           'NF_DENSITY' and
7067 #           'VHOST' and
7068 #           not 'VXLAN' and
7069 #           'CHAIN' and
7070 #           'NF_VPPIP4' and
7071 #           '64B' and
7072 #           '2T1C' and
7073 #           'NDRPDR'"
7074 #  parameters:
7075 #  - "throughput"
7076 #  - "name"
7077 #  - "tags"
7078 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7079 #  x-axis: "X = VNFs per Service Chain"
7080 #  y-axis: "Y = Number of Service Chains"
7081 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7082 #  layout:
7083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7084 #    layout: "plot-service-density"
7085 #
7086 #- type: "plot"
7087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7088 #  algorithm: "plot_nf_heatmap"
7089 #  output-file-type: ".html"
7090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7091 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7092 #  filter: "'NIC_Intel-XXV710' and
7093 #           'NF_DENSITY' and
7094 #           'VHOST' and
7095 #           not 'VXLAN' and
7096 #           'CHAIN' and
7097 #           'NF_VPPIP4' and
7098 #           '64B' and
7099 #           '4T2C' and
7100 #           'NDRPDR'"
7101 #  parameters:
7102 #  - "throughput"
7103 #  - "name"
7104 #  - "tags"
7105 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7106 #  x-axis: "X = VNFs per Service Chain"
7107 #  y-axis: "Y = Number of Service Chains"
7108 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7109 #  layout:
7110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7111 #    layout: "plot-service-density"
7112 #
7113 #- type: "plot"
7114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7115 #  algorithm: "plot_nf_heatmap"
7116 #  output-file-type: ".html"
7117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7118 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7119 #  filter: "'NIC_Intel-XXV710' and
7120 #           'NF_DENSITY' and
7121 #           'VHOST' and
7122 #           not 'VXLAN' and
7123 #           'CHAIN' and
7124 #           'NF_VPPIP4' and
7125 #           '64B' and
7126 #           '8T4C' and
7127 #           'NDRPDR'"
7128 #  parameters:
7129 #  - "throughput"
7130 #  - "name"
7131 #  - "tags"
7132 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7133 #  x-axis: "X = VNFs per Service Chain"
7134 #  y-axis: "Y = Number of Service Chains"
7135 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7136 #  layout:
7137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7138 #    layout: "plot-service-density"
7139 #
7140 ## Plots - NF Density - VSC - NDR IMIX
7141 #- type: "plot"
7142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7143 #  algorithm: "plot_nf_heatmap"
7144 #  output-file-type: ".html"
7145 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7146 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7147 #  filter: "'NIC_Intel-XXV710' and
7148 #           'NF_DENSITY' and
7149 #           'VHOST' and
7150 #           not 'VXLAN' and
7151 #           'CHAIN' and
7152 #           'NF_VPPIP4' and
7153 #           'IMIX' and
7154 #           '2T1C' and
7155 #           'NDRPDR'"
7156 #  parameters:
7157 #  - "throughput"
7158 #  - "name"
7159 #  - "tags"
7160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7161 #  x-axis: "X = VNFs per Service Chain"
7162 #  y-axis: "Y = Number of Service Chains"
7163 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7164 #  layout:
7165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7166 #    layout: "plot-service-density"
7167 #
7168 #- type: "plot"
7169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7170 #  algorithm: "plot_nf_heatmap"
7171 #  output-file-type: ".html"
7172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7173 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7174 #  filter: "'NIC_Intel-XXV710' and
7175 #           'NF_DENSITY' and
7176 #           'VHOST' and
7177 #           not 'VXLAN' and
7178 #           'CHAIN' and
7179 #           'NF_VPPIP4' and
7180 #           'IMIX' and
7181 #           '4T2C' and
7182 #           'NDRPDR'"
7183 #  parameters:
7184 #  - "throughput"
7185 #  - "name"
7186 #  - "tags"
7187 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7188 #  x-axis: "X = VNFs per Service Chain"
7189 #  y-axis: "Y = Number of Service Chains"
7190 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7191 #  layout:
7192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7193 #    layout: "plot-service-density"
7194 #
7195 #- type: "plot"
7196 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7197 #  algorithm: "plot_nf_heatmap"
7198 #  output-file-type: ".html"
7199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7200 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7201 #  filter: "'NIC_Intel-XXV710' and
7202 #           'NF_DENSITY' and
7203 #           'VHOST' and
7204 #           not 'VXLAN' and
7205 #           'CHAIN' and
7206 #           'NF_VPPIP4' and
7207 #           'IMIX' and
7208 #           '8T4C' and
7209 #           'NDRPDR'"
7210 #  parameters:
7211 #  - "throughput"
7212 #  - "name"
7213 #  - "tags"
7214 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7215 #  x-axis: "X = VNFs per Service Chain"
7216 #  y-axis: "Y = Number of Service Chains"
7217 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7218 #  layout:
7219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7220 #    layout: "plot-service-density"
7221 #
7222 ## Plots - NF Density - VSC - PDR 64b
7223 #- type: "plot"
7224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7225 #  algorithm: "plot_nf_heatmap"
7226 #  output-file-type: ".html"
7227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7228 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7229 #  filter: "'NIC_Intel-XXV710' and
7230 #           'NF_DENSITY' and
7231 #           'VHOST' and
7232 #           not 'VXLAN' and
7233 #           'CHAIN' and
7234 #           'NF_VPPIP4' and
7235 #           '64B' and
7236 #           '2T1C' and
7237 #           'NDRPDR'"
7238 #  parameters:
7239 #  - "throughput"
7240 #  - "name"
7241 #  - "tags"
7242 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7243 #  x-axis: "X = VNFs per Service Chain"
7244 #  y-axis: "Y = Number of Service Chains"
7245 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7246 #  layout:
7247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7248 #    layout: "plot-service-density"
7249 #
7250 #- type: "plot"
7251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7252 #  algorithm: "plot_nf_heatmap"
7253 #  output-file-type: ".html"
7254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7255 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7256 #  filter: "'NIC_Intel-XXV710' and
7257 #           'NF_DENSITY' and
7258 #           'VHOST' and
7259 #           not 'VXLAN' and
7260 #           'CHAIN' and
7261 #           'NF_VPPIP4' and
7262 #           '64B' and
7263 #           '4T2C' and
7264 #           'NDRPDR'"
7265 #  parameters:
7266 #  - "throughput"
7267 #  - "name"
7268 #  - "tags"
7269 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7270 #  x-axis: "X = VNFs per Service Chain"
7271 #  y-axis: "Y = Number of Service Chains"
7272 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7273 #  layout:
7274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7275 #    layout: "plot-service-density"
7276 #
7277 #- type: "plot"
7278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7279 #  algorithm: "plot_nf_heatmap"
7280 #  output-file-type: ".html"
7281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7282 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7283 #  filter: "'NIC_Intel-XXV710' and
7284 #           'NF_DENSITY' and
7285 #           'VHOST' and
7286 #           not 'VXLAN' and
7287 #           'CHAIN' and
7288 #           'NF_VPPIP4' and
7289 #           '64B' and
7290 #           '8T4C' and
7291 #           'NDRPDR'"
7292 #  parameters:
7293 #  - "throughput"
7294 #  - "name"
7295 #  - "tags"
7296 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7297 #  x-axis: "X = VNFs per Service Chain"
7298 #  y-axis: "Y = Number of Service Chains"
7299 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7300 #  layout:
7301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7302 #    layout: "plot-service-density"
7303 #
7304 ## Plots - NF Density - VSC - PDR IMIX
7305 #- type: "plot"
7306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7307 #  algorithm: "plot_nf_heatmap"
7308 #  output-file-type: ".html"
7309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7310 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7311 #  filter: "'NIC_Intel-XXV710' and
7312 #           'NF_DENSITY' and
7313 #           'VHOST' and
7314 #           not 'VXLAN' and
7315 #           'CHAIN' and
7316 #           'NF_VPPIP4' and
7317 #           'IMIX' and
7318 #           '2T1C' and
7319 #           'NDRPDR'"
7320 #  parameters:
7321 #  - "throughput"
7322 #  - "name"
7323 #  - "tags"
7324 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7325 #  x-axis: "X = VNFs per Service Chain"
7326 #  y-axis: "Y = Number of Service Chains"
7327 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7328 #  layout:
7329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7330 #    layout: "plot-service-density"
7331 #
7332 #- type: "plot"
7333 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7334 #  algorithm: "plot_nf_heatmap"
7335 #  output-file-type: ".html"
7336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7337 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7338 #  filter: "'NIC_Intel-XXV710' and
7339 #           'NF_DENSITY' and
7340 #           'VHOST' and
7341 #           not 'VXLAN' and
7342 #           'CHAIN' and
7343 #           'NF_VPPIP4' and
7344 #           'IMIX' and
7345 #           '4T2C' and
7346 #           'NDRPDR'"
7347 #  parameters:
7348 #  - "throughput"
7349 #  - "name"
7350 #  - "tags"
7351 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7352 #  x-axis: "X = VNFs per Service Chain"
7353 #  y-axis: "Y = Number of Service Chains"
7354 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7355 #  layout:
7356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7357 #    layout: "plot-service-density"
7358 #
7359 #- type: "plot"
7360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7361 #  algorithm: "plot_nf_heatmap"
7362 #  output-file-type: ".html"
7363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7364 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7365 #  filter: "'NIC_Intel-XXV710' and
7366 #           'NF_DENSITY' and
7367 #           'VHOST' and
7368 #           not 'VXLAN' and
7369 #           'CHAIN' and
7370 #           'NF_VPPIP4' and
7371 #           'IMIX' and
7372 #           '8T4C' and
7373 #           'NDRPDR'"
7374 #  parameters:
7375 #  - "throughput"
7376 #  - "name"
7377 #  - "tags"
7378 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7379 #  x-axis: "X = VNFs per Service Chain"
7380 #  y-axis: "Y = Number of Service Chains"
7381 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7382 #  layout:
7383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7384 #    layout: "plot-service-density"
7385 #
7386 ################################################################################
7387 ## Plots - NF Density - VSC - MRR 64b
7388 #- type: "plot"
7389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7390 #  algorithm: "plot_nf_heatmap"
7391 #  output-file-type: ".html"
7392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7393 #  data: "plot-vpp-nfv-2n-skx-mrr"
7394 #  filter: "'NIC_Intel-XXV710' and
7395 #           'NF_DENSITY' and
7396 #           'VHOST' and
7397 #           'VXLAN' and
7398 #           'CHAIN' and
7399 #           '118' and
7400 #           '2T1C' and
7401 #           'MRR'"
7402 #  parameters:
7403 #  - "result"
7404 #  - "name"
7405 #  - "tags"
7406 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7407 #  x-axis: "X = VNFs per Service Chain"
7408 #  y-axis: "Y = Number of Service Chains"
7409 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7410 #  layout:
7411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7412 #    layout: "plot-service-density"
7413 #
7414 #- type: "plot"
7415 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7416 #  algorithm: "plot_nf_heatmap"
7417 #  output-file-type: ".html"
7418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7419 #  data: "plot-vpp-nfv-2n-skx-mrr"
7420 #  filter: "'NIC_Intel-XXV710' and
7421 #           'NF_DENSITY' and
7422 #           'VHOST' and
7423 #           'VXLAN' and
7424 #           'CHAIN' and
7425 #           '118' and
7426 #           '4T2C' and
7427 #           'MRR'"
7428 #  parameters:
7429 #  - "result"
7430 #  - "name"
7431 #  - "tags"
7432 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7433 #  x-axis: "X = VNFs per Service Chain"
7434 #  y-axis: "Y = Number of Service Chains"
7435 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7436 #  layout:
7437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7438 #    layout: "plot-service-density"
7439 #
7440 #- type: "plot"
7441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7442 #  algorithm: "plot_nf_heatmap"
7443 #  output-file-type: ".html"
7444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7445 #  data: "plot-vpp-nfv-2n-skx-mrr"
7446 #  filter: "'NIC_Intel-XXV710' and
7447 #           'NF_DENSITY' and
7448 #           'VHOST' and
7449 #           'VXLAN' and
7450 #           'CHAIN' and
7451 #           '118' and
7452 #           '8T4C' and
7453 #           'MRR'"
7454 #  parameters:
7455 #  - "result"
7456 #  - "name"
7457 #  - "tags"
7458 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7459 #  x-axis: "X = VNFs per Service Chain"
7460 #  y-axis: "Y = Number of Service Chains"
7461 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7462 #  layout:
7463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7464 #    layout: "plot-service-density"
7465 #
7466 ## Plots - NF Density - VSC - MRR IMIX
7467 #- type: "plot"
7468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7469 #  algorithm: "plot_nf_heatmap"
7470 #  output-file-type: ".html"
7471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7472 #  data: "plot-vpp-nfv-2n-skx-mrr"
7473 #  filter: "'NIC_Intel-XXV710' and
7474 #           'NF_DENSITY' and
7475 #           'VHOST' and
7476 #           'VXLAN' and
7477 #           'CHAIN' and
7478 #           'IMIX' and
7479 #           '2T1C' and
7480 #           'MRR'"
7481 #  parameters:
7482 #  - "result"
7483 #  - "name"
7484 #  - "tags"
7485 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7486 #  x-axis: "X = VNFs per Service Chain"
7487 #  y-axis: "Y = Number of Service Chains"
7488 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7489 #  layout:
7490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7491 #    layout: "plot-service-density"
7492 #
7493 #- type: "plot"
7494 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7495 #  algorithm: "plot_nf_heatmap"
7496 #  output-file-type: ".html"
7497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7498 #  data: "plot-vpp-nfv-2n-skx-mrr"
7499 #  filter: "'NIC_Intel-XXV710' and
7500 #           'NF_DENSITY' and
7501 #           'VHOST' and
7502 #           'VXLAN' and
7503 #           'CHAIN' and
7504 #           'IMIX' and
7505 #           '4T2C' and
7506 #           'MRR'"
7507 #  parameters:
7508 #  - "result"
7509 #  - "name"
7510 #  - "tags"
7511 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7512 #  x-axis: "X = VNFs per Service Chain"
7513 #  y-axis: "Y = Number of Service Chains"
7514 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7515 #  layout:
7516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7517 #    layout: "plot-service-density"
7518 #
7519 #- type: "plot"
7520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7521 #  algorithm: "plot_nf_heatmap"
7522 #  output-file-type: ".html"
7523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7524 #  data: "plot-vpp-nfv-2n-skx-mrr"
7525 #  filter: "'NIC_Intel-XXV710' and
7526 #           'NF_DENSITY' and
7527 #           'VHOST' and
7528 #           'VXLAN' and
7529 #           'CHAIN' and
7530 #           'IMIX' and
7531 #           '8T4C' and
7532 #           'MRR'"
7533 #  parameters:
7534 #  - "result"
7535 #  - "name"
7536 #  - "tags"
7537 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7538 #  x-axis: "X = VNFs per Service Chain"
7539 #  y-axis: "Y = Number of Service Chains"
7540 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7541 #  layout:
7542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7543 #    layout: "plot-service-density"
7544 #
7545 ## Plots - NF Density - VSC - NDR 64b
7546 #- type: "plot"
7547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7548 #  algorithm: "plot_nf_heatmap"
7549 #  output-file-type: ".html"
7550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7551 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7552 #  filter: "'NIC_Intel-XXV710' and
7553 #           'NF_DENSITY' and
7554 #           'VHOST' and
7555 #           'VXLAN' and
7556 #           'CHAIN' and
7557 #           '118' and
7558 #           '2T1C' and
7559 #           'NDRPDR'"
7560 #  parameters:
7561 #  - "throughput"
7562 #  - "name"
7563 #  - "tags"
7564 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7565 #  x-axis: "X = VNFs per Service Chain"
7566 #  y-axis: "Y = Number of Service Chains"
7567 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7568 #  layout:
7569 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7570 #    layout: "plot-service-density"
7571 #
7572 #- type: "plot"
7573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7574 #  algorithm: "plot_nf_heatmap"
7575 #  output-file-type: ".html"
7576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7577 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7578 #  filter: "'NIC_Intel-XXV710' and
7579 #           'NF_DENSITY' and
7580 #           'VHOST' and
7581 #           'VXLAN' and
7582 #           'CHAIN' and
7583 #           '118' and
7584 #           '4T2C' and
7585 #           'NDRPDR'"
7586 #  parameters:
7587 #  - "throughput"
7588 #  - "name"
7589 #  - "tags"
7590 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7591 #  x-axis: "X = VNFs per Service Chain"
7592 #  y-axis: "Y = Number of Service Chains"
7593 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7594 #  layout:
7595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7596 #    layout: "plot-service-density"
7597 #
7598 #- type: "plot"
7599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7600 #  algorithm: "plot_nf_heatmap"
7601 #  output-file-type: ".html"
7602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7603 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7604 #  filter: "'NIC_Intel-XXV710' and
7605 #           'NF_DENSITY' and
7606 #           'VHOST' and
7607 #           'VXLAN' and
7608 #           'CHAIN' and
7609 #           '118' and
7610 #           '8T4C' and
7611 #           'NDRPDR'"
7612 #  parameters:
7613 #  - "throughput"
7614 #  - "name"
7615 #  - "tags"
7616 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7617 #  x-axis: "X = VNFs per Service Chain"
7618 #  y-axis: "Y = Number of Service Chains"
7619 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7620 #  layout:
7621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7622 #    layout: "plot-service-density"
7623 #
7624 ## Plots - NF Density - VSC - NDR IMIX
7625 #- type: "plot"
7626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7627 #  algorithm: "plot_nf_heatmap"
7628 #  output-file-type: ".html"
7629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7630 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7631 #  filter: "'NIC_Intel-XXV710' and
7632 #           'NF_DENSITY' and
7633 #           'VHOST' and
7634 #           'VXLAN' and
7635 #           'CHAIN' and
7636 #           'IMIX' and
7637 #           '2T1C' and
7638 #           'NDRPDR'"
7639 #  parameters:
7640 #  - "throughput"
7641 #  - "name"
7642 #  - "tags"
7643 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7644 #  x-axis: "X = VNFs per Service Chain"
7645 #  y-axis: "Y = Number of Service Chains"
7646 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7647 #  layout:
7648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7649 #    layout: "plot-service-density"
7650 #
7651 #- type: "plot"
7652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7653 #  algorithm: "plot_nf_heatmap"
7654 #  output-file-type: ".html"
7655 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7656 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7657 #  filter: "'NIC_Intel-XXV710' and
7658 #           'NF_DENSITY' and
7659 #           'VHOST' and
7660 #           'VXLAN' and
7661 #           'CHAIN' and
7662 #           'IMIX' and
7663 #           '4T2C' and
7664 #           'NDRPDR'"
7665 #  parameters:
7666 #  - "throughput"
7667 #  - "name"
7668 #  - "tags"
7669 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7670 #  x-axis: "X = VNFs per Service Chain"
7671 #  y-axis: "Y = Number of Service Chains"
7672 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7673 #  layout:
7674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7675 #    layout: "plot-service-density"
7676 #
7677 #- type: "plot"
7678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7679 #  algorithm: "plot_nf_heatmap"
7680 #  output-file-type: ".html"
7681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7682 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7683 #  filter: "'NIC_Intel-XXV710' and
7684 #           'NF_DENSITY' and
7685 #           'VHOST' and
7686 #           'VXLAN' and
7687 #           'CHAIN' and
7688 #           'IMIX' and
7689 #           '8T4C' and
7690 #           'NDRPDR'"
7691 #  parameters:
7692 #  - "throughput"
7693 #  - "name"
7694 #  - "tags"
7695 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7696 #  x-axis: "X = VNFs per Service Chain"
7697 #  y-axis: "Y = Number of Service Chains"
7698 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7699 #  layout:
7700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7701 #    layout: "plot-service-density"
7702 #
7703 ## Plots - NF Density - VSC - PDR 64b
7704 #- type: "plot"
7705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7706 #  algorithm: "plot_nf_heatmap"
7707 #  output-file-type: ".html"
7708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7709 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7710 #  filter: "'NIC_Intel-XXV710' and
7711 #           'NF_DENSITY' and
7712 #           'VHOST' and
7713 #           'VXLAN' and
7714 #           'CHAIN' and
7715 #           '118' and
7716 #           '2T1C' and
7717 #           'NDRPDR'"
7718 #  parameters:
7719 #  - "throughput"
7720 #  - "name"
7721 #  - "tags"
7722 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7723 #  x-axis: "X = VNFs per Service Chain"
7724 #  y-axis: "Y = Number of Service Chains"
7725 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7726 #  layout:
7727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7728 #    layout: "plot-service-density"
7729 #
7730 #- type: "plot"
7731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7732 #  algorithm: "plot_nf_heatmap"
7733 #  output-file-type: ".html"
7734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7735 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7736 #  filter: "'NIC_Intel-XXV710' and
7737 #           'NF_DENSITY' and
7738 #           'VHOST' and
7739 #           'VXLAN' and
7740 #           'CHAIN' and
7741 #           '118' and
7742 #           '4T2C' and
7743 #           'NDRPDR'"
7744 #  parameters:
7745 #  - "throughput"
7746 #  - "name"
7747 #  - "tags"
7748 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7749 #  x-axis: "X = VNFs per Service Chain"
7750 #  y-axis: "Y = Number of Service Chains"
7751 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7752 #  layout:
7753 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7754 #    layout: "plot-service-density"
7755 #
7756 #- type: "plot"
7757 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7758 #  algorithm: "plot_nf_heatmap"
7759 #  output-file-type: ".html"
7760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7761 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7762 #  filter: "'NIC_Intel-XXV710' and
7763 #           'NF_DENSITY' and
7764 #           'VHOST' and
7765 #           'VXLAN' and
7766 #           'CHAIN' and
7767 #           '118' and
7768 #           '8T4C' and
7769 #           'NDRPDR'"
7770 #  parameters:
7771 #  - "throughput"
7772 #  - "name"
7773 #  - "tags"
7774 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7775 #  x-axis: "X = VNFs per Service Chain"
7776 #  y-axis: "Y = Number of Service Chains"
7777 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7778 #  layout:
7779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7780 #    layout: "plot-service-density"
7781 #
7782 ## Plots - NF Density - VSC - PDR IMIX
7783 #- type: "plot"
7784 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7785 #  algorithm: "plot_nf_heatmap"
7786 #  output-file-type: ".html"
7787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7788 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7789 #  filter: "'NIC_Intel-XXV710' and
7790 #           'NF_DENSITY' and
7791 #           'VHOST' and
7792 #           'VXLAN' and
7793 #           'CHAIN' and
7794 #           'IMIX' and
7795 #           '2T1C' and
7796 #           'NDRPDR'"
7797 #  parameters:
7798 #  - "throughput"
7799 #  - "name"
7800 #  - "tags"
7801 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7802 #  x-axis: "X = VNFs per Service Chain"
7803 #  y-axis: "Y = Number of Service Chains"
7804 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7805 #  layout:
7806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7807 #    layout: "plot-service-density"
7808 #
7809 #- type: "plot"
7810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7811 #  algorithm: "plot_nf_heatmap"
7812 #  output-file-type: ".html"
7813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7814 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7815 #  filter: "'NIC_Intel-XXV710' and
7816 #           'NF_DENSITY' and
7817 #           'VHOST' and
7818 #           'VXLAN' and
7819 #           'CHAIN' and
7820 #           'IMIX' and
7821 #           '4T2C' and
7822 #           'NDRPDR'"
7823 #  parameters:
7824 #  - "throughput"
7825 #  - "name"
7826 #  - "tags"
7827 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7828 #  x-axis: "X = VNFs per Service Chain"
7829 #  y-axis: "Y = Number of Service Chains"
7830 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7831 #  layout:
7832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7833 #    layout: "plot-service-density"
7834 #
7835 #- type: "plot"
7836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7837 #  algorithm: "plot_nf_heatmap"
7838 #  output-file-type: ".html"
7839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7840 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7841 #  filter: "'NIC_Intel-XXV710' and
7842 #           'NF_DENSITY' and
7843 #           'VHOST' and
7844 #           'VXLAN' and
7845 #           'CHAIN' and
7846 #           'IMIX' and
7847 #           '8T4C' and
7848 #           'NDRPDR'"
7849 #  parameters:
7850 #  - "throughput"
7851 #  - "name"
7852 #  - "tags"
7853 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7854 #  x-axis: "X = VNFs per Service Chain"
7855 #  y-axis: "Y = Number of Service Chains"
7856 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7857 #  layout:
7858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7859 #    layout: "plot-service-density"
7860 #
7861 ################################################################################
7862 ## Plots - NF Density - CSC - MRR 64b
7863 #- type: "plot"
7864 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7865 #  algorithm: "plot_nf_heatmap"
7866 #  output-file-type: ".html"
7867 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7868 #  data: "plot-vpp-nfv-2n-skx-mrr"
7869 #  filter: "'NIC_Intel-XXV710' and
7870 #           'NF_DENSITY' and
7871 #           'DOCKER' and
7872 #           'CHAIN' and
7873 #           'NF_VPPIP4' and
7874 #           '64B' and
7875 #           '2T1C' and
7876 #           'MRR'"
7877 #  parameters:
7878 #  - "result"
7879 #  - "name"
7880 #  - "tags"
7881 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7882 #  x-axis: "X = CNFs per Service Chain"
7883 #  y-axis: "Y = Number of Service Chains"
7884 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7885 #  layout:
7886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7887 #    layout: "plot-service-density"
7888 #
7889 #- type: "plot"
7890 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7891 #  algorithm: "plot_nf_heatmap"
7892 #  output-file-type: ".html"
7893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7894 #  data: "plot-vpp-nfv-2n-skx-mrr"
7895 #  filter: "'NIC_Intel-XXV710' and
7896 #           'NF_DENSITY' and
7897 #           'DOCKER' and
7898 #           'CHAIN' and
7899 #           'NF_VPPIP4' and
7900 #           '64B' and
7901 #           '4T2C' and
7902 #           'MRR'"
7903 #  parameters:
7904 #  - "result"
7905 #  - "name"
7906 #  - "tags"
7907 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7908 #  x-axis: "X = CNFs per Service Chain"
7909 #  y-axis: "Y = Number of Service Chains"
7910 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7911 #  layout:
7912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7913 #    layout: "plot-service-density"
7914 #
7915 #- type: "plot"
7916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7917 #  algorithm: "plot_nf_heatmap"
7918 #  output-file-type: ".html"
7919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7920 #  data: "plot-vpp-nfv-2n-skx-mrr"
7921 #  filter: "'NIC_Intel-XXV710' and
7922 #           'NF_DENSITY' and
7923 #           'DOCKER' and
7924 #           'CHAIN' and
7925 #           'NF_VPPIP4' and
7926 #           '64B' and
7927 #           '8T4C' and
7928 #           'MRR'"
7929 #  parameters:
7930 #  - "result"
7931 #  - "name"
7932 #  - "tags"
7933 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7934 #  x-axis: "X = CNFs per Service Chain"
7935 #  y-axis: "Y = Number of Service Chains"
7936 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7937 #  layout:
7938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7939 #    layout: "plot-service-density"
7940 #
7941 ## Plots - NF Density - CSC - MRR IMIX
7942 #- type: "plot"
7943 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7944 #  algorithm: "plot_nf_heatmap"
7945 #  output-file-type: ".html"
7946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7947 #  data: "plot-vpp-nfv-2n-skx-mrr"
7948 #  filter: "'NIC_Intel-XXV710' and
7949 #           'NF_DENSITY' and
7950 #           'DOCKER' and
7951 #           'CHAIN' and
7952 #           'NF_VPPIP4' and
7953 #           'IMIX' and
7954 #           '2T1C' and
7955 #           'MRR'"
7956 #  parameters:
7957 #  - "result"
7958 #  - "name"
7959 #  - "tags"
7960 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7961 #  x-axis: "X = CNFs per Service Chain"
7962 #  y-axis: "Y = Number of Service Chains"
7963 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7964 #  layout:
7965 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7966 #    layout: "plot-service-density"
7967 #
7968 #- type: "plot"
7969 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7970 #  algorithm: "plot_nf_heatmap"
7971 #  output-file-type: ".html"
7972 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7973 #  data: "plot-vpp-nfv-2n-skx-mrr"
7974 #  filter: "'NIC_Intel-XXV710' and
7975 #           'NF_DENSITY' and
7976 #           'DOCKER' and
7977 #           'CHAIN' and
7978 #           'NF_VPPIP4' and
7979 #           'IMIX' and
7980 #           '4T2C' and
7981 #           'MRR'"
7982 #  parameters:
7983 #  - "result"
7984 #  - "name"
7985 #  - "tags"
7986 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7987 #  x-axis: "X = CNFs per Service Chain"
7988 #  y-axis: "Y = Number of Service Chains"
7989 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7990 #  layout:
7991 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7992 #    layout: "plot-service-density"
7993 #
7994 #- type: "plot"
7995 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7996 #  algorithm: "plot_nf_heatmap"
7997 #  output-file-type: ".html"
7998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7999 #  data: "plot-vpp-nfv-2n-skx-mrr"
8000 #  filter: "'NIC_Intel-XXV710' and
8001 #           'NF_DENSITY' and
8002 #           'DOCKER' and
8003 #           'CHAIN' and
8004 #           'NF_VPPIP4' and
8005 #           'IMIX' and
8006 #           '8T4C' and
8007 #           'MRR'"
8008 #  parameters:
8009 #  - "result"
8010 #  - "name"
8011 #  - "tags"
8012 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8013 #  x-axis: "X = CNFs per Service Chain"
8014 #  y-axis: "Y = Number of Service Chains"
8015 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8016 #  layout:
8017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8018 #    layout: "plot-service-density"
8019 #
8020 ## Plots - NF Density - CSC - NDR 64b
8021 #- type: "plot"
8022 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8023 #  algorithm: "plot_nf_heatmap"
8024 #  output-file-type: ".html"
8025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8026 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8027 #  filter: "'NIC_Intel-XXV710' and
8028 #           'NF_DENSITY' and
8029 #           'DOCKER' and
8030 #           'CHAIN' and
8031 #           'NF_VPPIP4' and
8032 #           '64B' and
8033 #           '2T1C' and
8034 #           'NDRPDR'"
8035 #  parameters:
8036 #  - "throughput"
8037 #  - "name"
8038 #  - "tags"
8039 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8040 #  x-axis: "X = CNFs per Service Chain"
8041 #  y-axis: "Y = Number of Service Chains"
8042 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8043 #  layout:
8044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8045 #    layout: "plot-service-density"
8046 #
8047 #- type: "plot"
8048 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8049 #  algorithm: "plot_nf_heatmap"
8050 #  output-file-type: ".html"
8051 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8052 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8053 #  filter: "'NIC_Intel-XXV710' and
8054 #           'NF_DENSITY' and
8055 #           'DOCKER' and
8056 #           'CHAIN' and
8057 #           'NF_VPPIP4' and
8058 #           '64B' and
8059 #           '4T2C' and
8060 #           'NDRPDR'"
8061 #  parameters:
8062 #  - "throughput"
8063 #  - "name"
8064 #  - "tags"
8065 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8066 #  x-axis: "X = CNFs per Service Chain"
8067 #  y-axis: "Y = Number of Service Chains"
8068 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8069 #  layout:
8070 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8071 #    layout: "plot-service-density"
8072 #
8073 #- type: "plot"
8074 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8075 #  algorithm: "plot_nf_heatmap"
8076 #  output-file-type: ".html"
8077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8078 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8079 #  filter: "'NIC_Intel-XXV710' and
8080 #           'NF_DENSITY' and
8081 #           'DOCKER' and
8082 #           'CHAIN' and
8083 #           'NF_VPPIP4' and
8084 #           '64B' and
8085 #           '8T4C' and
8086 #           'NDRPDR'"
8087 #  parameters:
8088 #  - "throughput"
8089 #  - "name"
8090 #  - "tags"
8091 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8092 #  x-axis: "X = CNFs per Service Chain"
8093 #  y-axis: "Y = Number of Service Chains"
8094 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8095 #  layout:
8096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8097 #    layout: "plot-service-density"
8098 #
8099 ## Plots - NF Density - CSC - NDR IMIX
8100 #- type: "plot"
8101 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8102 #  algorithm: "plot_nf_heatmap"
8103 #  output-file-type: ".html"
8104 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8105 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8106 #  filter: "'NIC_Intel-XXV710' and
8107 #           'NF_DENSITY' and
8108 #           'DOCKER' and
8109 #           'CHAIN' and
8110 #           'NF_VPPIP4' and
8111 #           'IMIX' and
8112 #           '2T1C' and
8113 #           'NDRPDR'"
8114 #  parameters:
8115 #  - "throughput"
8116 #  - "name"
8117 #  - "tags"
8118 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8119 #  x-axis: "X = CNFs per Service Chain"
8120 #  y-axis: "Y = Number of Service Chains"
8121 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8122 #  layout:
8123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8124 #    layout: "plot-service-density"
8125 #
8126 #- type: "plot"
8127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8128 #  algorithm: "plot_nf_heatmap"
8129 #  output-file-type: ".html"
8130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8131 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8132 #  filter: "'NIC_Intel-XXV710' and
8133 #           'NF_DENSITY' and
8134 #           'DOCKER' and
8135 #           'CHAIN' and
8136 #           'NF_VPPIP4' and
8137 #           'IMIX' and
8138 #           '4T2C' and
8139 #           'NDRPDR'"
8140 #  parameters:
8141 #  - "throughput"
8142 #  - "name"
8143 #  - "tags"
8144 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8145 #  x-axis: "X = CNFs per Service Chain"
8146 #  y-axis: "Y = Number of Service Chains"
8147 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8148 #  layout:
8149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8150 #    layout: "plot-service-density"
8151 #
8152 #- type: "plot"
8153 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8154 #  algorithm: "plot_nf_heatmap"
8155 #  output-file-type: ".html"
8156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8157 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8158 #  filter: "'NIC_Intel-XXV710' and
8159 #           'NF_DENSITY' and
8160 #           'DOCKER' and
8161 #           'CHAIN' and
8162 #           'NF_VPPIP4' and
8163 #           'IMIX' and
8164 #           '8T4C' and
8165 #           'NDRPDR'"
8166 #  parameters:
8167 #  - "throughput"
8168 #  - "name"
8169 #  - "tags"
8170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8171 #  x-axis: "X = CNFs per Service Chain"
8172 #  y-axis: "Y = Number of Service Chains"
8173 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8174 #  layout:
8175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8176 #    layout: "plot-service-density"
8177 #
8178 ## Plots - NF Density - CSC - PDR 64b
8179 #- type: "plot"
8180 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8181 #  algorithm: "plot_nf_heatmap"
8182 #  output-file-type: ".html"
8183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8184 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8185 #  filter: "'NIC_Intel-XXV710' and
8186 #           'NF_DENSITY' and
8187 #           'DOCKER' and
8188 #           'CHAIN' and
8189 #           'NF_VPPIP4' and
8190 #           '64B' and
8191 #           '2T1C' and
8192 #           'NDRPDR'"
8193 #  parameters:
8194 #  - "throughput"
8195 #  - "name"
8196 #  - "tags"
8197 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8198 #  x-axis: "X = CNFs per Service Chain"
8199 #  y-axis: "Y = Number of Service Chains"
8200 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8201 #  layout:
8202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8203 #    layout: "plot-service-density"
8204 #
8205 #- type: "plot"
8206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8207 #  algorithm: "plot_nf_heatmap"
8208 #  output-file-type: ".html"
8209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8210 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8211 #  filter: "'NIC_Intel-XXV710' and
8212 #           'NF_DENSITY' and
8213 #           'DOCKER' and
8214 #           'CHAIN' and
8215 #           'NF_VPPIP4' and
8216 #           '64B' and
8217 #           '4T2C' and
8218 #           'NDRPDR'"
8219 #  parameters:
8220 #  - "throughput"
8221 #  - "name"
8222 #  - "tags"
8223 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8224 #  x-axis: "X = CNFs per Service Chain"
8225 #  y-axis: "Y = Number of Service Chains"
8226 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8227 #  layout:
8228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8229 #    layout: "plot-service-density"
8230 #
8231 #- type: "plot"
8232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8233 #  algorithm: "plot_nf_heatmap"
8234 #  output-file-type: ".html"
8235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8236 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8237 #  filter: "'NIC_Intel-XXV710' and
8238 #           'NF_DENSITY' and
8239 #           'DOCKER' and
8240 #           'CHAIN' and
8241 #           'NF_VPPIP4' and
8242 #           '64B' and
8243 #           '8T4C' and
8244 #           'NDRPDR'"
8245 #  parameters:
8246 #  - "throughput"
8247 #  - "name"
8248 #  - "tags"
8249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8250 #  x-axis: "X = CNFs per Service Chain"
8251 #  y-axis: "Y = Number of Service Chains"
8252 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8253 #  layout:
8254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8255 #    layout: "plot-service-density"
8256 #
8257 ## Plots - NF Density - CSC - PDR IMIX
8258 #- type: "plot"
8259 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8260 #  algorithm: "plot_nf_heatmap"
8261 #  output-file-type: ".html"
8262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8263 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8264 #  filter: "'NIC_Intel-XXV710' and
8265 #           'NF_DENSITY' and
8266 #           'DOCKER' and
8267 #           'CHAIN' and
8268 #           'NF_VPPIP4' and
8269 #           'IMIX' and
8270 #           '2T1C' and
8271 #           'NDRPDR'"
8272 #  parameters:
8273 #  - "throughput"
8274 #  - "name"
8275 #  - "tags"
8276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8277 #  x-axis: "X = CNFs per Service Chain"
8278 #  y-axis: "Y = Number of Service Chains"
8279 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8280 #  layout:
8281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8282 #    layout: "plot-service-density"
8283 #
8284 #- type: "plot"
8285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8286 #  algorithm: "plot_nf_heatmap"
8287 #  output-file-type: ".html"
8288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8289 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8290 #  filter: "'NIC_Intel-XXV710' and
8291 #           'NF_DENSITY' and
8292 #           'DOCKER' and
8293 #           'CHAIN' and
8294 #           'NF_VPPIP4' and
8295 #           'IMIX' and
8296 #           '4T2C' and
8297 #           'NDRPDR'"
8298 #  parameters:
8299 #  - "throughput"
8300 #  - "name"
8301 #  - "tags"
8302 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8303 #  x-axis: "X = CNFs per Service Chain"
8304 #  y-axis: "Y = Number of Service Chains"
8305 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8306 #  layout:
8307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8308 #    layout: "plot-service-density"
8309 #
8310 #- type: "plot"
8311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8312 #  algorithm: "plot_nf_heatmap"
8313 #  output-file-type: ".html"
8314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8315 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8316 #  filter: "'NIC_Intel-XXV710' and
8317 #           'NF_DENSITY' and
8318 #           'DOCKER' and
8319 #           'CHAIN' and
8320 #           'NF_VPPIP4' and
8321 #           'IMIX' and
8322 #           '8T4C' and
8323 #           'NDRPDR'"
8324 #  parameters:
8325 #  - "throughput"
8326 #  - "name"
8327 #  - "tags"
8328 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8329 #  x-axis: "X = CNFs per Service Chain"
8330 #  y-axis: "Y = Number of Service Chains"
8331 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8332 #  layout:
8333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8334 #    layout: "plot-service-density"
8335 #
8336 ################################################################################
8337 #
8338 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8339 #- type: "plot"
8340 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8341 #  algorithm: "plot_nf_heatmap"
8342 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8343 #  data: "plot-vpp-nfv-3n-skx-mrr"
8344 #  filter: "'NIC_Intel-XXV710' and
8345 #           'NF_DENSITY' and
8346 #           'DOCKER' and
8347 #           'CHAIN' and
8348 #           'NF_VPPIP4' and
8349 #           'IPSEC' and
8350 #           'TNL_4' and
8351 #           'IMIX' and
8352 #           '2T1C' and
8353 #           'MRR'"
8354 #  parameters:
8355 #  - "result"
8356 #  - "name"
8357 #  - "tags"
8358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8359 #  x-axis: "X = CNFs per Service Chain"
8360 #  y-axis: "Y = Number of Service Chains"
8361 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8362 #  layout:
8363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8364 #    layout: "plot-service-density"
8365 #
8366 #- type: "plot"
8367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8368 #  algorithm: "plot_nf_heatmap"
8369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8370 #  data: "plot-vpp-nfv-3n-skx-mrr"
8371 #  filter: "'NIC_Intel-XXV710' and
8372 #           'NF_DENSITY' and
8373 #           'DOCKER' and
8374 #           'CHAIN' and
8375 #           'NF_VPPIP4' and
8376 #           'IPSEC' and
8377 #           'TNL_4' and
8378 #           'IMIX' and
8379 #           '4T2C' and
8380 #           'MRR'"
8381 #  parameters:
8382 #  - "result"
8383 #  - "name"
8384 #  - "tags"
8385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8386 #  x-axis: "X = CNFs per Service Chain"
8387 #  y-axis: "Y = Number of Service Chains"
8388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8389 #  layout:
8390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8391 #    layout: "plot-service-density"
8392 #
8393 #- type: "plot"
8394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8395 #  algorithm: "plot_nf_heatmap"
8396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8397 #  data: "plot-vpp-nfv-3n-skx-mrr"
8398 #  filter: "'NIC_Intel-XXV710' and
8399 #           'NF_DENSITY' and
8400 #           'DOCKER' and
8401 #           'CHAIN' and
8402 #           'NF_VPPIP4' and
8403 #           'IPSEC' and
8404 #           'TNL_4' and
8405 #           'IMIX' and
8406 #           '8T4C' and
8407 #           'MRR'"
8408 #  parameters:
8409 #  - "result"
8410 #  - "name"
8411 #  - "tags"
8412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8413 #  x-axis: "X = CNFs per Service Chain"
8414 #  y-axis: "Y = Number of Service Chains"
8415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8416 #  layout:
8417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8418 #    layout: "plot-service-density"
8419
8420 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8421 - type: "plot"
8422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8423   algorithm: "plot_nf_heatmap"
8424   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8425   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8426   filter: "'NIC_Intel-XXV710' and
8427            'NF_DENSITY' and
8428            'DOCKER' and
8429            'CHAIN' and
8430            'NF_VPPIP4' and
8431            'IPSEC' and
8432            'TNL_4' and
8433            'IMIX' and
8434            '2T1C' and
8435            'NDRPDR'"
8436   parameters:
8437   - "throughput"
8438   - "name"
8439   - "tags"
8440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8441   x-axis: "X = CNFs per Service Chain"
8442   y-axis: "Y = Number of Service Chains"
8443   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8444   layout:
8445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8446     layout: "plot-service-density"
8447
8448 - type: "plot"
8449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8450   algorithm: "plot_nf_heatmap"
8451   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8452   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8453   filter: "'NIC_Intel-XXV710' and
8454            'NF_DENSITY' and
8455            'DOCKER' and
8456            'CHAIN' and
8457            'NF_VPPIP4' and
8458            'IPSEC' and
8459            'TNL_4' and
8460            'IMIX' and
8461            '4T2C' and
8462            'NDRPDR'"
8463   parameters:
8464   - "throughput"
8465   - "name"
8466   - "tags"
8467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8468   x-axis: "X = CNFs per Service Chain"
8469   y-axis: "Y = Number of Service Chains"
8470   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8471   layout:
8472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8473     layout: "plot-service-density"
8474
8475 - type: "plot"
8476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8477   algorithm: "plot_nf_heatmap"
8478   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8479   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8480   filter: "'NIC_Intel-XXV710' and
8481            'NF_DENSITY' and
8482            'DOCKER' and
8483            'CHAIN' and
8484            'NF_VPPIP4' and
8485            'IPSEC' and
8486            'TNL_4' and
8487            'IMIX' and
8488            '8T4C' and
8489            'NDRPDR'"
8490   parameters:
8491   - "throughput"
8492   - "name"
8493   - "tags"
8494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8495   x-axis: "X = CNFs per Service Chain"
8496   y-axis: "Y = Number of Service Chains"
8497   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8498   layout:
8499     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8500     layout: "plot-service-density"
8501
8502 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8503 - type: "plot"
8504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8505   algorithm: "plot_nf_heatmap"
8506   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8507   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8508   filter: "'NIC_Intel-XXV710' and
8509            'NF_DENSITY' and
8510            'DOCKER' and
8511            'CHAIN' and
8512            'NF_VPPIP4' and
8513            'IPSEC' and
8514            'TNL_4' and
8515            'IMIX' and
8516            '2T1C' and
8517            'NDRPDR'"
8518   parameters:
8519   - "throughput"
8520   - "name"
8521   - "tags"
8522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8523   x-axis: "X = CNFs per Service Chain"
8524   y-axis: "Y = Number of Service Chains"
8525   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8526   layout:
8527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8528     layout: "plot-service-density"
8529
8530 - type: "plot"
8531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8532   algorithm: "plot_nf_heatmap"
8533   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8534   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8535   filter: "'NIC_Intel-XXV710' and
8536            'NF_DENSITY' and
8537            'DOCKER' and
8538            'CHAIN' and
8539            'NF_VPPIP4' and
8540            'IPSEC' and
8541            'TNL_4' and
8542            'IMIX' and
8543            '4T2C' and
8544            'NDRPDR'"
8545   parameters:
8546   - "throughput"
8547   - "name"
8548   - "tags"
8549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8550   x-axis: "X = CNFs per Service Chain"
8551   y-axis: "Y = Number of Service Chains"
8552   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8553   layout:
8554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8555     layout: "plot-service-density"
8556
8557 - type: "plot"
8558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8559   algorithm: "plot_nf_heatmap"
8560   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8561   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8562   filter: "'NIC_Intel-XXV710' and
8563            'NF_DENSITY' and
8564            'DOCKER' and
8565            'CHAIN' and
8566            'NF_VPPIP4' and
8567            'IPSEC' and
8568            'TNL_4' and
8569            'IMIX' and
8570            '8T4C' and
8571            'NDRPDR'"
8572   parameters:
8573   - "throughput"
8574   - "name"
8575   - "tags"
8576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8577   x-axis: "X = CNFs per Service Chain"
8578   y-axis: "Y = Number of Service Chains"
8579   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8580   layout:
8581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8582     layout: "plot-service-density"
8583
8584 ###############################################################################
8585
8586 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8587 - type: "plot"
8588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8589   algorithm: "plot_nf_heatmap"
8590   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8591   data: "plot-vpp-nfv-3n-hsw-mrr"
8592   filter: "'NIC_Intel-XL710' and
8593            'NF_DENSITY' and
8594            'DOCKER' and
8595            'CHAIN' and
8596            'NF_VPPIP4' and
8597            'IMIX' and
8598            'TNL_4' and
8599            '1T1C' and
8600            'MRR'"
8601   parameters:
8602   - "result"
8603   - "name"
8604   - "tags"
8605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8606   x-axis: "X = CNFs per Service Chain"
8607   y-axis: "Y = Number of Service Chains"
8608   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8609   layout:
8610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8611     layout: "plot-service-density"
8612
8613 - type: "plot"
8614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8615   algorithm: "plot_nf_heatmap"
8616   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8617   data: "plot-vpp-nfv-3n-hsw-mrr"
8618   filter: "'NIC_Intel-XL710' and
8619            'NF_DENSITY' and
8620            'DOCKER' and
8621            'CHAIN' and
8622            'NF_VPPIP4' and
8623            'IPSEC' and
8624            'TNL_4' and
8625            'IMIX' and
8626            '2T2C' and
8627            'MRR'"
8628   parameters:
8629   - "result"
8630   - "name"
8631   - "tags"
8632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8633   x-axis: "X = CNFs per Service Chain"
8634   y-axis: "Y = Number of Service Chains"
8635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8636   layout:
8637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8638     layout: "plot-service-density"
8639
8640 - type: "plot"
8641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8642   algorithm: "plot_nf_heatmap"
8643   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8644   data: "plot-vpp-nfv-3n-hsw-mrr"
8645   filter: "'NIC_Intel-XL710' and
8646            'NF_DENSITY' and
8647            'DOCKER' and
8648            'CHAIN' and
8649            'NF_VPPIP4' and
8650            'IPSEC' and
8651            'TNL_4' and
8652            'IMIX' and
8653            '4T4C' and
8654            'MRR'"
8655   parameters:
8656   - "result"
8657   - "name"
8658   - "tags"
8659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8660   x-axis: "X = CNFs per Service Chain"
8661   y-axis: "Y = Number of Service Chains"
8662   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8663   layout:
8664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8665     layout: "plot-service-density"
8666
8667 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8668 - type: "plot"
8669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8670   algorithm: "plot_nf_heatmap"
8671   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8672   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8673   filter: "'NIC_Intel-XL710' and
8674            'NF_DENSITY' and
8675            'DOCKER' and
8676            'CHAIN' and
8677            'NF_VPPIP4' and
8678            'IPSEC' and
8679            'TNL_4' and
8680            'IMIX' and
8681            '1T1C' and
8682            'NDRPDR'"
8683   parameters:
8684   - "throughput"
8685   - "name"
8686   - "tags"
8687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8688   x-axis: "X = CNFs per Service Chain"
8689   y-axis: "Y = Number of Service Chains"
8690   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8691   layout:
8692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8693     layout: "plot-service-density"
8694
8695 - type: "plot"
8696   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8697   algorithm: "plot_nf_heatmap"
8698   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8699   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8700   filter: "'NIC_Intel-XL710' and
8701            'NF_DENSITY' and
8702            'DOCKER' and
8703            'CHAIN' and
8704            'NF_VPPIP4' and
8705            'IPSEC' and
8706            'TNL_4' and
8707            'IMIX' and
8708            '2T2C' and
8709            'NDRPDR'"
8710   parameters:
8711   - "throughput"
8712   - "name"
8713   - "tags"
8714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8715   x-axis: "X = CNFs per Service Chain"
8716   y-axis: "Y = Number of Service Chains"
8717   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8718   layout:
8719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8720     layout: "plot-service-density"
8721
8722 - type: "plot"
8723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8724   algorithm: "plot_nf_heatmap"
8725   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8726   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8727   filter: "'NIC_Intel-XL710' and
8728            'NF_DENSITY' and
8729            'DOCKER' and
8730            'CHAIN' and
8731            'NF_VPPIP4' and
8732            'IPSEC' and
8733            'TNL_4' and
8734            'IMIX' and
8735            '4T4C' and
8736            'NDRPDR'"
8737   parameters:
8738   - "throughput"
8739   - "name"
8740   - "tags"
8741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8742   x-axis: "X = CNFs per Service Chain"
8743   y-axis: "Y = Number of Service Chains"
8744   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8745   layout:
8746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8747     layout: "plot-service-density"
8748
8749 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8750 - type: "plot"
8751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8752   algorithm: "plot_nf_heatmap"
8753   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8754   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8755   filter: "'NIC_Intel-XL710' and
8756            'NF_DENSITY' and
8757            'DOCKER' and
8758            'CHAIN' and
8759            'NF_VPPIP4' and
8760            'IPSEC' and
8761            'TNL_4' and
8762            'IMIX' and
8763            '1T1C' and
8764            'NDRPDR'"
8765   parameters:
8766   - "throughput"
8767   - "name"
8768   - "tags"
8769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8770   x-axis: "X = CNFs per Service Chain"
8771   y-axis: "Y = Number of Service Chains"
8772   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8773   layout:
8774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8775     layout: "plot-service-density"
8776
8777 - type: "plot"
8778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8779   algorithm: "plot_nf_heatmap"
8780   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8781   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8782   filter: "'NIC_Intel-XL710' and
8783            'NF_DENSITY' and
8784            'DOCKER' and
8785            'CHAIN' and
8786            'NF_VPPIP4' and
8787            'IPSEC' and
8788            'TNL_4' and
8789            'IMIX' and
8790            '2T2C' and
8791            'NDRPDR'"
8792   parameters:
8793   - "throughput"
8794   - "name"
8795   - "tags"
8796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8797   x-axis: "X = CNFs per Service Chain"
8798   y-axis: "Y = Number of Service Chains"
8799   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8800   layout:
8801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8802     layout: "plot-service-density"
8803
8804 - type: "plot"
8805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8806   algorithm: "plot_nf_heatmap"
8807   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8808   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8809   filter: "'NIC_Intel-XL710' and
8810            'NF_DENSITY' and
8811            'DOCKER' and
8812            'CHAIN' and
8813            'NF_VPPIP4' and
8814            'IPSEC' and
8815            'TNL_4' and
8816            'IMIX' and
8817            '4T4C' and
8818            'NDRPDR'"
8819   parameters:
8820   - "throughput"
8821   - "name"
8822   - "tags"
8823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8824   x-axis: "X = CNFs per Service Chain"
8825   y-axis: "Y = Number of Service Chains"
8826   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8827   layout:
8828     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8829     layout: "plot-service-density"
8830
8831 ###############################################################################
8832
8833 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8834 #- type: "plot"
8835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8836 #  algorithm: "plot_nf_heatmap"
8837 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8838 #  data: "plot-vpp-nfv-3n-skx-mrr"
8839 #  filter: "'NIC_Intel-XXV710' and
8840 #           'NF_DENSITY' and
8841 #           'DOCKER' and
8842 #           'CHAIN' and
8843 #           'NF_VPPIP4' and
8844 #           'IPSEC' and
8845 #           'TNL_1000' and
8846 #           'IMIX' and
8847 #           '2T1C' and
8848 #           'MRR'"
8849 #  parameters:
8850 #  - "result"
8851 #  - "name"
8852 #  - "tags"
8853 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8854 #  x-axis: "X = CNFs per Service Chain"
8855 #  y-axis: "Y = Number of Service Chains"
8856 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8857 #  layout:
8858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8859 #    layout: "plot-service-density"
8860 #
8861 #- type: "plot"
8862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8863 #  algorithm: "plot_nf_heatmap"
8864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8865 #  data: "plot-vpp-nfv-3n-skx-mrr"
8866 #  filter: "'NIC_Intel-XXV710' and
8867 #           'NF_DENSITY' and
8868 #           'DOCKER' and
8869 #           'CHAIN' and
8870 #           'NF_VPPIP4' and
8871 #           'IPSEC' and
8872 #           'TNL_1000' and
8873 #           'IMIX' and
8874 #           '4T2C' and
8875 #           'MRR'"
8876 #  parameters:
8877 #  - "result"
8878 #  - "name"
8879 #  - "tags"
8880 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8881 #  x-axis: "X = CNFs per Service Chain"
8882 #  y-axis: "Y = Number of Service Chains"
8883 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8884 #  layout:
8885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8886 #    layout: "plot-service-density"
8887 #
8888 #- type: "plot"
8889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8890 #  algorithm: "plot_nf_heatmap"
8891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8892 #  data: "plot-vpp-nfv-3n-skx-mrr"
8893 #  filter: "'NIC_Intel-XXV710' and
8894 #           'NF_DENSITY' and
8895 #           'DOCKER' and
8896 #           'CHAIN' and
8897 #           'NF_VPPIP4' and
8898 #           'IPSEC' and
8899 #           'TNL_1000' and
8900 #           'IMIX' and
8901 #           '8T4C' and
8902 #           'MRR'"
8903 #  parameters:
8904 #  - "result"
8905 #  - "name"
8906 #  - "tags"
8907 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8908 #  x-axis: "X = CNFs per Service Chain"
8909 #  y-axis: "Y = Number of Service Chains"
8910 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8911 #  layout:
8912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8913 #    layout: "plot-service-density"
8914
8915 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8916 - type: "plot"
8917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8918   algorithm: "plot_nf_heatmap"
8919   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8920   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8921   filter: "'NIC_Intel-XXV710' and
8922            'NF_DENSITY' and
8923            'DOCKER' and
8924            'CHAIN' and
8925            'NF_VPPIP4' and
8926            'IPSEC' and
8927            'TNL_1000' and
8928            'IMIX' and
8929            '2T1C' and
8930            'NDRPDR'"
8931   parameters:
8932   - "throughput"
8933   - "name"
8934   - "tags"
8935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8936   x-axis: "X = CNFs per Service Chain"
8937   y-axis: "Y = Number of Service Chains"
8938   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8939   layout:
8940     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8941     layout: "plot-service-density"
8942
8943 - type: "plot"
8944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8945   algorithm: "plot_nf_heatmap"
8946   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8947   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8948   filter: "'NIC_Intel-XXV710' and
8949            'NF_DENSITY' and
8950            'DOCKER' and
8951            'CHAIN' and
8952            'NF_VPPIP4' and
8953            'IPSEC' and
8954            'TNL_1000' and
8955            'IMIX' and
8956            '4T2C' and
8957            'NDRPDR'"
8958   parameters:
8959   - "throughput"
8960   - "name"
8961   - "tags"
8962   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8963   x-axis: "X = CNFs per Service Chain"
8964   y-axis: "Y = Number of Service Chains"
8965   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8966   layout:
8967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8968     layout: "plot-service-density"
8969
8970 - type: "plot"
8971   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8972   algorithm: "plot_nf_heatmap"
8973   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8974   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8975   filter: "'NIC_Intel-XXV710' and
8976            'NF_DENSITY' and
8977            'DOCKER' and
8978            'CHAIN' and
8979            'NF_VPPIP4' and
8980            'IPSEC' and
8981            'TNL_1000' and
8982            'IMIX' and
8983            '8T4C' and
8984            'NDRPDR'"
8985   parameters:
8986   - "throughput"
8987   - "name"
8988   - "tags"
8989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8990   x-axis: "X = CNFs per Service Chain"
8991   y-axis: "Y = Number of Service Chains"
8992   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8993   layout:
8994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8995     layout: "plot-service-density"
8996
8997 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8998 - type: "plot"
8999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9000   algorithm: "plot_nf_heatmap"
9001   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9002   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9003   filter: "'NIC_Intel-XXV710' and
9004            'NF_DENSITY' and
9005            'DOCKER' and
9006            'CHAIN' and
9007            'NF_VPPIP4' and
9008            'IPSEC' and
9009            'TNL_1000' and
9010            'IMIX' and
9011            '2T1C' and
9012            'NDRPDR'"
9013   parameters:
9014   - "throughput"
9015   - "name"
9016   - "tags"
9017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9018   x-axis: "X = CNFs per Service Chain"
9019   y-axis: "Y = Number of Service Chains"
9020   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9021   layout:
9022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9023     layout: "plot-service-density"
9024
9025 - type: "plot"
9026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9027   algorithm: "plot_nf_heatmap"
9028   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9029   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9030   filter: "'NIC_Intel-XXV710' and
9031            'NF_DENSITY' and
9032            'DOCKER' and
9033            'CHAIN' and
9034            'NF_VPPIP4' and
9035            'IPSEC' and
9036            'TNL_1000' and
9037            'IMIX' and
9038            '4T2C' and
9039            'NDRPDR'"
9040   parameters:
9041   - "throughput"
9042   - "name"
9043   - "tags"
9044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9045   x-axis: "X = CNFs per Service Chain"
9046   y-axis: "Y = Number of Service Chains"
9047   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9048   layout:
9049     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9050     layout: "plot-service-density"
9051
9052 - type: "plot"
9053   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9054   algorithm: "plot_nf_heatmap"
9055   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9056   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9057   filter: "'NIC_Intel-XXV710' and
9058            'NF_DENSITY' and
9059            'DOCKER' and
9060            'CHAIN' and
9061            'NF_VPPIP4' and
9062            'IPSEC' and
9063            'TNL_1000' and
9064            'IMIX' and
9065            '8T4C' and
9066            'NDRPDR'"
9067   parameters:
9068   - "throughput"
9069   - "name"
9070   - "tags"
9071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9072   x-axis: "X = CNFs per Service Chain"
9073   y-axis: "Y = Number of Service Chains"
9074   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9075   layout:
9076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9077     layout: "plot-service-density"
9078
9079 ###############################################################################
9080
9081 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9082 - type: "plot"
9083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9084   algorithm: "plot_nf_heatmap"
9085   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9086   data: "plot-vpp-nfv-3n-hsw-mrr"
9087   filter: "'NIC_Intel-XL710' and
9088            'NF_DENSITY' and
9089            'DOCKER' and
9090            'CHAIN' and
9091            'NF_VPPIP4' and
9092            'IMIX' and
9093            'TNL_1000' and
9094            '1T1C' and
9095            'MRR'"
9096   parameters:
9097   - "result"
9098   - "name"
9099   - "tags"
9100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9101   x-axis: "X = CNFs per Service Chain"
9102   y-axis: "Y = Number of Service Chains"
9103   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9104   layout:
9105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9106     layout: "plot-service-density"
9107
9108 - type: "plot"
9109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9110   algorithm: "plot_nf_heatmap"
9111   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9112   data: "plot-vpp-nfv-3n-hsw-mrr"
9113   filter: "'NIC_Intel-XL710' and
9114            'NF_DENSITY' and
9115            'DOCKER' and
9116            'CHAIN' and
9117            'NF_VPPIP4' and
9118            'IPSEC' and
9119            'TNL_1000' and
9120            'IMIX' and
9121            '2T2C' and
9122            'MRR'"
9123   parameters:
9124   - "result"
9125   - "name"
9126   - "tags"
9127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9128   x-axis: "X = CNFs per Service Chain"
9129   y-axis: "Y = Number of Service Chains"
9130   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9131   layout:
9132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9133     layout: "plot-service-density"
9134
9135 - type: "plot"
9136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9137   algorithm: "plot_nf_heatmap"
9138   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9139   data: "plot-vpp-nfv-3n-hsw-mrr"
9140   filter: "'NIC_Intel-XL710' and
9141            'NF_DENSITY' and
9142            'DOCKER' and
9143            'CHAIN' and
9144            'NF_VPPIP4' and
9145            'IPSEC' and
9146            'TNL_1000' and
9147            'IMIX' and
9148            '4T4C' and
9149            'MRR'"
9150   parameters:
9151   - "result"
9152   - "name"
9153   - "tags"
9154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9155   x-axis: "X = CNFs per Service Chain"
9156   y-axis: "Y = Number of Service Chains"
9157   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9158   layout:
9159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9160     layout: "plot-service-density"
9161
9162 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9163 - type: "plot"
9164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9165   algorithm: "plot_nf_heatmap"
9166   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9167   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9168   filter: "'NIC_Intel-XL710' and
9169            'NF_DENSITY' and
9170            'DOCKER' and
9171            'CHAIN' and
9172            'NF_VPPIP4' and
9173            'IPSEC' and
9174            'TNL_1000' and
9175            'IMIX' and
9176            '1T1C' and
9177            'NDRPDR'"
9178   parameters:
9179   - "throughput"
9180   - "name"
9181   - "tags"
9182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9183   x-axis: "X = CNFs per Service Chain"
9184   y-axis: "Y = Number of Service Chains"
9185   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9186   layout:
9187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9188     layout: "plot-service-density"
9189
9190 - type: "plot"
9191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9192   algorithm: "plot_nf_heatmap"
9193   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9194   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9195   filter: "'NIC_Intel-XL710' and
9196            'NF_DENSITY' and
9197            'DOCKER' and
9198            'CHAIN' and
9199            'NF_VPPIP4' and
9200            'IPSEC' and
9201            'TNL_1000' and
9202            'IMIX' and
9203            '2T2C' and
9204            'NDRPDR'"
9205   parameters:
9206   - "throughput"
9207   - "name"
9208   - "tags"
9209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9210   x-axis: "X = CNFs per Service Chain"
9211   y-axis: "Y = Number of Service Chains"
9212   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9213   layout:
9214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9215     layout: "plot-service-density"
9216
9217 - type: "plot"
9218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9219   algorithm: "plot_nf_heatmap"
9220   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9221   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9222   filter: "'NIC_Intel-XL710' and
9223            'NF_DENSITY' and
9224            'DOCKER' and
9225            'CHAIN' and
9226            'NF_VPPIP4' and
9227            'IPSEC' and
9228            'TNL_1000' and
9229            'IMIX' and
9230            '4T4C' and
9231            'NDRPDR'"
9232   parameters:
9233   - "throughput"
9234   - "name"
9235   - "tags"
9236   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9237   x-axis: "X = CNFs per Service Chain"
9238   y-axis: "Y = Number of Service Chains"
9239   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9240   layout:
9241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9242     layout: "plot-service-density"
9243
9244 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9245 - type: "plot"
9246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9247   algorithm: "plot_nf_heatmap"
9248   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9249   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9250   filter: "'NIC_Intel-XL710' and
9251            'NF_DENSITY' and
9252            'DOCKER' and
9253            'CHAIN' and
9254            'NF_VPPIP4' and
9255            'IPSEC' and
9256            'TNL_1000' and
9257            'IMIX' and
9258            '1T1C' and
9259            'NDRPDR'"
9260   parameters:
9261   - "throughput"
9262   - "name"
9263   - "tags"
9264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9265   x-axis: "X = CNFs per Service Chain"
9266   y-axis: "Y = Number of Service Chains"
9267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9268   layout:
9269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9270     layout: "plot-service-density"
9271
9272 - type: "plot"
9273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9274   algorithm: "plot_nf_heatmap"
9275   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9276   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9277   filter: "'NIC_Intel-XL710' and
9278            'NF_DENSITY' and
9279            'DOCKER' and
9280            'CHAIN' and
9281            'NF_VPPIP4' and
9282            'IPSEC' and
9283            'TNL_1000' and
9284            'IMIX' and
9285            '2T2C' and
9286            'NDRPDR'"
9287   parameters:
9288   - "throughput"
9289   - "name"
9290   - "tags"
9291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9292   x-axis: "X = CNFs per Service Chain"
9293   y-axis: "Y = Number of Service Chains"
9294   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9295   layout:
9296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9297     layout: "plot-service-density"
9298
9299 - type: "plot"
9300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9301   algorithm: "plot_nf_heatmap"
9302   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9303   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9304   filter: "'NIC_Intel-XL710' and
9305            'NF_DENSITY' and
9306            'DOCKER' and
9307            'CHAIN' and
9308            'NF_VPPIP4' and
9309            'IPSEC' and
9310            'TNL_1000' and
9311            'IMIX' and
9312            '4T4C' and
9313            'NDRPDR'"
9314   parameters:
9315   - "throughput"
9316   - "name"
9317   - "tags"
9318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9319   x-axis: "X = CNFs per Service Chain"
9320   y-axis: "Y = Number of Service Chains"
9321   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9322   layout:
9323     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9324     layout: "plot-service-density"
9325
9326 ###############################################################################
9327
9328 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9329 #- type: "plot"
9330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9331 #  algorithm: "plot_nf_heatmap"
9332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9333 #  data: "plot-vpp-nfv-3n-skx-mrr"
9334 #  filter: "'NIC_Intel-XXV710' and
9335 #           'NF_DENSITY' and
9336 #           'DOCKER' and
9337 #           'CHAIN' and
9338 #           'NF_VPPIP4' and
9339 #           'IPSEC' and
9340 #           'TNL_10000' and
9341 #           'IMIX' and
9342 #           '2T1C' and
9343 #           'MRR'"
9344 #  parameters:
9345 #  - "result"
9346 #  - "name"
9347 #  - "tags"
9348 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9349 #  x-axis: "X = CNFs per Service Chain"
9350 #  y-axis: "Y = Number of Service Chains"
9351 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9352 #  layout:
9353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9354 #    layout: "plot-service-density"
9355 #
9356 #- type: "plot"
9357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9358 #  algorithm: "plot_nf_heatmap"
9359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9360 #  data: "plot-vpp-nfv-3n-skx-mrr"
9361 #  filter: "'NIC_Intel-XXV710' and
9362 #           'NF_DENSITY' and
9363 #           'DOCKER' and
9364 #           'CHAIN' and
9365 #           'NF_VPPIP4' and
9366 #           'IPSEC' and
9367 #           'TNL_10000' and
9368 #           'IMIX' and
9369 #           '4T2C' and
9370 #           'MRR'"
9371 #  parameters:
9372 #  - "result"
9373 #  - "name"
9374 #  - "tags"
9375 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9376 #  x-axis: "X = CNFs per Service Chain"
9377 #  y-axis: "Y = Number of Service Chains"
9378 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9379 #  layout:
9380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9381 #    layout: "plot-service-density"
9382 #
9383 #- type: "plot"
9384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9385 #  algorithm: "plot_nf_heatmap"
9386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9387 #  data: "plot-vpp-nfv-3n-skx-mrr"
9388 #  filter: "'NIC_Intel-XXV710' and
9389 #           'NF_DENSITY' and
9390 #           'DOCKER' and
9391 #           'CHAIN' and
9392 #           'NF_VPPIP4' and
9393 #           'IPSEC' and
9394 #           'TNL_10000' and
9395 #           'IMIX' and
9396 #           '8T4C' and
9397 #           'MRR'"
9398 #  parameters:
9399 #  - "result"
9400 #  - "name"
9401 #  - "tags"
9402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9403 #  x-axis: "X = CNFs per Service Chain"
9404 #  y-axis: "Y = Number of Service Chains"
9405 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9406 #  layout:
9407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9408 #    layout: "plot-service-density"
9409
9410 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9411 - type: "plot"
9412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9413   algorithm: "plot_nf_heatmap"
9414   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9415   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9416   filter: "'NIC_Intel-XXV710' and
9417            'NF_DENSITY' and
9418            'DOCKER' and
9419            'CHAIN' and
9420            'NF_VPPIP4' and
9421            'IPSEC' and
9422            'TNL_10000' and
9423            'IMIX' and
9424            '2T1C' and
9425            'NDRPDR'"
9426   parameters:
9427   - "throughput"
9428   - "name"
9429   - "tags"
9430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9431   x-axis: "X = CNFs per Service Chain"
9432   y-axis: "Y = Number of Service Chains"
9433   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9434   layout:
9435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9436     layout: "plot-service-density"
9437
9438 - type: "plot"
9439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9440   algorithm: "plot_nf_heatmap"
9441   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9442   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9443   filter: "'NIC_Intel-XXV710' and
9444            'NF_DENSITY' and
9445            'DOCKER' and
9446            'CHAIN' and
9447            'NF_VPPIP4' and
9448            'IPSEC' and
9449            'TNL_10000' and
9450            'IMIX' and
9451            '4T2C' and
9452            'NDRPDR'"
9453   parameters:
9454   - "throughput"
9455   - "name"
9456   - "tags"
9457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9458   x-axis: "X = CNFs per Service Chain"
9459   y-axis: "Y = Number of Service Chains"
9460   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9461   layout:
9462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9463     layout: "plot-service-density"
9464
9465 - type: "plot"
9466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9467   algorithm: "plot_nf_heatmap"
9468   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9469   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9470   filter: "'NIC_Intel-XXV710' and
9471            'NF_DENSITY' and
9472            'DOCKER' and
9473            'CHAIN' and
9474            'NF_VPPIP4' and
9475            'IPSEC' and
9476            'TNL_10000' and
9477            'IMIX' and
9478            '8T4C' and
9479            'NDRPDR'"
9480   parameters:
9481   - "throughput"
9482   - "name"
9483   - "tags"
9484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9485   x-axis: "X = CNFs per Service Chain"
9486   y-axis: "Y = Number of Service Chains"
9487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9488   layout:
9489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9490     layout: "plot-service-density"
9491
9492 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9493 - type: "plot"
9494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9495   algorithm: "plot_nf_heatmap"
9496   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9497   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9498   filter: "'NIC_Intel-XXV710' and
9499            'NF_DENSITY' and
9500            'DOCKER' and
9501            'CHAIN' and
9502            'NF_VPPIP4' and
9503            'IPSEC' and
9504            'TNL_10000' and
9505            'IMIX' and
9506            '2T1C' and
9507            'NDRPDR'"
9508   parameters:
9509   - "throughput"
9510   - "name"
9511   - "tags"
9512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9513   x-axis: "X = CNFs per Service Chain"
9514   y-axis: "Y = Number of Service Chains"
9515   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9516   layout:
9517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9518     layout: "plot-service-density"
9519
9520 - type: "plot"
9521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9522   algorithm: "plot_nf_heatmap"
9523   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9524   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9525   filter: "'NIC_Intel-XXV710' and
9526            'NF_DENSITY' and
9527            'DOCKER' and
9528            'CHAIN' and
9529            'NF_VPPIP4' and
9530            'IPSEC' and
9531            'TNL_10000' and
9532            'IMIX' and
9533            '4T2C' and
9534            'NDRPDR'"
9535   parameters:
9536   - "throughput"
9537   - "name"
9538   - "tags"
9539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9540   x-axis: "X = CNFs per Service Chain"
9541   y-axis: "Y = Number of Service Chains"
9542   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9543   layout:
9544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9545     layout: "plot-service-density"
9546
9547 - type: "plot"
9548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9549   algorithm: "plot_nf_heatmap"
9550   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9551   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9552   filter: "'NIC_Intel-XXV710' and
9553            'NF_DENSITY' and
9554            'DOCKER' and
9555            'CHAIN' and
9556            'NF_VPPIP4' and
9557            'IPSEC' and
9558            'TNL_10000' and
9559            'IMIX' and
9560            '8T4C' and
9561            'NDRPDR'"
9562   parameters:
9563   - "throughput"
9564   - "name"
9565   - "tags"
9566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9567   x-axis: "X = CNFs per Service Chain"
9568   y-axis: "Y = Number of Service Chains"
9569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9570   layout:
9571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9572     layout: "plot-service-density"
9573
9574 ###############################################################################
9575
9576 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9577 - type: "plot"
9578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9579   algorithm: "plot_nf_heatmap"
9580   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9581   data: "plot-vpp-nfv-3n-hsw-mrr"
9582   filter: "'NIC_Intel-XL710' and
9583            'NF_DENSITY' and
9584            'DOCKER' and
9585            'CHAIN' and
9586            'NF_VPPIP4' and
9587            'IMIX' and
9588            'TNL_10000' and
9589            '1T1C' and
9590            'MRR'"
9591   parameters:
9592   - "result"
9593   - "name"
9594   - "tags"
9595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9596   x-axis: "X = CNFs per Service Chain"
9597   y-axis: "Y = Number of Service Chains"
9598   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9599   layout:
9600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9601     layout: "plot-service-density"
9602
9603 - type: "plot"
9604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9605   algorithm: "plot_nf_heatmap"
9606   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9607   data: "plot-vpp-nfv-3n-hsw-mrr"
9608   filter: "'NIC_Intel-XL710' and
9609            'NF_DENSITY' and
9610            'DOCKER' and
9611            'CHAIN' and
9612            'NF_VPPIP4' and
9613            'IPSEC' and
9614            'TNL_10000' and
9615            'IMIX' and
9616            '2T2C' and
9617            'MRR'"
9618   parameters:
9619   - "result"
9620   - "name"
9621   - "tags"
9622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9623   x-axis: "X = CNFs per Service Chain"
9624   y-axis: "Y = Number of Service Chains"
9625   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9626   layout:
9627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9628     layout: "plot-service-density"
9629
9630 - type: "plot"
9631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9632   algorithm: "plot_nf_heatmap"
9633   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9634   data: "plot-vpp-nfv-3n-hsw-mrr"
9635   filter: "'NIC_Intel-XL710' and
9636            'NF_DENSITY' and
9637            'DOCKER' and
9638            'CHAIN' and
9639            'NF_VPPIP4' and
9640            'IPSEC' and
9641            'TNL_10000' and
9642            'IMIX' and
9643            '4T4C' and
9644            'MRR'"
9645   parameters:
9646   - "result"
9647   - "name"
9648   - "tags"
9649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9650   x-axis: "X = CNFs per Service Chain"
9651   y-axis: "Y = Number of Service Chains"
9652   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9653   layout:
9654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9655     layout: "plot-service-density"
9656
9657 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9658 - type: "plot"
9659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9660   algorithm: "plot_nf_heatmap"
9661   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9662   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9663   filter: "'NIC_Intel-XL710' and
9664            'NF_DENSITY' and
9665            'DOCKER' and
9666            'CHAIN' and
9667            'NF_VPPIP4' and
9668            'IPSEC' and
9669            'TNL_10000' and
9670            'IMIX' and
9671            '1T1C' and
9672            'NDRPDR'"
9673   parameters:
9674   - "throughput"
9675   - "name"
9676   - "tags"
9677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9678   x-axis: "X = CNFs per Service Chain"
9679   y-axis: "Y = Number of Service Chains"
9680   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9681   layout:
9682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9683     layout: "plot-service-density"
9684
9685 - type: "plot"
9686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9687   algorithm: "plot_nf_heatmap"
9688   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9689   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9690   filter: "'NIC_Intel-XL710' and
9691            'NF_DENSITY' and
9692            'DOCKER' and
9693            'CHAIN' and
9694            'NF_VPPIP4' and
9695            'IPSEC' and
9696            'TNL_10000' and
9697            'IMIX' and
9698            '2T2C' and
9699            'NDRPDR'"
9700   parameters:
9701   - "throughput"
9702   - "name"
9703   - "tags"
9704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9705   x-axis: "X = CNFs per Service Chain"
9706   y-axis: "Y = Number of Service Chains"
9707   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9708   layout:
9709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9710     layout: "plot-service-density"
9711
9712 - type: "plot"
9713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9714   algorithm: "plot_nf_heatmap"
9715   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9716   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9717   filter: "'NIC_Intel-XL710' and
9718            'NF_DENSITY' and
9719            'DOCKER' and
9720            'CHAIN' and
9721            'NF_VPPIP4' and
9722            'IPSEC' and
9723            'TNL_10000' and
9724            'IMIX' and
9725            '4T4C' and
9726            'NDRPDR'"
9727   parameters:
9728   - "throughput"
9729   - "name"
9730   - "tags"
9731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9732   x-axis: "X = CNFs per Service Chain"
9733   y-axis: "Y = Number of Service Chains"
9734   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9735   layout:
9736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9737     layout: "plot-service-density"
9738
9739 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9740 - type: "plot"
9741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9742   algorithm: "plot_nf_heatmap"
9743   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9744   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9745   filter: "'NIC_Intel-XL710' and
9746            'NF_DENSITY' and
9747            'DOCKER' and
9748            'CHAIN' and
9749            'NF_VPPIP4' and
9750            'IPSEC' and
9751            'TNL_10000' and
9752            'IMIX' and
9753            '1T1C' and
9754            'NDRPDR'"
9755   parameters:
9756   - "throughput"
9757   - "name"
9758   - "tags"
9759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9760   x-axis: "X = CNFs per Service Chain"
9761   y-axis: "Y = Number of Service Chains"
9762   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9763   layout:
9764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9765     layout: "plot-service-density"
9766
9767 - type: "plot"
9768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9769   algorithm: "plot_nf_heatmap"
9770   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9771   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9772   filter: "'NIC_Intel-XL710' and
9773            'NF_DENSITY' and
9774            'DOCKER' and
9775            'CHAIN' and
9776            'NF_VPPIP4' and
9777            'IPSEC' and
9778            'TNL_10000' and
9779            'IMIX' and
9780            '2T2C' and
9781            'NDRPDR'"
9782   parameters:
9783   - "throughput"
9784   - "name"
9785   - "tags"
9786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9787   x-axis: "X = CNFs per Service Chain"
9788   y-axis: "Y = Number of Service Chains"
9789   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9790   layout:
9791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9792     layout: "plot-service-density"
9793
9794 - type: "plot"
9795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9796   algorithm: "plot_nf_heatmap"
9797   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9798   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9799   filter: "'NIC_Intel-XL710' and
9800            'NF_DENSITY' and
9801            'DOCKER' and
9802            'CHAIN' and
9803            'NF_VPPIP4' and
9804            'IPSEC' and
9805            'TNL_10000' and
9806            'IMIX' and
9807            '4T4C' and
9808            'NDRPDR'"
9809   parameters:
9810   - "throughput"
9811   - "name"
9812   - "tags"
9813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9814   x-axis: "X = CNFs per Service Chain"
9815   y-axis: "Y = Number of Service Chains"
9816   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9817   layout:
9818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9819     layout: "plot-service-density"
9820
9821 ###############################################################################
9822
9823 # Plots - NF Density - CSP - MRR 64b
9824
9825 #- type: "plot"
9826 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9827 #  algorithm: "plot_nf_heatmap"
9828 #  output-file-type: ".html"
9829 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9830 #  data: "plot-vpp-nfv-2n-skx-mrr"
9831 #  filter: "'NIC_Intel-XXV710' and
9832 #           'NF_DENSITY' and
9833 #           'DOCKER' and
9834 #           'PIPELINE' and
9835 #           'NF_VPPIP4' and
9836 #           '64B' and
9837 #           '2T1C' and
9838 #           'MRR'"
9839 #  parameters:
9840 #  - "result"
9841 #  - "name"
9842 #  - "tags"
9843 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9844 #  x-axis: "X = CNFs per Service Pipeline"
9845 #  y-axis: "Y = Number of Service Pipelines"
9846 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9847 #  layout:
9848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9849 #    layout: "plot-service-density"
9850 #
9851 #- type: "plot"
9852 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9853 #  algorithm: "plot_nf_heatmap"
9854 #  output-file-type: ".html"
9855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9856 #  data: "plot-vpp-nfv-2n-skx-mrr"
9857 #  filter: "'NIC_Intel-XXV710' and
9858 #           'NF_DENSITY' and
9859 #           'DOCKER' and
9860 #           'PIPELINE' and
9861 #           'NF_VPPIP4' and
9862 #           '64B' and
9863 #           '4T2C' and
9864 #           'MRR'"
9865 #  parameters:
9866 #  - "result"
9867 #  - "name"
9868 #  - "tags"
9869 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9870 #  x-axis: "X = CNFs per Service Pipeline"
9871 #  y-axis: "Y = Number of Service Pipelines"
9872 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9873 #  layout:
9874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9875 #    layout: "plot-service-density"
9876 #
9877 #- type: "plot"
9878 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9879 #  algorithm: "plot_nf_heatmap"
9880 #  output-file-type: ".html"
9881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9882 #  data: "plot-vpp-nfv-2n-skx-mrr"
9883 #  filter: "'NIC_Intel-XXV710' and
9884 #           'NF_DENSITY' and
9885 #           'DOCKER' and
9886 #           'PIPELINE' and
9887 #           'NF_VPPIP4' and
9888 #           '64B' and
9889 #           '8T4C' and
9890 #           'MRR'"
9891 #  parameters:
9892 #  - "result"
9893 #  - "name"
9894 #  - "tags"
9895 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9896 #  x-axis: "X = CNFs per Service Pipeline"
9897 #  y-axis: "Y = Number of Service Pipelines"
9898 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9899 #  layout:
9900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9901 #    layout: "plot-service-density"
9902 #
9903 ## Plots - NF Density - CSP - MRR IMIX
9904 #- type: "plot"
9905 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9906 #  algorithm: "plot_nf_heatmap"
9907 #  output-file-type: ".html"
9908 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9909 #  data: "plot-vpp-nfv-2n-skx-mrr"
9910 #  filter: "'NIC_Intel-XXV710' and
9911 #           'NF_DENSITY' and
9912 #           'DOCKER' and
9913 #           'PIPELINE' and
9914 #           'NF_VPPIP4' and
9915 #           'IMIX' and
9916 #           '2T1C' and
9917 #           'MRR'"
9918 #  parameters:
9919 #  - "result"
9920 #  - "name"
9921 #  - "tags"
9922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9923 #  x-axis: "X = CNFs per Service Pipeline"
9924 #  y-axis: "Y = Number of Service Pipelines"
9925 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9926 #  layout:
9927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9928 #    layout: "plot-service-density"
9929 #
9930 #- type: "plot"
9931 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9932 #  algorithm: "plot_nf_heatmap"
9933 #  output-file-type: ".html"
9934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9935 #  data: "plot-vpp-nfv-2n-skx-mrr"
9936 #  filter: "'NIC_Intel-XXV710' and
9937 #           'NF_DENSITY' and
9938 #           'DOCKER' and
9939 #           'PIPELINE' and
9940 #           'NF_VPPIP4' and
9941 #           'IMIX' and
9942 #           '4T2C' and
9943 #           'MRR'"
9944 #  parameters:
9945 #  - "result"
9946 #  - "name"
9947 #  - "tags"
9948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9949 #  x-axis: "X = CNFs per Service Pipeline"
9950 #  y-axis: "Y = Number of Service Pipelines"
9951 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9952 #  layout:
9953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9954 #    layout: "plot-service-density"
9955 #
9956 #- type: "plot"
9957 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9958 #  algorithm: "plot_nf_heatmap"
9959 #  output-file-type: ".html"
9960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9961 #  data: "plot-vpp-nfv-2n-skx-mrr"
9962 #  filter: "'NIC_Intel-XXV710' and
9963 #           'NF_DENSITY' and
9964 #           'DOCKER' and
9965 #           'PIPELINE' and
9966 #           'NF_VPPIP4' and
9967 #           'IMIX' and
9968 #           '8T4C' and
9969 #           'MRR'"
9970 #  parameters:
9971 #  - "result"
9972 #  - "name"
9973 #  - "tags"
9974 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9975 #  x-axis: "X = CNFs per Service Pipeline"
9976 #  y-axis: "Y = Number of Service Pipelines"
9977 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9978 #  layout:
9979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9980 #    layout: "plot-service-density"
9981 #
9982 ## Plots - NF Density - CSP - NDR 64b
9983 #- type: "plot"
9984 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9985 #  algorithm: "plot_nf_heatmap"
9986 #  output-file-type: ".html"
9987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9988 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9989 #  filter: "'NIC_Intel-XXV710' and
9990 #           'NF_DENSITY' and
9991 #           'DOCKER' and
9992 #           'PIPELINE' and
9993 #           'NF_VPPIP4' and
9994 #           '64B' and
9995 #           '2T1C' and
9996 #           'NDRPDR'"
9997 #  parameters:
9998 #  - "throughput"
9999 #  - "name"
10000 #  - "tags"
10001 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10002 #  x-axis: "X = CNFs per Service Pipeline"
10003 #  y-axis: "Y = Number of Service Pipelines"
10004 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10005 #  layout:
10006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10007 #    layout: "plot-service-density"
10008 #
10009 #- type: "plot"
10010 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10011 #  algorithm: "plot_nf_heatmap"
10012 #  output-file-type: ".html"
10013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10014 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10015 #  filter: "'NIC_Intel-XXV710' and
10016 #           'NF_DENSITY' and
10017 #           'DOCKER' and
10018 #           'PIPELINE' and
10019 #           'NF_VPPIP4' and
10020 #           '64B' and
10021 #           '4T2C' and
10022 #           'NDRPDR'"
10023 #  parameters:
10024 #  - "throughput"
10025 #  - "name"
10026 #  - "tags"
10027 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10028 #  x-axis: "X = CNFs per Service Pipeline"
10029 #  y-axis: "Y = Number of Service Pipelines"
10030 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10031 #  layout:
10032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10033 #    layout: "plot-service-density"
10034 #
10035 #- type: "plot"
10036 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10037 #  algorithm: "plot_nf_heatmap"
10038 #  output-file-type: ".html"
10039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10040 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10041 #  filter: "'NIC_Intel-XXV710' and
10042 #           'NF_DENSITY' and
10043 #           'DOCKER' and
10044 #           'PIPELINE' and
10045 #           'NF_VPPIP4' and
10046 #           '64B' and
10047 #           '8T4C' and
10048 #           'NDRPDR'"
10049 #  parameters:
10050 #  - "throughput"
10051 #  - "name"
10052 #  - "tags"
10053 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10054 #  x-axis: "X = CNFs per Service Pipeline"
10055 #  y-axis: "Y = Number of Service Pipelines"
10056 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10057 #  layout:
10058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10059 #    layout: "plot-service-density"
10060 #
10061 ## Plots - NF Density - CSP - NDR IMIX
10062 #- type: "plot"
10063 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10064 #  algorithm: "plot_nf_heatmap"
10065 #  output-file-type: ".html"
10066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10067 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10068 #  filter: "'NIC_Intel-XXV710' and
10069 #           'NF_DENSITY' and
10070 #           'DOCKER' and
10071 #           'PIPELINE' and
10072 #           'NF_VPPIP4' and
10073 #           'IMIX' and
10074 #           '2T1C' and
10075 #           'NDRPDR'"
10076 #  parameters:
10077 #  - "throughput"
10078 #  - "name"
10079 #  - "tags"
10080 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10081 #  x-axis: "X = CNFs per Service Pipeline"
10082 #  y-axis: "Y = Number of Service Pipelines"
10083 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10084 #  layout:
10085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10086 #    layout: "plot-service-density"
10087 #
10088 #- type: "plot"
10089 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10090 #  algorithm: "plot_nf_heatmap"
10091 #  output-file-type: ".html"
10092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10093 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10094 #  filter: "'NIC_Intel-XXV710' and
10095 #           'NF_DENSITY' and
10096 #           'DOCKER' and
10097 #           'PIPELINE' and
10098 #           'NF_VPPIP4' and
10099 #           'IMIX' and
10100 #           '4T2C' and
10101 #           'NDRPDR'"
10102 #  parameters:
10103 #  - "throughput"
10104 #  - "name"
10105 #  - "tags"
10106 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10107 #  x-axis: "X = CNFs per Service Pipeline"
10108 #  y-axis: "Y = Number of Service Pipelines"
10109 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10110 #  layout:
10111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10112 #    layout: "plot-service-density"
10113 #
10114 #- type: "plot"
10115 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10116 #  algorithm: "plot_nf_heatmap"
10117 #  output-file-type: ".html"
10118 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10119 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10120 #  filter: "'NIC_Intel-XXV710' and
10121 #           'NF_DENSITY' and
10122 #           'DOCKER' and
10123 #           'PIPELINE' and
10124 #           'NF_VPPIP4' and
10125 #           'IMIX' and
10126 #           '8T4C' and
10127 #           'NDRPDR'"
10128 #  parameters:
10129 #  - "throughput"
10130 #  - "name"
10131 #  - "tags"
10132 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10133 #  x-axis: "X = CNFs per Service Pipeline"
10134 #  y-axis: "Y = Number of Service Pipelines"
10135 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10136 #  layout:
10137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10138 #    layout: "plot-service-density"
10139 #
10140 ## Plots - NF Density - CSP - PDR 64b
10141 #- type: "plot"
10142 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10143 #  algorithm: "plot_nf_heatmap"
10144 #  output-file-type: ".html"
10145 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10146 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10147 #  filter: "'NIC_Intel-XXV710' and
10148 #           'NF_DENSITY' and
10149 #           'DOCKER' and
10150 #           'PIPELINE' and
10151 #           'NF_VPPIP4' and
10152 #           '64B' and
10153 #           '2T1C' and
10154 #           'NDRPDR'"
10155 #  parameters:
10156 #  - "throughput"
10157 #  - "name"
10158 #  - "tags"
10159 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10160 #  x-axis: "X = CNFs per Service Pipeline"
10161 #  y-axis: "Y = Number of Service Pipelines"
10162 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10163 #  layout:
10164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10165 #    layout: "plot-service-density"
10166 #
10167 #- type: "plot"
10168 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10169 #  algorithm: "plot_nf_heatmap"
10170 #  output-file-type: ".html"
10171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10173 #  filter: "'NIC_Intel-XXV710' and
10174 #           'NF_DENSITY' and
10175 #           'DOCKER' and
10176 #           'PIPELINE' and
10177 #           'NF_VPPIP4' and
10178 #           '64B' and
10179 #           '4T2C' and
10180 #           'NDRPDR'"
10181 #  parameters:
10182 #  - "throughput"
10183 #  - "name"
10184 #  - "tags"
10185 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10186 #  x-axis: "X = CNFs per Service Pipeline"
10187 #  y-axis: "Y = Number of Service Pipelines"
10188 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10189 #  layout:
10190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10191 #    layout: "plot-service-density"
10192 #
10193 #- type: "plot"
10194 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10195 #  algorithm: "plot_nf_heatmap"
10196 #  output-file-type: ".html"
10197 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10198 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10199 #  filter: "'NIC_Intel-XXV710' and
10200 #           'NF_DENSITY' and
10201 #           'DOCKER' and
10202 #           'PIPELINE' and
10203 #           'NF_VPPIP4' and
10204 #           '64B' and
10205 #           '8T4C' and
10206 #           'NDRPDR'"
10207 #  parameters:
10208 #  - "throughput"
10209 #  - "name"
10210 #  - "tags"
10211 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10212 #  x-axis: "X = CNFs per Service Pipeline"
10213 #  y-axis: "Y = Number of Service Pipelines"
10214 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10215 #  layout:
10216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10217 #    layout: "plot-service-density"
10218 #
10219 ## Plots - NF Density - CSP - PDR IMIX
10220 #- type: "plot"
10221 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10222 #  algorithm: "plot_nf_heatmap"
10223 #  output-file-type: ".html"
10224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10225 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10226 #  filter: "'NIC_Intel-XXV710' and
10227 #           'NF_DENSITY' and
10228 #           'DOCKER' and
10229 #           'PIPELINE' and
10230 #           'NF_VPPIP4' and
10231 #           'IMIX' and
10232 #           '2T1C' and
10233 #           'NDRPDR'"
10234 #  parameters:
10235 #  - "throughput"
10236 #  - "name"
10237 #  - "tags"
10238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10239 #  x-axis: "X = CNFs per Service Pipeline"
10240 #  y-axis: "Y = Number of Service Pipelines"
10241 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10242 #  layout:
10243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10244 #    layout: "plot-service-density"
10245 #
10246 #- type: "plot"
10247 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10248 #  algorithm: "plot_nf_heatmap"
10249 #  output-file-type: ".html"
10250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10251 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10252 #  filter: "'NIC_Intel-XXV710' and
10253 #           'NF_DENSITY' and
10254 #           'DOCKER' and
10255 #           'PIPELINE' and
10256 #           'NF_VPPIP4' and
10257 #           'IMIX' and
10258 #           '4T2C' and
10259 #           'NDRPDR'"
10260 #  parameters:
10261 #  - "throughput"
10262 #  - "name"
10263 #  - "tags"
10264 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10265 #  x-axis: "X = CNFs per Service Pipeline"
10266 #  y-axis: "Y = Number of Service Pipelines"
10267 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10268 #  layout:
10269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10270 #    layout: "plot-service-density"
10271 #
10272 #- type: "plot"
10273 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10274 #  algorithm: "plot_nf_heatmap"
10275 #  output-file-type: ".html"
10276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10277 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10278 #  filter: "'NIC_Intel-XXV710' and
10279 #           'NF_DENSITY' and
10280 #           'DOCKER' and
10281 #           'PIPELINE' and
10282 #           'NF_VPPIP4' and
10283 #           'IMIX' and
10284 #           '8T4C' and
10285 #           'NDRPDR'"
10286 #  parameters:
10287 #  - "throughput"
10288 #  - "name"
10289 #  - "tags"
10290 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10291 #  x-axis: "X = CNFs per Service Pipeline"
10292 #  y-axis: "Y = Number of Service Pipelines"
10293 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10294 #  layout:
10295 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10296 #    layout: "plot-service-density"
10297
10298 ###############################################################################
10299 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10300
10301 - type: "plot"
10302   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10303   algorithm: "plot_nf_heatmap"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10306   data: "plot-vpp-nfv-2n-clx-mrr"
10307   filter: "'NIC_Intel-XXV710' and
10308            'NF_DENSITY' and
10309            'VHOST' and
10310            not 'VXLAN' and
10311            'CHAIN' and
10312            'NF_VPPIP4' and
10313            'IMIX' and
10314            '2T1C' and
10315            'MRR'"
10316   parameters:
10317   - "result"
10318   - "name"
10319   - "tags"
10320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10321   x-axis: "X = VNFs per Service Chain"
10322   y-axis: "Y = Number of Service Chains"
10323   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10324   layout:
10325     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10326     layout: "plot-service-density"
10327
10328 - type: "plot"
10329   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10330   algorithm: "plot_nf_heatmap"
10331   output-file-type: ".html"
10332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10333   data: "plot-vpp-nfv-2n-clx-mrr"
10334   filter: "'NIC_Intel-XXV710' and
10335            'NF_DENSITY' and
10336            'VHOST' and
10337            not 'VXLAN' and
10338            'CHAIN' and
10339            'NF_VPPIP4' and
10340            'IMIX' and
10341            '4T2C' and
10342            'MRR'"
10343   parameters:
10344   - "result"
10345   - "name"
10346   - "tags"
10347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10348   x-axis: "X = VNFs per Service Chain"
10349   y-axis: "Y = Number of Service Chains"
10350   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10351   layout:
10352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10353     layout: "plot-service-density"
10354
10355 - type: "plot"
10356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10357   algorithm: "plot_nf_heatmap"
10358   output-file-type: ".html"
10359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10360   data: "plot-vpp-nfv-2n-clx-mrr"
10361   filter: "'NIC_Intel-XXV710' and
10362            'NF_DENSITY' and
10363            'VHOST' and
10364            not 'VXLAN' and
10365            'CHAIN' and
10366            'NF_VPPIP4' and
10367            'IMIX' and
10368            '8T4C' and
10369            'MRR'"
10370   parameters:
10371   - "result"
10372   - "name"
10373   - "tags"
10374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10375   x-axis: "X = VNFs per Service Chain"
10376   y-axis: "Y = Number of Service Chains"
10377   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10378   layout:
10379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10380     layout: "plot-service-density"
10381
10382 # Plots - NF Density - VSC - NDR IMIX
10383 - type: "plot"
10384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10385   algorithm: "plot_nf_heatmap"
10386   output-file-type: ".html"
10387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10388   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10389   filter: "'NIC_Intel-XXV710' and
10390            'NF_DENSITY' and
10391            'VHOST' and
10392            not 'VXLAN' and
10393            'CHAIN' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '2T1C' and
10397            'NDRPDR'"
10398   parameters:
10399   - "throughput"
10400   - "name"
10401   - "tags"
10402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = VNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'VHOST' and
10419            not 'VXLAN' and
10420            'CHAIN' and
10421            'NF_VPPIP4' and
10422            'IMIX' and
10423            '4T2C' and
10424            'NDRPDR'"
10425   parameters:
10426   - "throughput"
10427   - "name"
10428   - "tags"
10429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10430   x-axis: "X = VNFs per Service Chain"
10431   y-axis: "Y = Number of Service Chains"
10432   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10433   layout:
10434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10435     layout: "plot-service-density"
10436
10437 - type: "plot"
10438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10439   algorithm: "plot_nf_heatmap"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10442   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10443   filter: "'NIC_Intel-XXV710' and
10444            'NF_DENSITY' and
10445            'VHOST' and
10446            not 'VXLAN' and
10447            'CHAIN' and
10448            'NF_VPPIP4' and
10449            'IMIX' and
10450            '8T4C' and
10451            'NDRPDR'"
10452   parameters:
10453   - "throughput"
10454   - "name"
10455   - "tags"
10456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10457   x-axis: "X = VNFs per Service Chain"
10458   y-axis: "Y = Number of Service Chains"
10459   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10460   layout:
10461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10462     layout: "plot-service-density"
10463
10464 # Plots - NF Density - VSC - PDR IMIX
10465 - type: "plot"
10466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10467   algorithm: "plot_nf_heatmap"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10470   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10471   filter: "'NIC_Intel-XXV710' and
10472            'NF_DENSITY' and
10473            'VHOST' and
10474            not 'VXLAN' and
10475            'CHAIN' and
10476            'NF_VPPIP4' and
10477            'IMIX' and
10478            '2T1C' and
10479            'NDRPDR'"
10480   parameters:
10481   - "throughput"
10482   - "name"
10483   - "tags"
10484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10485   x-axis: "X = VNFs per Service Chain"
10486   y-axis: "Y = Number of Service Chains"
10487   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10488   layout:
10489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10490     layout: "plot-service-density"
10491
10492 - type: "plot"
10493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10494   algorithm: "plot_nf_heatmap"
10495   output-file-type: ".html"
10496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10497   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10498   filter: "'NIC_Intel-XXV710' and
10499            'NF_DENSITY' and
10500            'VHOST' and
10501            not 'VXLAN' and
10502            'CHAIN' and
10503            'NF_VPPIP4' and
10504            'IMIX' and
10505            '4T2C' and
10506            'NDRPDR'"
10507   parameters:
10508   - "throughput"
10509   - "name"
10510   - "tags"
10511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10512   x-axis: "X = VNFs per Service Chain"
10513   y-axis: "Y = Number of Service Chains"
10514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10515   layout:
10516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10517     layout: "plot-service-density"
10518
10519 - type: "plot"
10520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10521   algorithm: "plot_nf_heatmap"
10522   output-file-type: ".html"
10523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10524   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10525   filter: "'NIC_Intel-XXV710' and
10526            'NF_DENSITY' and
10527            'VHOST' and
10528            not 'VXLAN' and
10529            'CHAIN' and
10530            'NF_VPPIP4' and
10531            'IMIX' and
10532            '8T4C' and
10533            'NDRPDR'"
10534   parameters:
10535   - "throughput"
10536   - "name"
10537   - "tags"
10538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10539   x-axis: "X = VNFs per Service Chain"
10540   y-axis: "Y = Number of Service Chains"
10541   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10542   layout:
10543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10544     layout: "plot-service-density"
10545
10546 # Plots - NF Density - VSC - MRR IMIX
10547 - type: "plot"
10548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10549   algorithm: "plot_nf_heatmap"
10550   output-file-type: ".html"
10551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10552   data: "plot-vpp-nfv-2n-clx-mrr"
10553   filter: "'NIC_Intel-XXV710' and
10554            'NF_DENSITY' and
10555            'VHOST' and
10556            'VXLAN' and
10557            'CHAIN' and
10558            'IMIX' and
10559            '2T1C' and
10560            'MRR'"
10561   parameters:
10562   - "result"
10563   - "name"
10564   - "tags"
10565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10566   x-axis: "X = VNFs per Service Chain"
10567   y-axis: "Y = Number of Service Chains"
10568   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10569   layout:
10570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10571     layout: "plot-service-density"
10572
10573 - type: "plot"
10574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10575   algorithm: "plot_nf_heatmap"
10576   output-file-type: ".html"
10577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10578   data: "plot-vpp-nfv-2n-clx-mrr"
10579   filter: "'NIC_Intel-XXV710' and
10580            'NF_DENSITY' and
10581            'VHOST' and
10582            'VXLAN' and
10583            'CHAIN' and
10584            'IMIX' and
10585            '4T2C' and
10586            'MRR'"
10587   parameters:
10588   - "result"
10589   - "name"
10590   - "tags"
10591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10592   x-axis: "X = VNFs per Service Chain"
10593   y-axis: "Y = Number of Service Chains"
10594   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10595   layout:
10596     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10597     layout: "plot-service-density"
10598
10599 - type: "plot"
10600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10601   algorithm: "plot_nf_heatmap"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10604   data: "plot-vpp-nfv-2n-clx-mrr"
10605   filter: "'NIC_Intel-XXV710' and
10606            'NF_DENSITY' and
10607            'VHOST' and
10608            'VXLAN' and
10609            'CHAIN' and
10610            'IMIX' and
10611            '8T4C' and
10612            'MRR'"
10613   parameters:
10614   - "result"
10615   - "name"
10616   - "tags"
10617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10618   x-axis: "X = VNFs per Service Chain"
10619   y-axis: "Y = Number of Service Chains"
10620   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10621   layout:
10622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10623     layout: "plot-service-density"
10624
10625 # Plots - NF Density - VSC - NDR IMIX
10626 - type: "plot"
10627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10628   algorithm: "plot_nf_heatmap"
10629   output-file-type: ".html"
10630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10631   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10632   filter: "'NIC_Intel-XXV710' and
10633            'NF_DENSITY' and
10634            'VHOST' and
10635            'VXLAN' and
10636            'CHAIN' and
10637            'IMIX' and
10638            '2T1C' and
10639            'NDRPDR'"
10640   parameters:
10641   - "throughput"
10642   - "name"
10643   - "tags"
10644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10645   x-axis: "X = VNFs per Service Chain"
10646   y-axis: "Y = Number of Service Chains"
10647   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10648   layout:
10649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10650     layout: "plot-service-density"
10651
10652 - type: "plot"
10653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10654   algorithm: "plot_nf_heatmap"
10655   output-file-type: ".html"
10656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10657   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10658   filter: "'NIC_Intel-XXV710' and
10659            'NF_DENSITY' and
10660            'VHOST' and
10661            'VXLAN' and
10662            'CHAIN' and
10663            'IMIX' and
10664            '4T2C' and
10665            'NDRPDR'"
10666   parameters:
10667   - "throughput"
10668   - "name"
10669   - "tags"
10670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10671   x-axis: "X = VNFs per Service Chain"
10672   y-axis: "Y = Number of Service Chains"
10673   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10674   layout:
10675     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10676     layout: "plot-service-density"
10677
10678 - type: "plot"
10679   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10680   algorithm: "plot_nf_heatmap"
10681   output-file-type: ".html"
10682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10683   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10684   filter: "'NIC_Intel-XXV710' and
10685            'NF_DENSITY' and
10686            'VHOST' and
10687            'VXLAN' and
10688            'CHAIN' and
10689            'IMIX' and
10690            '8T4C' and
10691            'NDRPDR'"
10692   parameters:
10693   - "throughput"
10694   - "name"
10695   - "tags"
10696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10697   x-axis: "X = VNFs per Service Chain"
10698   y-axis: "Y = Number of Service Chains"
10699   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10700   layout:
10701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10702     layout: "plot-service-density"
10703
10704 # Plots - NF Density - VSC - PDR IMIX
10705 - type: "plot"
10706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10707   algorithm: "plot_nf_heatmap"
10708   output-file-type: ".html"
10709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10710   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10711   filter: "'NIC_Intel-XXV710' and
10712            'NF_DENSITY' and
10713            'VHOST' and
10714            'VXLAN' and
10715            'CHAIN' and
10716            'IMIX' and
10717            '2T1C' and
10718            'NDRPDR'"
10719   parameters:
10720   - "throughput"
10721   - "name"
10722   - "tags"
10723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10724   x-axis: "X = VNFs per Service Chain"
10725   y-axis: "Y = Number of Service Chains"
10726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10727   layout:
10728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10729     layout: "plot-service-density"
10730
10731 - type: "plot"
10732   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10733   algorithm: "plot_nf_heatmap"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10736   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10737   filter: "'NIC_Intel-XXV710' and
10738            'NF_DENSITY' and
10739            'VHOST' and
10740            'VXLAN' and
10741            'CHAIN' and
10742            'IMIX' and
10743            '4T2C' and
10744            'NDRPDR'"
10745   parameters:
10746   - "throughput"
10747   - "name"
10748   - "tags"
10749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10750   x-axis: "X = VNFs per Service Chain"
10751   y-axis: "Y = Number of Service Chains"
10752   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10753   layout:
10754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10755     layout: "plot-service-density"
10756
10757 - type: "plot"
10758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10759   algorithm: "plot_nf_heatmap"
10760   output-file-type: ".html"
10761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10762   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10763   filter: "'NIC_Intel-XXV710' and
10764            'NF_DENSITY' and
10765            'VHOST' and
10766            'VXLAN' and
10767            'CHAIN' and
10768            'IMIX' and
10769            '8T4C' and
10770            'NDRPDR'"
10771   parameters:
10772   - "throughput"
10773   - "name"
10774   - "tags"
10775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10776   x-axis: "X = VNFs per Service Chain"
10777   y-axis: "Y = Number of Service Chains"
10778   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10779   layout:
10780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10781     layout: "plot-service-density"
10782
10783 # Plots - NF Density - CSC - MRR IMIX
10784 - type: "plot"
10785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10786   algorithm: "plot_nf_heatmap"
10787   output-file-type: ".html"
10788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10789   data: "plot-vpp-nfv-2n-clx-mrr"
10790   filter: "'NIC_Intel-XXV710' and
10791            'NF_DENSITY' and
10792            'DOCKER' and
10793            'CHAIN' and
10794            'NF_VPPIP4' and
10795            'IMIX' and
10796            '2T1C' and
10797            'MRR'"
10798   parameters:
10799   - "result"
10800   - "name"
10801   - "tags"
10802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10803   x-axis: "X = CNFs per Service Chain"
10804   y-axis: "Y = Number of Service Chains"
10805   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10806   layout:
10807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10808     layout: "plot-service-density"
10809
10810 - type: "plot"
10811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10812   algorithm: "plot_nf_heatmap"
10813   output-file-type: ".html"
10814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10815   data: "plot-vpp-nfv-2n-clx-mrr"
10816   filter: "'NIC_Intel-XXV710' and
10817            'NF_DENSITY' and
10818            'DOCKER' and
10819            'CHAIN' and
10820            'NF_VPPIP4' and
10821            'IMIX' and
10822            '4T2C' and
10823            'MRR'"
10824   parameters:
10825   - "result"
10826   - "name"
10827   - "tags"
10828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10829   x-axis: "X = CNFs per Service Chain"
10830   y-axis: "Y = Number of Service Chains"
10831   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10832   layout:
10833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10834     layout: "plot-service-density"
10835
10836 - type: "plot"
10837   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10838   algorithm: "plot_nf_heatmap"
10839   output-file-type: ".html"
10840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10841   data: "plot-vpp-nfv-2n-clx-mrr"
10842   filter: "'NIC_Intel-XXV710' and
10843            'NF_DENSITY' and
10844            'DOCKER' and
10845            'CHAIN' and
10846            'NF_VPPIP4' and
10847            'IMIX' and
10848            '8T4C' and
10849            'MRR'"
10850   parameters:
10851   - "result"
10852   - "name"
10853   - "tags"
10854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10855   x-axis: "X = CNFs per Service Chain"
10856   y-axis: "Y = Number of Service Chains"
10857   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10858   layout:
10859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10860     layout: "plot-service-density"
10861
10862 # Plots - NF Density - CSC - NDR IMIX
10863 - type: "plot"
10864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10865   algorithm: "plot_nf_heatmap"
10866   output-file-type: ".html"
10867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10868   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10869   filter: "'NIC_Intel-XXV710' and
10870            'NF_DENSITY' and
10871            'DOCKER' and
10872            'CHAIN' and
10873            'NF_VPPIP4' and
10874            'IMIX' and
10875            '2T1C' and
10876            'NDRPDR'"
10877   parameters:
10878   - "throughput"
10879   - "name"
10880   - "tags"
10881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10882   x-axis: "X = CNFs per Service Chain"
10883   y-axis: "Y = Number of Service Chains"
10884   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10885   layout:
10886     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10887     layout: "plot-service-density"
10888
10889 - type: "plot"
10890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10891   algorithm: "plot_nf_heatmap"
10892   output-file-type: ".html"
10893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10894   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10895   filter: "'NIC_Intel-XXV710' and
10896            'NF_DENSITY' and
10897            'DOCKER' and
10898            'CHAIN' and
10899            'NF_VPPIP4' and
10900            'IMIX' and
10901            '4T2C' and
10902            'NDRPDR'"
10903   parameters:
10904   - "throughput"
10905   - "name"
10906   - "tags"
10907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10908   x-axis: "X = CNFs per Service Chain"
10909   y-axis: "Y = Number of Service Chains"
10910   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10911   layout:
10912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10913     layout: "plot-service-density"
10914
10915 - type: "plot"
10916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10917   algorithm: "plot_nf_heatmap"
10918   output-file-type: ".html"
10919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10920   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10921   filter: "'NIC_Intel-XXV710' and
10922            'NF_DENSITY' and
10923            'DOCKER' and
10924            'CHAIN' and
10925            'NF_VPPIP4' and
10926            'IMIX' and
10927            '8T4C' and
10928            'NDRPDR'"
10929   parameters:
10930   - "throughput"
10931   - "name"
10932   - "tags"
10933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10934   x-axis: "X = CNFs per Service Chain"
10935   y-axis: "Y = Number of Service Chains"
10936   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10937   layout:
10938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10939     layout: "plot-service-density"
10940
10941 # Plots - NF Density - CSC - PDR IMIX
10942 - type: "plot"
10943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10944   algorithm: "plot_nf_heatmap"
10945   output-file-type: ".html"
10946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10947   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10948   filter: "'NIC_Intel-XXV710' and
10949            'NF_DENSITY' and
10950            'DOCKER' and
10951            'CHAIN' and
10952            'NF_VPPIP4' and
10953            'IMIX' and
10954            '2T1C' and
10955            'NDRPDR'"
10956   parameters:
10957   - "throughput"
10958   - "name"
10959   - "tags"
10960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10961   x-axis: "X = CNFs per Service Chain"
10962   y-axis: "Y = Number of Service Chains"
10963   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10964   layout:
10965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10966     layout: "plot-service-density"
10967
10968 - type: "plot"
10969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10970   algorithm: "plot_nf_heatmap"
10971   output-file-type: ".html"
10972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10973   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10974   filter: "'NIC_Intel-XXV710' and
10975            'NF_DENSITY' and
10976            'DOCKER' and
10977            'CHAIN' and
10978            'NF_VPPIP4' and
10979            'IMIX' and
10980            '4T2C' and
10981            'NDRPDR'"
10982   parameters:
10983   - "throughput"
10984   - "name"
10985   - "tags"
10986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10987   x-axis: "X = CNFs per Service Chain"
10988   y-axis: "Y = Number of Service Chains"
10989   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10990   layout:
10991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10992     layout: "plot-service-density"
10993
10994 - type: "plot"
10995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10996   algorithm: "plot_nf_heatmap"
10997   output-file-type: ".html"
10998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10999   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11000   filter: "'NIC_Intel-XXV710' and
11001            'NF_DENSITY' and
11002            'DOCKER' and
11003            'CHAIN' and
11004            'NF_VPPIP4' and
11005            'IMIX' and
11006            '8T4C' and
11007            'NDRPDR'"
11008   parameters:
11009   - "throughput"
11010   - "name"
11011   - "tags"
11012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11013   x-axis: "X = CNFs per Service Chain"
11014   y-axis: "Y = Number of Service Chains"
11015   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11016   layout:
11017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11018     layout: "plot-service-density"
11019
11020 # Plots - NF Density - CSP - MRR IMIX
11021 - type: "plot"
11022   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11023   algorithm: "plot_nf_heatmap"
11024   output-file-type: ".html"
11025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11026   data: "plot-vpp-nfv-2n-clx-mrr"
11027   filter: "'NIC_Intel-XXV710' and
11028            'NF_DENSITY' and
11029            'DOCKER' and
11030            'PIPELINE' and
11031            'NF_VPPIP4' and
11032            'IMIX' and
11033            '2T1C' and
11034            'MRR'"
11035   parameters:
11036   - "result"
11037   - "name"
11038   - "tags"
11039   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11040   x-axis: "X = CNFs per Service Pipeline"
11041   y-axis: "Y = Number of Service Pipelines"
11042   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11043   layout:
11044     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11045     layout: "plot-service-density"
11046
11047 - type: "plot"
11048   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11049   algorithm: "plot_nf_heatmap"
11050   output-file-type: ".html"
11051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11052   data: "plot-vpp-nfv-2n-clx-mrr"
11053   filter: "'NIC_Intel-XXV710' and
11054            'NF_DENSITY' and
11055            'DOCKER' and
11056            'PIPELINE' and
11057            'NF_VPPIP4' and
11058            'IMIX' and
11059            '4T2C' and
11060            'MRR'"
11061   parameters:
11062   - "result"
11063   - "name"
11064   - "tags"
11065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11066   x-axis: "X = CNFs per Service Pipeline"
11067   y-axis: "Y = Number of Service Pipelines"
11068   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11069   layout:
11070     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11071     layout: "plot-service-density"
11072
11073 - type: "plot"
11074   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11075   algorithm: "plot_nf_heatmap"
11076   output-file-type: ".html"
11077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11078   data: "plot-vpp-nfv-2n-clx-mrr"
11079   filter: "'NIC_Intel-XXV710' and
11080            'NF_DENSITY' and
11081            'DOCKER' and
11082            'PIPELINE' and
11083            'NF_VPPIP4' and
11084            'IMIX' and
11085            '8T4C' and
11086            'MRR'"
11087   parameters:
11088   - "result"
11089   - "name"
11090   - "tags"
11091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11092   x-axis: "X = CNFs per Service Pipeline"
11093   y-axis: "Y = Number of Service Pipelines"
11094   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11095   layout:
11096     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11097     layout: "plot-service-density"
11098
11099 # Plots - NF Density - CSP - NDR IMIX
11100 - type: "plot"
11101   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11102   algorithm: "plot_nf_heatmap"
11103   output-file-type: ".html"
11104   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11105   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11106   filter: "'NIC_Intel-XXV710' and
11107            'NF_DENSITY' and
11108            'DOCKER' and
11109            'PIPELINE' and
11110            'NF_VPPIP4' and
11111            'IMIX' and
11112            '2T1C' and
11113            'NDRPDR'"
11114   parameters:
11115   - "throughput"
11116   - "name"
11117   - "tags"
11118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11119   x-axis: "X = CNFs per Service Pipeline"
11120   y-axis: "Y = Number of Service Pipelines"
11121   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11122   layout:
11123     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11124     layout: "plot-service-density"
11125
11126 - type: "plot"
11127   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11128   algorithm: "plot_nf_heatmap"
11129   output-file-type: ".html"
11130   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11131   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11132   filter: "'NIC_Intel-XXV710' and
11133            'NF_DENSITY' and
11134            'DOCKER' and
11135            'PIPELINE' and
11136            'NF_VPPIP4' and
11137            'IMIX' and
11138            '4T2C' and
11139            'NDRPDR'"
11140   parameters:
11141   - "throughput"
11142   - "name"
11143   - "tags"
11144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11145   x-axis: "X = CNFs per Service Pipeline"
11146   y-axis: "Y = Number of Service Pipelines"
11147   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11148   layout:
11149     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11150     layout: "plot-service-density"
11151
11152 - type: "plot"
11153   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11154   algorithm: "plot_nf_heatmap"
11155   output-file-type: ".html"
11156   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11157   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11158   filter: "'NIC_Intel-XXV710' and
11159            'NF_DENSITY' and
11160            'DOCKER' and
11161            'PIPELINE' and
11162            'NF_VPPIP4' and
11163            'IMIX' and
11164            '8T4C' and
11165            'NDRPDR'"
11166   parameters:
11167   - "throughput"
11168   - "name"
11169   - "tags"
11170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11171   x-axis: "X = CNFs per Service Pipeline"
11172   y-axis: "Y = Number of Service Pipelines"
11173   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11174   layout:
11175     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11176     layout: "plot-service-density"
11177
11178 # Plots - NF Density - CSP - PDR IMIX
11179 - type: "plot"
11180   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11181   algorithm: "plot_nf_heatmap"
11182   output-file-type: ".html"
11183   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11184   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11185   filter: "'NIC_Intel-XXV710' and
11186            'NF_DENSITY' and
11187            'DOCKER' and
11188            'PIPELINE' and
11189            'NF_VPPIP4' and
11190            'IMIX' and
11191            '2T1C' and
11192            'NDRPDR'"
11193   parameters:
11194   - "throughput"
11195   - "name"
11196   - "tags"
11197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11198   x-axis: "X = CNFs per Service Pipeline"
11199   y-axis: "Y = Number of Service Pipelines"
11200   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11201   layout:
11202     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11203     layout: "plot-service-density"
11204
11205 - type: "plot"
11206   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11207   algorithm: "plot_nf_heatmap"
11208   output-file-type: ".html"
11209   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11210   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11211   filter: "'NIC_Intel-XXV710' and
11212            'NF_DENSITY' and
11213            'DOCKER' and
11214            'PIPELINE' and
11215            'NF_VPPIP4' and
11216            'IMIX' and
11217            '4T2C' and
11218            'NDRPDR'"
11219   parameters:
11220   - "throughput"
11221   - "name"
11222   - "tags"
11223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11224   x-axis: "X = CNFs per Service Pipeline"
11225   y-axis: "Y = Number of Service Pipelines"
11226   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11227   layout:
11228     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11229     layout: "plot-service-density"
11230
11231 - type: "plot"
11232   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11233   algorithm: "plot_nf_heatmap"
11234   output-file-type: ".html"
11235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11236   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11237   filter: "'NIC_Intel-XXV710' and
11238            'NF_DENSITY' and
11239            'DOCKER' and
11240            'PIPELINE' and
11241            'NF_VPPIP4' and
11242            'IMIX' and
11243            '8T4C' and
11244            'NDRPDR'"
11245   parameters:
11246   - "throughput"
11247   - "name"
11248   - "tags"
11249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11250   x-axis: "X = CNFs per Service Pipeline"
11251   y-axis: "Y = Number of Service Pipelines"
11252   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11253   layout:
11254     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11255     layout: "plot-service-density"
11256
11257 ################################################################################
11258
11259 # Packet Throughput
11260
11261 - type: "plot"
11262   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11263   algorithm: "plot_perf_box_name"
11264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11266   include:
11267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11271   layout:
11272     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11273     layout: "plot-throughput"
11274
11275 - type: "plot"
11276   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11277   algorithm: "plot_perf_box_name"
11278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11280   include:
11281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11285   layout:
11286     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11287     layout: "plot-throughput"
11288
11289 - type: "plot"
11290   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11291   algorithm: "plot_perf_box_name"
11292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11294   include:
11295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11299   layout:
11300     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11301     layout: "plot-throughput"
11302
11303 - type: "plot"
11304   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11305   algorithm: "plot_perf_box_name"
11306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11308   include:
11309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11313   layout:
11314     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11315     layout: "plot-throughput"
11316
11317 - type: "plot"
11318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11319   algorithm: "plot_perf_box_name"
11320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11322   include:
11323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11326     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11327     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11328   layout:
11329     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11330     layout: "plot-throughput"
11331
11332 - type: "plot"
11333   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11334   algorithm: "plot_perf_box_name"
11335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11337   include:
11338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11342     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11343   layout:
11344     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11345     layout: "plot-throughput"
11346
11347 - type: "plot"
11348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11349   algorithm: "plot_perf_box_name"
11350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11352   include:
11353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11358   layout:
11359     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11360     layout: "plot-throughput"
11361
11362 - type: "plot"
11363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11364   algorithm: "plot_perf_box_name"
11365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11367   include:
11368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11373   layout:
11374     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11375     layout: "plot-throughput"
11376
11377 - type: "plot"
11378   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11379   algorithm: "plot_perf_box_name"
11380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11382   include:
11383     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11385     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11386     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11387     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11388   layout:
11389     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11390     layout: "plot-throughput"
11391
11392 - type: "plot"
11393   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11394   algorithm: "plot_perf_box_name"
11395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11397   include:
11398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11400     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11401     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11402     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11403   layout:
11404     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11405     layout: "plot-throughput"
11406
11407 - type: "plot"
11408   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11409   algorithm: "plot_perf_box_name"
11410   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11412   include:
11413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11419   layout:
11420     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11421     layout: "plot-throughput"
11422
11423 - type: "plot"
11424   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11425   algorithm: "plot_perf_box_name"
11426   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11428   include:
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11435   layout:
11436     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11437     layout: "plot-throughput"
11438
11439 - type: "plot"
11440   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11441   algorithm: "plot_perf_box_name"
11442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11444   include:
11445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11450   layout:
11451     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11452     layout: "plot-throughput"
11453
11454 - type: "plot"
11455   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11456   algorithm: "plot_perf_box_name"
11457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11459   include:
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11465   layout:
11466     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11471   algorithm: "plot_perf_box_name"
11472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11474   include:
11475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11478   layout:
11479     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11480     layout: "plot-throughput"
11481
11482 - type: "plot"
11483   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11484   algorithm: "plot_perf_box_name"
11485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11487   include:
11488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11491   layout:
11492     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11500   include:
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11506   layout:
11507     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11521   layout:
11522     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11534   layout:
11535     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11543   include:
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11547   layout:
11548     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11556   include:
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11563   layout:
11564     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11565     layout: "plot-throughput"
11566
11567 - type: "plot"
11568   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11569   algorithm: "plot_perf_box_name"
11570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11572   include:
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11579   layout:
11580     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11581     layout: "plot-throughput"
11582
11583 - type: "plot"
11584   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11585   algorithm: "plot_perf_box_name"
11586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11588   include:
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11595   layout:
11596     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11604   include:
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11611   layout:
11612     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11620   include:
11621     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11624   layout:
11625     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11626     layout: "plot-throughput"
11627
11628 - type: "plot"
11629   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11630   algorithm: "plot_perf_box_name"
11631   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11633   include:
11634     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11637   layout:
11638     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11639     layout: "plot-throughput"
11640
11641 - type: "plot"
11642   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11643   algorithm: "plot_perf_box_name"
11644   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11646   include:
11647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11650 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11651 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11652   layout:
11653     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11654     layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11661   include:
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11665 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11666 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11667   layout:
11668     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11669     layout: "plot-throughput"
11670
11671 - type: "plot"
11672   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11673   algorithm: "plot_perf_box_name"
11674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11676   include:
11677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11682   layout:
11683     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11697   layout:
11698     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11699     layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11706   include:
11707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11712   layout:
11713     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11718   algorithm: "plot_perf_box_name"
11719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11721   include:
11722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11727   layout:
11728     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11729     layout: "plot-throughput"
11730
11731 - type: "plot"
11732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11733   algorithm: "plot_perf_box_name"
11734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11736   include:
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11743   layout:
11744     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11745     layout: "plot-throughput"
11746
11747 - type: "plot"
11748   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11749   algorithm: "plot_perf_box_name"
11750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11752   include:
11753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11759   layout:
11760     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11775   layout:
11776     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11784   include:
11785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11791   layout:
11792     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11797   algorithm: "plot_perf_box_name"
11798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11800   include:
11801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11806   layout:
11807     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11815   include:
11816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11821   layout:
11822     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11830   include:
11831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11837   layout:
11838     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11846   include:
11847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11853   layout:
11854     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11861   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11862   include:
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11868   layout:
11869     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11876   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11883   layout:
11884     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11891   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11892   include:
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11899   layout:
11900     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11907   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11915   layout:
11916     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11923   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11924   include:
11925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11930   layout:
11931     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11938   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11939   include:
11940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11945   layout:
11946     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11953   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11954   include:
11955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11961   layout:
11962     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11969   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11970   include:
11971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11977   layout:
11978     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11986   include:
11987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11989   layout:
11990     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11991     layout: "plot-throughput"
11992
11993 - type: "plot"
11994   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11995   algorithm: "plot_perf_box_name"
11996   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11998   include:
11999     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12001   layout:
12002     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12010   include:
12011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12015   layout:
12016     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12024   include:
12025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12029   layout:
12030     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12038   include:
12039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12043   layout:
12044     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12045     layout: "plot-throughput"
12046
12047 - type: "plot"
12048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12052   include:
12053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12057   layout:
12058     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12066   include:
12067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12071   layout:
12072     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12073     layout: "plot-throughput"
12074
12075 - type: "plot"
12076   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12077   algorithm: "plot_perf_box_name"
12078   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12079   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12080   include:
12081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12085   layout:
12086     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12094   include:
12095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12099   layout:
12100     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12108   include:
12109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12113   layout:
12114     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12122   include:
12123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12129   layout:
12130     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12138   include:
12139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12145   layout:
12146     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12154   include:
12155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12160   layout:
12161     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12175   layout:
12176     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12184   include:
12185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12190   layout:
12191     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12199   include:
12200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12205   layout:
12206     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12214   include:
12215     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12218   layout:
12219     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12227   include:
12228     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12231   layout:
12232     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12240   include:
12241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12244   layout:
12245     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12246     layout: "plot-throughput"
12247
12248 - type: "plot"
12249   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12250   algorithm: "plot_perf_box_name"
12251   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12253   include:
12254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12257   layout:
12258     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12266   include:
12267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12272   layout:
12273     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12281   include:
12282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12287   layout:
12288     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12289     layout: "plot-throughput"
12290
12291 - type: "plot"
12292   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12293   algorithm: "plot_perf_box_name"
12294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12296   include:
12297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12302   layout:
12303     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12308   algorithm: "plot_perf_box_name"
12309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12311   include:
12312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12317   layout:
12318     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12319     layout: "plot-throughput"
12320
12321 - type: "plot"
12322   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12323   algorithm: "plot_perf_box_name"
12324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12326   include:
12327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12332   layout:
12333     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12338   algorithm: "plot_perf_box_name"
12339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12341   include:
12342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12347   layout:
12348     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12353   algorithm: "plot_perf_box_name"
12354   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12355   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12356   include:
12357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12362   layout:
12363     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12371   include:
12372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12377   layout:
12378     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12379     layout: "plot-throughput"
12380
12381 - type: "plot"
12382   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12383   algorithm: "plot_perf_box_name"
12384   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12385   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12386   include:
12387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12392   layout:
12393     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12400   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12401   include:
12402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12407   layout:
12408     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12416   include:
12417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12423   layout:
12424     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12432   include:
12433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12439   layout:
12440     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12448   include:
12449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12450     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12453   layout:
12454     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12462   include:
12463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12467   layout:
12468     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12473   algorithm: "plot_perf_box_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12476   include:
12477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12483   layout:
12484     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12492   include:
12493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12498     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12499   layout:
12500     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12501     layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12508   include:
12509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12515   layout:
12516     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12524   include:
12525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12531   layout:
12532     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12540   include:
12541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12546     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12547   layout:
12548     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12563   layout:
12564     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12572   include:
12573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12579   layout:
12580     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12581     layout: "plot-throughput"
12582
12583 - type: "plot"
12584   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12585   algorithm: "plot_perf_box_name"
12586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12588   include:
12589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12595   layout:
12596     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12597     layout: "plot-throughput"
12598
12599 - type: "plot"
12600   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12601   algorithm: "plot_perf_box_name"
12602   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12603   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12604   include:
12605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12608     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12609     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12610     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12611   layout:
12612     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12613     layout: "plot-throughput"
12614
12615 - type: "plot"
12616   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12617   algorithm: "plot_perf_box_name"
12618   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12619   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12620   include:
12621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12625     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12626     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12627   layout:
12628     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12629     layout: "plot-throughput"
12630
12631 - type: "plot"
12632   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12633   algorithm: "plot_perf_box_name"
12634   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12636   include:
12637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12643   layout:
12644     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12645     layout: "plot-throughput"
12646
12647 - type: "plot"
12648   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12649   algorithm: "plot_perf_box_name"
12650   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12652   include:
12653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12659   layout:
12660     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12661     layout: "plot-throughput"
12662
12663 - type: "plot"
12664   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12665   algorithm: "plot_perf_box_name"
12666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12668   include:
12669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12675   layout:
12676     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12677     layout: "plot-throughput"
12678
12679 - type: "plot"
12680   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12681   algorithm: "plot_perf_box_name"
12682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12684   include:
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12691   layout:
12692     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12693     layout: "plot-throughput"
12694
12695 - type: "plot"
12696   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12697   algorithm: "plot_perf_box_name"
12698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12700   include:
12701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12707   layout:
12708     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12709     layout: "plot-throughput"
12710
12711 - type: "plot"
12712   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12713   algorithm: "plot_perf_box_name"
12714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12716   include:
12717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12723   layout:
12724     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12725     layout: "plot-throughput"
12726
12727 - type: "plot"
12728   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12729   algorithm: "plot_perf_box_name"
12730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12732   include:
12733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12737   layout:
12738     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12739     layout: "plot-throughput"
12740
12741 - type: "plot"
12742   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12743   algorithm: "plot_perf_box_name"
12744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12746   include:
12747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12751   layout:
12752     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12753     layout: "plot-throughput"
12754
12755 - type: "plot"
12756   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12757   algorithm: "plot_perf_box_name"
12758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12760   include:
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12765   layout:
12766     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12767     layout: "plot-throughput"
12768
12769 - type: "plot"
12770   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12771   algorithm: "plot_perf_box_name"
12772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12774   include:
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12779   layout:
12780     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12781     layout: "plot-throughput"
12782
12783 - type: "plot"
12784   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12785   algorithm: "plot_perf_box_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12788   include:
12789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12794     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12795   layout:
12796     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12797     layout: "plot-throughput"
12798
12799 - type: "plot"
12800   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12801   algorithm: "plot_perf_box_name"
12802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12804   include:
12805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12811   layout:
12812     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12813     layout: "plot-throughput"
12814
12815 - type: "plot"
12816   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12817   algorithm: "plot_perf_box_name"
12818   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12820   include:
12821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12826   layout:
12827     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12835   include:
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12841   layout:
12842     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12843     layout: "plot-throughput"
12844
12845 - type: "plot"
12846   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12847   algorithm: "plot_perf_box_name"
12848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12850   include:
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12856   layout:
12857     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12862   algorithm: "plot_perf_box_name"
12863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12865   include:
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12871   layout:
12872     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12880   include:
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12885   layout:
12886     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12887     layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12894   include:
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12899   layout:
12900     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12901     layout: "plot-throughput"
12902
12903 - type: "plot"
12904   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12905   algorithm: "plot_perf_box_name"
12906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12908   include:
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12915   layout:
12916     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12917     layout: "plot-throughput"
12918
12919 - type: "plot"
12920   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12921   algorithm: "plot_perf_box_name"
12922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12924   include:
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12931   layout:
12932     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12933     layout: "plot-throughput"
12934
12935 - type: "plot"
12936   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12937   algorithm: "plot_perf_box_name"
12938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12940   include:
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12947   layout:
12948     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12949     layout: "plot-throughput"
12950
12951 - type: "plot"
12952   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12953   algorithm: "plot_perf_box_name"
12954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12956   include:
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12963   layout:
12964     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12965     layout: "plot-throughput"
12966
12967 - type: "plot"
12968   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12969   algorithm: "plot_perf_box_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12972   include:
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12979   layout:
12980     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12988   include:
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12995   layout:
12996     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13004   include:
13005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13011   layout:
13012     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13013     layout: "plot-throughput"
13014
13015 - type: "plot"
13016   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13017   algorithm: "plot_perf_box_name"
13018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13020   include:
13021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13027   layout:
13028     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13029     layout: "plot-throughput"
13030
13031 - type: "plot"
13032   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13033   algorithm: "plot_perf_box_name"
13034   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13035   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13036   include:
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13041   layout:
13042     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13050   include:
13051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13055   layout:
13056     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13057     layout: "plot-throughput"
13058
13059 - type: "plot"
13060   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13061   algorithm: "plot_perf_box_name"
13062   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13063   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13064   include:
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13071   layout:
13072     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13073     layout: "plot-throughput"
13074
13075 - type: "plot"
13076   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13077   algorithm: "plot_perf_box_name"
13078   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13079   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13080   include:
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13087   layout:
13088     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13089     layout: "plot-throughput"
13090
13091 - type: "plot"
13092   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13093   algorithm: "plot_perf_box_name"
13094   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13095   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13096   include:
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13103   layout:
13104     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13105     layout: "plot-throughput"
13106
13107 - type: "plot"
13108   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13109   algorithm: "plot_perf_box_name"
13110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13112   include:
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13119   layout:
13120     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13121     layout: "plot-throughput"
13122
13123 #- type: "plot"
13124 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13125 #  algorithm: "plot_perf_box_name"
13126 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13127 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13128 #  include:
13129 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13130 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13131 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13132 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13133 #  layout:
13134 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13135 #    layout: "plot-throughput"
13136 #
13137 #- type: "plot"
13138 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13139 #  algorithm: "plot_perf_box_name"
13140 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13141 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13142 #  include:
13143 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13144 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13145 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13146 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13147 #  layout:
13148 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13149 #    layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13155   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13156   include:
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13163   layout:
13164     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13165     layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13171   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13172   include:
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13179   layout:
13180     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13181     layout: "plot-throughput"
13182
13183 #- type: "plot"
13184 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13185 #  algorithm: "plot_perf_box_name"
13186 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13187 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13188 #  include:
13189 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13190 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13191 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13193 #  layout:
13194 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13195 #    layout: "plot-throughput"
13196 #
13197 #- type: "plot"
13198 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13199 #  algorithm: "plot_perf_box_name"
13200 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13201 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13202 #  include:
13203 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13205 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13206 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13207 #  layout:
13208 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13209 #    layout: "plot-throughput"
13210
13211 - type: "plot"
13212   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13213   algorithm: "plot_perf_box_name"
13214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13215   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13216   include:
13217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13223   layout:
13224     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13225     layout: "plot-throughput"
13226
13227 - type: "plot"
13228   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13229   algorithm: "plot_perf_box_name"
13230   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13231   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13232   include:
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13239   layout:
13240     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13241     layout: "plot-throughput"
13242
13243 #- type: "plot"
13244 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13245 #  algorithm: "plot_perf_box_name"
13246 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13247 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13248 #  include:
13249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13254 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13255 #  layout:
13256 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13257 #    layout: "plot-throughput"
13258 #
13259 #- type: "plot"
13260 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13261 #  algorithm: "plot_perf_box_name"
13262 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13263 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13264 #  include:
13265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13269 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13270 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13271 #  layout:
13272 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13273 #    layout: "plot-throughput"
13274
13275 - type: "plot"
13276   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13277   algorithm: "plot_perf_box_name"
13278   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13280   include:
13281     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13282     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13283     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13284     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13287   layout:
13288     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13289     layout: "plot-throughput"
13290
13291 - type: "plot"
13292   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13293   algorithm: "plot_perf_box_name"
13294   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13296   include:
13297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13303   layout:
13304     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13305     layout: "plot-throughput"
13306
13307 - type: "plot"
13308   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13309   algorithm: "plot_perf_box_name"
13310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13312   include:
13313     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13314     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13315     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13316     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13317     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13318     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13319   layout:
13320     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13325   algorithm: "plot_perf_box_name"
13326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13328   include:
13329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13330     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13335   layout:
13336     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13337     layout: "plot-throughput"
13338
13339 - type: "plot"
13340   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13341   algorithm: "plot_perf_box_name"
13342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13344   include:
13345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13351   layout:
13352     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13360   include:
13361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13367   layout:
13368     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13369     layout: "plot-throughput"
13370
13371 - type: "plot"
13372   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13373   algorithm: "plot_perf_box_name"
13374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13376   include:
13377     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13378     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13380     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13381     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13382     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13383   layout:
13384     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13392   include:
13393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13397     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13398     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13399   layout:
13400     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13401     layout: "plot-throughput"
13402
13403 #- type: "plot"
13404 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13405 #  algorithm: "plot_perf_box_name"
13406 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13407 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13408 #  include:
13409 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13410 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13411 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13412 #  layout:
13413 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13414 #    layout: "plot-throughput"
13415 #
13416 #- type: "plot"
13417 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13418 #  algorithm: "plot_perf_box_name"
13419 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13420 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13421 #  include:
13422 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13423 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13424 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13425 #  layout:
13426 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13427 #    layout: "plot-throughput"
13428
13429 - type: "plot"
13430   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13431   algorithm: "plot_perf_box_name"
13432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13440   layout:
13441     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13442     layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13446   algorithm: "plot_perf_box_name"
13447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13449   include:
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13455   layout:
13456     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13457     layout: "plot-throughput"
13458
13459 - type: "plot"
13460   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13461   algorithm: "plot_perf_box_name"
13462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13464   include:
13465     - "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"
13466     - "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"
13467     - "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"
13468     - "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"
13469     - "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"
13470   layout:
13471     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13479   include:
13480     - "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"
13481     - "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"
13482     - "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"
13483     - "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"
13484     - "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"
13485   layout:
13486     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13494   include:
13495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13500   layout:
13501     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13509   include:
13510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13515   layout:
13516     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13530   layout:
13531     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13539   include:
13540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13545   layout:
13546     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13554   include:
13555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13560   layout:
13561     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13562     layout: "plot-throughput"
13563
13564 - type: "plot"
13565   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13566   algorithm: "plot_perf_box_name"
13567   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13569   include:
13570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13575   layout:
13576     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13577     layout: "plot-throughput"
13578
13579 - type: "plot"
13580   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13581   algorithm: "plot_perf_box_name"
13582   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13584   include:
13585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13590   layout:
13591     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13592     layout: "plot-throughput"
13593
13594 - type: "plot"
13595   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13596   algorithm: "plot_perf_box_name"
13597   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13599   include:
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13605   layout:
13606     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13607     layout: "plot-throughput"
13608
13609 - type: "plot"
13610   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13611   algorithm: "plot_perf_box_name"
13612   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13614   include:
13615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13619   layout:
13620     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13621     layout: "plot-throughput"
13622
13623 - type: "plot"
13624   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13625   algorithm: "plot_perf_box_name"
13626   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13628   include:
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13633   layout:
13634     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13635     layout: "plot-throughput"
13636
13637 - type: "plot"
13638   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13639   algorithm: "plot_perf_box_name"
13640   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13642   include:
13643     - "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"
13644     - "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"
13645     - "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"
13646     - "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"
13647   layout:
13648     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13656   include:
13657     - "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"
13658     - "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"
13659     - "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"
13660     - "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"
13661   layout:
13662     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13663     layout: "plot-throughput"
13664
13665 - type: "plot"
13666   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13667   algorithm: "plot_perf_box_name"
13668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13670   include:
13671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13677   layout:
13678     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13679     layout: "plot-throughput"
13680
13681 - type: "plot"
13682   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13683   algorithm: "plot_perf_box_name"
13684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13686   include:
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13693   layout:
13694     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13695     layout: "plot-throughput"
13696
13697 - type: "plot"
13698   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13699   algorithm: "plot_perf_box_name"
13700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13702   include:
13703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13709   layout:
13710     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13711     layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13718   include:
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13725   layout:
13726     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13727     layout: "plot-throughput"
13728
13729 - type: "plot"
13730   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13731   algorithm: "plot_perf_box_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13734   include:
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13741   layout:
13742     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13743     layout: "plot-throughput"
13744
13745 - type: "plot"
13746   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13747   algorithm: "plot_perf_box_name"
13748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13750   include:
13751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13757   layout:
13758     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13759     layout: "plot-throughput"
13760
13761 - type: "plot"
13762   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13763   algorithm: "plot_perf_box_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13766   include:
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13772   layout:
13773     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13774     layout: "plot-throughput"
13775
13776 - type: "plot"
13777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13778   algorithm: "plot_perf_box_name"
13779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13781   include:
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13787   layout:
13788     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13789     layout: "plot-throughput"
13790
13791 - type: "plot"
13792   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13793   algorithm: "plot_perf_box_name"
13794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13796   include:
13797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13798     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13799   layout:
13800     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13801     layout: "plot-throughput"
13802
13803 - type: "plot"
13804   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13805   algorithm: "plot_perf_box_name"
13806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13808   include:
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13811   layout:
13812     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13813     layout: "plot-throughput"
13814
13815 - type: "plot"
13816   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13817   algorithm: "plot_perf_box_name"
13818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13820   include:
13821     - "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"
13822     - "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"
13823   layout:
13824     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13825     layout: "plot-throughput"
13826
13827 - type: "plot"
13828   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13829   algorithm: "plot_perf_box_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13832   include:
13833     - "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"
13834     - "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"
13835   layout:
13836     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13837     layout: "plot-throughput"
13838
13839 - type: "plot"
13840   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13841   algorithm: "plot_perf_box_name"
13842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13844   include:
13845     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13847   layout:
13848     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13849     layout: "plot-throughput"
13850
13851 - type: "plot"
13852   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13853   algorithm: "plot_perf_box_name"
13854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13856   include:
13857     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13858     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13859   layout:
13860     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13861     layout: "plot-throughput"
13862
13863 - type: "plot"
13864   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13865   algorithm: "plot_perf_box_name"
13866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13868   include:
13869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13871   layout:
13872     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13873     layout: "plot-throughput"
13874
13875 - type: "plot"
13876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13877   algorithm: "plot_perf_box_name"
13878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13880   include:
13881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13883   layout:
13884     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13885     layout: "plot-throughput"
13886
13887 - type: "plot"
13888   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13889   algorithm: "plot_perf_box_name"
13890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13892   include:
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13899   layout:
13900     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13901     layout: "plot-throughput"
13902
13903 - type: "plot"
13904   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13905   algorithm: "plot_perf_box_name"
13906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13908   include:
13909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13914     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13915   layout:
13916     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13917     layout: "plot-throughput"
13918
13919 - type: "plot"
13920   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13921   algorithm: "plot_perf_box_name"
13922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13924   include:
13925     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13930     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13931   layout:
13932     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13933     layout: "plot-throughput"
13934
13935 - type: "plot"
13936   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13937   algorithm: "plot_perf_box_name"
13938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13940   include:
13941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13947   layout:
13948     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13949     layout: "plot-throughput"
13950
13951 #- type: "plot"
13952 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13953 #  algorithm: "plot_perf_box_name"
13954 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13955 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13956 #  include:
13957 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13958 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13959 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13960 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13961 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13962 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13963 #  layout:
13964 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13965 #    layout: "plot-throughput"
13966 #
13967 #- type: "plot"
13968 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13969 #  algorithm: "plot_perf_box_name"
13970 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13971 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13972 #  include:
13973 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13975 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13976 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13977 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13978 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13979 #  layout:
13980 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13981 #    layout: "plot-throughput"
13982
13983 - type: "plot"
13984   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13985   algorithm: "plot_perf_box_name"
13986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13988   include:
13989     - "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"
13990     - "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"
13991     - "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"
13992     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13994     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13995   layout:
13996     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13997     layout: "plot-throughput"
13998
13999 - type: "plot"
14000   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14001   algorithm: "plot_perf_box_name"
14002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14004   include:
14005     - "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"
14006     - "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"
14007     - "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"
14008     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14011   layout:
14012     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14013     layout: "plot-throughput"
14014
14015 ################################################################################
14016
14017 # Packet Speedup
14018
14019 - type: "plot"
14020   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14021   algorithm: "plot_tsa_name"
14022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14024   include:
14025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14029   layout:
14030     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14031     layout: "plot-throughput-speedup-analysis"
14032
14033 - type: "plot"
14034   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14035   algorithm: "plot_tsa_name"
14036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14038   include:
14039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14043   layout:
14044     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14045     layout: "plot-throughput-speedup-analysis"
14046
14047 - type: "plot"
14048   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14049   algorithm: "plot_tsa_name"
14050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14054     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14055     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14056     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14057   layout:
14058     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14059     layout: "plot-throughput-speedup-analysis"
14060
14061 - type: "plot"
14062   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14063   algorithm: "plot_tsa_name"
14064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14066   include:
14067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14071   layout:
14072     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14073     layout: "plot-throughput-speedup-analysis"
14074
14075 - type: "plot"
14076   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14077   algorithm: "plot_tsa_name"
14078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14080   include:
14081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14084     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14085     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14086   layout:
14087     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14095   include:
14096     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14098     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14099     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14100     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14101   layout:
14102     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14103     layout: "plot-throughput-speedup-analysis"
14104
14105 - type: "plot"
14106   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14107   algorithm: "plot_tsa_name"
14108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14110   include:
14111     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14112     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14113     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14114     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14115     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14116   layout:
14117     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14118     layout: "plot-throughput-speedup-analysis"
14119
14120 - type: "plot"
14121   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14122   algorithm: "plot_tsa_name"
14123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14125   include:
14126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14127     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14128     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14129     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14130     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14131   layout:
14132     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14133     layout: "plot-throughput-speedup-analysis"
14134
14135 - type: "plot"
14136   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14137   algorithm: "plot_tsa_name"
14138   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14147   layout:
14148     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14149     layout: "plot-throughput-speedup-analysis"
14150
14151 - type: "plot"
14152   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14153   algorithm: "plot_tsa_name"
14154   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14156   include:
14157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14163   layout:
14164     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14165     layout: "plot-throughput-speedup-analysis"
14166
14167 - type: "plot"
14168   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14169   algorithm: "plot_tsa_name"
14170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14172   include:
14173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14178   layout:
14179     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14180     layout: "plot-throughput-speedup-analysis"
14181
14182 - type: "plot"
14183   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14184   algorithm: "plot_tsa_name"
14185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14187   include:
14188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14193   layout:
14194     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14195     layout: "plot-throughput-speedup-analysis"
14196
14197 - type: "plot"
14198   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14199   algorithm: "plot_tsa_name"
14200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14202   include:
14203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14206   layout:
14207     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14208     layout: "plot-throughput-speedup-analysis"
14209
14210 - type: "plot"
14211   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14212   algorithm: "plot_tsa_name"
14213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14215   include:
14216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14219   layout:
14220     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14221     layout: "plot-throughput-speedup-analysis"
14222
14223 - type: "plot"
14224   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14225   algorithm: "plot_tsa_name"
14226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14228   include:
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14234   layout:
14235     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14236     layout: "plot-throughput-speedup-analysis"
14237
14238 - type: "plot"
14239   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14240   algorithm: "plot_tsa_name"
14241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14249   layout:
14250     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14251     layout: "plot-throughput-speedup-analysis"
14252
14253 - type: "plot"
14254   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14255   algorithm: "plot_tsa_name"
14256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14258   include:
14259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14262   layout:
14263     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14264     layout: "plot-throughput-speedup-analysis"
14265
14266 - type: "plot"
14267   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14268   algorithm: "plot_tsa_name"
14269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14271   include:
14272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14275   layout:
14276     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14284   include:
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14291   layout:
14292     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14300   include:
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14307   layout:
14308     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14309     layout: "plot-throughput-speedup-analysis"
14310
14311 - type: "plot"
14312   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14313   algorithm: "plot_tsa_name"
14314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14316   include:
14317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14323   layout:
14324     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14325     layout: "plot-throughput-speedup-analysis"
14326
14327 - type: "plot"
14328   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14329   algorithm: "plot_tsa_name"
14330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14332   include:
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14339   layout:
14340     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14341     layout: "plot-throughput-speedup-analysis"
14342
14343 - type: "plot"
14344   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14345   algorithm: "plot_tsa_name"
14346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14348   include:
14349     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14352   layout:
14353     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14354     layout: "plot-throughput-speedup-analysis"
14355
14356 - type: "plot"
14357   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14358   algorithm: "plot_tsa_name"
14359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14361   include:
14362     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14365   layout:
14366     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14367     layout: "plot-throughput-speedup-analysis"
14368
14369 - type: "plot"
14370   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14371   algorithm: "plot_tsa_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14374   include:
14375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14378 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14379 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14380   layout:
14381     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14393 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14394 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14395   layout:
14396     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14397     layout: "plot-throughput-speedup-analysis"
14398
14399 - type: "plot"
14400   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14401   algorithm: "plot_tsa_name"
14402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14404   include:
14405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14410   layout:
14411     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14425   layout:
14426     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14440   layout:
14441     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14449   include:
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14455   layout:
14456     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14457     layout: "plot-throughput-speedup-analysis"
14458
14459 - type: "plot"
14460   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14464   include:
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14471   layout:
14472     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14473     layout: "plot-throughput-speedup-analysis"
14474
14475 - type: "plot"
14476   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14477   algorithm: "plot_tsa_name"
14478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14480   include:
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14487   layout:
14488     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14503   layout:
14504     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14519   layout:
14520     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14528   include:
14529     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14531   layout:
14532     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14540   include:
14541     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14543   layout:
14544     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14557   layout:
14558     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14571   layout:
14572     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14585   layout:
14586     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14599   layout:
14600     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14608   include:
14609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14615   layout:
14616     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14631   layout:
14632     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14646   layout:
14647     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14661   layout:
14662     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14663     layout: "plot-throughput-speedup-analysis"
14664
14665 - type: "plot"
14666   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14667   algorithm: "plot_tsa_name"
14668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14670   include:
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14676   layout:
14677     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14685   include:
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14691   layout:
14692     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14693     layout: "plot-throughput-speedup-analysis"
14694
14695 - type: "plot"
14696   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14697   algorithm: "plot_tsa_name"
14698   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14700   include:
14701     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14704   layout:
14705     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14713   include:
14714     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14717   layout:
14718     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14726   include:
14727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14730   layout:
14731     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14739   include:
14740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14743   layout:
14744     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14752   include:
14753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14758   layout:
14759     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14760     layout: "plot-throughput-speedup-analysis"
14761
14762 - type: "plot"
14763   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14764   algorithm: "plot_tsa_name"
14765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14767   include:
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14773   layout:
14774     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14782   include:
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14788   layout:
14789     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14797   include:
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14803   layout:
14804     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14805     layout: "plot-throughput-speedup-analysis"
14806
14807 - type: "plot"
14808   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14809   algorithm: "plot_tsa_name"
14810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14812   include:
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14819   layout:
14820     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14821     layout: "plot-throughput-speedup-analysis"
14822
14823 - type: "plot"
14824   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14825   algorithm: "plot_tsa_name"
14826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14828   include:
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14835   layout:
14836     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14844   include:
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14849   layout:
14850     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14851     layout: "plot-throughput-speedup-analysis"
14852
14853 - type: "plot"
14854   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14855   algorithm: "plot_tsa_name"
14856   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14858   include:
14859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14863   layout:
14864     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14865     layout: "plot-throughput-speedup-analysis"
14866
14867 - type: "plot"
14868   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14869   algorithm: "plot_tsa_name"
14870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14872   include:
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14879   layout:
14880     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14881     layout: "plot-throughput-speedup-analysis"
14882
14883 - type: "plot"
14884   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14885   algorithm: "plot_tsa_name"
14886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14888   include:
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14895   layout:
14896     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14897     layout: "plot-throughput-speedup-analysis"
14898
14899 - type: "plot"
14900   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14901   algorithm: "plot_tsa_name"
14902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14904   include:
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14911   layout:
14912     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14913     layout: "plot-throughput-speedup-analysis"
14914
14915 - type: "plot"
14916   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14917   algorithm: "plot_tsa_name"
14918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14920   include:
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14927   layout:
14928     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14929     layout: "plot-throughput-speedup-analysis"
14930
14931 - type: "plot"
14932   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14933   algorithm: "plot_tsa_name"
14934   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14936   include:
14937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14943   layout:
14944     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14959   layout:
14960     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14968   include:
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14975   layout:
14976     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14991   layout:
14992     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15000   include:
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15007   layout:
15008     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15009     layout: "plot-throughput-speedup-analysis"
15010
15011 - type: "plot"
15012   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15013   algorithm: "plot_tsa_name"
15014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15016   include:
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15023   layout:
15024     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15037   layout:
15038     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15046   include:
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15051   layout:
15052     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 - type: "plot"
15056   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15057   algorithm: "plot_tsa_name"
15058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15060   include:
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15065   layout:
15066     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15074   include:
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15079   layout:
15080     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15088   include:
15089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15095   layout:
15096     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15104   include:
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15111   layout:
15112     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15113     layout: "plot-throughput-speedup-analysis"
15114
15115 - type: "plot"
15116   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15117   algorithm: "plot_tsa_name"
15118   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15120   include:
15121     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15126   layout:
15127     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15128     layout: "plot-throughput-speedup-analysis"
15129
15130 - type: "plot"
15131   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15132   algorithm: "plot_tsa_name"
15133   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15135   include:
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15141   layout:
15142     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15143     layout: "plot-throughput-speedup-analysis"
15144
15145 - type: "plot"
15146   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15147   algorithm: "plot_tsa_name"
15148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15150   include:
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15156   layout:
15157     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15165   include:
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15171   layout:
15172     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15173     layout: "plot-throughput-speedup-analysis"
15174
15175 - type: "plot"
15176   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15177   algorithm: "plot_tsa_name"
15178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15180   include:
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15185   layout:
15186     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15187     layout: "plot-throughput-speedup-analysis"
15188
15189 - type: "plot"
15190   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15191   algorithm: "plot_tsa_name"
15192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15194   include:
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15199   layout:
15200     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15201     layout: "plot-throughput-speedup-analysis"
15202
15203 - type: "plot"
15204   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15205   algorithm: "plot_tsa_name"
15206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15208   include:
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15215   layout:
15216     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15217     layout: "plot-throughput-speedup-analysis"
15218
15219 - type: "plot"
15220   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15221   algorithm: "plot_tsa_name"
15222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15224   include:
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15231   layout:
15232     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15233     layout: "plot-throughput-speedup-analysis"
15234
15235 - type: "plot"
15236   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15237   algorithm: "plot_tsa_name"
15238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15240   include:
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15247   layout:
15248     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15263   layout:
15264     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15272   include:
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-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15279   layout:
15280     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15281     layout: "plot-throughput-speedup-analysis"
15282
15283 - type: "plot"
15284   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15285   algorithm: "plot_tsa_name"
15286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15288   include:
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-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15295   layout:
15296     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15304   include:
15305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15309     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15310     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15311   layout:
15312     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15313     layout: "plot-throughput-speedup-analysis"
15314
15315 - type: "plot"
15316   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15317   algorithm: "plot_tsa_name"
15318   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15320   include:
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15325     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15326     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15327   layout:
15328     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15329     layout: "plot-throughput-speedup-analysis"
15330
15331 - type: "plot"
15332   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15333   algorithm: "plot_tsa_name"
15334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15336   include:
15337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15341     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15342     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15343   layout:
15344     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15345     layout: "plot-throughput-speedup-analysis"
15346
15347 - type: "plot"
15348   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15349   algorithm: "plot_tsa_name"
15350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15352   include:
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15359   layout:
15360     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15368   include:
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15374   layout:
15375     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15389   layout:
15390     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15398   include:
15399     - "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"
15400     - "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"
15401     - "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"
15402     - "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"
15403     - "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"
15404   layout:
15405     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15413   include:
15414     - "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"
15415     - "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"
15416     - "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"
15417     - "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"
15418     - "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"
15419   layout:
15420     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15421     layout: "plot-throughput-speedup-analysis"
15422
15423 - type: "plot"
15424   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15425   algorithm: "plot_tsa_name"
15426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15428   include:
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15434   layout:
15435     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15443   include:
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15449   layout:
15450     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15458   include:
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15464   layout:
15465     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15473   include:
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15479   layout:
15480     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15488   include:
15489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15494   layout:
15495     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15503   include:
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15509   layout:
15510     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15511     layout: "plot-throughput-speedup-analysis"
15512
15513 - type: "plot"
15514   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15515   algorithm: "plot_tsa_name"
15516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15518   include:
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15524   layout:
15525     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15533   include:
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15539   layout:
15540     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15541     layout: "plot-throughput-speedup-analysis"
15542
15543 - type: "plot"
15544   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15545   algorithm: "plot_tsa_name"
15546   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15548   include:
15549     - "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"
15550     - "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"
15551     - "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"
15552     - "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"
15553   layout:
15554     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15555     layout: "plot-throughput-speedup-analysis"
15556
15557 - type: "plot"
15558   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15559   algorithm: "plot_tsa_name"
15560   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15562   include:
15563     - "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"
15564     - "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"
15565     - "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"
15566     - "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"
15567   layout:
15568     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 - type: "plot"
15572   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15573   algorithm: "plot_tsa_name"
15574   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15576   include:
15577     - "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"
15578     - "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"
15579     - "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"
15580     - "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"
15581   layout:
15582     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15590   include:
15591     - "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"
15592     - "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"
15593     - "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"
15594     - "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"
15595   layout:
15596     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15597     layout: "plot-throughput-speedup-analysis"
15598
15599 - type: "plot"
15600   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15601   algorithm: "plot_tsa_name"
15602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15604   include:
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15611   layout:
15612     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15620   include:
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15627   layout:
15628     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 - type: "plot"
15632   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15636   include:
15637     - "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"
15638     - "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"
15639     - "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"
15640     - "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"
15641     - "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"
15642     - "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"
15643   layout:
15644     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15652   include:
15653     - "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"
15654     - "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"
15655     - "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"
15656     - "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"
15657     - "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"
15658     - "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"
15659   layout:
15660     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15661     layout: "plot-throughput-speedup-analysis"
15662
15663 - type: "plot"
15664   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15665   algorithm: "plot_tsa_name"
15666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15668   include:
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15675   layout:
15676     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15677     layout: "plot-throughput-speedup-analysis"
15678
15679 - type: "plot"
15680   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15681   algorithm: "plot_tsa_name"
15682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15684   include:
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15691   layout:
15692     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 - type: "plot"
15696   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15697   algorithm: "plot_tsa_name"
15698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15700   include:
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15706   layout:
15707     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   include:
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15721   layout:
15722     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15723     layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15730   include:
15731     - "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"
15732     - "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"
15733   layout:
15734     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15735     layout: "plot-throughput-speedup-analysis"
15736
15737 - type: "plot"
15738   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15739   algorithm: "plot_tsa_name"
15740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15742   include:
15743     - "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"
15744     - "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"
15745   layout:
15746     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15747     layout: "plot-throughput-speedup-analysis"
15748
15749 - type: "plot"
15750   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15751   algorithm: "plot_tsa_name"
15752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15754   include:
15755     - "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"
15756     - "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"
15757   layout:
15758     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15766   include:
15767     - "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"
15768     - "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"
15769   layout:
15770     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15771     layout: "plot-throughput-speedup-analysis"
15772
15773 - type: "plot"
15774   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15775   algorithm: "plot_tsa_name"
15776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15778   include:
15779     - "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"
15780     - "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"
15781     - "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"
15782     - "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"
15783     - "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"
15784     - "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"
15785   layout:
15786     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15794   include:
15795     - "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"
15796     - "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"
15797     - "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"
15798     - "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"
15799     - "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"
15800     - "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"
15801   layout:
15802     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15803     layout: "plot-throughput-speedup-analysis"
15804
15805 - type: "plot"
15806   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15807   algorithm: "plot_tsa_name"
15808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15810   include:
15811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15813     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15814     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15815     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15816   layout:
15817     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15825   include:
15826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15831   layout:
15832     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15840   include:
15841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15846   layout:
15847     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15855   include:
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15861   layout:
15862     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15863     layout: "plot-throughput-speedup-analysis"
15864
15865 - type: "plot"
15866   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15867   algorithm: "plot_tsa_name"
15868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15870   include:
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15877   layout:
15878     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15886   include:
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15893   layout:
15894     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15902   include:
15903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15907   layout:
15908     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 - type: "plot"
15912   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15913   algorithm: "plot_tsa_name"
15914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15916   include:
15917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15921   layout:
15922     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15923     layout: "plot-throughput-speedup-analysis"
15924
15925 - type: "plot"
15926   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15927   algorithm: "plot_tsa_name"
15928   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15929   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15930   include:
15931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15935     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15936   layout:
15937     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15938     layout: "plot-throughput-speedup-analysis"
15939
15940 - type: "plot"
15941   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15942   algorithm: "plot_tsa_name"
15943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15945   include:
15946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15950     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15951   layout:
15952     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15953     layout: "plot-throughput-speedup-analysis"
15954
15955 - type: "plot"
15956   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15957   algorithm: "plot_tsa_name"
15958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15960   include:
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15965     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15966     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15967   layout:
15968     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15969     layout: "plot-throughput-speedup-analysis"
15970
15971 - type: "plot"
15972   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15973   algorithm: "plot_tsa_name"
15974   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15975   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15976   include:
15977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15982     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15983   layout:
15984     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15992   include:
15993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15996     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15997   layout:
15998     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15999     layout: "plot-throughput-speedup-analysis"
16000
16001 - type: "plot"
16002   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16003   algorithm: "plot_tsa_name"
16004   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16005   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16006   include:
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16011   layout:
16012     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16013     layout: "plot-throughput-speedup-analysis"
16014
16015 - type: "plot"
16016   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16017   algorithm: "plot_tsa_name"
16018   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16019   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16020   include:
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16026     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16027   layout:
16028     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16036   include:
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16043   layout:
16044     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16045     layout: "plot-throughput-speedup-analysis"
16046
16047 - type: "plot"
16048   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16049   algorithm: "plot_tsa_name"
16050   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16051   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16052   include:
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16059   layout:
16060     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16068   include:
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16075   layout:
16076     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16077     layout: "plot-throughput-speedup-analysis"
16078
16079 - type: "plot"
16080   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16081   algorithm: "plot_tsa_name"
16082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16084   include:
16085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16088     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16089     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16090     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16091   layout:
16092     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16100   include:
16101     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16106     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16107   layout:
16108     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16109     layout: "plot-throughput-speedup-analysis"
16110
16111 - type: "plot"
16112   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16113   algorithm: "plot_tsa_name"
16114   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16115   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16116   include:
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16123   layout:
16124     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16125     layout: "plot-throughput-speedup-analysis"
16126
16127 - type: "plot"
16128   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16129   algorithm: "plot_tsa_name"
16130   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16131   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16132   include:
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16139   layout:
16140     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16148   include:
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16155   layout:
16156     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16157     layout: "plot-throughput-speedup-analysis"
16158
16159 - type: "plot"
16160   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16161   algorithm: "plot_tsa_name"
16162   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16163   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16164   include:
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16171   layout:
16172     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16173     layout: "plot-throughput-speedup-analysis"
16174
16175 #- type: "plot"
16176 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16177 #  algorithm: "plot_tsa_name"
16178 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16179 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16180 #  include:
16181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16184 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16186 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16187 #  layout:
16188 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16189 #    layout: "plot-throughput-speedup-analysis"
16190 #
16191 #- type: "plot"
16192 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16193 #  algorithm: "plot_tsa_name"
16194 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16195 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16196 #  include:
16197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16200 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16203 #  layout:
16204 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16205 #    layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16212   include:
16213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16218   layout:
16219     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16227   include:
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16233   layout:
16234     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16242   include:
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16249   layout:
16250     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16251     layout: "plot-throughput-speedup-analysis"
16252
16253 - type: "plot"
16254   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16255   algorithm: "plot_tsa_name"
16256   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16257   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16258   include:
16259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16265   layout:
16266     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16274   include:
16275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16280   layout:
16281     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16289   include:
16290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16295   layout:
16296     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 #- type: "plot"
16300 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16301 #  algorithm: "plot_tsa_name"
16302 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16303 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16304 #  include:
16305 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16306 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16307 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16308 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16309 #  layout:
16310 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16311 #    layout: "plot-throughput-speedup-analysis"
16312 #
16313 #- type: "plot"
16314 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16315 #  algorithm: "plot_tsa_name"
16316 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16317 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16318 #  include:
16319 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16320 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16321 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16322 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16323 #  layout:
16324 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16325 #    layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16332   include:
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16339   layout:
16340     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16341     layout: "plot-throughput-speedup-analysis"
16342
16343 - type: "plot"
16344   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16345   algorithm: "plot_tsa_name"
16346   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16347   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16348   include:
16349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16355   layout:
16356     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16357     layout: "plot-throughput-speedup-analysis"
16358
16359 - type: "plot"
16360   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16361   algorithm: "plot_tsa_name"
16362   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16363   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16364   include:
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16370   layout:
16371     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16372     layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16379   include:
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16385   layout:
16386     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16394   include:
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16401   layout:
16402     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16403     layout: "plot-throughput-speedup-analysis"
16404
16405 - type: "plot"
16406   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16407   algorithm: "plot_tsa_name"
16408   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16409   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16410   include:
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16417   layout:
16418     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16419     layout: "plot-throughput-speedup-analysis"
16420
16421 - type: "plot"
16422   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16423   algorithm: "plot_tsa_name"
16424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16426   include:
16427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16431   layout:
16432     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 - type: "plot"
16436   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16437   algorithm: "plot_tsa_name"
16438   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16439   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16440   include:
16441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16445   layout:
16446     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16447     layout: "plot-throughput-speedup-analysis"
16448
16449 - type: "plot"
16450   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16451   algorithm: "plot_tsa_name"
16452   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16453   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16454   include:
16455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16460   layout:
16461     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16469   include:
16470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16475   layout:
16476     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16477     layout: "plot-throughput-speedup-analysis"
16478
16479 - type: "plot"
16480   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16481   algorithm: "plot_tsa_name"
16482   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16483   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16484   include:
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16491   layout:
16492     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16493     layout: "plot-throughput-speedup-analysis"
16494
16495 - type: "plot"
16496   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16497   algorithm: "plot_tsa_name"
16498   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16499   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16500   include:
16501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16507   layout:
16508     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16509     layout: "plot-throughput-speedup-analysis"
16510
16511 #- type: "plot"
16512 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16513 #  algorithm: "plot_tsa_name"
16514 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16515 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16516 #  include:
16517 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16518 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16519 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16520 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16521 #  layout:
16522 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16523 #    layout: "plot-throughput-speedup-analysis"
16524 #
16525 #- type: "plot"
16526 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16527 #  algorithm: "plot_tsa_name"
16528 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16529 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16530 #  include:
16531 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16532 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16533 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16534 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16535 #  layout:
16536 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16537 #    layout: "plot-throughput-speedup-analysis"
16538
16539 - type: "plot"
16540   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16541   algorithm: "plot_tsa_name"
16542   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16543   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16544   include:
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16548     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16549     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16550     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16551   layout:
16552     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16553     layout: "plot-throughput-speedup-analysis"
16554
16555 - type: "plot"
16556   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16557   algorithm: "plot_tsa_name"
16558   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16559   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16560   include:
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16567   layout:
16568     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16569     layout: "plot-throughput-speedup-analysis"
16570
16571 #- type: "plot"
16572 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16573 #  algorithm: "plot_tsa_name"
16574 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16575 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16576 #  include:
16577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16578 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16579 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16580 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16581 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16582 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16583 #  layout:
16584 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16585 #    layout: "plot-throughput-speedup-analysis"
16586 #
16587 #- type: "plot"
16588 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16589 #  algorithm: "plot_tsa_name"
16590 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16591 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16592 #  include:
16593 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16594 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16595 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16596 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16597 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16598 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16599 #  layout:
16600 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16601 #    layout: "plot-throughput-speedup-analysis"
16602
16603 #- type: "plot"
16604 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16605 #  algorithm: "plot_tsa_name"
16606 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16607 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16608 #  include:
16609 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16610 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16611 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16612 #  layout:
16613 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16614 #    layout: "plot-throughput-speedup-analysis"
16615 #
16616 #- type: "plot"
16617 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16618 #  algorithm: "plot_tsa_name"
16619 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16620 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16621 #  include:
16622 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16623 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16624 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16625 #  layout:
16626 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16627 #    layout: "plot-throughput-speedup-analysis"
16628
16629 ################################################################################
16630
16631 # Packet Throughput - DPDK
16632
16633 # 2n-skx-xxv710
16634
16635 - type: "plot"
16636   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16637   algorithm: "plot_perf_box_name"
16638   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16639   data: "plot-dpdk-throughput-latency-2n-skx"
16640   include:
16641     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16642     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16643   layout:
16644     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16645     layout: "plot-throughput"
16646
16647 - type: "plot"
16648   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16649   algorithm: "plot_perf_box_name"
16650   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16651   data: "plot-dpdk-throughput-latency-2n-skx"
16652   include:
16653     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16654     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16655   layout:
16656     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16657     layout: "plot-throughput"
16658
16659 - type: "plot"
16660   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16661   algorithm: "plot_perf_box_name"
16662   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16663   data: "plot-dpdk-throughput-latency-2n-skx"
16664   include:
16665     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16666     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16667   layout:
16668     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16669     layout: "plot-throughput"
16670
16671 - type: "plot"
16672   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16673   algorithm: "plot_perf_box_name"
16674   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16675   data: "plot-dpdk-throughput-latency-2n-skx"
16676   include:
16677     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16678     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16679   layout:
16680     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16681     layout: "plot-throughput"
16682
16683 # 2n-skx-x710
16684
16685 - type: "plot"
16686   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16687   algorithm: "plot_perf_box_name"
16688   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16689   data: "plot-dpdk-throughput-latency-2n-skx"
16690   include:
16691     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16692     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16693   layout:
16694     title: "2n-skx-x710-64b-2t1c-base-ndr"
16695     layout: "plot-throughput"
16696
16697 - type: "plot"
16698   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16699   algorithm: "plot_perf_box_name"
16700   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16701   data: "plot-dpdk-throughput-latency-2n-skx"
16702   include:
16703     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16704     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16705   layout:
16706     title: "2n-skx-x710-64b-4t2c-base-ndr"
16707     layout: "plot-throughput"
16708
16709 - type: "plot"
16710   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16711   algorithm: "plot_perf_box_name"
16712   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16713   data: "plot-dpdk-throughput-latency-2n-skx"
16714   include:
16715     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16716     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16717   layout:
16718     title: "2n-skx-x710-64b-2t1c-base-pdr"
16719     layout: "plot-throughput"
16720
16721 - type: "plot"
16722   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16723   algorithm: "plot_perf_box_name"
16724   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16725   data: "plot-dpdk-throughput-latency-2n-skx"
16726   include:
16727     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16728     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16729   layout:
16730     title: "2n-skx-x710-64b-4t2c-base-pdr"
16731     layout: "plot-throughput"
16732
16733 # 3n-skx-xxv710
16734
16735 - type: "plot"
16736   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16737   algorithm: "plot_perf_box_name"
16738   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16739   data: "plot-dpdk-throughput-latency-3n-skx"
16740   include:
16741     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16742     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16743   layout:
16744     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16745     layout: "plot-throughput"
16746
16747 - type: "plot"
16748   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16749   algorithm: "plot_perf_box_name"
16750   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16751   data: "plot-dpdk-throughput-latency-3n-skx"
16752   include:
16753     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16754     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16755   layout:
16756     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16757     layout: "plot-throughput"
16758
16759 - type: "plot"
16760   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16761   algorithm: "plot_perf_box_name"
16762   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16763   data: "plot-dpdk-throughput-latency-3n-skx"
16764   include:
16765     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16766     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16767   layout:
16768     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16769     layout: "plot-throughput"
16770
16771 - type: "plot"
16772   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16773   algorithm: "plot_perf_box_name"
16774   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16775   data: "plot-dpdk-throughput-latency-3n-skx"
16776   include:
16777     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16778     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16779   layout:
16780     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16781     layout: "plot-throughput"
16782
16783 # 3n-skx-x710
16784
16785 - type: "plot"
16786   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16787   algorithm: "plot_perf_box_name"
16788   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16789   data: "plot-dpdk-throughput-latency-3n-skx"
16790   include:
16791     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16792     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16793   layout:
16794     title: "3n-skx-x710-64b-2t1c-base-ndr"
16795     layout: "plot-throughput"
16796
16797 - type: "plot"
16798   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16799   algorithm: "plot_perf_box_name"
16800   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16801   data: "plot-dpdk-throughput-latency-3n-skx"
16802   include:
16803     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16804     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16805   layout:
16806     title: "3n-skx-x710-64b-4t2c-base-ndr"
16807     layout: "plot-throughput"
16808
16809 - type: "plot"
16810   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16811   algorithm: "plot_perf_box_name"
16812   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16813   data: "plot-dpdk-throughput-latency-3n-skx"
16814   include:
16815     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16816     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16817   layout:
16818     title: "3n-skx-x710-64b-2t1c-base-pdr"
16819     layout: "plot-throughput"
16820
16821 - type: "plot"
16822   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16823   algorithm: "plot_perf_box_name"
16824   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16825   data: "plot-dpdk-throughput-latency-3n-skx"
16826   include:
16827     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16828     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16829   layout:
16830     title: "3n-skx-x710-64b-4t2c-base-pdr"
16831     layout: "plot-throughput"
16832
16833 # 3n-hsw-xl710
16834
16835 - type: "plot"
16836   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16837   algorithm: "plot_perf_box_name"
16838   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16839   data: "plot-dpdk-throughput-latency-3n-hsw"
16840   include:
16841     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16842     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16843   layout:
16844     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16845     layout: "plot-throughput"
16846
16847 - type: "plot"
16848   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16849   algorithm: "plot_perf_box_name"
16850   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16851   data: "plot-dpdk-throughput-latency-3n-hsw"
16852   include:
16853     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16854     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16855   layout:
16856     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16863   data: "plot-dpdk-throughput-latency-3n-hsw"
16864   include:
16865     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16866     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16867   layout:
16868     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16873   algorithm: "plot_perf_box_name"
16874   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16875   data: "plot-dpdk-throughput-latency-3n-hsw"
16876   include:
16877     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16878     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16879   layout:
16880     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16881     layout: "plot-throughput"
16882
16883 # 3n-hsw-x710
16884
16885 - type: "plot"
16886   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16887   algorithm: "plot_perf_box_name"
16888   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16889   data: "plot-dpdk-throughput-latency-3n-hsw"
16890   include:
16891     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16892     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16893   layout:
16894     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16901   data: "plot-dpdk-throughput-latency-3n-hsw"
16902   include:
16903     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16904     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16905   layout:
16906     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16907     layout: "plot-throughput"
16908
16909 - type: "plot"
16910   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16911   algorithm: "plot_perf_box_name"
16912   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16913   data: "plot-dpdk-throughput-latency-3n-hsw"
16914   include:
16915     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16916     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16917   layout:
16918     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16919     layout: "plot-throughput"
16920
16921 - type: "plot"
16922   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16923   algorithm: "plot_perf_box_name"
16924   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16925   data: "plot-dpdk-throughput-latency-3n-hsw"
16926   include:
16927     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16928     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16929   layout:
16930     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16931     layout: "plot-throughput"
16932
16933 # 2n-dnv-x553
16934
16935 - type: "plot"
16936   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16937   algorithm: "plot_perf_box_name"
16938   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16939   data: "plot-dpdk-throughput-latency-2n-dnv"
16940   include:
16941     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16942     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16943   layout:
16944     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16945     layout: "plot-throughput"
16946
16947 - type: "plot"
16948   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16951   data: "plot-dpdk-throughput-latency-2n-dnv"
16952   include:
16953     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16954     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16955   layout:
16956     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16957     layout: "plot-throughput"
16958
16959 - type: "plot"
16960   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16961   algorithm: "plot_perf_box_name"
16962   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16963   data: "plot-dpdk-throughput-latency-2n-dnv"
16964   include:
16965     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16966     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16967   layout:
16968     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16969     layout: "plot-throughput"
16970
16971 - type: "plot"
16972   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16973   algorithm: "plot_perf_box_name"
16974   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16975   data: "plot-dpdk-throughput-latency-2n-dnv"
16976   include:
16977     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16978     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16979   layout:
16980     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16981     layout: "plot-throughput"
16982
16983 # 3n-dnv-x553
16984
16985 - type: "plot"
16986   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16987   algorithm: "plot_perf_box_name"
16988   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16989   data: "plot-dpdk-throughput-latency-3n-dnv"
16990   include:
16991     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16992     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16993   layout:
16994     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16995     layout: "plot-throughput"
16996
16997 - type: "plot"
16998   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16999   algorithm: "plot_perf_box_name"
17000   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17001   data: "plot-dpdk-throughput-latency-3n-dnv"
17002   include:
17003     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17004     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17005   layout:
17006     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17013   data: "plot-dpdk-throughput-latency-3n-dnv"
17014   include:
17015     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17016     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17017   layout:
17018     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17019     layout: "plot-throughput"
17020
17021 - type: "plot"
17022   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17023   algorithm: "plot_perf_box_name"
17024   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17025   data: "plot-dpdk-throughput-latency-3n-dnv"
17026   include:
17027     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17028     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17029   layout:
17030     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17031     layout: "plot-throughput"
17032
17033 # 3n-tsh-x520
17034
17035 - type: "plot"
17036   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17037   algorithm: "plot_perf_box_name"
17038   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17039   data: "plot-dpdk-throughput-latency-3n-tsh"
17040   include:
17041     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17042     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17043   layout:
17044     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17045     layout: "plot-throughput"
17046
17047 - type: "plot"
17048   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17049   algorithm: "plot_perf_box_name"
17050   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17051   data: "plot-dpdk-throughput-latency-3n-tsh"
17052   include:
17053     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17054     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17055   layout:
17056     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17057     layout: "plot-throughput"
17058
17059 - type: "plot"
17060   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17061   algorithm: "plot_perf_box_name"
17062   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17063   data: "plot-dpdk-throughput-latency-3n-tsh"
17064   include:
17065     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17066     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17067   layout:
17068     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17069     layout: "plot-throughput"
17070
17071 - type: "plot"
17072   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17073   algorithm: "plot_perf_box_name"
17074   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17075   data: "plot-dpdk-throughput-latency-3n-tsh"
17076   include:
17077     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17078     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17079   layout:
17080     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17081     layout: "plot-throughput"
17082
17083 ################################################################################
17084 ###   2n-clx                                                                 ###
17085 ################################################################################
17086
17087 # Packet Throughput
17088
17089 - type: "plot"
17090   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17094   include:
17095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17099   layout:
17100     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17101     layout: "plot-throughput"
17102
17103 - type: "plot"
17104   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17105   algorithm: "plot_perf_box_name"
17106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17108   include:
17109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17113   layout:
17114     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17122   include:
17123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17127   layout:
17128     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17129     layout: "plot-throughput"
17130
17131 - type: "plot"
17132   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17133   algorithm: "plot_perf_box_name"
17134   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17136   include:
17137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17141   layout:
17142     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17147   algorithm: "plot_perf_box_name"
17148   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17150   include:
17151     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17153     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17154     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17155   layout:
17156     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17157     layout: "plot-throughput"
17158
17159 - type: "plot"
17160   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17161   algorithm: "plot_perf_box_name"
17162   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17164   include:
17165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17167     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17168     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17169   layout:
17170     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17178   include:
17179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17185   layout:
17186     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17187     layout: "plot-throughput"
17188
17189 - type: "plot"
17190   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17191   algorithm: "plot_perf_box_name"
17192   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17194   include:
17195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17200   layout:
17201     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17214   layout:
17215     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17223   include:
17224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17228   layout:
17229     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17230     layout: "plot-throughput"
17231
17232 - type: "plot"
17233   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17234   algorithm: "plot_perf_box_name"
17235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17237   include:
17238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17241   layout:
17242     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17243     layout: "plot-throughput"
17244
17245 - type: "plot"
17246   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17247   algorithm: "plot_perf_box_name"
17248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17250   include:
17251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17254   layout:
17255     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17263   include:
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17269   layout:
17270     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17278   include:
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17284   layout:
17285     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17293   include:
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17297   layout:
17298     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17299     layout: "plot-throughput"
17300
17301 - type: "plot"
17302   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17303   algorithm: "plot_perf_box_name"
17304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17306   include:
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17310   layout:
17311     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17312     layout: "plot-throughput"
17313
17314 - type: "plot"
17315   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17316   algorithm: "plot_perf_box_name"
17317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17319   include:
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17326   layout:
17327     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17335   include:
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17342   layout:
17343     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17344     layout: "plot-throughput"
17345
17346 - type: "plot"
17347   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17348   algorithm: "plot_perf_box_name"
17349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17351   include:
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17358   layout:
17359     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17367   include:
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17374   layout:
17375     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17376     layout: "plot-throughput"
17377
17378 - type: "plot"
17379   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17380   algorithm: "plot_perf_box_name"
17381   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17383   include:
17384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17386   layout:
17387     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17388     layout: "plot-throughput"
17389
17390 - type: "plot"
17391   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17392   algorithm: "plot_perf_box_name"
17393   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17395   include:
17396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17398   layout:
17399     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17400     layout: "plot-throughput"
17401
17402 - type: "plot"
17403   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17404   algorithm: "plot_perf_box_name"
17405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17407   include:
17408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17414   layout:
17415     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17423   include:
17424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17430   layout:
17431     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17432     layout: "plot-throughput"
17433
17434 - type: "plot"
17435   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17436   algorithm: "plot_perf_box_name"
17437   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17439   include:
17440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17446   layout:
17447     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17448     layout: "plot-throughput"
17449
17450 - type: "plot"
17451   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17452   algorithm: "plot_perf_box_name"
17453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17455   include:
17456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17462   layout:
17463     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17464     layout: "plot-throughput"
17465
17466 - type: "plot"
17467   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17468   algorithm: "plot_perf_box_name"
17469   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17471   include:
17472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17478   layout:
17479     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17480     layout: "plot-throughput"
17481
17482 - type: "plot"
17483   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17484   algorithm: "plot_perf_box_name"
17485   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487   include:
17488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17494   layout:
17495     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17496     layout: "plot-throughput"
17497
17498 - type: "plot"
17499   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17500   algorithm: "plot_perf_box_name"
17501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17503   include:
17504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17509   layout:
17510     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17524   layout:
17525     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17526     layout: "plot-throughput"
17527
17528 - type: "plot"
17529   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17530   algorithm: "plot_perf_box_name"
17531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17533   include:
17534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17554   layout:
17555     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17563   include:
17564     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17569   layout:
17570     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17584   layout:
17585     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17586     layout: "plot-throughput"
17587
17588 - type: "plot"
17589   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17590   algorithm: "plot_perf_box_name"
17591   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17593   include:
17594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17599   layout:
17600     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17614   layout:
17615     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17616     layout: "plot-throughput"
17617
17618 - type: "plot"
17619   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17620   algorithm: "plot_perf_box_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17629   layout:
17630     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17635   algorithm: "plot_perf_box_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17644   layout:
17645     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17660   layout:
17661     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17676   layout:
17677     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17678     layout: "plot-throughput"
17679
17680 - type: "plot"
17681   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17682   algorithm: "plot_perf_box_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17685   include:
17686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17690   layout:
17691     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17692     layout: "plot-throughput"
17693
17694 - type: "plot"
17695   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17696   algorithm: "plot_perf_box_name"
17697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17699   include:
17700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17704   layout:
17705     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17713   include:
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17720   layout:
17721     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17722     layout: "plot-throughput"
17723
17724 - type: "plot"
17725   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17726   algorithm: "plot_perf_box_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17729   include:
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17736   layout:
17737     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17738     layout: "plot-throughput"
17739
17740 - type: "plot"
17741   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17742   algorithm: "plot_perf_box_name"
17743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17745   include:
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17752     layout: "plot-throughput"
17753
17754 - type: "plot"
17755   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17756   algorithm: "plot_perf_box_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17764   layout:
17765     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17766     layout: "plot-throughput"
17767
17768 - type: "plot"
17769   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17770   algorithm: "plot_perf_box_name"
17771   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17773   include:
17774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17778     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17779     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17780   layout:
17781     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17782     layout: "plot-throughput"
17783
17784 - type: "plot"
17785   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17786   algorithm: "plot_perf_box_name"
17787   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17789   include:
17790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17795     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17796   layout:
17797     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17798     layout: "plot-throughput"
17799
17800 - type: "plot"
17801   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17802   algorithm: "plot_perf_box_name"
17803   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17805   include:
17806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17810   layout:
17811     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17812     layout: "plot-throughput"
17813
17814 - type: "plot"
17815   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17816   algorithm: "plot_perf_box_name"
17817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17819   include:
17820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17824   layout:
17825     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17826     layout: "plot-throughput"
17827
17828 - type: "plot"
17829   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17830   algorithm: "plot_perf_box_name"
17831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17833   include:
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17839   layout:
17840     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17841     layout: "plot-throughput"
17842
17843 - type: "plot"
17844   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17845   algorithm: "plot_perf_box_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17854   layout:
17855     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17856     layout: "plot-throughput"
17857
17858 - type: "plot"
17859   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17860   algorithm: "plot_perf_box_name"
17861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17863   include:
17864     - "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"
17865     - "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"
17866     - "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"
17867     - "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"
17868     - "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"
17869   layout:
17870     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17871     layout: "plot-throughput"
17872
17873 - type: "plot"
17874   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17875   algorithm: "plot_perf_box_name"
17876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17878   include:
17879     - "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"
17880     - "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"
17881     - "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"
17882     - "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"
17883     - "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"
17884   layout:
17885     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17886     layout: "plot-throughput"
17887
17888 - type: "plot"
17889   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17890   algorithm: "plot_perf_box_name"
17891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17893   include:
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17899   layout:
17900     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17901     layout: "plot-throughput"
17902
17903 - type: "plot"
17904   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17905   algorithm: "plot_perf_box_name"
17906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17908   include:
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17914   layout:
17915     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17916     layout: "plot-throughput"
17917
17918 - type: "plot"
17919   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17920   algorithm: "plot_perf_box_name"
17921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17923   include:
17924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17929   layout:
17930     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17931     layout: "plot-throughput"
17932
17933 - type: "plot"
17934   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17935   algorithm: "plot_perf_box_name"
17936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17938   include:
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17944   layout:
17945     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17946     layout: "plot-throughput"
17947
17948 - type: "plot"
17949   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17950   algorithm: "plot_perf_box_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17958   layout:
17959     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17960     layout: "plot-throughput"
17961
17962 - type: "plot"
17963   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17964   algorithm: "plot_perf_box_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17972   layout:
17973     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17974     layout: "plot-throughput"
17975
17976 - type: "plot"
17977   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17978   algorithm: "plot_perf_box_name"
17979   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17981   include:
17982     - "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"
17983     - "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"
17984     - "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"
17985     - "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"
17986   layout:
17987     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17997     - "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"
17998     - "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"
17999     - "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"
18000   layout:
18001     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18002     layout: "plot-throughput"
18003
18004 - type: "plot"
18005   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18006   algorithm: "plot_perf_box_name"
18007   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18009   include:
18010     - "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"
18011     - "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"
18012     - "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"
18013     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18014     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18015     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18016   layout:
18017     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18018     layout: "plot-throughput"
18019
18020 - type: "plot"
18021   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18022   algorithm: "plot_perf_box_name"
18023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18025   include:
18026     - "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"
18027     - "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"
18028     - "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"
18029     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18030     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18031     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18032   layout:
18033     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18034     layout: "plot-throughput"
18035
18036 ################################################################################
18037
18038 # Packet Speedup
18039
18040 - type: "plot"
18041   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18042   algorithm: "plot_tsa_name"
18043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18045   include:
18046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18049     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18050   layout:
18051     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18052     layout: "plot-throughput-speedup-analysis"
18053
18054 - type: "plot"
18055   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18056   algorithm: "plot_tsa_name"
18057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18059   include:
18060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18064   layout:
18065     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18066     layout: "plot-throughput-speedup-analysis"
18067
18068 - type: "plot"
18069   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18070   algorithm: "plot_tsa_name"
18071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18073   include:
18074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18078   layout:
18079     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18080     layout: "plot-throughput-speedup-analysis"
18081
18082 - type: "plot"
18083   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18084   algorithm: "plot_tsa_name"
18085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18087   include:
18088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18092   layout:
18093     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18094     layout: "plot-throughput-speedup-analysis"
18095
18096 - type: "plot"
18097   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18098   algorithm: "plot_tsa_name"
18099   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18101   include:
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18104     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18105     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18106   layout:
18107     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18108     layout: "plot-throughput-speedup-analysis"
18109
18110 - type: "plot"
18111   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18112   algorithm: "plot_tsa_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18118     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18119     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18120   layout:
18121     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18122     layout: "plot-throughput-speedup-analysis"
18123
18124 - type: "plot"
18125   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18126   algorithm: "plot_tsa_name"
18127   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18129   include:
18130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18136   layout:
18137     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18138     layout: "plot-throughput-speedup-analysis"
18139
18140 - type: "plot"
18141   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18142   algorithm: "plot_tsa_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18152   layout:
18153     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18154     layout: "plot-throughput-speedup-analysis"
18155
18156 - type: "plot"
18157   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18158   algorithm: "plot_tsa_name"
18159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18161   include:
18162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18166   layout:
18167     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18168     layout: "plot-throughput-speedup-analysis"
18169
18170 - type: "plot"
18171   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18172   algorithm: "plot_tsa_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18180   layout:
18181     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18182     layout: "plot-throughput-speedup-analysis"
18183
18184 - type: "plot"
18185   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18186   algorithm: "plot_tsa_name"
18187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18189   include:
18190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18193   layout:
18194     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18195     layout: "plot-throughput-speedup-analysis"
18196
18197 - type: "plot"
18198   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18199   algorithm: "plot_tsa_name"
18200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18202   include:
18203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18206   layout:
18207     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18208     layout: "plot-throughput-speedup-analysis"
18209
18210 - type: "plot"
18211   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18212   algorithm: "plot_tsa_name"
18213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18215   include:
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18221   layout:
18222     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18236   layout:
18237     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18238     layout: "plot-throughput-speedup-analysis"
18239
18240 - type: "plot"
18241   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18242   algorithm: "plot_tsa_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18249   layout:
18250     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18251     layout: "plot-throughput-speedup-analysis"
18252
18253 - type: "plot"
18254   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18255   algorithm: "plot_tsa_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18262   layout:
18263     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18264     layout: "plot-throughput-speedup-analysis"
18265
18266 - type: "plot"
18267   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18268   algorithm: "plot_tsa_name"
18269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18271   include:
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18278   layout:
18279     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18280     layout: "plot-throughput-speedup-analysis"
18281
18282 - type: "plot"
18283   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18284   algorithm: "plot_tsa_name"
18285   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18287   include:
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18294   layout:
18295     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18296     layout: "plot-throughput-speedup-analysis"
18297
18298 - type: "plot"
18299   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18300   algorithm: "plot_tsa_name"
18301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18303   include:
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18310   layout:
18311     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18312     layout: "plot-throughput-speedup-analysis"
18313
18314 - type: "plot"
18315   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18316   algorithm: "plot_tsa_name"
18317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18319   include:
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18326   layout:
18327     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18328     layout: "plot-throughput-speedup-analysis"
18329
18330 - type: "plot"
18331   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18332   algorithm: "plot_tsa_name"
18333   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18335   include:
18336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18338   layout:
18339     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18340     layout: "plot-throughput-speedup-analysis"
18341
18342 - type: "plot"
18343   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18344   algorithm: "plot_tsa_name"
18345   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18347   include:
18348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18350   layout:
18351     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18352     layout: "plot-throughput-speedup-analysis"
18353
18354 - type: "plot"
18355   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18356   algorithm: "plot_tsa_name"
18357   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18359   include:
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18366   layout:
18367     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18368     layout: "plot-throughput-speedup-analysis"
18369
18370 - type: "plot"
18371   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18372   algorithm: "plot_tsa_name"
18373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18375   include:
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18382   layout:
18383     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18384     layout: "plot-throughput-speedup-analysis"
18385
18386 - type: "plot"
18387   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18388   algorithm: "plot_tsa_name"
18389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18391   include:
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18398   layout:
18399     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18400     layout: "plot-throughput-speedup-analysis"
18401
18402 - type: "plot"
18403   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18404   algorithm: "plot_tsa_name"
18405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18407   include:
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18414   layout:
18415     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18416     layout: "plot-throughput-speedup-analysis"
18417
18418 - type: "plot"
18419   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18420   algorithm: "plot_tsa_name"
18421   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18423   include:
18424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18430   layout:
18431     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18432     layout: "plot-throughput-speedup-analysis"
18433
18434 - type: "plot"
18435   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18436   algorithm: "plot_tsa_name"
18437   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18439   include:
18440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18446   layout:
18447     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18448     layout: "plot-throughput-speedup-analysis"
18449
18450 - type: "plot"
18451   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18452   algorithm: "plot_tsa_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18461   layout:
18462     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18463     layout: "plot-throughput-speedup-analysis"
18464
18465 - type: "plot"
18466   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18467   algorithm: "plot_tsa_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18476   layout:
18477     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18478     layout: "plot-throughput-speedup-analysis"
18479
18480 - type: "plot"
18481   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18482   algorithm: "plot_tsa_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18491   layout:
18492     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18493     layout: "plot-throughput-speedup-analysis"
18494
18495 - type: "plot"
18496   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18497   algorithm: "plot_tsa_name"
18498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18500   include:
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18506   layout:
18507     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18521   layout:
18522     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18536   layout:
18537     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18538     layout: "plot-throughput-speedup-analysis"
18539
18540 - type: "plot"
18541   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18542   algorithm: "plot_tsa_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18545   include:
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18551   layout:
18552     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18553     layout: "plot-throughput-speedup-analysis"
18554
18555 - type: "plot"
18556   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18557   algorithm: "plot_tsa_name"
18558   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18560   include:
18561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18566   layout:
18567     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18581   layout:
18582     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18583     layout: "plot-throughput-speedup-analysis"
18584
18585 - type: "plot"
18586   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18587   algorithm: "plot_tsa_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18596   layout:
18597     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18612   layout:
18613     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18628   layout:
18629     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18630     layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18642   layout:
18643     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18644     layout: "plot-throughput-speedup-analysis"
18645
18646 - type: "plot"
18647   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18648   algorithm: "plot_tsa_name"
18649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18651   include:
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18656   layout:
18657     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18658     layout: "plot-throughput-speedup-analysis"
18659
18660 - type: "plot"
18661   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18662   algorithm: "plot_tsa_name"
18663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18665   include:
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18672   layout:
18673     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18674     layout: "plot-throughput-speedup-analysis"
18675
18676 - type: "plot"
18677   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18678   algorithm: "plot_tsa_name"
18679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681   include:
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18688   layout:
18689     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18690     layout: "plot-throughput-speedup-analysis"
18691
18692 - type: "plot"
18693   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18694   algorithm: "plot_tsa_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18702   layout:
18703     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18704     layout: "plot-throughput-speedup-analysis"
18705
18706 - type: "plot"
18707   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18708   algorithm: "plot_tsa_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18716   layout:
18717     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18718     layout: "plot-throughput-speedup-analysis"
18719
18720 - type: "plot"
18721   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18722   algorithm: "plot_tsa_name"
18723   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18725   include:
18726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18731     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18732   layout:
18733     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18734     layout: "plot-throughput-speedup-analysis"
18735
18736 - type: "plot"
18737   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18738   algorithm: "plot_tsa_name"
18739   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18741   include:
18742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18747     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18748   layout:
18749     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18750     layout: "plot-throughput-speedup-analysis"
18751
18752 - type: "plot"
18753   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18754   algorithm: "plot_tsa_name"
18755   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18757   include:
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18759     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18760     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18761     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18762   layout:
18763     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18764     layout: "plot-throughput-speedup-analysis"
18765
18766 - type: "plot"
18767   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18768   algorithm: "plot_tsa_name"
18769   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18771   include:
18772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18776   layout:
18777     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18778     layout: "plot-throughput-speedup-analysis"
18779
18780 - type: "plot"
18781   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18782   algorithm: "plot_tsa_name"
18783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18785   include:
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18791   layout:
18792     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18793     layout: "plot-throughput-speedup-analysis"
18794
18795 - type: "plot"
18796   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18797   algorithm: "plot_tsa_name"
18798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18800   include:
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18806   layout:
18807     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18808     layout: "plot-throughput-speedup-analysis"
18809
18810 - type: "plot"
18811   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18812   algorithm: "plot_tsa_name"
18813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18815   include:
18816     - "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"
18817     - "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"
18818     - "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"
18819     - "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"
18820     - "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"
18821   layout:
18822     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18823     layout: "plot-throughput-speedup-analysis"
18824
18825 - type: "plot"
18826   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18827   algorithm: "plot_tsa_name"
18828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18830   include:
18831     - "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"
18832     - "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"
18833     - "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"
18834     - "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"
18835     - "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"
18836   layout:
18837     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18838     layout: "plot-throughput-speedup-analysis"
18839
18840 - type: "plot"
18841   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18842   algorithm: "plot_tsa_name"
18843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18845   include:
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18851   layout:
18852     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18853     layout: "plot-throughput-speedup-analysis"
18854
18855 - type: "plot"
18856   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18857   algorithm: "plot_tsa_name"
18858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18860   include:
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18866   layout:
18867     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18868     layout: "plot-throughput-speedup-analysis"
18869
18870 - type: "plot"
18871   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18872   algorithm: "plot_tsa_name"
18873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18875   include:
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18881   layout:
18882     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18883     layout: "plot-throughput-speedup-analysis"
18884
18885 - type: "plot"
18886   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18887   algorithm: "plot_tsa_name"
18888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18890   include:
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18896   layout:
18897     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18898     layout: "plot-throughput-speedup-analysis"
18899
18900 - type: "plot"
18901   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18902   algorithm: "plot_tsa_name"
18903   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18905   include:
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18910   layout:
18911     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18912     layout: "plot-throughput-speedup-analysis"
18913
18914 - type: "plot"
18915   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18916   algorithm: "plot_tsa_name"
18917   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18919   include:
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18924   layout:
18925     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18926     layout: "plot-throughput-speedup-analysis"
18927
18928 - type: "plot"
18929   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18930   algorithm: "plot_tsa_name"
18931   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18933   include:
18934     - "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"
18935     - "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"
18936     - "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"
18937     - "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"
18938   layout:
18939     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "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"
18949     - "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"
18950     - "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"
18951     - "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"
18952   layout:
18953     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18954     layout: "plot-throughput-speedup-analysis"
18955
18956 - type: "plot"
18957   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18958   algorithm: "plot_tsa_name"
18959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18961   include:
18962     - "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"
18963     - "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"
18964     - "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"
18965     - "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"
18966     - "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"
18967     - "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"
18968   layout:
18969     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18970     layout: "plot-throughput-speedup-analysis"
18971
18972 - type: "plot"
18973   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18974   algorithm: "plot_tsa_name"
18975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18977   include:
18978     - "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"
18979     - "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"
18980     - "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"
18981     - "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"
18982     - "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"
18983     - "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"
18984   layout:
18985     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18986     layout: "plot-throughput-speedup-analysis"
18987
18988 ################################################################################
18989
18990 # Packet Throughput - DPDK
18991
18992 # 2n-clx-xxv710
18993
18994 - type: "plot"
18995   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18996   algorithm: "plot_perf_box_name"
18997   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18998   data: "plot-dpdk-throughput-latency-2n-clx"
18999   include:
19000     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19001     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19002   layout:
19003     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19004     layout: "plot-throughput"
19005
19006 - type: "plot"
19007   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19008   algorithm: "plot_perf_box_name"
19009   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19010   data: "plot-dpdk-throughput-latency-2n-clx"
19011   include:
19012     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19013     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19014   layout:
19015     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19016     layout: "plot-throughput"
19017
19018 - type: "plot"
19019   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19020   algorithm: "plot_perf_box_name"
19021   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19022   data: "plot-dpdk-throughput-latency-2n-clx"
19023   include:
19024     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19025     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19026   layout:
19027     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19028     layout: "plot-throughput"
19029
19030 - type: "plot"
19031   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19032   algorithm: "plot_perf_box_name"
19033   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19034   data: "plot-dpdk-throughput-latency-2n-clx"
19035   include:
19036     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19037     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19038   layout:
19039     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19040     layout: "plot-throughput"
19041
19042 # 2n-clx-x710
19043
19044 - type: "plot"
19045   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19046   algorithm: "plot_perf_box_name"
19047   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19048   data: "plot-dpdk-throughput-latency-2n-clx"
19049   include:
19050     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19051     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19052   layout:
19053     title: "2n-clx-x710-64b-2t1c-base-ndr"
19054     layout: "plot-throughput"
19055
19056 - type: "plot"
19057   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19058   algorithm: "plot_perf_box_name"
19059   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19060   data: "plot-dpdk-throughput-latency-2n-clx"
19061   include:
19062     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19063     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19064   layout:
19065     title: "2n-clx-x710-64b-4t2c-base-ndr"
19066     layout: "plot-throughput"
19067
19068 - type: "plot"
19069   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19070   algorithm: "plot_perf_box_name"
19071   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19072   data: "plot-dpdk-throughput-latency-2n-clx"
19073   include:
19074     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19075     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19076   layout:
19077     title: "2n-clx-x710-64b-2t1c-base-pdr"
19078     layout: "plot-throughput"
19079
19080 - type: "plot"
19081   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19082   algorithm: "plot_perf_box_name"
19083   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19084   data: "plot-dpdk-throughput-latency-2n-clx"
19085   include:
19086     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19087     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19088   layout:
19089     title: "2n-clx-x710-64b-4t2c-base-pdr"
19090     layout: "plot-throughput"
19091
19092 ################################################################################
19093
19094 - type: "plot"
19095   title: "Latency by percentile: 2n-skx"
19096   algorithm: "plot_hdrh_lat_by_percentile"
19097   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19098   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19099   target-links: "../../_static/vpp"
19100   data: "plot-vpp-hdrh-lat-2n-skx"
19101   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19102   layout:
19103     layout: "plot-hdrh-latency-by-percentile"
19104
19105 - type: "plot"
19106   title: "Latency by percentile: 3n-skx"
19107   algorithm: "plot_hdrh_lat_by_percentile"
19108   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19109   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19110   target-links: "../../_static/vpp"
19111   data: "plot-vpp-hdrh-lat-3n-skx"
19112   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19113   layout:
19114     layout: "plot-hdrh-latency-by-percentile"
19115
19116 - type: "plot"
19117   title: "Latency by percentile: 2n-clx"
19118   algorithm: "plot_hdrh_lat_by_percentile"
19119   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19120   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19121   target-links: "../../_static/vpp"
19122   data: "plot-vpp-hdrh-lat-2n-clx"
19123   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19124   layout:
19125     layout: "plot-hdrh-latency-by-percentile"
19126
19127 - type: "plot"
19128   title: "Latency by percentile: 3n-hsw"
19129   algorithm: "plot_hdrh_lat_by_percentile"
19130   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19131   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19132   target-links: "../../_static/vpp"
19133   data: "plot-vpp-hdrh-lat-3n-hsw"
19134   filter: "'1T1C' and 'NIC_Intel-XL710'"
19135   layout:
19136     layout: "plot-hdrh-latency-by-percentile"
19137
19138 - type: "plot"
19139   title: "Latency by percentile: 3n-tsh"
19140   algorithm: "plot_hdrh_lat_by_percentile"
19141   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19142   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19143   target-links: "../../_static/vpp"
19144   data: "plot-vpp-hdrh-lat-3n-tsh"
19145   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19146   layout:
19147     layout: "plot-hdrh-latency-by-percentile"
19148
19149 - type: "plot"
19150   title: "Latency by percentile: DPDK 2n-skx"
19151   algorithm: "plot_hdrh_lat_by_percentile"
19152   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19153   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19154   target-links: "../../_static/dpdk"
19155   data: "plot-dpdk-hdrh-lat-2n-skx"
19156   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19157   layout:
19158     layout: "plot-hdrh-latency-by-percentile"
19159
19160 - type: "plot"
19161   title: "Latency by percentile: DPDK 3n-skx"
19162   algorithm: "plot_hdrh_lat_by_percentile"
19163   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19164   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19165   target-links: "../../_static/dpdk"
19166   data: "plot-dpdk-hdrh-lat-3n-skx"
19167   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19168   layout:
19169     layout: "plot-hdrh-latency-by-percentile"
19170
19171 - type: "plot"
19172   title: "Latency by percentile: DPDK 2n-clx"
19173   algorithm: "plot_hdrh_lat_by_percentile"
19174   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19175   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19176   target-links: "../../_static/dpdk"
19177   data: "plot-dpdk-hdrh-lat-2n-clx"
19178   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19179   layout:
19180     layout: "plot-hdrh-latency-by-percentile"
19181
19182 - type: "plot"
19183   title: "Latency by percentile: DPDK 3n-hsw"
19184   algorithm: "plot_hdrh_lat_by_percentile"
19185   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19186   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19187   target-links: "../../_static/dpdk"
19188   data: "plot-dpdk-hdrh-lat-3n-hsw"
19189   filter: "'1T1C' and 'NIC_Intel-XL710'"
19190   layout:
19191     layout: "plot-hdrh-latency-by-percentile"
19192
19193 - type: "plot"
19194   title: "Latency by percentile: DPDK 3n-tsh"
19195   algorithm: "plot_hdrh_lat_by_percentile"
19196   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19197   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19198   target-links: "../../_static/dpdk"
19199   data: "plot-dpdk-hdrh-lat-3n-tsh"
19200   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19201   layout:
19202     layout: "plot-hdrh-latency-by-percentile"