Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-report-iterative-2005-3n-hsw:
197         - 3   # NDRPDR sel
198         - 4   # NDRPDR sel
199         - 5   # NDRPDR sel
200         - 10  # NDRPDR sel
201         - 11  # NDRPDR sel
202         - 12  # NDRPDR sel
203         - 15  # NDRPDR sel
204         - 16  # NDRPDR sel
205         - 18  # NDRPDR sel
206         - 19  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-report-iterative-2005-3n-hsw:
214         - 3   # NDRPDR sel
215         - 4   # NDRPDR sel
216         - 5   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 15  # NDRPDR sel
221         - 16  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 19  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-report-iterative-2005-3n-hsw:
227         - 13  # MRR
228
229     plot-vpp-hoststack-3n-hsw:
230       csit-vpp-perf-verify-2005-3n-hsw:
231         - 3   # hoststack
232         - 5   # hoststack
233         - 6   # hoststack
234         - 7   # hoststack
235         - 8   # hoststack
236         - 9   # hoststack
237         - 10  # hoststack
238         - 11  # hoststack
239         - 12  # hoststack
240         - 13  # hoststack
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2005-3n-hsw:
244         - 5   # NDRPDR sel
245         - 6   # NDRPDR sel
246         - 7   # NDRPDR sel
247         - 8   # NDRPDR sel
248         - 9   # NDRPDR sel
249         - 10  # NDRPDR sel
250         - 11  # NDRPDR sel
251         - 12  # NDRPDR sel
252         - 13  # NDRPDR sel
253         - 14  # NDRPDR sel
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2005-3n-hsw:
257         - 5   # NDRPDR sel
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       # TODO: Add data:
263       csit-vpp-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265         - 5   # NDRPDR sel ??? all x710 failed
266         - 33  # NDRPDR sel
267         - 28  # NDRPDR sel
268
269     plot-vpp-hdrh-lat-3n-skx:
270       csit-vpp-perf-report-iterative-2005-3n-skx:
271         - 4   # NDRPDR sel
272
273     plot-vpp-nfv-3n-skx-ndrpdr:
274       # TODO: Add data:
275       csit-vpp-perf-report-iterative-2005-3n-skx:
276         - 4   # NDRPDR sel
277         - 5   # NDRPDR sel ??? all x710 failed
278         - 33  # NDRPDR sel
279         - 28  # NDRPDR sel
280
281     plot-vpp-nfv-3n-skx-mrr:
282       # TODO: Replace:
283       # csit-vpp-perf-report-iterative-2005-3n-skx:
284       csit-vpp-perf-verify-2001-3n-skx:
285         - 50  # MRR sel
286
287     plot-dpdk-throughput-latency-3n-skx:
288       csit-dpdk-perf-report-iterative-2005-3n-skx:
289         - 4   # NDRPDR sel
290         - 5   # NDRPDR sel
291         - 6   # NDRPDR sel
292         - 7   # NDRPDR sel
293         - 8   # NDRPDR sel
294         - 11  # NDRPDR sel
295         - 12  # NDRPDR sel
296         - 13  # NDRPDR sel
297         - 14  # NDRPDR sel
298         - 15  # NDRPDR sel
299
300     plot-dpdk-hdrh-lat-3n-skx:
301       csit-dpdk-perf-report-iterative-2005-3n-skx:
302         - 4   # NDRPDR sel
303
304     # 2n-skx
305
306     plot-vpp-throughput-lat-tsa-2n-skx:
307       # TODO: Add data:
308       csit-vpp-perf-report-iterative-2005-2n-skx:
309         - 7   # NDRPDR sel
310
311     plot-vpp-hdrh-lat-2n-skx:
312       csit-vpp-perf-report-iterative-2005-2n-skx:
313         - 7   # NDRPDR sel
314
315     plot-vpp-soak-2n-skx:
316       # TODO: Replace:
317       # csit-vpp-perf-report-iterative-2005-2n-skx:
318       csit-vpp-perf-verify-2001-2n-skx:
319         - 181  # Soak
320         - 182  # Soak
321
322     plot-vpp-nfv-2n-skx-ndrpdr:
323       # TODO: Add data:
324       csit-vpp-perf-report-iterative-2005-2n-skx:
325         - 7   # NDRPDR sel
326
327     plot-vpp-nfv-2n-skx-mrr:
328       csit-vpp-perf-report-iterative-2005-2n-skx:
329         - 42  # MRR sel
330
331     plot-vpp-nfv-reconf-2n-skx:
332       # TODO: Replace:
333       # csit-vpp-perf-report-iterative-2005-2n-skx:
334       csit-vpp-perf-verify-2001-2n-skx:
335         - 169  # Reconf
336
337     plot-dpdk-throughput-latency-2n-skx:
338       csit-dpdk-perf-report-iterative-2005-2n-skx:
339         - 1   # NDRPDR sel
340         - 2   # NDRPDR sel
341         - 3   # NDRPDR sel
342         - 4   # NDRPDR sel
343         - 5   # NDRPDR sel
344         - 6   # NDRPDR sel
345         - 7   # NDRPDR sel
346         - 8   # NDRPDR sel
347         - 9   # NDRPDR sel
348         - 10  # NDRPDR sel
349
350     plot-dpdk-hdrh-lat-2n-skx:
351       csit-dpdk-perf-report-iterative-2005-2n-skx:
352         - 1   # NDRPDR sel
353
354     # 2n-clx
355
356     plot-vpp-throughput-lat-tsa-2n-clx:
357       # TODO: Add data:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359         - 7   # NDRPDR sel
360         - 38  # NDRPDR sel
361         - 9   # NDRPDR sel
362         - 32  # NDRPDR sel ???
363         - 33  # NDRPDR sel ???
364         - 39  # NDRPDR sel
365         - 40  # NDRPDR sel
366
367     plot-vpp-hdrh-lat-2n-clx:
368       # TODO: Add data:
369       csit-vpp-perf-report-iterative-2005-2n-clx:
370         - 40  # NDRPDR sel
371
372 #    plot-vpp-http-server-performance:
373 #      # TODO: Replace:
374 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
375 #      csit-vpp-perf-verify-2001-2n-clx:
376 #        - 80  # TCP
377
378     plot-vpp-nfv-2n-clx-ndrpdr:
379       # TODO: Add data:
380       csit-vpp-perf-report-iterative-2005-2n-clx:
381         - 7   # NDRPDR sel
382         - 38  # NDRPDR sel
383         - 9   # NDRPDR sel
384         - 32  # NDRPDR sel ???
385         - 33  # NDRPDR sel ???
386         - 39  # NDRPDR sel
387         - 40  # NDRPDR sel
388
389     plot-vpp-nfv-2n-clx-mrr:
390       csit-vpp-perf-report-iterative-2005-2n-clx:
391         - 12   # MRR
392
393     plot-vpp-nfv-reconf-2n-clx:
394       # TODO: Replace:
395       # csit-vpp-perf-report-iterative-2005-2n-clx:
396       csit-vpp-perf-verify-2001-2n-clx:
397         - 68  # Reconf
398
399     plot-vpp-soak-2n-clx:
400       # TODO: Replace:
401       # csit-vpp-perf-report-iterative-2005-2n-clx:
402       csit-vpp-perf-verify-2001-2n-clx:
403         - 93  # Soak
404         - 94  # Soak
405
406     plot-dpdk-throughput-latency-2n-clx:
407       csit-dpdk-perf-report-iterative-2005-2n-clx:
408         - 1   # NDRPDR sel
409         - 2   # NDRPDR sel
410         - 3   # NDRPDR sel
411         - 4   # NDRPDR sel
412         - 5   # NDRPDR sel
413         - 6   # NDRPDR sel
414         - 7   # NDRPDR sel
415         - 8   # NDRPDR sel
416         - 9   # NDRPDR sel
417         - 10  # NDRPDR sel
418
419     plot-dpdk-hdrh-lat-2n-clx:
420       csit-dpdk-perf-report-iterative-2005-2n-clx:
421         - 1   # NDRPDR sel
422
423     # 3n-tsh
424
425     plot-vpp-throughput-lat-tsa-3n-tsh:
426       # TODO: Add data:
427       csit-vpp-perf-report-iterative-2005-3n-tsh:
428         - 9   # NDRPDR sel
429
430     plot-vpp-hdrh-lat-3n-tsh:
431       # TODO: Add data:
432       csit-vpp-perf-report-iterative-2005-3n-tsh:
433         - 9   # NDRPDR sel
434
435     plot-dpdk-throughput-latency-3n-tsh:
436       # TODO: Add data:
437       csit-dpdk-perf-report-iterative-2005-3n-tsh:
438         - 5   # NDRPDR sel
439
440     plot-dpdk-hdrh-lat-3n-tsh:
441       # TODO: Replace with better results:
442       csit-dpdk-perf-report-iterative-2005-3n-tsh:
443         - 5   # NDRPDR sel
444
445     # 3n-dnv
446
447     plot-vpp-throughput-lat-tsa-3n-dnv:
448       csit-vpp-perf-report-iterative-2005-3n-dnv:
449         - 2   # NDRPDR sel
450         - 3   # NDRPDR sel
451         - 4   # NDRPDR sel
452         - 5   # NDRPDR sel
453         - 6   # NDRPDR sel
454         - 7   # NDRPDR sel
455         - 9   # NDRPDR sel
456         - 10  # NDRPDR sel
457         - 11  # NDRPDR sel
458         - 12  # NDRPDR sel
459
460     plot-dpdk-throughput-latency-3n-dnv:
461       csit-dpdk-perf-report-iterative-2005-3n-dnv:
462         - 6   # NDRPDR sel
463         - 7   # NDRPDR sel
464         - 8   # NDRPDR sel
465         - 9   # NDRPDR sel
466         - 10  # NDRPDR sel
467         - 11  # NDRPDR sel
468         - 12  # NDRPDR sel
469         - 13  # NDRPDR sel
470         - 14  # NDRPDR sel
471         - 16  # NDRPDR sel
472
473     # 2n-dnv
474
475     plot-vpp-throughput-lat-tsa-2n-dnv:
476       csit-vpp-perf-report-iterative-2005-2n-dnv:
477         - 3   # NDRPDR sel
478         - 6   # NDRPDR sel
479         - 7   # NDRPDR sel
480         - 8   # NDRPDR sel
481         - 9   # NDRPDR sel
482         - 10  # NDRPDR sel
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 13  # NDRPDR sel
486         - 14  # NDRPDR sel
487
488     plot-dpdk-throughput-latency-2n-dnv:
489       csit-dpdk-perf-report-iterative-2005-2n-dnv:
490         - 8   # NDRPDR sel
491         - 9   # NDRPDR sel
492         - 10  # NDRPDR sel
493         - 11  # NDRPDR sel
494         - 12  # NDRPDR sel
495         - 13  # NDRPDR sel
496         - 14  # NDRPDR sel
497         - 15  # NDRPDR sel
498         - 16  # NDRPDR sel
499         - 17  # NDRPDR sel
500
501     ###########################################################################
502     # Simple tables (only one data set):
503
504     # NIC Comparisons
505
506     vpp-nic-comparison-3n-skx:
507       # TODO: Add data:
508       csit-vpp-perf-report-iterative-2005-3n-skx:
509         - 4   # NDRPDR sel
510         - 5   # NDRPDR sel ??? all x710 failed
511         - 33  # NDRPDR sel
512         - 28  # NDRPDR sel
513
514     vpp-nic-comparison-2n-skx:
515       # TODO: Add data:
516       csit-vpp-perf-report-iterative-2005-2n-skx:
517         - 7   # NDRPDR sel
518
519     vpp-nic-comparison-3n-skx-mrr:
520       csit-vpp-perf-report-iterative-2005-3n-skx:
521         - 6   # MRR sel
522
523     vpp-nic-comparison-2n-skx-mrr:
524       csit-vpp-perf-report-iterative-2005-2n-skx:
525         - 42  # MRR sel
526
527     # Results
528
529     vpp-perf-results-3n-hsw:
530       csit-vpp-perf-report-coverage-2005-3n-hsw:
531         - 1   # perf-full-3n-dnv-crypto_I
532         - 7   # perf-full-3n-hsw-crypto_II
533         - 3   # perf-full-3n-hsw-crypto_III
534         - 4   # perf-full-3n-dnv-crypto_IV
535         - 5   # perf-full-3n-hsw-ip4_I
536         - 6   # perf-full-3n-hsw-ip4_II
537         - 8   # perf-full-3n-hsw-ip4_III
538         - 9   # perf-full-3n-hsw-ip4_IV
539         - 10  # perf-full-3n-hsw-ip4_V
540         - 26  # perf-full-3n-hsw-ip4_VI
541         - 18  # perf-full-3n-hsw-ip4_VII
542         - 27  # perf-full-3n-hsw-ip4_VIII
543         - 28  # perf-full-3n-hsw-ip4_IX
544         - 29  # perf-full-3n-hsw-ip6_I
545         - 35  # perf-full-3n-hsw-ip6_II
546         - 42  # perf-full-3n-hsw-l2_I
547         - 33  # perf-full-3n-hsw-l2_II
548         - 37  # perf-full-3n-hsw-l2_III
549         - 45  # perf-full-3n-hsw-l2_IV
550         - 43  # perf-full-3n-hsw-l2_V
551         - 40  # perf-full-3n-hsw-l2_VI
552         - 44  # perf-full-3n-hsw-l2_VII
553         - 51  # perf-full-3n-hsw-l2_VIII
554         - 50  # perf-full-3n-hsw-l2_IX
555         - 52  # perf-full-3n-hsw-l2_X
556         - 53  # perf-full-3n-hsw-l2_XI
557         - 54  # perf-full-3n-hsw-memif
558         - 55  # perf-full-3n-hsw-ip4tunnels-I
559         - 56  # perf-full-3n-hsw-ip4tunnels-II
560         - 57  # perf-full-3n-hsw-ip4tunnels-III
561         - 58  # perf-full-3n-hsw-ip6tunnels-I
562         - 59  # perf-full-3n-hsw-srv6-I
563         - 60  # perf-full-3n-hsw-srv6-II
564         - 61  # perf-full-3n-hsw-vhost-I
565         - 62  # perf-full-3n-hsw-vhost-II
566         - 63  # perf-full-3n-hsw-vhost-III
567
568     vpp-perf-results-3n-skx:
569       # TODO: Replace:
570       csit-vpp-perf-report-iterative-2005-3n-skx:
571         - 4   # NDRPDR sel
572
573     vpp-perf-results-2n-skx:
574       # TODO: Replace:
575       csit-vpp-perf-report-iterative-2005-2n-skx:
576         - 7   # NDRPDR sel
577
578     vpp-perf-results-2n-clx:
579       # TODO: Replace:
580       csit-vpp-perf-report-iterative-2005-2n-clx:
581         - 40  # NDRPDR sel
582
583     vpp-perf-results-3n-tsh:
584       # TODO: Add data:
585       csit-vpp-perf-report-iterative-2005-3n-tsh:
586         - 9   # NDRPDR sel
587
588     vpp-perf-results-3n-dnv:
589       csit-vpp-perf-report-coverage-2005-3n-dnv:
590         - 1   # perf-full-3n-dnv-crypto_I
591         - 24  # perf-full-3n-dnv-crypto_II
592         - 5   # perf-full-3n-dnv-ip4_I
593         - 13  # perf-full-3n-dnv-ip4_II
594         - 17  # perf-full-3n-dnv-ip6_I
595         - 18  # perf-full-3n-dnv-ip6_II
596         - 21  # perf-full-3n-dnv-l2_I
597         - 22  # perf-full-3n-dnv-l2_II
598         - 23  # perf-full-3n-dnv-ip4-tunnels_I
599
600     vpp-perf-results-2n-dnv:
601       csit-vpp-perf-report-coverage-2005-2n-dnv:
602         - 1   # perf-full-2n-dnv-ip4_I
603         - 2   # perf-full-2n-dnv-ip4_II
604         - 3   # perf-full-2n-dnv-ip6_I
605         - 4   # perf-full-2n-dnv-ip6_II
606         - 5   # perf-full-2n-dnv-l2_I
607         - 6   # perf-full-2n-dnv-l2_II
608
609     vpp-mrr-results-3n-hsw:
610       csit-vpp-perf-report-iterative-2005-3n-hsw:
611         - 13  # MRR
612
613     vpp-mrr-results-3n-skx:
614       csit-vpp-perf-report-iterative-2005-3n-skx:
615         - 6   # MRR sel
616
617     vpp-mrr-results-2n-skx:
618       csit-vpp-perf-report-iterative-2005-2n-skx:
619         - 42  # MRR sel
620
621     vpp-mrr-results-2n-clx:
622       csit-vpp-perf-report-iterative-2005-2n-clx:
623         - 12   # MRR
624
625     vpp-mrr-results-3n-tsh:
626       # TODO: Replace:
627       # csit-vpp-perf-report-iterative-2005-3n-tsh:
628       csit-vpp-perf-verify-2001-3n-tsh:
629         - 9   # MRR sel
630
631     vpp-mrr-results-3n-dnv:
632       csit-vpp-perf-report-iterative-2005-3n-dnv:
633         - 8   # MRR
634
635     vpp-mrr-results-2n-dnv:
636       csit-vpp-perf-report-iterative-2005-2n-dnv:
637         - 15  # MRR sel
638
639     vpp-device-results-ubuntu:
640       csit-vpp-device-2005-ubuntu1804-1n-skx:
641         - 35
642
643     dpdk-perf-results-3n-hsw:
644       csit-dpdk-perf-report-iterative-2005-3n-hsw:
645         - 5   # NDRPDR sel
646
647     dpdk-perf-results-3n-skx:
648       csit-dpdk-perf-report-iterative-2005-3n-skx:
649         - 4   # NDRPDR sel
650
651     dpdk-perf-results-2n-skx:
652       csit-dpdk-perf-report-iterative-2005-2n-skx:
653         - 1   # NDRPDR sel
654
655     dpdk-perf-results-2n-clx:
656       csit-dpdk-perf-report-iterative-2005-2n-clx:
657         - 1   # NDRPDR sel
658
659     dpdk-perf-results-2n-dnv:
660       csit-dpdk-perf-report-iterative-2005-2n-dnv:
661         - 8   # NDRPDR sel
662
663     dpdk-perf-results-3n-dnv:
664       csit-dpdk-perf-report-iterative-2005-3n-dnv:
665         - 6   # NDRPDR sel
666
667     dpdk-perf-results-3n-tsh:
668       # TODO: Replace with better results:
669       csit-dpdk-perf-report-iterative-2005-3n-tsh:
670         - 5   # NDRPDR sel
671
672 ###########################################################################
673     # Tables (more than one data set)
674
675     # Performance changes
676
677     vpp-performance-changes-3n-hsw-h1:
678       csit-vpp-perf-verify-1908-3n-hsw:
679         - 12  # NDRPDR sel
680         - 13  # NDRPDR sel
681         - 14  # NDRPDR sel
682         - 15  # NDRPDR sel
683         - 16  # NDRPDR sel
684         - 17  # NDRPDR sel
685         - 18  # NDRPDR sel
686         - 19  # NDRPDR sel
687         - 20  # NDRPDR sel
688         - 21  # NDRPDR sel
689     vpp-performance-changes-3n-hsw-ref:
690       csit-vpp-perf-verify-2001-3n-hsw:
691         - 21  # NDRPDR sel
692         - 22  # NDRPDR sel
693         - 23  # NDRPDR sel
694         - 24  # NDRPDR sel
695         - 25  # NDRPDR sel
696         - 29  # NDRPDR sel
697         - 30  # NDRPDR sel
698         - 31  # NDRPDR sel
699         - 32  # NDRPDR sel
700         - 34  # NDRPDR sel
701     vpp-performance-changes-3n-hsw-cmp:
702       csit-vpp-perf-report-iterative-2005-3n-hsw:
703         - 3   # NDRPDR sel
704         - 4   # NDRPDR sel
705         - 5   # NDRPDR sel
706         - 10  # NDRPDR sel
707         - 11  # NDRPDR sel
708         - 12  # NDRPDR sel
709         - 15  # NDRPDR sel
710         - 16  # NDRPDR sel
711         - 18  # NDRPDR sel
712         - 19  # NDRPDR sel
713
714     vpp-performance-changes-3n-skx-h1:
715       csit-vpp-perf-verify-1908-3n-skx:
716         - 26  # NDRPDR sel - new1908.1
717         - 27  # NDRPDR sel - new1908.1
718         - 28  # NDRPDR sel - new1908.1
719         - 29  # NDRPDR sel - new1908.1
720         - 30  # NDRPDR sel - new1908.1
721         - 31  # NDRPDR sel - new1908.1
722         - 33  # NDRPDR sel - new1908.1
723         - 34  # NDRPDR sel - new1908.1
724         - 35  # NDRPDR sel - new1908.1
725         - 36  # NDRPDR sel - new1908.1
726     vpp-performance-changes-3n-skx-ref:
727       csit-vpp-perf-verify-2001-3n-skx:
728         - 69  # NDRPDR sel - new2001.0
729         - 71  # NDRPDR sel - new2001.0
730         - 72  # NDRPDR sel - new2001.0
731         - 76  # NDRPDR sel - new2001.0
732         - 77  # NDRPDR sel - new2001.0
733         - 78  # NDRPDR sel - new2001.0
734         - 80  # NDRPDR sel - new2001.0
735     vpp-performance-changes-3n-skx-cmp:
736       # TODO: Add data:
737       csit-vpp-perf-report-iterative-2005-3n-skx:
738         - 4   # NDRPDR sel
739         - 5   # NDRPDR sel ??? all x710 failed
740         - 33  # NDRPDR sel
741         - 28  # NDRPDR sel
742
743     vpp-performance-changes-2n-skx-h1:
744       csit-vpp-perf-verify-1908-2n-skx:
745         - 39  # NDRPDR sel - new1908.1
746         - 40  # NDRPDR sel - new1908.1
747         - 41  # NDRPDR sel - new1908.1
748         - 43  # NDRPDR sel - new1908.1
749         - 44  # NDRPDR sel - new1908.1
750         - 45  # NDRPDR sel - new1908.1
751         - 46  # NDRPDR sel - new1908.1
752         - 47  # NDRPDR sel - new1908.1
753         - 48  # NDRPDR sel - new1908.1
754         - 49  # NDRPDR sel - new1908.1
755     vpp-performance-changes-2n-skx-ref:
756       csit-vpp-perf-verify-2001-2n-skx:
757         - 143  # NDRPDR sel - new2001.0
758         - 146  # NDRPDR sel - new2001.0
759         - 147  # NDRPDR sel - new2001.0
760         - 148  # NDRPDR sel - new2001.0
761         - 149  # NDRPDR sel - new2001.0
762         - 150  # NDRPDR sel - new2001.0
763         - 151  # NDRPDR sel - new2001.0
764         - 152  # NDRPDR sel - new2001.0
765         - 153  # NDRPDR sel - new2001.0
766         - 154  # NDRPDR sel - new2001.0
767     vpp-performance-changes-2n-skx-cmp:
768       # TODO: Add data:
769       csit-vpp-perf-report-iterative-2005-2n-skx:
770         - 7   # NDRPDR sel
771
772     vpp-performance-changes-nfv-2n-skx-ref:
773       csit-vpp-perf-verify-2001-2n-skx:
774         - 30  # NFV
775         - 31  # NFV
776     vpp-performance-changes-nfv-2n-skx-cmp:
777       # TODO: Add data:
778       csit-vpp-perf-report-iterative-2005-2n-skx:
779         - 7   # NDRPDR sel
780
781     vpp-performance-changes-2n-clx-ref:
782       csit-vpp-perf-verify-2001-2n-clx:
783         - 28  # NDRPDR sel
784         - 29  # NDRPDR sel
785         - 32  # NDRPDR sel
786         - 40  # NDRPDR sel
787         - 43  # NDRPDR sel
788         - 44  # NDRPDR sel
789         - 45  # NDRPDR sel
790         - 47  # NDRPDR sel
791         - 48  # NDRPDR sel
792         - 49  # NDRPDR sel
793     vpp-performance-changes-2n-clx-cmp:
794       # TODO: Add data:
795       csit-vpp-perf-report-iterative-2005-2n-clx:
796         - 7   # NDRPDR sel
797         - 38  # NDRPDR sel
798         - 9   # NDRPDR sel
799         - 32  # NDRPDR sel ???
800         - 33  # NDRPDR sel ???
801         - 39  # NDRPDR sel
802         - 40  # NDRPDR sel
803
804     vpp-performance-changes-2n-dnv-h1:
805       csit-vpp-perf-verify-1908-2n-dnv:
806         - 1   # NDRPDR sel
807         - 2   # NDRPDR sel
808         - 3   # NDRPDR sel
809         - 4   # NDRPDR sel
810         - 5   # NDRPDR sel
811         - 6   # NDRPDR sel
812         - 7   # NDRPDR sel
813         - 8   # NDRPDR sel
814         - 9   # NDRPDR sel
815         - 10  # NDRPDR sel
816     vpp-performance-changes-2n-dnv-ref:
817       csit-vpp-perf-verify-2001-2n-dnv:
818         - 4   # NDRPDR sel
819         - 5   # NDRPDR sel
820         - 6   # NDRPDR sel
821         - 7   # NDRPDR sel
822         - 8   # NDRPDR sel
823         - 9   # NDRPDR sel
824         - 10  # NDRPDR sel
825         - 11  # NDRPDR sel
826         - 13  # NDRPDR sel
827         - 16  # NDRPDR sel
828     vpp-performance-changes-2n-dnv-cmp:
829       csit-vpp-perf-report-iterative-2005-2n-dnv:
830         - 3   # NDRPDR sel
831         - 6   # NDRPDR sel
832         - 7   # NDRPDR sel
833         - 8   # NDRPDR sel
834         - 9   # NDRPDR sel
835         - 10  # NDRPDR sel
836         - 11  # NDRPDR sel
837         - 12  # NDRPDR sel
838         - 13  # NDRPDR sel
839         - 14  # NDRPDR sel
840
841     vpp-performance-changes-3n-dnv-h1:
842       csit-vpp-perf-verify-1908-3n-dnv:
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         - 13  # NDRPDR sel
850         - 14  # NDRPDR sel
851         - 15  # NDRPDR sel
852         - 16  # NDRPDR sel
853     vpp-performance-changes-3n-dnv-ref:
854       csit-vpp-perf-verify-2001-3n-dnv:
855         - 5   # NDRPDR sel
856         - 6   # NDRPDR sel
857         - 7   # NDRPDR sel
858         - 8   # NDRPDR sel
859         - 9   # NDRPDR sel
860         - 10  # NDRPDR sel
861         - 12  # NDRPDR sel
862         - 16  # NDRPDR sel
863         - 17  # NDRPDR sel
864         - 18  # NDRPDR sel
865     vpp-performance-changes-3n-dnv-cmp:
866       csit-vpp-perf-report-iterative-2005-3n-dnv:
867         - 2   # NDRPDR sel
868         - 3   # NDRPDR sel
869         - 4   # NDRPDR sel
870         - 5   # NDRPDR sel
871         - 6   # NDRPDR sel
872         - 7   # NDRPDR sel
873         - 9   # NDRPDR sel
874         - 10  # NDRPDR sel
875         - 11  # NDRPDR sel
876         - 12  # NDRPDR sel
877
878     vpp-performance-changes-3n-tsh-h1:
879       csit-vpp-perf-verify-1908-3n-tsh:
880         - 7   # NDRPDR sel
881         - 8   # NDRPDR sel
882         - 9   # NDRPDR sel
883         - 10  # NDRPDR sel
884         - 11  # NDRPDR sel
885         - 12  # NDRPDR sel
886         - 13  # NDRPDR sel
887         - 14  # NDRPDR sel
888         - 15  # NDRPDR sel
889         - 16  # NDRPDR sel
890     vpp-performance-changes-3n-tsh-ref:
891       csit-vpp-perf-verify-2001-3n-tsh:
892         - 3   # NDRPDR sel
893         - 4   # NDRPDR sel
894         - 7   # NDRPDR sel
895         - 8   # NDRPDR sel
896         - 10  # NDRPDR sel
897         - 12  # NDRPDR sel
898         - 13  # NDRPDR sel
899         - 14  # NDRPDR sel
900         - 15  # NDRPDR sel
901         - 21  # NDRPDR sel
902     vpp-performance-changes-3n-tsh-cmp:
903       # TODO: Add data:
904       csit-vpp-perf-report-iterative-2005-3n-tsh:
905         - 9   # NDRPDR sel
906
907     vpp-soak-vs-ndr-2n-skx-ref:
908       # TODO: Replace:
909       # csit-vpp-perf-report-iterative-2005-2n-skx:
910       csit-vpp-perf-verify-2001-2n-skx:
911         - 143  # NDRPDR sel - new2001.0
912         - 146  # NDRPDR sel - new2001.0
913         - 147  # NDRPDR sel - new2001.0
914         - 148  # NDRPDR sel - new2001.0
915         - 149  # NDRPDR sel - new2001.0
916         - 150  # NDRPDR sel - new2001.0
917         - 151  # NDRPDR sel - new2001.0
918         - 152  # NDRPDR sel - new2001.0
919         - 153  # NDRPDR sel - new2001.0
920         - 154  # NDRPDR sel - new2001.0
921     vpp-soak-vs-ndr-2n-skx-cmp:
922       # TODO: Replace:
923       # csit-vpp-perf-report-iterative-2005-2n-skx:
924       csit-vpp-perf-verify-2001-2n-skx:
925         - 181  # Soak
926         - 182  # Soak
927     vpp-soak-vs-ndr-2n-skx:
928       # TODO: Replace:
929       # csit-vpp-perf-report-iterative-2005-2n-skx:
930       csit-vpp-perf-verify-2001-2n-skx:
931         - 143  # NDRPDR sel - new2001.0
932         - 146  # NDRPDR sel - new2001.0
933         - 147  # NDRPDR sel - new2001.0
934         - 148  # NDRPDR sel - new2001.0
935         - 149  # NDRPDR sel - new2001.0
936         - 150  # NDRPDR sel - new2001.0
937         - 151  # NDRPDR sel - new2001.0
938         - 152  # NDRPDR sel - new2001.0
939         - 153  # NDRPDR sel - new2001.0
940         - 154  # NDRPDR sel - new2001.0
941         - 181  # Soak
942         - 182  # Soak
943
944     vpp-soak-vs-ndr-2n-clx-ref:
945       # TODO: Add data:
946       # csit-vpp-perf-report-iterative-2005-2n-clx:
947       #  - 7   # NDRPDR sel
948       #  - 9   # NDRPDR sel
949       csit-vpp-perf-verify-2001-2n-clx:
950         - 28  # NDRPDR sel
951         - 29  # NDRPDR sel
952         - 32  # NDRPDR sel
953         - 40  # NDRPDR sel
954         - 43  # NDRPDR sel
955         - 44  # NDRPDR sel
956         - 45  # NDRPDR sel
957         - 47  # NDRPDR sel
958         - 48  # NDRPDR sel
959         - 49  # NDRPDR sel
960     vpp-soak-vs-ndr-2n-clx-cmp:
961       # TODO: Replace:
962       # csit-vpp-perf-report-iterative-2005-2n-clx:
963       csit-vpp-perf-verify-2001-2n-clx:
964         - 93  # SOAK
965         - 94  # Soak
966     vpp-soak-vs-ndr-2n-clx:
967       # TODO: Replace:
968       # csit-vpp-perf-report-iterative-2005-2n-clx:
969       csit-vpp-perf-verify-2001-2n-clx:
970         - 28  # NDRPDR sel
971         - 29  # NDRPDR sel
972         - 32  # NDRPDR sel
973         - 40  # NDRPDR sel
974         - 43  # NDRPDR sel
975         - 44  # NDRPDR sel
976         - 45  # NDRPDR sel
977         - 47  # NDRPDR sel
978         - 48  # NDRPDR sel
979         - 49  # NDRPDR sel
980         - 93  # SOAK
981         - 94  # Soak
982
983     vpp-performance-changes-3n-hsw-mrr-h1:
984       csit-vpp-perf-verify-1908-3n-hsw:
985         - 39  # MRR sel
986     vpp-performance-changes-3n-hsw-mrr-ref:
987       csit-vpp-perf-verify-2001-3n-hsw:
988         - 17  # MRR sel
989     vpp-performance-changes-3n-hsw-mrr-cmp:
990       csit-vpp-perf-report-iterative-2005-3n-hsw:
991         - 13  # MRR
992
993     vpp-performance-changes-3n-skx-mrr-h1:
994       csit-vpp-perf-verify-1908-3n-skx:
995         - 36  # MRR sel
996     vpp-performance-changes-3n-skx-mrr-ref:
997       csit-vpp-perf-verify-2001-3n-skx:
998         - 50  # MRR sel
999         - 53  # MRR sel addition
1000     vpp-performance-changes-3n-skx-mrr-cmp:
1001       csit-vpp-perf-report-iterative-2005-3n-skx:
1002         - 6   # MRR sel
1003
1004     vpp-performance-changes-2n-skx-mrr-h1:
1005       csit-vpp-perf-verify-1908-2n-skx:
1006         - 69  # MRR sel
1007     vpp-performance-changes-2n-skx-mrr-ref:
1008       csit-vpp-perf-verify-2001-2n-skx:
1009         - 101 # MRR sel
1010         - 128 # MRR sel addition
1011     vpp-performance-changes-2n-skx-mrr-cmp:
1012       csit-vpp-perf-report-iterative-2005-2n-skx:
1013         - 42  # MRR sel
1014
1015     vpp-performance-changes-2n-clx-mrr-ref:
1016       csit-vpp-perf-verify-2001-2n-clx:
1017         - 39  # MRR
1018     vpp-performance-changes-2n-clx-mrr-cmp:
1019       csit-vpp-perf-report-iterative-2005-2n-clx:
1020         - 12   # MRR
1021
1022 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1023 #      csit-vpp-perf-verify-1908-2n-skx:
1024 #        - 71  # NFV MRR
1025 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1026 #      # TODO: Replace
1027 #      # csit-vpp-perf-verify-2001-2n-skx:
1028 #      csit-vpp-perf-verify-1908-2n-skx:
1029 #        - 71  # NFV MRR
1030
1031     vpp-performance-changes-2n-dnv-mrr-h1:
1032       csit-vpp-perf-verify-1908-2n-dnv:
1033         - 11  # MRR sel
1034     vpp-performance-changes-2n-dnv-mrr-ref:
1035       csit-vpp-perf-verify-2001-2n-dnv:
1036         - 12  # MRR sel
1037     vpp-performance-changes-2n-dnv-mrr-cmp:
1038       csit-vpp-perf-report-iterative-2005-2n-dnv:
1039         - 15  # MRR sel
1040
1041     vpp-performance-changes-3n-dnv-mrr-h1:
1042       csit-vpp-perf-verify-1908-3n-dnv:
1043         - 17  # MRR sel
1044     vpp-performance-changes-3n-dnv-mrr-ref:
1045       csit-vpp-perf-verify-2001-3n-dnv:
1046         - 11  # MRR sel
1047     vpp-performance-changes-3n-dnv-mrr-cmp:
1048       csit-vpp-perf-report-iterative-2005-3n-dnv:
1049         - 8   # MRR
1050
1051     vpp-performance-changes-3n-tsh-mrr-h1:
1052       csit-vpp-perf-verify-1908-3n-tsh:
1053         - 17  # MRR sel
1054     vpp-performance-changes-3n-tsh-mrr-ref:
1055       csit-vpp-perf-verify-2001-3n-tsh:
1056         - 9   # MRR sel
1057     vpp-performance-changes-3n-tsh-mrr-cmp:
1058       # TODO: Replace:
1059       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1060       csit-vpp-perf-verify-2001-3n-tsh:
1061         - 9   # MRR sel
1062
1063     dpdk-performance-changes-3n-hsw-h1:
1064       csit-dpdk-perf-verify-1908-3n-hsw:
1065         - 2   # NDRPDR sel
1066         - 3   # NDRPDR sel
1067         - 4   # NDRPDR sel
1068         - 5   # NDRPDR sel
1069         - 6   # NDRPDR sel
1070         - 7   # NDRPDR sel
1071         - 8   # NDRPDR sel
1072         - 9   # NDRPDR sel
1073         - 10  # NDRPDR sel
1074         - 11  # NDRPDR sel
1075     dpdk-performance-changes-3n-hsw-ref:
1076       csit-dpdk-perf-verify-2001-3n-hsw:
1077         - 4   # NDRPDR sel
1078         - 5   # NDRPDR sel
1079         - 6   # NDRPDR sel
1080         - 7   # NDRPDR sel
1081         - 8   # NDRPDR sel
1082         - 9   # NDRPDR sel
1083         - 10  # NDRPDR sel
1084         - 11  # NDRPDR sel
1085         - 12  # NDRPDR sel
1086         - 13  # NDRPDR sel
1087         - 15  # NDRPDR sel
1088         - 16  # NDRPDR sel
1089         - 17  # NDRPDR sel
1090         - 18  # NDRPDR sel
1091         - 19  # NDRPDR sel
1092         - 20  # NDRPDR sel
1093         - 21  # NDRPDR sel
1094         - 22  # NDRPDR sel
1095         - 23  # NDRPDR sel
1096         - 24  # NDRPDR sel
1097     dpdk-performance-changes-3n-hsw-cmp:
1098       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1099         - 5   # NDRPDR sel
1100         - 6   # NDRPDR sel
1101         - 7   # NDRPDR sel
1102         - 8   # NDRPDR sel
1103         - 9   # NDRPDR sel
1104         - 10  # NDRPDR sel
1105         - 11  # NDRPDR sel
1106         - 12  # NDRPDR sel
1107         - 13  # NDRPDR sel
1108         - 14  # NDRPDR sel
1109
1110     dpdk-performance-changes-3n-skx-h1:
1111       csit-dpdk-perf-verify-1908-3n-skx:
1112         - 3   # NDRPDR sel
1113         - 4   # NDRPDR sel
1114         - 5   # NDRPDR sel
1115         - 6   # NDRPDR sel
1116         - 7   # NDRPDR sel
1117         - 8   # NDRPDR sel
1118         - 9   # NDRPDR sel
1119         - 10  # NDRPDR sel
1120         - 11  # NDRPDR sel
1121         - 12  # NDRPDR sel
1122     dpdk-performance-changes-3n-skx-ref:
1123       csit-dpdk-perf-verify-2001-3n-skx:
1124         - 29  # NDRPDR sel xxv710
1125         - 33  # NDRPDR sel xxv710
1126         - 34  # NDRPDR sel xxv710
1127         - 35  # NDRPDR sel xxv710
1128         - 36  # NDRPDR sel xxv710
1129         - 37  # NDRPDR sel xxv710
1130         - 41  # NDRPDR sel xxv710
1131         - 42  # NDRPDR sel xxv710
1132         - 43  # NDRPDR sel xxv710
1133         - 45  # NDRPDR sel xxv710
1134         - 30  # NDRPDR sel x710
1135         - 31  # NDRPDR sel x710
1136         - 32  # NDRPDR sel x710
1137         - 38  # NDRPDR sel x710
1138         - 39  # NDRPDR sel x710
1139         - 40  # NDRPDR sel x710
1140         - 44  # NDRPDR sel x710
1141         - 46  # NDRPDR sel x710
1142         - 47  # NDRPDR sel x710
1143         - 48  # NDRPDR sel x710
1144     dpdk-performance-changes-3n-skx-cmp:
1145       csit-dpdk-perf-report-iterative-2005-3n-skx:
1146         - 4   # NDRPDR sel
1147         - 5   # NDRPDR sel
1148         - 6   # NDRPDR sel
1149         - 7   # NDRPDR sel
1150         - 8   # NDRPDR sel
1151         - 11  # NDRPDR sel
1152         - 12  # NDRPDR sel
1153         - 13  # NDRPDR sel
1154         - 14  # NDRPDR sel
1155         - 15  # NDRPDR sel
1156
1157     dpdk-performance-changes-2n-skx-h1:
1158       csit-dpdk-perf-verify-1908-2n-skx:
1159         - 2   # NDRPDR sel
1160         - 3   # NDRPDR sel
1161         - 4   # NDRPDR sel
1162         - 5   # NDRPDR sel
1163         - 7   # NDRPDR sel
1164         - 8   # NDRPDR sel
1165         - 9   # NDRPDR sel
1166         - 10  # NDRPDR sel
1167         - 11  # NDRPDR sel
1168         - 12  # NDRPDR sel
1169     dpdk-performance-changes-2n-skx-ref:
1170       csit-dpdk-perf-verify-2001-2n-skx:
1171         - 35  # NDRPDR sel xxv710
1172         - 36  # NDRPDR sel xxv710
1173         - 37  # NDRPDR sel xxv710
1174         - 41  # NDRPDR sel xxv710
1175         - 42  # NDRPDR sel xxv710
1176         - 43  # NDRPDR sel xxv710
1177         - 46  # NDRPDR sel xxv710
1178         - 47  # NDRPDR sel xxv710
1179         - 52  # NDRPDR sel xxv710
1180         - 53  # NDRPDR sel xxv710
1181         - 38  # NDRPDR sel x710
1182         - 39  # NDRPDR sel x710
1183         - 40  # NDRPDR sel x710
1184         - 44  # NDRPDR sel x710
1185         - 45  # NDRPDR sel x710
1186         - 48  # NDRPDR sel x710
1187         - 49  # NDRPDR sel x710
1188         - 50  # NDRPDR sel x710
1189         - 51  # NDRPDR sel x710
1190         - 54  # NDRPDR sel x710
1191     dpdk-performance-changes-2n-skx-cmp:
1192       csit-dpdk-perf-report-iterative-2005-2n-skx:
1193         - 1   # NDRPDR sel
1194         - 2   # NDRPDR sel
1195         - 3   # NDRPDR sel
1196         - 4   # NDRPDR sel
1197         - 5   # NDRPDR sel
1198         - 6   # NDRPDR sel
1199         - 7   # NDRPDR sel
1200         - 8   # NDRPDR sel
1201         - 9   # NDRPDR sel
1202         - 10  # NDRPDR sel
1203
1204     dpdk-performance-changes-2n-clx-ref:
1205       csit-dpdk-perf-verify-2001-2n-clx:
1206         - 15  # NDRPDR sel
1207         - 16  # NDRPDR sel
1208         - 17  # NDRPDR sel
1209         - 18  # NDRPDR sel
1210         - 19  # NDRPDR sel
1211         - 20  # NDRPDR sel
1212         - 21  # NDRPDR sel
1213         - 22  # NDRPDR sel
1214         - 23  # NDRPDR sel
1215         - 24  # NDRPDR sel
1216         - 25  # NDRPDR sel
1217         - 26  # NDRPDR sel
1218         - 27  # NDRPDR sel
1219         - 28  # NDRPDR sel
1220         - 29  # NDRPDR sel
1221         - 30  # NDRPDR sel
1222         - 31  # NDRPDR sel
1223         - 32  # NDRPDR sel
1224         - 33  # NDRPDR sel
1225         - 34  # NDRPDR sel
1226     dpdk-performance-changes-2n-clx-cmp:
1227       csit-dpdk-perf-report-iterative-2005-2n-clx:
1228         - 1   # NDRPDR sel
1229         - 2   # NDRPDR sel
1230         - 3   # NDRPDR sel
1231         - 4   # NDRPDR sel
1232         - 5   # NDRPDR sel
1233         - 6   # NDRPDR sel
1234         - 7   # NDRPDR sel
1235         - 8   # NDRPDR sel
1236         - 9   # NDRPDR sel
1237         - 10  # NDRPDR sel
1238
1239     dpdk-performance-changes-2n-dnv-ref:
1240       csit-dpdk-perf-verify-2001-2n-dnv:
1241         - 9   # NDRPDR sel
1242         - 10  # NDRPDR sel
1243         - 11  # NDRPDR sel
1244         - 12  # NDRPDR sel
1245         - 13  # NDRPDR sel
1246         - 14  # NDRPDR sel
1247         - 15  # NDRPDR sel
1248         - 16  # NDRPDR sel
1249         - 17  # NDRPDR sel
1250         - 18  # NDRPDR sel
1251     dpdk-performance-changes-2n-dnv-cmp:
1252       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1253         - 8   # NDRPDR sel
1254         - 9   # NDRPDR sel
1255         - 10  # NDRPDR sel
1256         - 11  # NDRPDR sel
1257         - 12  # NDRPDR sel
1258         - 13  # NDRPDR sel
1259         - 14  # NDRPDR sel
1260         - 15  # NDRPDR sel
1261         - 16  # NDRPDR sel
1262         - 17  # NDRPDR sel
1263
1264     dpdk-performance-changes-3n-dnv-ref:
1265       csit-dpdk-perf-verify-2001-3n-dnv:
1266         - 12  # NDRPDR sel
1267         - 13  # NDRPDR sel
1268         - 14  # NDRPDR sel
1269         - 15  # NDRPDR sel
1270         - 16  # NDRPDR sel
1271         - 17  # NDRPDR sel
1272         - 18  # NDRPDR sel
1273         - 19  # NDRPDR sel
1274         - 20  # NDRPDR sel
1275         - 22  # NDRPDR sel
1276     dpdk-performance-changes-3n-dnv-cmp:
1277       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1278         - 6   # NDRPDR sel
1279         - 7   # NDRPDR sel
1280         - 8   # NDRPDR sel
1281         - 9   # NDRPDR sel
1282         - 10  # NDRPDR sel
1283         - 11  # NDRPDR sel
1284         - 12  # NDRPDR sel
1285         - 13  # NDRPDR sel
1286         - 14  # NDRPDR sel
1287         - 16  # NDRPDR sel
1288
1289     dpdk-performance-changes-3n-tsh-ref:
1290       csit-dpdk-perf-verify-2001-3n-tsh:
1291         - 3   # NDRPDR sel
1292         - 4   # NDRPDR sel
1293         - 5   # NDRPDR sel
1294         - 9   # NDRPDR sel
1295         - 10  # NDRPDR sel
1296         - 11  # NDRPDR sel
1297         - 12  # NDRPDR sel
1298         - 14  # NDRPDR sel
1299         - 15  # NDRPDR sel
1300         - 18  # NDRPDR sel
1301     dpdk-performance-changes-3n-tsh-cmp:
1302       # TODO: Add data:
1303       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1304         - 5   # NDRPDR sel
1305
1306     # Compare testbeds
1307
1308     vpp-compare-testbeds-ref:
1309       csit-vpp-perf-report-iterative-2005-3n-hsw:
1310         - 3   # NDRPDR sel
1311         - 4   # NDRPDR sel
1312         - 5   # NDRPDR sel
1313         - 10  # NDRPDR sel
1314         - 11  # NDRPDR sel
1315         - 12  # NDRPDR sel
1316         - 15  # NDRPDR sel
1317         - 16  # NDRPDR sel
1318         - 18  # NDRPDR sel
1319         - 19  # NDRPDR sel
1320     vpp-compare-testbeds-cmp:
1321       # TODO: Add data:
1322       csit-vpp-perf-report-iterative-2005-3n-skx:
1323         - 4   # NDRPDR sel
1324         - 5   # NDRPDR sel ??? all x710 failed
1325         - 33  # NDRPDR sel
1326         - 28  # NDRPDR sel
1327
1328     vpp-compare-testbeds-skx-clx-ref:
1329       # TODO: Add data:
1330       csit-vpp-perf-report-iterative-2005-2n-skx:
1331         - 7   # NDRPDR sel
1332     vpp-compare-testbeds-skx-clx-cmp:
1333       # TODO: Add data:
1334       csit-vpp-perf-report-iterative-2005-2n-clx:
1335         - 7   # NDRPDR sel
1336         - 38  # NDRPDR sel
1337         - 9   # NDRPDR sel
1338         - 32  # NDRPDR sel ???
1339         - 33  # NDRPDR sel ???
1340         - 39  # NDRPDR sel
1341         - 40  # NDRPDR sel
1342
1343     vpp-compare-testbeds-hsw-clx-ref:
1344       csit-vpp-perf-report-iterative-2005-3n-hsw:
1345         - 3   # NDRPDR sel
1346         - 4   # NDRPDR sel
1347         - 5   # NDRPDR sel
1348         - 10  # NDRPDR sel
1349         - 11  # NDRPDR sel
1350         - 12  # NDRPDR sel
1351         - 15  # NDRPDR sel
1352         - 16  # NDRPDR sel
1353         - 18  # NDRPDR sel
1354         - 19  # NDRPDR sel
1355     vpp-compare-testbeds-hsw-clx-cmp:
1356       # TODO: Add data:
1357       csit-vpp-perf-report-iterative-2005-2n-clx:
1358         - 7   # NDRPDR sel
1359         - 38  # NDRPDR sel
1360         - 9   # NDRPDR sel
1361         - 32  # NDRPDR sel ???
1362         - 33  # NDRPDR sel ???
1363         - 39  # NDRPDR sel
1364         - 40  # NDRPDR sel
1365
1366     vpp-compare-testbeds-mrr-ref:
1367       csit-vpp-perf-report-iterative-2005-3n-hsw:
1368         - 13  # MRR
1369     vpp-compare-testbeds-mrr-cmp:
1370       csit-vpp-perf-report-iterative-2005-3n-skx:
1371         - 6   # MRR sel
1372
1373     vpp-compare-testbeds-mrr-skx-clx-ref:
1374       csit-vpp-perf-report-iterative-2005-2n-skx:
1375         - 42  # MRR sel
1376     vpp-compare-testbeds-mrr-skx-clx-cmp:
1377       csit-vpp-perf-report-iterative-2005-2n-clx:
1378         - 12   # MRR
1379
1380     vpp-compare-testbeds-mrr-hsw-clx-ref:
1381       csit-vpp-perf-report-iterative-2005-3n-hsw:
1382         - 13  # MRR
1383     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1384       csit-vpp-perf-report-iterative-2005-2n-clx:
1385         - 12   # MRR
1386
1387     dpdk-compare-testbeds-ref:
1388       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1389         - 5   # NDRPDR sel
1390         - 6   # NDRPDR sel
1391         - 7   # NDRPDR sel
1392         - 8   # NDRPDR sel
1393         - 9   # NDRPDR sel
1394         - 10  # NDRPDR sel
1395         - 11  # NDRPDR sel
1396         - 12  # NDRPDR sel
1397         - 13  # NDRPDR sel
1398         - 14  # NDRPDR sel
1399     dpdk-compare-testbeds-cmp:
1400       csit-dpdk-perf-report-iterative-2005-3n-skx:
1401         - 4   # NDRPDR sel
1402         - 5   # NDRPDR sel
1403         - 6   # NDRPDR sel
1404         - 7   # NDRPDR sel
1405         - 8   # NDRPDR sel
1406         - 11  # NDRPDR sel
1407         - 12  # NDRPDR sel
1408         - 13  # NDRPDR sel
1409         - 14  # NDRPDR sel
1410         - 15  # NDRPDR sel
1411
1412     dpdk-compare-testbeds-skx-clx-ref:
1413       csit-dpdk-perf-report-iterative-2005-2n-skx:
1414         - 1   # NDRPDR sel
1415         - 2   # NDRPDR sel
1416         - 3   # NDRPDR sel
1417         - 4   # NDRPDR sel
1418         - 5   # NDRPDR sel
1419         - 6   # NDRPDR sel
1420         - 7   # NDRPDR sel
1421         - 8   # NDRPDR sel
1422         - 9   # NDRPDR sel
1423         - 10  # NDRPDR sel
1424     dpdk-compare-testbeds-skx-clx-cmp:
1425       csit-dpdk-perf-report-iterative-2005-2n-clx:
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
1437     # Compare topologies
1438
1439     vpp-compare-topologies-ref:
1440       # TODO: Add data:
1441       csit-vpp-perf-report-iterative-2005-3n-skx:
1442         - 4   # NDRPDR sel
1443         - 5   # NDRPDR sel ??? all x710 failed
1444         - 33  # NDRPDR sel
1445         - 28  # NDRPDR sel
1446     vpp-compare-topologies-cmp:
1447       # TODO: Add data:
1448       csit-vpp-perf-report-iterative-2005-2n-skx:
1449         - 7   # NDRPDR sel
1450
1451     vpp-compare-topologies-mrr-ref:
1452       csit-vpp-perf-report-iterative-2005-3n-skx:
1453         - 6   # MRR sel
1454     vpp-compare-topologies-mrr-cmp:
1455       csit-vpp-perf-report-iterative-2005-2n-skx:
1456         - 42  # MRR sel
1457
1458     dpdk-compare-topologies-ref:
1459       csit-dpdk-perf-report-iterative-2005-3n-skx:
1460         - 4   # NDRPDR sel
1461         - 5   # NDRPDR sel
1462         - 6   # NDRPDR sel
1463         - 7   # NDRPDR sel
1464         - 8   # NDRPDR sel
1465         - 11  # NDRPDR sel
1466         - 12  # NDRPDR sel
1467         - 13  # NDRPDR sel
1468         - 14  # NDRPDR sel
1469         - 15  # NDRPDR sel
1470     dpdk-compare-topologies-cmp:
1471       csit-dpdk-perf-report-iterative-2005-2n-skx:
1472         - 1   # NDRPDR sel
1473         - 2   # NDRPDR sel
1474         - 3   # NDRPDR sel
1475         - 4   # NDRPDR sel
1476         - 5   # NDRPDR sel
1477         - 6   # NDRPDR sel
1478         - 7   # NDRPDR sel
1479         - 8   # NDRPDR sel
1480         - 9   # NDRPDR sel
1481         - 10  # NDRPDR sel
1482
1483   plot-layouts:
1484
1485     plot-soak-throughput:
1486       titlefont:
1487         size: 18
1488       xaxis:
1489         title: "<b>Test Cases [Index]</b>"
1490         titlefont:
1491           size: 16
1492         autorange: True
1493         fixedrange: False
1494         gridcolor: "rgb(230, 230, 230)"
1495         linecolor: "rgb(220, 220, 220)"
1496         linewidth: 1
1497         showgrid: True
1498         showline: True
1499         showticklabels: True
1500         tickcolor: "rgb(220, 220, 220)"
1501         tickmode: "linear"
1502         tickfont:
1503           size: 16
1504         zeroline: False
1505       yaxis:
1506         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1507         titlefont:
1508           size: 16
1509         gridcolor: "rgb(230, 230, 230)"
1510         hoverformat: ".4r"
1511         tickformat: ".3r"
1512         linecolor: "rgb(220, 220, 220)"
1513         linewidth: 1
1514         showgrid: True
1515         showline: True
1516         showticklabels: True
1517         tickcolor: "rgb(220, 220, 220)"
1518         tickfont:
1519           size: 16
1520         zeroline: False
1521         range: [0,50]
1522       autosize: False
1523       margin:
1524         t: 50
1525         b: 0
1526         l: 80
1527         r: 20
1528       showlegend: True
1529       legend:
1530         orientation: "h"
1531         font:
1532           size: 16
1533       width: 700
1534       height: 900
1535       paper_bgcolor: "#fff"
1536       plot_bgcolor: "#fff"
1537       hoverlabel:
1538         namelength: -1
1539
1540     plot-service-density:
1541       titlefont:
1542         size: 18
1543       xaxis:
1544         side: "top"
1545         autorange: True
1546         fixedrange: False
1547         showgrid: False
1548         showline: False
1549         showticklabels: False
1550         ticks: ""
1551         ticklen: 0
1552         tickwidth: 0
1553         zeroline: False
1554       yaxis:
1555         autorange: "reversed"
1556         showgrid: False
1557         showline: False
1558         showticklabels: False
1559         ticks: ""
1560         ticklen: 0
1561         tickwidth: 0
1562         zeroline: False
1563       showlegend: False
1564       paper_bgcolor: "#fff"
1565       plot_bgcolor: "#fff"
1566       width: 700
1567       height: 700
1568       hoverlabel:
1569         namelength: -1
1570
1571 #    plot-cps:
1572 #      titlefont:
1573 #        size: 18
1574 #      xaxis:
1575 #        title: "<b>Test Cases [Index]</b>"
1576 #        titlefont:
1577 #          size: 16
1578 #        autorange: True
1579 #        fixedrange: False
1580 #        gridcolor: "rgb(230, 230, 230)"
1581 #        linecolor: "rgb(220, 220, 220)"
1582 #        linewidth: 1
1583 #        showgrid: True
1584 #        showline: True
1585 #        showticklabels: True
1586 #        tickcolor: "rgb(220, 220, 220)"
1587 #        tickmode: "linear"
1588 #        tickfont:
1589 #          size: 16
1590 #        zeroline: False
1591 #      yaxis:
1592 #        title: "<b>Connections Per Second [cps]</b>"
1593 #        titlefont:
1594 #          size: 16
1595 #        gridcolor: "rgb(230, 230, 230)"
1596 #        hoverformat: ".4s"
1597 #        linecolor: "rgb(220, 220, 220)"
1598 #        linewidth: 1
1599 #        rangemode: "tozero"
1600 #        showgrid: True
1601 #        showline: True
1602 #        showticklabels: True
1603 #        tickcolor: "rgb(220, 220, 220)"
1604 #        tickformat: ".3s"
1605 #        tickfont:
1606 #          size: 16
1607 #        zeroline: False
1608 #      boxmode: "group"
1609 #      boxgroupgap: 0.5
1610 #      autosize: False
1611 #      margin:
1612 #        t: 50
1613 #        b: 20
1614 #        l: 80
1615 #        r: 20
1616 #      showlegend: True
1617 #      legend:
1618 #        orientation: "h"
1619 #        font:
1620 #          size: 16
1621 #      width: 700
1622 #      height: 800
1623 #      paper_bgcolor: "#fff"
1624 #      plot_bgcolor: "#fff"
1625 #      hoverlabel:
1626 #        namelength: -1
1627 #
1628 #    plot-rps:
1629 #      titlefont:
1630 #        size: 18
1631 #      xaxis:
1632 #        title: "<b>Test Cases [Index]</b>"
1633 #        titlefont:
1634 #          size: 16
1635 #        autorange: True
1636 #        fixedrange: False
1637 #        gridcolor: "rgb(230, 230, 230)"
1638 #        linecolor: "rgb(220, 220, 220)"
1639 #        linewidth: 1
1640 #        showgrid: True
1641 #        showline: True
1642 #        showticklabels: True
1643 #        tickcolor: "rgb(220, 220, 220)"
1644 #        tickmode: "linear"
1645 #        tickfont:
1646 #          size: 16
1647 #        zeroline: False
1648 #      yaxis:
1649 #        title: "<b>Requests Per Second [rps]</b>"
1650 #        titlefont:
1651 #          size: 16
1652 #        gridcolor: "rgb(230, 230, 230)"
1653 #        hoverformat: ".4s"
1654 #        linecolor: "rgb(220, 220, 220)"
1655 #        linewidth: 1
1656 #        rangemode: "tozero"
1657 #        showgrid: True
1658 #        showline: True
1659 #        showticklabels: True
1660 #        tickcolor: "rgb(230, 230, 230)"
1661 #        tickformat: ".3s"
1662 #        tickfont:
1663 #          size: 16
1664 #        zeroline: False
1665 #      boxmode: "group"
1666 #      boxgroupgap: 0.5
1667 #      autosize: False
1668 #      margin:
1669 #        t: 50
1670 #        b: 20
1671 #        l: 80
1672 #        r: 20
1673 #      showlegend: True
1674 #      legend:
1675 #        orientation: "h"
1676 #        font:
1677 #          size: 16
1678 #      width: 700
1679 #      height: 800
1680 #      paper_bgcolor: "#fff"
1681 #      plot_bgcolor: "#fff"
1682 #      hoverlabel:
1683 #        namelength: -1
1684
1685     plot-hoststack:
1686       titlefont:
1687         size: 16
1688       xaxis:
1689         title: "<b>Test Cases [Index]</b>"
1690         titlefont:
1691           size: 14
1692         autorange: True
1693         fixedrange: False
1694         gridcolor: "rgb(230, 230, 230)"
1695         linecolor: "rgb(220, 220, 220)"
1696         linewidth: 1
1697         showgrid: True
1698         showline: True
1699         showticklabels: True
1700         tickcolor: "rgb(220, 220, 220)"
1701         tickmode: "linear"
1702         tickfont:
1703           size: 14
1704         zeroline: False
1705       yaxis:
1706         title: "<b>Bandwidth [Gbps]</b>"
1707         titlefont:
1708           size: 14
1709         gridcolor: "rgb(230, 230, 230)"
1710         hoverformat: ".4s"
1711         linecolor: "rgb(220, 220, 220)"
1712         linewidth: 1
1713         rangemode: "tozero"
1714         showgrid: True
1715         showline: True
1716         showticklabels: True
1717         tickcolor: "rgb(230, 230, 230)"
1718         tickformat: ".3s"
1719         tickfont:
1720           size: 14
1721         zeroline: False
1722       boxmode: "group"
1723       boxgroupgap: 0.5
1724       autosize: False
1725       margin:
1726         t: 50
1727         b: 20
1728         l: 80
1729         r: 20
1730       showlegend: True
1731       legend:
1732         orientation: "h"
1733         font:
1734           size: 14
1735       width: 700
1736       height: 800
1737       paper_bgcolor: "#fff"
1738       plot_bgcolor: "#fff"
1739       hoverlabel:
1740         namelength: -1
1741
1742     plot-throughput:
1743       titlefont:
1744         size: 18
1745       xaxis:
1746         title: "<b>Test Cases [Index]</b>"
1747         titlefont:
1748           size: 16
1749         autorange: True
1750         fixedrange: False
1751         gridcolor: "rgb(230, 230, 230)"
1752         linecolor: "rgb(220, 220, 220)"
1753         linewidth: 1
1754         showgrid: True
1755         showline: True
1756         showticklabels: True
1757         tickcolor: "rgb(220, 220, 220)"
1758         tickmode: "linear"
1759         tickfont:
1760           size: 16
1761         zeroline: False
1762       yaxis:
1763         title: "<b>Packet Throughput [Mpps]</b>"
1764         titlefont:
1765           size: 16
1766         gridcolor: "rgb(230, 230, 230)"
1767         hoverformat: ".4r"
1768         tickformat: ".3r"
1769         linecolor: "rgb(220, 220, 220)"
1770         linewidth: 1
1771         showgrid: True
1772         showline: True
1773         showticklabels: True
1774         tickcolor: "rgb(220, 220, 220)"
1775         tickfont:
1776           size: 16
1777         zeroline: False
1778         range: [0,50]
1779       autosize: False
1780       margin:
1781         t: 50
1782         b: 0
1783         l: 80
1784         r: 20
1785       showlegend: True
1786       legend:
1787         orientation: "h"
1788         font:
1789           size: 16
1790       width: 700
1791       height: 900
1792       paper_bgcolor: "#fff"
1793       plot_bgcolor: "#fff"
1794       hoverlabel:
1795         namelength: -1
1796
1797     plot-throughput-speedup-analysis:
1798       titlefont:
1799         size: 18
1800       xaxis:
1801         title: "<b>Number of Cores [Qty]</b>"
1802         titlefont:
1803           size: 16
1804         autorange: True
1805         fixedrange: False
1806         gridcolor: "rgb(230, 230, 230)"
1807         linecolor: "rgb(220, 220, 220)"
1808         linewidth: 1
1809         showgrid: True
1810         showline: True
1811         showticklabels: True
1812         tickcolor: "rgb(238, 238, 238)"
1813         tickmode: "linear"
1814         tickfont:
1815           size: 16
1816         zeroline: False
1817       yaxis:
1818         title: "<b>Packet Throughput [Mpps]</b>"
1819         titlefont:
1820           size: 16
1821         type: "linear"
1822         gridcolor: "rgb(230, 230, 230)"
1823         hoverformat: ".4s"
1824         linecolor: "rgb(220, 220, 220)"
1825         linewidth: 1
1826         showgrid: True
1827         showline: True
1828         showticklabels: True
1829         tickcolor: "rgb(220, 220, 220)"
1830         tickformat: ".4s"
1831         tickfont:
1832           size: 16
1833         zeroline: True
1834         rangemode: "tozero"
1835         range: [0,100]
1836       legend:
1837         orientation: "h"
1838         font:
1839           size: 16
1840         xanchor: "left"
1841         yanchor: "top"
1842         x: 0
1843         y: -0.2
1844         bgcolor: "rgba(255, 255, 255, 0)"
1845         bordercolor: "rgba(255, 255, 255, 0)"
1846         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1847       autosize: False
1848       margin:
1849           't': 50
1850           'b': 150
1851           'l': 85
1852           'r': 10
1853       showlegend: True
1854       width: 700
1855       height: 700
1856       paper_bgcolor: "#fff"
1857       plot_bgcolor: "#fff"
1858       hoverlabel:
1859         namelength: -1
1860       annotations: [
1861         {
1862           text: "_ _          __          ...",
1863           align: "left",
1864           showarrow: False,
1865           xref: "paper",
1866           yref: "paper",
1867           xanchor: "left",
1868           yanchor: "top",
1869           x: 0,
1870           y: -0.13,
1871           font: {
1872             family: "Consolas, Courier New",
1873             size: 15
1874           },
1875         },
1876         {
1877           text: "    Perfect     Measured     Limit",
1878           align: "left",
1879           showarrow: False,
1880           xref: "paper",
1881           yref: "paper",
1882           xanchor: "left",
1883           yanchor: "top",
1884           x: 0,
1885           y: -0.15,
1886           font: {
1887             family: "Consolas, Courier New",
1888             size: 15
1889           },
1890         },
1891       ]
1892
1893     plot-latency:
1894       titlefont:
1895         size: 18
1896       xaxis:
1897         title: "<b>Direction</b>"
1898         titlefont:
1899           size: 16
1900         autorange: True
1901         fixedrange: False
1902         gridcolor: "rgb(230, 230, 230)"
1903         linecolor: "rgb(220, 220, 220)"
1904         linewidth: 1
1905         showgrid: True
1906         showline: True
1907         showticklabels: False
1908         tickcolor: "rgb(220, 220, 220)"
1909         tickmode: "linear"
1910         tickfont:
1911           size: 16
1912         zeroline: False
1913       yaxis:
1914         title: "<b>Packet Latency [uSec]</b>"
1915         titlefont:
1916           size: 16
1917         type: "linear"
1918         gridcolor: "rgb(230, 230, 230)"
1919         hoverformat: ".4s"
1920         linecolor: "rgb(220, 220, 220)"
1921         linewidth: 1
1922         showgrid: True
1923         showline: True
1924         showticklabels: True
1925         tickcolor: "rgb(220, 220, 220)"
1926         tickformat: ".4s"
1927         tickfont:
1928           size: 16
1929         zeroline: True
1930         rangemode: "tozero"
1931       legend:
1932         orientation: "h"
1933         font:
1934           size: 16
1935         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1936       autosize: False
1937       margin:
1938           't': 50
1939           'b': 150
1940           'l': 80
1941           'r': 10
1942       showlegend: True
1943       width: 700
1944       height: 700
1945       paper_bgcolor: "#fff"
1946       plot_bgcolor: "#fff"
1947       hoverlabel:
1948         namelength: -1
1949
1950     plot-hdrh-latency:
1951       title:
1952         text: ""
1953         xanchor: "center"
1954         x: 0.5
1955         font:
1956           size: 16
1957       width: 700
1958       plot_bgcolor: "white"
1959       annotations:
1960         - font:
1961             size: 14
1962           showarrow: False
1963           text: "<b>Packet Latency [uSec]</b>"
1964           x: 1
1965           xanchor: "right"
1966           xref: "paper"
1967           y: -0.045
1968           yanchor: "top"
1969           yref: "paper"
1970         - font:
1971             size: 14
1972           showarrow: False
1973           text: "<b>Probability [%]</b>"
1974           textangle: 270
1975           x: -0.06
1976           xanchor: "center"
1977           xref: "paper"
1978           y: 0.5
1979           yanchor: "middle"
1980           yref: "paper"
1981         - font:
1982             size: 14
1983           showarrow: False
1984           text: "<b>Direction: E-W</b>"
1985           x: 0.24
1986           xanchor: "center"
1987           xref: "paper"
1988           y: 1.05
1989           yanchor: "bottom"
1990           yref: "paper"
1991         - font:
1992             size: 14
1993           showarrow: False
1994           text: "<b>Direction: W-E</b>"
1995           x: 0.74
1996           xanchor: "center"
1997           xref: "paper"
1998           y: 1.05
1999           yanchor: "bottom"
2000           yref: "paper"
2001
2002     plot-hdrh-latency-percentile:
2003       title:
2004         text: ""
2005         xanchor: "center"
2006         x: 0.5
2007         font:
2008           size: 18
2009       xaxis:
2010         type: "log"
2011         title: "<b>Percentile [%]</b>"
2012         titlefont:
2013           size: 16
2014         autorange: True
2015         fixedrange: False
2016         gridcolor: "rgb(230, 230, 230)"
2017         linecolor: "rgb(220, 220, 220)"
2018         linewidth: 1
2019         showgrid: True
2020         showline: True
2021         showticklabels: True
2022         tickcolor: "rgb(220, 220, 220)"
2023         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2024         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2025         tickfont:
2026           size: 16
2027       yaxis:
2028         title: "<b>Packet Latency [uSec]</b>"
2029         titlefont:
2030           size: 16
2031         gridcolor: "rgb(230, 230, 230)"
2032         linecolor: "rgb(220, 220, 220)"
2033         linewidth: 1
2034         showgrid: True
2035         showline: True
2036         showticklabels: True
2037         tickcolor: "rgb(220, 220, 220)"
2038         tickfont:
2039           size: 16
2040       autosize: False
2041       showlegend: True
2042       legend:
2043         traceorder: "normal"
2044         orientation: "h"
2045         font:
2046           size: 16
2047         xanchor: "left"
2048         yanchor: "top"
2049         x: 0
2050         y: -0.15
2051         bgcolor: "rgba(255, 255, 255, 0)"
2052         bordercolor: "rgba(255, 255, 255, 0)"
2053       width: 700
2054       height: 700
2055       paper_bgcolor: "white"
2056       plot_bgcolor: "white"
2057
2058     plot-hdrh-latency-by-percentile:
2059       title:
2060         text: "<b>Latency by Percentile Distribution</b>"
2061         xanchor: "center"
2062         x: 0.5
2063         font:
2064           size: 18
2065       showlegend: True
2066       legend:
2067         traceorder: "normal"
2068         orientation: "h"
2069         font:
2070           size: 16
2071         xanchor: "left"
2072         yanchor: "top"
2073         x: 0
2074         y: -0.2
2075         bgcolor: "rgba(255, 255, 255, 0)"
2076         bordercolor: "rgba(255, 255, 255, 0)"
2077       xaxis:
2078         type: "linear"
2079         title: "<b>Percentile [%]</b>"
2080         titlefont:
2081           size: 14
2082         autorange: False
2083         fixedrange: False
2084         range: [0, 100]
2085         gridcolor: "rgb(230, 230, 230)"
2086         linecolor: "rgb(220, 220, 220)"
2087         linewidth: 1
2088         showgrid: True
2089         showline: True
2090         showticklabels: True
2091         tickcolor: "rgb(220, 220, 220)"
2092         tickvals: [0, 25, 50, 75, 100]
2093         ticktext: [0, 25, 50, 75, 100]
2094         tickfont:
2095           size: 14
2096       yaxis:
2097         title: "<b>One-Way Latency per Direction [uSec]</b>"
2098         titlefont:
2099           size: 14
2100         gridcolor: "rgb(230, 230, 230)"
2101         linecolor: "rgb(220, 220, 220)"
2102         linewidth: 1
2103         showgrid: True
2104         showline: True
2105         showticklabels: True
2106         tickcolor: "rgb(220, 220, 220)"
2107         tickfont:
2108           size: 14
2109       width: 700
2110       height: 700
2111       paper_bgcolor: "white"
2112       plot_bgcolor: "white"
2113
2114 - type: "static"
2115   src-path: "{DIR[RST]}"
2116   dst-path: "{DIR[WORKING,SRC]}"
2117
2118 - type: "input"
2119   general:
2120     file-name: "output_info.xml.gz"
2121     file-format: ".gz"
2122     arch-file-format:
2123       - ".gz"
2124       - ".zip"
2125     download-path: "{job}/{build}/archives/{filename}"
2126     extract: "output.xml"
2127
2128     zip-file-name: "robot-plugin.zip"
2129     zip-file-format: ".zip"
2130     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2131     zip-extract: "robot-plugin/output.xml"
2132
2133   builds:
2134
2135     csit-vpp-perf-verify-1908-3n-hsw:
2136       - 12  # NDRPDR sel
2137       - 13  # NDRPDR sel
2138       - 14  # NDRPDR sel
2139       - 15  # NDRPDR sel
2140       - 16  # NDRPDR sel
2141       - 17  # NDRPDR sel
2142       - 18  # NDRPDR sel
2143       - 19  # NDRPDR sel
2144       - 20  # NDRPDR sel
2145       - 21  # NDRPDR sel
2146       - 48  # NDRPDR sel vhost
2147       - 49  # NDRPDR sel vhost
2148       - 52  # NDRPDR sel vhost
2149       - 53  # NDRPDR sel vhost
2150       - 54  # NDRPDR sel vhost
2151       - 55  # NDRPDR sel vhost
2152       - 56  # NDRPDR sel vhost
2153       - 57  # NDRPDR sel vhost
2154       - 58  # NDRPDR sel vhost
2155       - 59  # NDRPDR sel vhost
2156       - 39  # MRR sel
2157     csit-vpp-perf-verify-2001-3n-hsw:
2158       - 21  # NDRPDR sel
2159       - 22  # NDRPDR sel
2160       - 23  # NDRPDR sel
2161       - 24  # NDRPDR sel
2162       - 25  # NDRPDR sel
2163       - 29  # NDRPDR sel
2164       - 30  # NDRPDR sel
2165       - 31  # NDRPDR sel
2166       - 32  # NDRPDR sel
2167       - 34  # NDRPDR sel
2168       - 17  # MRR sel
2169     csit-vpp-perf-report-iterative-2005-3n-hsw:
2170       - 3   # NDRPDR sel
2171       - 4   # NDRPDR sel
2172       - 5   # NDRPDR sel
2173       - 10  # NDRPDR sel
2174       - 11  # NDRPDR sel
2175       - 12  # NDRPDR sel
2176       - 15  # NDRPDR sel
2177       - 16  # NDRPDR sel
2178       - 18  # NDRPDR sel
2179       - 19  # NDRPDR sel
2180       - 13  # MRR
2181     csit-vpp-perf-verify-2005-3n-hsw:
2182       - 3   # hoststack
2183       - 5   # hoststack
2184       - 6   # hoststack
2185       - 7   # hoststack
2186       - 8   # hoststack
2187       - 9   # hoststack
2188       - 10  # hoststack
2189       - 11  # hoststack
2190       - 12  # hoststack
2191       - 13  # hoststack
2192     csit-vpp-perf-report-coverage-2005-3n-hsw:
2193       - 1   # perf-full-3n-dnv-crypto_I
2194       - 7   # perf-full-3n-hsw-crypto_II
2195       - 3   # perf-full-3n-hsw-crypto_III
2196       - 4   # perf-full-3n-dnv-crypto_IV
2197       - 5   # perf-full-3n-hsw-ip4_I
2198       - 6   # perf-full-3n-hsw-ip4_II
2199       - 8   # perf-full-3n-hsw-ip4_III
2200       - 9   # perf-full-3n-hsw-ip4_IV
2201       - 10  # perf-full-3n-hsw-ip4_V
2202       - 26  # perf-full-3n-hsw-ip4_VI
2203       - 18  # perf-full-3n-hsw-ip4_VII
2204       - 27  # perf-full-3n-hsw-ip4_VIII
2205       - 28  # perf-full-3n-hsw-ip4_IX
2206       - 29  # perf-full-3n-hsw-ip6_I
2207       - 35  # perf-full-3n-hsw-ip6_II
2208       - 42  # perf-full-3n-hsw-l2_I
2209       - 33  # perf-full-3n-hsw-l2_II
2210       - 37  # perf-full-3n-hsw-l2_III
2211       - 45  # perf-full-3n-hsw-l2_IV
2212       - 43  # perf-full-3n-hsw-l2_V
2213       - 40  # perf-full-3n-hsw-l2_VI
2214       - 44  # perf-full-3n-hsw-l2_VII
2215       - 51  # perf-full-3n-hsw-l2_VIII
2216       - 50  # perf-full-3n-hsw-l2_IX
2217       - 52  # perf-full-3n-hsw-l2_X
2218       - 53  # perf-full-3n-hsw-l2_XI
2219       - 54  # perf-full-3n-hsw-memif
2220       - 55  # perf-full-3n-hsw-ip4tunnels-I
2221       - 56  # perf-full-3n-hsw-ip4tunnels-II
2222       - 57  # perf-full-3n-hsw-ip4tunnels-III
2223       - 58  # perf-full-3n-hsw-ip6tunnels-I
2224       - 59  # perf-full-3n-hsw-srv6-I
2225       - 60  # perf-full-3n-hsw-srv6-II
2226       - 61  # perf-full-3n-hsw-vhost-I
2227       - 62  # perf-full-3n-hsw-vhost-II
2228       - 63  # perf-full-3n-hsw-vhost-III
2229
2230     csit-vpp-perf-verify-1908_1-3n-skx:
2231       - 26  # NDRPDR sel - new1908.1
2232       - 27  # NDRPDR sel - new1908.1
2233       - 28  # NDRPDR sel - new1908.1
2234       - 29  # NDRPDR sel - new1908.1
2235       - 30  # NDRPDR sel - new1908.1
2236       - 31  # NDRPDR sel - new1908.1
2237       - 33  # NDRPDR sel - new1908.1
2238       - 34  # NDRPDR sel - new1908.1
2239       - 35  # NDRPDR sel - new1908.1
2240       - 36  # NDRPDR sel - new1908.1
2241     csit-vpp-perf-verify-2001-3n-skx:
2242       - 69  # NDRPDR sel - new2001.0
2243       - 71  # NDRPDR sel - new2001.0
2244       - 72  # NDRPDR sel - new2001.0
2245       - 76  # NDRPDR sel - new2001.0
2246       - 77  # NDRPDR sel - new2001.0
2247       - 78  # NDRPDR sel - new2001.0
2248       - 80  # NDRPDR sel - new2001.0
2249       - 50  # MRR sel
2250       - 53  # MRR sel addition
2251     # TODO: Add data:
2252     csit-vpp-perf-report-iterative-2005-3n-skx:
2253       - 4   # NDRPDR sel
2254       - 5   # NDRPDR sel ??? all x710 failed
2255       - 33  # NDRPDR sel
2256       - 28  # NDRPDR sel
2257       - 6   # MRR sel
2258
2259     csit-vpp-perf-verify-1908_1-2n-skx:
2260       - 39  # NDRPDR sel - new1908.1
2261       - 40  # NDRPDR sel - new1908.1
2262       - 41  # NDRPDR sel - new1908.1
2263       - 43  # NDRPDR sel - new1908.1
2264       - 44  # NDRPDR sel - new1908.1
2265       - 45  # NDRPDR sel - new1908.1
2266       - 46  # NDRPDR sel - new1908.1
2267       - 47  # NDRPDR sel - new1908.1
2268       - 48  # NDRPDR sel - new1908.1
2269       - 49  # NDRPDR sel - new1908.1
2270     csit-vpp-perf-verify-2001-2n-skx:
2271       - 143  # NDRPDR sel - new2001.0
2272       - 146  # NDRPDR sel - new2001.0
2273       - 147  # NDRPDR sel - new2001.0
2274       - 148  # NDRPDR sel - new2001.0
2275       - 149  # NDRPDR sel - new2001.0
2276       - 150  # NDRPDR sel - new2001.0
2277       - 151  # NDRPDR sel - new2001.0
2278       - 152  # NDRPDR sel - new2001.0
2279       - 153  # NDRPDR sel - new2001.0
2280       - 154  # NDRPDR sel - new2001.0
2281       - 101  # MRR sel - old
2282       - 128  # MRR sel addition - old
2283       - 169  # Reconf REMOVE
2284       - 181  # Soak REMOVE
2285       - 182  # Soak REMOVE
2286     # TODO: Add data:
2287     csit-vpp-perf-report-iterative-2005-2n-skx:
2288       - 7   # NDRPDR sel
2289       - 42  # MRR sel
2290
2291     csit-vpp-perf-verify-1908_1-2n-clx:
2292       - 5  # NDRPDR sel
2293       - 6  # NDRPDR sel
2294       - 7  # NDRPDR sel
2295       - 8  # NDRPDR sel
2296       - 9  # NDRPDR sel
2297     csit-vpp-perf-verify-2001-2n-clx:
2298       - 28  # NDRPDR sel
2299       - 29  # NDRPDR sel
2300       - 32  # NDRPDR sel
2301       - 40  # NDRPDR sel
2302       - 43  # NDRPDR sel
2303       - 44  # NDRPDR sel
2304       - 45  # NDRPDR sel
2305       - 47  # NDRPDR sel
2306       - 48  # NDRPDR sel
2307       - 49  # NDRPDR sel
2308       - 39  # MRR
2309       - 68  # Reconf REMOVE
2310       - 93  # Soak REMOVE
2311       - 94  # Soak REMOVE
2312     # TODO: Add data:
2313     csit-vpp-perf-report-iterative-2005-2n-clx:
2314       - 7   # NDRPDR sel
2315       - 38  # NDRPDR sel
2316       - 9   # NDRPDR sel
2317       - 32  # NDRPDR sel ???
2318       - 33  # NDRPDR sel ???
2319       - 39  # NDRPDR sel
2320       - 40  # NDRPDR sel
2321       - 12   # MRR
2322
2323     csit-vpp-perf-verify-1908-3n-tsh:
2324       - 7   # NDRPDR sel
2325       - 8   # NDRPDR sel
2326       - 9   # NDRPDR sel
2327       - 10  # NDRPDR sel
2328       - 11  # NDRPDR sel
2329       - 12  # NDRPDR sel
2330       - 13  # NDRPDR sel
2331       - 14  # NDRPDR sel
2332       - 15  # NDRPDR sel
2333       - 16  # NDRPDR sel
2334       - 17  # MRR sel
2335     csit-vpp-perf-verify-2001-3n-tsh:
2336       - 3   # NDRPDR sel
2337       - 4   # NDRPDR sel
2338       - 7   # NDRPDR sel
2339       - 8   # NDRPDR sel
2340       - 10  # NDRPDR sel
2341       - 12  # NDRPDR sel
2342       - 13  # NDRPDR sel
2343       - 14  # NDRPDR sel
2344       - 15  # NDRPDR sel
2345       - 21  # NDRPDR sel
2346       - 9   # MRR sel
2347     # TODO: Add data:
2348     csit-vpp-perf-report-iterative-2005-3n-tsh:
2349       - 9   # NDRPDR sel
2350
2351     csit-vpp-perf-verify-1908-3n-dnv:
2352       - 6   # NDRPDR sel
2353       - 7   # NDRPDR sel
2354       - 8   # NDRPDR sel
2355       - 9   # NDRPDR sel
2356       - 10  # NDRPDR sel
2357       - 12  # NDRPDR sel
2358       - 13  # NDRPDR sel
2359       - 14  # NDRPDR sel
2360       - 15  # NDRPDR sel
2361       - 16  # NDRPDR sel
2362       - 17  # MRR sel
2363     csit-vpp-perf-verify-2001-3n-dnv:
2364       - 5   # NDRPDR sel
2365       - 6   # NDRPDR sel
2366       - 7   # NDRPDR sel
2367       - 8   # NDRPDR sel
2368       - 9   # NDRPDR sel
2369       - 10  # NDRPDR sel
2370       - 12  # NDRPDR sel
2371       - 16  # NDRPDR sel
2372       - 17  # NDRPDR sel
2373       - 18  # NDRPDR sel
2374       - 11  # MRR sel
2375     csit-vpp-perf-report-iterative-2005-3n-dnv:
2376       - 2   # NDRPDR sel
2377       - 3   # NDRPDR sel
2378       - 4   # NDRPDR sel
2379       - 5   # NDRPDR sel
2380       - 6   # NDRPDR sel
2381       - 7   # NDRPDR sel
2382       - 9   # NDRPDR sel
2383       - 10  # NDRPDR sel
2384       - 11  # NDRPDR sel
2385       - 12  # NDRPDR sel
2386       - 8   # MRR
2387     csit-vpp-perf-report-coverage-2005-3n-dnv:
2388       - 1   # perf-full-3n-dnv-crypto_I
2389       - 24  # perf-full-3n-dnv-crypto_II
2390       - 5   # perf-full-3n-dnv-ip4_I
2391       - 13  # perf-full-3n-dnv-ip4_II
2392       - 17  # perf-full-3n-dnv-ip6_I
2393       - 18  # perf-full-3n-dnv-ip6_II
2394       - 21  # perf-full-3n-dnv-l2_I
2395       - 22  # perf-full-3n-dnv-l2_II
2396       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2397
2398     csit-vpp-perf-verify-1908-2n-dnv:
2399       - 1   # NDRPDR sel
2400       - 2   # NDRPDR sel
2401       - 3   # NDRPDR sel
2402       - 4   # NDRPDR sel
2403       - 5   # NDRPDR sel
2404       - 6   # NDRPDR sel
2405       - 7   # NDRPDR sel
2406       - 8   # NDRPDR sel
2407       - 9   # NDRPDR sel
2408       - 10  # NDRPDR sel
2409       - 11  # MRR sel
2410     csit-vpp-perf-verify-2001-2n-dnv:
2411       - 4   # NDRPDR sel
2412       - 5   # NDRPDR sel
2413       - 6   # NDRPDR sel
2414       - 7   # NDRPDR sel
2415       - 8   # NDRPDR sel
2416       - 9   # NDRPDR sel
2417       - 10  # NDRPDR sel
2418       - 11  # NDRPDR sel
2419       - 13  # NDRPDR sel
2420       - 16  # NDRPDR sel
2421       - 12  # MRR sel
2422     csit-vpp-perf-report-iterative-2005-2n-dnv:
2423       - 3   # NDRPDR sel
2424       - 6   # NDRPDR sel
2425       - 7   # NDRPDR sel
2426       - 8   # NDRPDR sel
2427       - 9   # NDRPDR sel
2428       - 10  # NDRPDR sel
2429       - 11  # NDRPDR sel
2430       - 12  # NDRPDR sel
2431       - 13  # NDRPDR sel
2432       - 14  # NDRPDR sel
2433       - 15  # MRR sel
2434     csit-vpp-perf-report-coverage-2005-2n-dnv:
2435       - 1   # perf-full-2n-dnv-ip4_I
2436       - 2   # perf-full-2n-dnv-ip4_II
2437       - 3   # perf-full-2n-dnv-ip6_I
2438       - 4   # perf-full-2n-dnv-ip6_II
2439       - 5   # perf-full-2n-dnv-l2_I
2440       - 6   # perf-full-2n-dnv-l2_II
2441
2442     csit-dpdk-perf-verify-1908-3n-hsw:
2443       - 2   # NDRPDR sel
2444       - 3   # NDRPDR sel
2445       - 4   # NDRPDR sel
2446       - 5   # NDRPDR sel
2447       - 6   # NDRPDR sel
2448       - 7   # NDRPDR sel
2449       - 8   # NDRPDR sel
2450       - 9   # NDRPDR sel
2451       - 10  # NDRPDR sel
2452       - 11  # NDRPDR sel
2453     csit-dpdk-perf-verify-2001-3n-hsw:
2454       - 4   # NDRPDR sel
2455       - 5   # NDRPDR sel
2456       - 6   # NDRPDR sel
2457       - 7   # NDRPDR sel
2458       - 8   # NDRPDR sel
2459       - 9   # NDRPDR sel
2460       - 10  # NDRPDR sel
2461       - 11  # NDRPDR sel
2462       - 12  # NDRPDR sel
2463       - 13  # NDRPDR sel
2464       - 15  # NDRPDR sel
2465       - 16  # NDRPDR sel
2466       - 17  # NDRPDR sel
2467       - 18  # NDRPDR sel
2468       - 19  # NDRPDR sel
2469       - 20  # NDRPDR sel
2470       - 21  # NDRPDR sel
2471       - 22  # NDRPDR sel
2472       - 23  # NDRPDR sel
2473       - 24  # NDRPDR sel
2474     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2475       - 5   # NDRPDR sel
2476       - 6   # NDRPDR sel
2477       - 7   # NDRPDR sel
2478       - 8   # NDRPDR sel
2479       - 9   # NDRPDR sel
2480       - 10  # NDRPDR sel
2481       - 11  # NDRPDR sel
2482       - 12  # NDRPDR sel
2483       - 13  # NDRPDR sel
2484       - 14  # NDRPDR sel
2485
2486     csit-dpdk-perf-verify-1908-3n-skx:
2487       - 3   # NDRPDR sel
2488       - 4   # NDRPDR sel
2489       - 5   # NDRPDR sel
2490       - 6   # NDRPDR sel
2491       - 7   # NDRPDR sel
2492       - 8   # NDRPDR sel
2493       - 9   # NDRPDR sel
2494       - 10  # NDRPDR sel
2495       - 11  # NDRPDR sel
2496       - 12  # NDRPDR sel
2497     csit-dpdk-perf-verify-2001-3n-skx:
2498       - 29  # NDRPDR sel xxv710
2499       - 33  # NDRPDR sel xxv710
2500       - 34  # NDRPDR sel xxv710
2501       - 35  # NDRPDR sel xxv710
2502       - 36  # NDRPDR sel xxv710
2503       - 37  # NDRPDR sel xxv710
2504       - 41  # NDRPDR sel xxv710
2505       - 42  # NDRPDR sel xxv710
2506       - 43  # NDRPDR sel xxv710
2507       - 45  # NDRPDR sel xxv710
2508       - 30  # NDRPDR sel x710
2509       - 31  # NDRPDR sel x710
2510       - 32  # NDRPDR sel x710
2511       - 38  # NDRPDR sel x710
2512       - 39  # NDRPDR sel x710
2513       - 40  # NDRPDR sel x710
2514       - 44  # NDRPDR sel x710
2515       - 46  # NDRPDR sel x710
2516       - 47  # NDRPDR sel x710
2517       - 48  # NDRPDR sel x710
2518     csit-dpdk-perf-report-iterative-2005-3n-skx:
2519       - 4   # NDRPDR sel
2520       - 5   # NDRPDR sel
2521       - 6   # NDRPDR sel
2522       - 7   # NDRPDR sel
2523       - 8   # NDRPDR sel
2524       - 11  # NDRPDR sel
2525       - 12  # NDRPDR sel
2526       - 13  # NDRPDR sel
2527       - 14  # NDRPDR sel
2528       - 15  # NDRPDR sel
2529
2530     csit-dpdk-perf-verify-1908-2n-skx:
2531       - 2   # NDRPDR sel
2532       - 3   # NDRPDR sel
2533       - 4   # NDRPDR sel
2534       - 5   # NDRPDR sel
2535       - 7   # NDRPDR sel
2536       - 8   # NDRPDR sel
2537       - 9   # NDRPDR sel
2538       - 10  # NDRPDR sel
2539       - 11  # NDRPDR sel
2540       - 12  # NDRPDR sel
2541     csit-dpdk-perf-verify-2001-2n-skx:
2542       - 35  # NDRPDR sel xxv710
2543       - 36  # NDRPDR sel xxv710
2544       - 37  # NDRPDR sel xxv710
2545       - 41  # NDRPDR sel xxv710
2546       - 42  # NDRPDR sel xxv710
2547       - 43  # NDRPDR sel xxv710
2548       - 46  # NDRPDR sel xxv710
2549       - 47  # NDRPDR sel xxv710
2550       - 52  # NDRPDR sel xxv710
2551       - 53  # NDRPDR sel xxv710
2552       - 38  # NDRPDR sel x710
2553       - 39  # NDRPDR sel x710
2554       - 40  # NDRPDR sel x710
2555       - 44  # NDRPDR sel x710
2556       - 45  # NDRPDR sel x710
2557       - 48  # NDRPDR sel x710
2558       - 49  # NDRPDR sel x710
2559       - 50  # NDRPDR sel x710
2560       - 51  # NDRPDR sel x710
2561       - 54  # NDRPDR sel x710
2562     csit-dpdk-perf-report-iterative-2005-2n-skx:
2563       - 1   # NDRPDR sel
2564       - 2   # NDRPDR sel
2565       - 3   # NDRPDR sel
2566       - 4   # NDRPDR sel
2567       - 5   # NDRPDR sel
2568       - 6   # NDRPDR sel
2569       - 7   # NDRPDR sel
2570       - 8   # NDRPDR sel
2571       - 9   # NDRPDR sel
2572       - 10  # NDRPDR sel
2573
2574     csit-dpdk-perf-verify-2001-2n-clx:
2575       - 15  # NDRPDR sel
2576       - 16  # NDRPDR sel
2577       - 17  # NDRPDR sel
2578       - 18  # NDRPDR sel
2579       - 19  # NDRPDR sel
2580       - 20  # NDRPDR sel
2581       - 21  # NDRPDR sel
2582       - 22  # NDRPDR sel
2583       - 23  # NDRPDR sel
2584       - 24  # NDRPDR sel
2585       - 25  # NDRPDR sel
2586       - 26  # NDRPDR sel
2587       - 27  # NDRPDR sel
2588       - 28  # NDRPDR sel
2589       - 29  # NDRPDR sel
2590       - 30  # NDRPDR sel
2591       - 31  # NDRPDR sel
2592       - 32  # NDRPDR sel
2593       - 33  # NDRPDR sel
2594       - 34  # NDRPDR sel
2595     csit-dpdk-perf-report-iterative-2005-2n-clx:
2596       - 1   # NDRPDR sel
2597       - 2   # NDRPDR sel
2598       - 3   # NDRPDR sel
2599       - 4   # NDRPDR sel
2600       - 5   # NDRPDR sel
2601       - 6   # NDRPDR sel
2602       - 7   # NDRPDR sel
2603       - 8   # NDRPDR sel
2604       - 9   # NDRPDR sel
2605       - 10  # NDRPDR sel
2606
2607     csit-dpdk-perf-verify-2001-2n-dnv:
2608       - 9   # NDRPDR sel
2609       - 10  # NDRPDR sel
2610       - 11  # NDRPDR sel
2611       - 12  # NDRPDR sel
2612       - 13  # NDRPDR sel
2613       - 14  # NDRPDR sel
2614       - 15  # NDRPDR sel
2615       - 16  # NDRPDR sel
2616       - 17  # NDRPDR sel
2617       - 18  # NDRPDR sel
2618     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2619       - 8   # NDRPDR sel
2620       - 9   # NDRPDR sel
2621       - 10  # NDRPDR sel
2622       - 11  # NDRPDR sel
2623       - 12  # NDRPDR sel
2624       - 13  # NDRPDR sel
2625       - 14  # NDRPDR sel
2626       - 15  # NDRPDR sel
2627       - 16  # NDRPDR sel
2628       - 17  # NDRPDR sel
2629
2630     csit-dpdk-perf-verify-2001-3n-dnv:
2631       - 12  # NDRPDR sel
2632       - 13  # NDRPDR sel
2633       - 14  # NDRPDR sel
2634       - 15  # NDRPDR sel
2635       - 16  # NDRPDR sel
2636       - 17  # NDRPDR sel
2637       - 18  # NDRPDR sel
2638       - 19  # NDRPDR sel
2639       - 20  # NDRPDR sel
2640       - 22  # NDRPDR sel
2641     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2642       - 6   # NDRPDR sel
2643       - 7   # NDRPDR sel
2644       - 8   # NDRPDR sel
2645       - 9   # NDRPDR sel
2646       - 10  # NDRPDR sel
2647       - 11  # NDRPDR sel
2648       - 12  # NDRPDR sel
2649       - 13  # NDRPDR sel
2650       - 14  # NDRPDR sel
2651       - 16  # NDRPDR sel
2652
2653     csit-dpdk-perf-verify-2001-3n-tsh:
2654       - 3   # NDRPDR sel
2655       - 4   # NDRPDR sel
2656       - 5   # NDRPDR sel
2657       - 9   # NDRPDR sel
2658       - 10  # NDRPDR sel
2659       - 11  # NDRPDR sel
2660       - 12  # NDRPDR sel
2661       - 14  # NDRPDR sel
2662       - 15  # NDRPDR sel
2663       - 18  # NDRPDR sel
2664     # TODO: Add data:
2665     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2666       - 5   # NDRPDR sel
2667
2668     csit-vpp-device-2005-ubuntu1804-1n-skx:
2669       - 35
2670
2671 - type: "output"
2672   output: "report"
2673   format:
2674     html:
2675     - full
2676 #    pdf:
2677 #    - minimal
2678
2679 ################################################################################
2680 ###                               T A B L E S                                ###
2681 ################################################################################
2682
2683 # VPP Soak vs NDR - 2n-skx
2684 - type: "table"
2685   title: "VPP Soak vs NDR 2n-skx"
2686   algorithm: "table_soak_vs_ndr"
2687   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2688   reference:
2689     title: "NDR"
2690     data: "vpp-soak-vs-ndr-2n-skx-ref"
2691   compare:
2692     title: "Soak"
2693     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2694   data: "vpp-soak-vs-ndr-2n-skx"
2695   include-tests: "NDR"
2696   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2697   parameters:
2698     - "throughput"
2699     - "name"
2700     - "parent"
2701
2702 # VPP Soak vs NDR - 2n-clx
2703 - type: "table"
2704   title: "VPP Soak vs NDR 2n-clx"
2705   algorithm: "table_soak_vs_ndr"
2706   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2707   reference:
2708     title: "NDR"
2709     data: "vpp-soak-vs-ndr-2n-clx-ref"
2710   compare:
2711     title: "Soak"
2712     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2713   data: "vpp-soak-vs-ndr-2n-clx"
2714   include-tests: "NDR"
2715   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2716   parameters:
2717     - "throughput"
2718     - "name"
2719     - "parent"
2720
2721 ################################################################################
2722
2723 # VPP Compare NICs 3n-skx 2t1c ndr
2724 - type: "table"
2725   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2726   algorithm: "table_comparison"
2727   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2729   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2730   columns:
2731     - title: "x710"
2732       data-set: "vpp-nic-comparison-3n-skx"
2733       tag: "NIC_Intel-X710"
2734     - title: "xxv710"
2735       data-set: "vpp-nic-comparison-3n-skx"
2736       tag: "NIC_Intel-XXV710"
2737   comparisons:
2738     - title: "Diff"
2739       reference: 1
2740       compare: 2
2741   legend:
2742     - "Legend to Table:"
2743     - "x710, xxv710 - NICs tested."
2744     - "Diff - difference between x710 and xxv710 NIC."
2745
2746 # VPP Compare NICs 3n-skx 4t2c ndr
2747 - type: "table"
2748   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2749   algorithm: "table_comparison"
2750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2752   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2753   columns:
2754     - title: "x710"
2755       data-set: "vpp-nic-comparison-3n-skx"
2756       tag: "NIC_Intel-X710"
2757     - title: "xxv710"
2758       data-set: "vpp-nic-comparison-3n-skx"
2759       tag: "NIC_Intel-XXV710"
2760   comparisons:
2761     - title: "Diff"
2762       reference: 1
2763       compare: 2
2764   legend:
2765     - "Legend to Table:"
2766     - "x710, xxv710 - NICs tested."
2767     - "Diff - difference between x710 and xxv710 NIC."
2768
2769 # VPP Compare NICs 3n-skx 2t1c pdr
2770 - type: "table"
2771   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2772   algorithm: "table_comparison"
2773   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2775   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2776   columns:
2777     - title: "x710"
2778       data-set: "vpp-nic-comparison-3n-skx"
2779       tag: "NIC_Intel-X710"
2780     - title: "xxv710"
2781       data-set: "vpp-nic-comparison-3n-skx"
2782       tag: "NIC_Intel-XXV710"
2783   comparisons:
2784     - title: "Diff"
2785       reference: 1
2786       compare: 2
2787   legend:
2788     - "Legend to Table:"
2789     - "x710, xxv710 - NICs tested."
2790     - "Diff - difference between x710 and xxv710 NIC."
2791
2792 # VPP Compare NICs 3n-skx 4t2c pdr
2793 - type: "table"
2794   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2795   algorithm: "table_comparison"
2796   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2798   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2799   columns:
2800     - title: "x710"
2801       data-set: "vpp-nic-comparison-3n-skx"
2802       tag: "NIC_Intel-X710"
2803     - title: "xxv710"
2804       data-set: "vpp-nic-comparison-3n-skx"
2805       tag: "NIC_Intel-XXV710"
2806   comparisons:
2807     - title: "Diff"
2808       reference: 1
2809       compare: 2
2810   legend:
2811     - "Legend to Table:"
2812     - "x710, xxv710 - NICs tested."
2813     - "Diff - difference between x710 and xxv710 NIC."
2814
2815 ## VPP Compare NICs 3n-skx 2t1c mrr
2816 #- type: "table"
2817 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2818 #  algorithm: "table_comparison"
2819 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2821 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2822 #  columns:
2823 #    - title: "x710"
2824 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2825 #      tag: "NIC_Intel-X710"
2826 #    - title: "xxv710"
2827 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2828 #      tag: "NIC_Intel-XXV710"
2829 #  comparisons:
2830 #    - title: "Diff"
2831 #      reference: 1
2832 #      compare: 2
2833 #  legend:
2834 #    - "Legend to Table:"
2835 #    - "x710, xxv710 - NICs tested."
2836 #    - "Diff - difference between x710 and xxv710 NIC."
2837 #
2838 ## VPP Compare NICs 3n-skx 4t2c mrr
2839 #- type: "table"
2840 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2841 #  algorithm: "table_comparison"
2842 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2843 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2845 #  columns:
2846 #    - title: "x710"
2847 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2848 #      tag: "NIC_Intel-X710"
2849 #    - title: "xxv710"
2850 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2851 #      tag: "NIC_Intel-XXV710"
2852 #  comparisons:
2853 #    - title: "Diff"
2854 #      reference: 1
2855 #      compare: 2
2856 #  legend:
2857 #    - "Legend to Table:"
2858 #    - "x710, xxv710 - NICs tested."
2859 #    - "Diff - difference between x710 and xxv710 NIC."
2860 #
2861 ## VPP Compare NICs 3n-skx 8t4c mrr
2862 #- type: "table"
2863 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2864 #  algorithm: "table_comparison"
2865 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2866 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2867 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2868 #  columns:
2869 #    - title: "x710"
2870 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2871 #      tag: "NIC_Intel-X710"
2872 #    - title: "xxv710"
2873 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2874 #      tag: "NIC_Intel-XXV710"
2875 #  comparisons:
2876 #    - title: "Diff"
2877 #      reference: 1
2878 #      compare: 2
2879 #  legend:
2880 #    - "Legend to Table:"
2881 #    - "x710, xxv710 - NICs tested."
2882 #    - "Diff - difference between x710 and xxv710 NIC."
2883
2884 # VPP Compare NICs 2n-skx 2t1c ndr
2885 - type: "table"
2886   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2887   algorithm: "table_comparison"
2888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2890   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2891   columns:
2892     - title: "x710"
2893       data-set: "vpp-nic-comparison-2n-skx"
2894       tag: "NIC_Intel-X710"
2895     - title: "xxv710"
2896       data-set: "vpp-nic-comparison-2n-skx"
2897       tag: "NIC_Intel-XXV710"
2898   comparisons:
2899     - title: "Diff"
2900       reference: 1
2901       compare: 2
2902   legend:
2903     - "Legend to Table:"
2904     - "x710, xxv710 - NICs tested."
2905     - "Diff - difference between x710 and xxv710 NIC."
2906
2907 # VPP Compare NICs 2n-skx 4t2c ndr
2908 - type: "table"
2909   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2910   algorithm: "table_comparison"
2911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2913   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2914   columns:
2915     - title: "x710"
2916       data-set: "vpp-nic-comparison-2n-skx"
2917       tag: "NIC_Intel-X710"
2918     - title: "xxv710"
2919       data-set: "vpp-nic-comparison-2n-skx"
2920       tag: "NIC_Intel-XXV710"
2921   comparisons:
2922     - title: "Diff"
2923       reference: 1
2924       compare: 2
2925   legend:
2926     - "Legend to Table:"
2927     - "x710, xxv710 - NICs tested."
2928     - "Diff - difference between x710 and xxv710 NIC."
2929
2930 # VPP Compare NICs 2n-skx 2t1c pdr
2931 - type: "table"
2932   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2933   algorithm: "table_comparison"
2934   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2936   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2937   columns:
2938     - title: "x710"
2939       data-set: "vpp-nic-comparison-2n-skx"
2940       tag: "NIC_Intel-X710"
2941     - title: "xxv710"
2942       data-set: "vpp-nic-comparison-2n-skx"
2943       tag: "NIC_Intel-XXV710"
2944   comparisons:
2945     - title: "Diff"
2946       reference: 1
2947       compare: 2
2948   legend:
2949     - "Legend to Table:"
2950     - "x710, xxv710 - NICs tested."
2951     - "Diff - difference between x710 and xxv710 NIC."
2952
2953 # VPP Compare NICs 2n-skx 4t2c pdr
2954 - type: "table"
2955   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2956   algorithm: "table_comparison"
2957   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2959   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2960   columns:
2961     - title: "x710"
2962       data-set: "vpp-nic-comparison-2n-skx"
2963       tag: "NIC_Intel-X710"
2964     - title: "xxv710"
2965       data-set: "vpp-nic-comparison-2n-skx"
2966       tag: "NIC_Intel-XXV710"
2967   comparisons:
2968     - title: "Diff"
2969       reference: 1
2970       compare: 2
2971   legend:
2972     - "Legend to Table:"
2973     - "x710, xxv710 - NICs tested."
2974     - "Diff - difference between x710 and xxv710 NIC."
2975
2976 # VPP Compare NICs 2n-skx 2t1c mrr
2977 - type: "table"
2978   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2979   algorithm: "table_comparison"
2980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2982   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2983   columns:
2984     - title: "x710"
2985       data-set: "vpp-nic-comparison-2n-skx-mrr"
2986       tag: "NIC_Intel-X710"
2987     - title: "xxv710"
2988       data-set: "vpp-nic-comparison-2n-skx-mrr"
2989       tag: "NIC_Intel-XXV710"
2990   comparisons:
2991     - title: "Diff"
2992       reference: 1
2993       compare: 2
2994   legend:
2995     - "Legend to Table:"
2996     - "x710, xxv710 - NICs tested."
2997     - "Diff - difference between x710 and xxv710 NIC."
2998
2999 # VPP Compare NICs 2n-skx 4t2c mrr
3000 - type: "table"
3001   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3002   algorithm: "table_comparison"
3003   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3005   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3006   columns:
3007     - title: "x710"
3008       data-set: "vpp-nic-comparison-2n-skx-mrr"
3009       tag: "NIC_Intel-X710"
3010     - title: "xxv710"
3011       data-set: "vpp-nic-comparison-2n-skx-mrr"
3012       tag: "NIC_Intel-XXV710"
3013   comparisons:
3014     - title: "Diff"
3015       reference: 1
3016       compare: 2
3017   legend:
3018     - "Legend to Table:"
3019     - "x710, xxv710 - NICs tested."
3020     - "Diff - difference between x710 and xxv710 NIC."
3021
3022 # VPP Compare NICs 2n-skx 8t4c mrr
3023 - type: "table"
3024   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3025   algorithm: "table_comparison"
3026   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3028   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3029   columns:
3030     - title: "x710"
3031       data-set: "vpp-nic-comparison-2n-skx-mrr"
3032       tag: "NIC_Intel-X710"
3033     - title: "xxv710"
3034       data-set: "vpp-nic-comparison-2n-skx-mrr"
3035       tag: "NIC_Intel-XXV710"
3036   comparisons:
3037     - title: "Diff"
3038       reference: 1
3039       compare: 2
3040   legend:
3041     - "Legend to Table:"
3042     - "x710, xxv710 - NICs tested."
3043     - "Diff - difference between x710 and xxv710 NIC."
3044
3045 ################################################################################
3046 # VPP
3047
3048 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3049 #- type: "table"
3050 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3051 #  algorithm: "table_comparison"
3052 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-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-skx-new1908_1"
3058 #    - title: "1908.2"
3059 #      data-set: "vpp-perf-changes-2n-skx-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-skx-xxv710 2t1c pdr
3070 #- type: "table"
3071 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3072 #  algorithm: "table_comparison"
3073 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-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-skx-new1908_1"
3079 #    - title: "1908.2"
3080 #      data-set: "vpp-perf-changes-2n-skx-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-skx-xxv710 2t1c ndr
3091 #- type: "table"
3092 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3093 #  algorithm: "table_comparison"
3094 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3095 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3096 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3097 #  columns:
3098 #    - title: "1908.1"
3099 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3100 #    - title: "1908.2"
3101 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3102 #  comparisons:
3103 #    - title: "Diff"
3104 #      reference: 1
3105 #      compare: 2
3106 #  legend:
3107 #    - "Legend to Table:"
3108 #    - "1908.1, 1908.2 - VPP versions tested."
3109 #    - "Diff - difference between the previous and the current VPP version."
3110 #
3111 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3112 #- type: "table"
3113 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3114 #  algorithm: "table_comparison"
3115 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3116 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3117 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3118 #  columns:
3119 #    - title: "1908.1"
3120 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3121 #    - title: "1908.2"
3122 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3123 #  comparisons:
3124 #    - title: "Diff"
3125 #      reference: 1
3126 #      compare: 2
3127 #  legend:
3128 #    - "Legend to Table:"
3129 #    - "1908.1, 1908.2 - VPP versions tested."
3130 #    - "Diff - difference between the previous and the current VPP version."
3131 #
3132 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3133 #- type: "table"
3134 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3135 #  algorithm: "table_comparison"
3136 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3138 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3139 #  columns:
3140 #    - title: "1908.1"
3141 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3142 #    - title: "1908.2"
3143 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3144 #  comparisons:
3145 #    - title: "Diff"
3146 #      reference: 1
3147 #      compare: 2
3148 #  legend:
3149 #    - "Legend to Table:"
3150 #    - "1908.1, 1908.2 - VPP versions tested."
3151 #    - "Diff - difference between the previous and the current VPP version."
3152 #
3153 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3154 #- type: "table"
3155 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3156 #  algorithm: "table_comparison"
3157 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3158 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3159 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3160 #  columns:
3161 #    - title: "1908.1"
3162 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3163 #    - title: "1908.2"
3164 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3165 #  comparisons:
3166 #    - title: "Diff"
3167 #      reference: 1
3168 #      compare: 2
3169 #  legend:
3170 #    - "Legend to Table:"
3171 #    - "1908.1, 1908.2 - VPP versions tested."
3172 #    - "Diff - difference between the previous and the current VPP version."
3173
3174 # VPP Performance Changes 3n-hsw 1t1c pdr
3175 - type: "table"
3176   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3177   algorithm: "table_comparison"
3178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3180   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3181   columns:
3182     - title: "1908"
3183       data-set: "vpp-performance-changes-3n-hsw-h1"
3184     - title: "2001"
3185       data-set: "vpp-performance-changes-3n-hsw-ref"
3186     - title: "2005"
3187       data-set: "vpp-performance-changes-3n-hsw-cmp"
3188   comparisons:
3189     - title: "Diff"
3190       reference: 2
3191       compare: 3
3192   legend:
3193     - "Legend to Table"
3194     - "1908, 2001, 2005 - VPP versions tested."
3195     - "Diff - difference between 2001 and 2008 VPP version."
3196
3197 # VPP Performance Changes 3n-hsw 2t2c pdr
3198 - type: "table"
3199   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3200   algorithm: "table_comparison"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3203   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3204   columns:
3205     - title: "1908"
3206       data-set: "vpp-performance-changes-3n-hsw-h1"
3207     - title: "2001"
3208       data-set: "vpp-performance-changes-3n-hsw-ref"
3209     - title: "2005"
3210       data-set: "vpp-performance-changes-3n-hsw-cmp"
3211   comparisons:
3212     - title: "Diff"
3213       reference: 2
3214       compare: 3
3215   legend:
3216     - "Legend to Table"
3217     - "1908, 2001, 2005 - VPP versions tested."
3218     - "Diff - difference between 2001 and 2008 VPP version."
3219
3220 # VPP Performance Changes 3n-hsw 1t1c ndr
3221 - type: "table"
3222   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3223   algorithm: "table_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3227   columns:
3228     - title: "1908"
3229       data-set: "vpp-performance-changes-3n-hsw-h1"
3230     - title: "2001"
3231       data-set: "vpp-performance-changes-3n-hsw-ref"
3232     - title: "2005"
3233       data-set: "vpp-performance-changes-3n-hsw-cmp"
3234   comparisons:
3235     - title: "Diff"
3236       reference: 2
3237       compare: 3
3238   legend:
3239     - "Legend to Table"
3240     - "1908, 2001, 2005 - VPP versions tested."
3241     - "Diff - difference between 2001 and 2008 VPP version."
3242
3243 # VPP Performance Changes 3n-hsw 2t2c ndr
3244 - type: "table"
3245   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3246   algorithm: "table_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3249   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3250   columns:
3251     - title: "1908"
3252       data-set: "vpp-performance-changes-3n-hsw-h1"
3253     - title: "2001"
3254       data-set: "vpp-performance-changes-3n-hsw-ref"
3255     - title: "2005"
3256       data-set: "vpp-performance-changes-3n-hsw-cmp"
3257   comparisons:
3258     - title: "Diff"
3259       reference: 2
3260       compare: 3
3261   legend:
3262     - "Legend to Table"
3263     - "1908, 2001, 2005 - VPP versions tested."
3264     - "Diff - difference between 2001 and 2008 VPP version."
3265
3266 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3267 #- type: "table"
3268 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3269 #  algorithm: "table_comparison"
3270 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3271 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3272 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3273 #  rca:
3274 #    - title: "RCA1"
3275 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3276 #    - title: "RCA2"
3277 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3278 #  columns:
3279 #    - title: "1908.0-1"
3280 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3281 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3282 #    - title: "1908.1-1"
3283 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3284 #    - title: "1908.1-2"
3285 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3286 #    - title: "2001.0-2"
3287 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3288 #  comparisons:
3289 #    - title: "Diff1"
3290 #      reference: 2
3291 #      reference-alt: 1
3292 #      compare: 3
3293 #    - title: "Diff2"
3294 #      reference: 3
3295 #      compare: 4
3296 #  legend:
3297 #    - 'Legend to Table:'
3298 #    - '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).'
3299 #    - '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).'
3300 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3301 #    - 'RCA1 - root cause analysis reference for Diff1.'
3302 #    - 'RCA2 - root cause analysis reference for Diff2.'
3303 #
3304 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3305 #- type: "table"
3306 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3307 #  algorithm: "table_comparison"
3308 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3309 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3310 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3311 #  rca:
3312 #    - title: "RCA1"
3313 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3314 #    - title: "RCA2"
3315 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3316 #  columns:
3317 #    - title: "1908.0-1"
3318 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3319 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3320 #    - title: "1908.1-1"
3321 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3322 #    - title: "1908.1-2"
3323 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3324 #    - title: "2001.0-2"
3325 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3326 #  comparisons:
3327 #    - title: "Diff1"
3328 #      reference: 2
3329 #      reference-alt: 1
3330 #      compare: 3
3331 #    - title: "Diff2"
3332 #      reference: 3
3333 #      compare: 4
3334 #  legend:
3335 #    - 'Legend to Table:'
3336 #    - '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).'
3337 #    - '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).'
3338 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3339 #    - 'RCA1 - root cause analysis reference for Diff1.'
3340 #    - 'RCA2 - root cause analysis reference for Diff2.'
3341
3342 # VPP Performance Changes 3n-skx 2t1c pdr
3343 - type: "table"
3344   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3345   algorithm: "table_comparison"
3346   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3348   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3349   columns:
3350     - title: "1908"
3351       data-set: "vpp-performance-changes-3n-skx-h1"
3352       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3353     - title: "2001"
3354       data-set: "vpp-performance-changes-3n-skx-ref"
3355     - title: "2005"
3356       data-set: "vpp-performance-changes-3n-skx-cmp"
3357   comparisons:
3358     - title: "Diff"
3359       reference: 2
3360       compare: 3
3361   legend:
3362     - "Legend to Table"
3363     - "1908, 2001, 2005 - VPP versions tested."
3364     - "Diff - difference between 2001 and 2005 VPP version."
3365
3366 # VPP Performance Changes 3n-skx 4t2c pdr
3367 - type: "table"
3368   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3369   algorithm: "table_comparison"
3370   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3372   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3373   columns:
3374     - title: "1908"
3375       data-set: "vpp-performance-changes-3n-skx-h1"
3376       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3377     - title: "2001"
3378       data-set: "vpp-performance-changes-3n-skx-ref"
3379     - title: "2005"
3380       data-set: "vpp-performance-changes-3n-skx-cmp"
3381   comparisons:
3382     - title: "Diff"
3383       reference: 2
3384       compare: 3
3385   legend:
3386     - "Legend to Table"
3387     - "1908, 2001, 2005 - VPP versions tested."
3388     - "Diff - difference between 2001 and 2005 VPP version."
3389
3390 # VPP Performance Changes 3n-skx 2t1c ndr
3391 - type: "table"
3392   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3393   algorithm: "table_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3397   columns:
3398     - title: "1908"
3399       data-set: "vpp-performance-changes-3n-skx-h1"
3400       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3401     - title: "2001"
3402       data-set: "vpp-performance-changes-3n-skx-ref"
3403     - title: "2005"
3404       data-set: "vpp-performance-changes-3n-skx-cmp"
3405   comparisons:
3406     - title: "Diff"
3407       reference: 2
3408       compare: 3
3409   legend:
3410     - "Legend to Table"
3411     - "1908, 2001, 2005 - VPP versions tested."
3412     - "Diff - difference between 2001 and 2005 VPP version."
3413
3414 # VPP Performance Changes 3n-skx 4t2c ndr
3415 - type: "table"
3416   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3417   algorithm: "table_comparison"
3418   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3420   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3421   columns:
3422     - title: "1908"
3423       data-set: "vpp-performance-changes-3n-skx-h1"
3424       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3425     - title: "2001"
3426       data-set: "vpp-performance-changes-3n-skx-ref"
3427     - title: "2005"
3428       data-set: "vpp-performance-changes-3n-skx-cmp"
3429   comparisons:
3430     - title: "Diff"
3431       reference: 2
3432       compare: 3
3433   legend:
3434     - "Legend to Table"
3435     - "1908, 2001, 2005 - VPP versions tested."
3436     - "Diff - difference between 2001 and 2005 VPP version."
3437
3438 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3439 #- type: "table"
3440 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3441 #  algorithm: "table_comparison"
3442 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3443 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3444 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3445 #  rca:
3446 #    - title: "RCA1"
3447 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3448 #    - title: "RCA2"
3449 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3450 #  columns:
3451 #    - title: "1908.0-1"
3452 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3453 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3454 #    - title: "1908.1-1"
3455 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3456 #    - title: "1908.1-2"
3457 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3458 #    - title: "2001.0-2"
3459 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3460 #  comparisons:
3461 #    - title: "Diff1"
3462 #      reference: 2
3463 #      reference-alt: 1
3464 #      compare: 3
3465 #    - title: "Diff2"
3466 #      reference: 3
3467 #      compare: 4
3468 #  legend:
3469 #    - 'Legend to Table:'
3470 #    - '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).'
3471 #    - '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).'
3472 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3473 #    - 'RCA1 - root cause analysis reference for Diff1.'
3474 #    - 'RCA2 - root cause analysis reference for Diff2.'
3475 #
3476 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3477 #- type: "table"
3478 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3479 #  algorithm: "table_comparison"
3480 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3481 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3482 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3483 #  rca:
3484 #    - title: "RCA1"
3485 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3486 #    - title: "RCA2"
3487 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3488 #  columns:
3489 #    - title: "1908.0-1"
3490 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3491 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3492 #    - title: "1908.1-1"
3493 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3494 #    - title: "1908.1-2"
3495 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3496 #    - title: "2001.0-2"
3497 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3498 #  comparisons:
3499 #    - title: "Diff1"
3500 #      reference: 2
3501 #      reference-alt: 1
3502 #      compare: 3
3503 #    - title: "Diff2"
3504 #      reference: 3
3505 #      compare: 4
3506 #  legend:
3507 #    - 'Legend to Table:'
3508 #    - '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).'
3509 #    - '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).'
3510 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3511 #    - 'RCA1 - root cause analysis reference for Diff1.'
3512 #    - 'RCA2 - root cause analysis reference for Diff2.'
3513
3514 # VPP Performance Changes 2n-skx 2t1c pdr
3515 - type: "table"
3516   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3517   algorithm: "table_comparison"
3518   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3520   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3521   columns:
3522     - title: "1908"
3523       data-set: "vpp-performance-changes-2n-skx-h1"
3524       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3525     - title: "2001"
3526       data-set: "vpp-performance-changes-2n-skx-ref"
3527     - title: "2005"
3528       data-set: "vpp-performance-changes-2n-skx-cmp"
3529   comparisons:
3530     - title: "Diff"
3531       reference: 2
3532       compare: 3
3533   legend:
3534     - "Legend to Table"
3535     - "1908, 2001, 2005 - VPP versions tested."
3536     - "Diff - difference between 2001 and 2005 VPP version."
3537
3538 # VPP Performance Changes 2n-skx 4t2c pdr
3539 - type: "table"
3540   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3541   algorithm: "table_comparison"
3542   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3544   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3545   columns:
3546     - title: "1908"
3547       data-set: "vpp-performance-changes-2n-skx-h1"
3548       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3549     - title: "2001"
3550       data-set: "vpp-performance-changes-2n-skx-ref"
3551     - title: "2005"
3552       data-set: "vpp-performance-changes-2n-skx-cmp"
3553   comparisons:
3554     - title: "Diff"
3555       reference: 2
3556       compare: 3
3557   legend:
3558     - "Legend to Table"
3559     - "1908, 2001, 2005 - VPP versions tested."
3560     - "Diff - difference between 2001 and 2005 VPP version."
3561
3562 # VPP Performance Changes 2n-skx 2t1c ndr
3563 - type: "table"
3564   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3565   algorithm: "table_comparison"
3566   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3568   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3569   columns:
3570     - title: "1908"
3571       data-set: "vpp-performance-changes-2n-skx-h1"
3572       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3573     - title: "2001"
3574       data-set: "vpp-performance-changes-2n-skx-ref"
3575     - title: "2005"
3576       data-set: "vpp-performance-changes-2n-skx-cmp"
3577   comparisons:
3578     - title: "Diff"
3579       reference: 2
3580       compare: 3
3581   legend:
3582     - "Legend to Table"
3583     - "1908, 2001, 2005 - VPP versions tested."
3584     - "Diff - difference between 2001 and 2005 VPP version."
3585
3586 # VPP Performance Changes 2n-skx 4t2c ndr
3587 - type: "table"
3588   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3589   algorithm: "table_comparison"
3590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3592   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3593   columns:
3594     - title: "1908"
3595       data-set: "vpp-performance-changes-2n-skx-h1"
3596       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3597     - title: "2001"
3598       data-set: "vpp-performance-changes-2n-skx-ref"
3599     - title: "2005"
3600       data-set: "vpp-performance-changes-2n-skx-cmp"
3601   comparisons:
3602     - title: "Diff"
3603       reference: 2
3604       compare: 3
3605   legend:
3606     - "Legend to Table"
3607     - "1908, 2001, 2005 - VPP versions tested."
3608     - "Diff - difference between 2001 and 2005 VPP version."
3609
3610 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3611 - type: "table"
3612   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3613   algorithm: "table_comparison"
3614   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3617   columns:
3618     - title: "2001"
3619       data-set: "vpp-performance-changes-2n-clx-ref"
3620     - title: "2005"
3621       data-set: "vpp-performance-changes-2n-clx-cmp"
3622   comparisons:
3623     - title: "Diff"
3624       reference: 1
3625       compare: 2
3626   legend:
3627     - "Legend to Table"
3628     - "2001, 2005 - VPP versions tested."
3629     - "Diff - difference between 2001 and 2005 VPP version."
3630
3631 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3632 - type: "table"
3633   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3634   algorithm: "table_comparison"
3635   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3637   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3638   columns:
3639     - title: "2001"
3640       data-set: "vpp-performance-changes-2n-clx-ref"
3641     - title: "2005"
3642       data-set: "vpp-performance-changes-2n-clx-cmp"
3643   comparisons:
3644     - title: "Diff"
3645       reference: 1
3646       compare: 2
3647   legend:
3648     - "Legend to Table"
3649     - "2001, 2005 - VPP versions tested."
3650     - "Diff - difference between 2001 and 2005 VPP version."
3651
3652 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3653 - type: "table"
3654   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3655   algorithm: "table_comparison"
3656   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3658   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3659   columns:
3660     - title: "2001"
3661       data-set: "vpp-performance-changes-2n-clx-ref"
3662     - title: "2005"
3663       data-set: "vpp-performance-changes-2n-clx-cmp"
3664   comparisons:
3665     - title: "Diff"
3666       reference: 1
3667       compare: 2
3668   legend:
3669     - "Legend to Table"
3670     - "2001, 2005 - VPP versions tested."
3671     - "Diff - difference between 2001 and 2005 VPP version."
3672
3673 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3674 - type: "table"
3675   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3676   algorithm: "table_comparison"
3677   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3679   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3680   columns:
3681     - title: "2001"
3682       data-set: "vpp-performance-changes-2n-clx-ref"
3683     - title: "2005"
3684       data-set: "vpp-performance-changes-2n-clx-cmp"
3685   comparisons:
3686     - title: "Diff"
3687       reference: 1
3688       compare: 2
3689   legend:
3690     - "Legend to Table"
3691     - "2001, 2005 - VPP versions tested."
3692     - "Diff - difference between 2001 and 2005 VPP version."
3693
3694 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3695 - type: "table"
3696   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3697   algorithm: "table_comparison"
3698   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3700   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3701   columns:
3702     - title: "2001"
3703       data-set: "vpp-performance-changes-2n-clx-ref"
3704     - title: "2005"
3705       data-set: "vpp-performance-changes-2n-clx-cmp"
3706   comparisons:
3707     - title: "Diff"
3708       reference: 1
3709       compare: 2
3710   legend:
3711     - "Legend to Table"
3712     - "2001, 2005 - VPP versions tested."
3713     - "Diff - difference between 2001 and 2005 VPP version."
3714
3715 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3716 - type: "table"
3717   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3718   algorithm: "table_comparison"
3719   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3721   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3722   columns:
3723     - title: "2001"
3724       data-set: "vpp-performance-changes-2n-clx-ref"
3725     - title: "2005"
3726       data-set: "vpp-performance-changes-2n-clx-cmp"
3727   comparisons:
3728     - title: "Diff"
3729       reference: 1
3730       compare: 2
3731   legend:
3732     - "Legend to Table"
3733     - "2001, 2005 - VPP versions tested."
3734     - "Diff - difference between 2001 and 2005 VPP version."
3735
3736 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3737 - type: "table"
3738   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3739   algorithm: "table_comparison"
3740   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3742   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3743   columns:
3744     - title: "2001"
3745       data-set: "vpp-performance-changes-2n-clx-ref"
3746     - title: "2005"
3747       data-set: "vpp-performance-changes-2n-clx-cmp"
3748   comparisons:
3749     - title: "Diff"
3750       reference: 1
3751       compare: 2
3752   legend:
3753     - "Legend to Table"
3754     - "2001, 2005 - VPP versions tested."
3755     - "Diff - difference between 2001 and 2005 VPP version."
3756
3757 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3758 - type: "table"
3759   title: "VPP Performance Changes 2n-clx-x556 ndr"
3760   algorithm: "table_comparison"
3761   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3763   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3764   columns:
3765     - title: "2001"
3766       data-set: "vpp-performance-changes-2n-clx-ref"
3767     - title: "2005"
3768       data-set: "vpp-performance-changes-2n-clx-cmp"
3769   comparisons:
3770     - title: "Diff"
3771       reference: 1
3772       compare: 2
3773   legend:
3774     - "Legend to Table"
3775     - "2001, 2005 - VPP versions tested."
3776     - "Diff - difference between 2001 and 2005 VPP version."
3777
3778 # VPP Performance Changes 2n-dnv 1t1c pdr
3779 - type: "table"
3780   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3781   algorithm: "table_comparison"
3782   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3784   filter: "'1T1C'"
3785   columns:
3786     - title: "1908"
3787       data-set: "vpp-performance-changes-2n-dnv-h1"
3788     - title: "2001"
3789       data-set: "vpp-performance-changes-2n-dnv-ref"
3790     - title: "2005"
3791       data-set: "vpp-performance-changes-2n-dnv-cmp"
3792   comparisons:
3793     - title: "Diff"
3794       reference: 2
3795       compare: 3
3796   legend:
3797     - "Legend to Table"
3798     - "1908, 2001, 2005 - VPP versions tested."
3799     - "Diff - difference between 2001 and 2005 VPP version."
3800
3801 # VPP Performance Changes 2n-dnv 2t2c pdr
3802 - type: "table"
3803   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3804   algorithm: "table_comparison"
3805   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3807   filter: "'2T2C'"
3808   columns:
3809     - title: "1908"
3810       data-set: "vpp-performance-changes-2n-dnv-h1"
3811     - title: "2001"
3812       data-set: "vpp-performance-changes-2n-dnv-ref"
3813     - title: "2005"
3814       data-set: "vpp-performance-changes-2n-dnv-cmp"
3815   comparisons:
3816     - title: "Diff"
3817       reference: 2
3818       compare: 3
3819   legend:
3820     - "Legend to Table"
3821     - "1908, 2001, 2005 - VPP versions tested."
3822     - "Diff - difference between 2001 and 2005 VPP version."
3823
3824 # VPP Performance Changes 2n-dnv 1t1c ndr
3825 - type: "table"
3826   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3827   algorithm: "table_comparison"
3828   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3830   filter: "'1T1C'"
3831   columns:
3832     - title: "1908"
3833       data-set: "vpp-performance-changes-2n-dnv-h1"
3834     - title: "2001"
3835       data-set: "vpp-performance-changes-2n-dnv-ref"
3836     - title: "2005"
3837       data-set: "vpp-performance-changes-2n-dnv-cmp"
3838   comparisons:
3839     - title: "Diff"
3840       reference: 2
3841       compare: 3
3842   legend:
3843     - "Legend to Table"
3844     - "1908, 2001, 2005 - VPP versions tested."
3845     - "Diff - difference between 2001 and 2005 VPP version."
3846
3847 # VPP Performance Changes 2n-dnv 2t2c ndr
3848 - type: "table"
3849   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3850   algorithm: "table_comparison"
3851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3853   filter: "'2T2C'"
3854   columns:
3855     - title: "1908"
3856       data-set: "vpp-performance-changes-2n-dnv-h1"
3857     - title: "2001"
3858       data-set: "vpp-performance-changes-2n-dnv-ref"
3859     - title: "2005"
3860       data-set: "vpp-performance-changes-2n-dnv-cmp"
3861   comparisons:
3862     - title: "Diff"
3863       reference: 2
3864       compare: 3
3865   legend:
3866     - "Legend to Table"
3867     - "1908, 2001, 2005 - VPP versions tested."
3868     - "Diff - difference between 2001 and 2005 VPP version."
3869
3870 # VPP Performance Changes 3n-dnv 1t1c pdr
3871 - type: "table"
3872   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3873   algorithm: "table_comparison"
3874   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'1T1C'"
3877   columns:
3878     - title: "1908"
3879       data-set: "vpp-performance-changes-3n-dnv-h1"
3880     - title: "2001"
3881       data-set: "vpp-performance-changes-3n-dnv-ref"
3882     - title: "2005"
3883       data-set: "vpp-performance-changes-3n-dnv-cmp"
3884   comparisons:
3885     - title: "Diff"
3886       reference: 2
3887       compare: 3
3888   legend:
3889     - "Legend to Table"
3890     - "1908, 2001, 2005 - VPP versions tested."
3891     - "Diff - difference between 2001 and 2005 VPP version."
3892
3893 # VPP Performance Changes 3n-dnv 2t2c pdr
3894 - type: "table"
3895   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3896   algorithm: "table_comparison"
3897   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3899   filter: "'2T2C'"
3900   columns:
3901     - title: "1908"
3902       data-set: "vpp-performance-changes-3n-dnv-h1"
3903     - title: "2001"
3904       data-set: "vpp-performance-changes-3n-dnv-ref"
3905     - title: "2005"
3906       data-set: "vpp-performance-changes-3n-dnv-cmp"
3907   comparisons:
3908     - title: "Diff"
3909       reference: 2
3910       compare: 3
3911   legend:
3912     - "Legend to Table"
3913     - "1908, 2001, 2005 - VPP versions tested."
3914     - "Diff - difference between 2001 and 2005 VPP version."
3915
3916 # VPP Performance Changes 3n-dnv 1t1c ndr
3917 - type: "table"
3918   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3919   algorithm: "table_comparison"
3920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3922   filter: "'1T1C'"
3923   columns:
3924     - title: "1908"
3925       data-set: "vpp-performance-changes-3n-dnv-h1"
3926     - title: "2001"
3927       data-set: "vpp-performance-changes-3n-dnv-ref"
3928     - title: "2005"
3929       data-set: "vpp-performance-changes-3n-dnv-cmp"
3930   comparisons:
3931     - title: "Diff"
3932       reference: 2
3933       compare: 3
3934   legend:
3935     - "Legend to Table"
3936     - "1908, 2001, 2005 - VPP versions tested."
3937     - "Diff - difference between 2001 and 2005 VPP version."
3938
3939 # VPP Performance Changes 3n-dnv 2t2c ndr
3940 - type: "table"
3941   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3942   algorithm: "table_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3945   filter: "'2T2C'"
3946   columns:
3947     - title: "1908"
3948       data-set: "vpp-performance-changes-3n-dnv-h1"
3949     - title: "2001"
3950       data-set: "vpp-performance-changes-3n-dnv-ref"
3951     - title: "2005"
3952       data-set: "vpp-performance-changes-3n-dnv-cmp"
3953   comparisons:
3954     - title: "Diff"
3955       reference: 2
3956       compare: 3
3957   legend:
3958     - "Legend to Table"
3959     - "1908, 2001, 2005 - VPP versions tested."
3960     - "Diff - difference between 2001 and 2005 VPP version."
3961
3962 # VPP Performance Changes 3n-tsh 1t1c pdr
3963 - type: "table"
3964   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3965   algorithm: "table_comparison"
3966   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3968   filter: "'1T1C'"
3969   columns:
3970     - title: "1908"
3971       data-set: "vpp-performance-changes-3n-tsh-h1"
3972     - title: "2001"
3973       data-set: "vpp-performance-changes-3n-tsh-ref"
3974     - title: "2005"
3975       data-set: "vpp-performance-changes-3n-tsh-cmp"
3976   comparisons:
3977     - title: "Diff"
3978       reference: 2
3979       compare: 3
3980   legend:
3981     - "Legend to Table"
3982     - "1908, 2001, 2005 - VPP versions tested."
3983     - "Diff - difference between 2001 and 2005 VPP version."
3984
3985 # VPP Performance Changes 3n-tsh 2t2c pdr
3986 - type: "table"
3987   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3988   algorithm: "table_comparison"
3989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3991   filter: "'2T2C'"
3992   columns:
3993     - title: "1908"
3994       data-set: "vpp-performance-changes-3n-tsh-h1"
3995     - title: "2001"
3996       data-set: "vpp-performance-changes-3n-tsh-ref"
3997     - title: "2005"
3998       data-set: "vpp-performance-changes-3n-tsh-cmp"
3999   comparisons:
4000     - title: "Diff"
4001       reference: 2
4002       compare: 3
4003   legend:
4004     - "Legend to Table"
4005     - "1908, 2001, 2005 - VPP versions tested."
4006     - "Diff - difference between 2001 and 2005 VPP version."
4007
4008 # VPP Performance Changes 3n-tsh 1t1c ndr
4009 - type: "table"
4010   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4011   algorithm: "table_comparison"
4012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4014   filter: "'1T1C'"
4015   columns:
4016     - title: "1908"
4017       data-set: "vpp-performance-changes-3n-tsh-h1"
4018     - title: "2001"
4019       data-set: "vpp-performance-changes-3n-tsh-ref"
4020     - title: "2005"
4021       data-set: "vpp-performance-changes-3n-tsh-cmp"
4022   comparisons:
4023     - title: "Diff"
4024       reference: 2
4025       compare: 3
4026   legend:
4027     - "Legend to Table"
4028     - "1908, 2001, 2005 - VPP versions tested."
4029     - "Diff - difference between 2001 and 2005 VPP version."
4030
4031 # VPP Performance Changes 3n-tsh 2t2c ndr
4032 - type: "table"
4033   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4034   algorithm: "table_comparison"
4035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4037   filter: "'2T2C'"
4038   columns:
4039     - title: "1908"
4040       data-set: "vpp-performance-changes-3n-tsh-h1"
4041     - title: "2001"
4042       data-set: "vpp-performance-changes-3n-tsh-ref"
4043     - title: "2005"
4044       data-set: "vpp-performance-changes-3n-tsh-cmp"
4045   comparisons:
4046     - title: "Diff"
4047       reference: 2
4048       compare: 3
4049   legend:
4050     - "Legend to Table"
4051     - "1908, 2001, 2005 - VPP versions tested."
4052     - "Diff - difference between 2001 and 2005 VPP version."
4053
4054 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4055 - type: "table"
4056   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4057   algorithm: "table_comparison"
4058   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4060   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4061   columns:
4062     - title: "3n-hsw xl710"
4063       data-set: "vpp-compare-testbeds-ref"
4064       tag: "NIC_Intel-XL710"
4065     - title: "3n-skx xxv710"
4066       data-set: "vpp-compare-testbeds-cmp"
4067       tag: "NIC_Intel-XXV710"
4068   comparisons:
4069     - title: "Diff"
4070       reference: 1
4071       compare: 2
4072   legend:
4073     - "Legend to Table"
4074     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4075     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4076
4077 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4078 - type: "table"
4079   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4084   columns:
4085     - title: "3n-hsw xl710"
4086       data-set: "vpp-compare-testbeds-ref"
4087       tag: "NIC_Intel-XL710"
4088     - title: "3n-skx xxv710"
4089       data-set: "vpp-compare-testbeds-cmp"
4090       tag: "NIC_Intel-XXV710"
4091   comparisons:
4092     - title: "Diff"
4093       reference: 1
4094       compare: 2
4095   legend:
4096     - "Legend to Table"
4097     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4098     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4099
4100 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4101 - type: "table"
4102   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4103   algorithm: "table_comparison"
4104   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4106   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4107   columns:
4108     - title: "3n-hsw xl710"
4109       data-set: "vpp-compare-testbeds-ref"
4110       tag: "NIC_Intel-XL710"
4111     - title: "3n-skx xxv710"
4112       data-set: "vpp-compare-testbeds-cmp"
4113       tag: "NIC_Intel-XXV710"
4114   comparisons:
4115     - title: "Diff"
4116       reference: 1
4117       compare: 2
4118   legend:
4119     - "Legend to Table"
4120     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4121     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4122
4123 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4124 - type: "table"
4125   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4126   algorithm: "table_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4129   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4130   columns:
4131     - title: "3n-hsw xl710"
4132       data-set: "vpp-compare-testbeds-ref"
4133       tag: "NIC_Intel-XL710"
4134     - title: "3n-skx xxv710"
4135       data-set: "vpp-compare-testbeds-cmp"
4136       tag: "NIC_Intel-XXV710"
4137   comparisons:
4138     - title: "Diff"
4139       reference: 1
4140       compare: 2
4141   legend:
4142     - "Legend to Table"
4143     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4144     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4145
4146 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4147 - type: "table"
4148   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4149   algorithm: "table_comparison"
4150   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4152   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4153   columns:
4154     - title: "2n-skx"
4155       data-set: "vpp-compare-testbeds-skx-clx-ref"
4156     - title: "2n-clx"
4157       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4158   comparisons:
4159     - title: "Diff"
4160       reference: 1
4161       compare: 2
4162   legend:
4163     - "Legend to Table"
4164     - "2n-skx, 2n-clx - testbeds and NICs tested."
4165     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4166
4167 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4168 - type: "table"
4169   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4170   algorithm: "table_comparison"
4171   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4173   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4174   columns:
4175     - title: "2n-skx"
4176       data-set: "vpp-compare-testbeds-skx-clx-ref"
4177     - title: "2n-clx"
4178       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4179   comparisons:
4180     - title: "Diff"
4181       reference: 1
4182       compare: 2
4183   legend:
4184     - "Legend to Table"
4185     - "2n-skx, 2n-clx - testbeds and NICs tested."
4186     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4187
4188 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4189 - type: "table"
4190   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4191   algorithm: "table_comparison"
4192   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4194   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4195   columns:
4196     - title: "2n-skx"
4197       data-set: "vpp-compare-testbeds-skx-clx-ref"
4198     - title: "2n-clx"
4199       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4200   comparisons:
4201     - title: "Diff"
4202       reference: 1
4203       compare: 2
4204   legend:
4205     - "Legend to Table"
4206     - "2n-skx, 2n-clx - testbeds and NICs tested."
4207     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4208
4209 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4210 - type: "table"
4211   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4212   algorithm: "table_comparison"
4213   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4215   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4216   columns:
4217     - title: "2n-skx"
4218       data-set: "vpp-compare-testbeds-skx-clx-ref"
4219     - title: "2n-clx"
4220       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4221   comparisons:
4222     - title: "Diff"
4223       reference: 1
4224       compare: 2
4225   legend:
4226     - "Legend to Table"
4227     - "2n-skx, 2n-clx - testbeds and NICs tested."
4228     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4229
4230 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4231 - type: "table"
4232   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4233   algorithm: "table_comparison"
4234   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4236   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4237   columns:
4238     - title: "3n-hsw xl710"
4239       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4240       tag: "NIC_Intel-XL710"
4241     - title: "2n-clx xxv710"
4242       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4243       tag: "NIC_Intel-XXV710"
4244   comparisons:
4245     - title: "Diff"
4246       reference: 1
4247       compare: 2
4248   legend:
4249     - "Legend to Table"
4250     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4251     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4252
4253 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4254 - type: "table"
4255   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4256   algorithm: "table_comparison"
4257   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4259   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4260   columns:
4261     - title: "3n-hsw xl710"
4262       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4263       tag: "NIC_Intel-XL710"
4264     - title: "2n-clx xxv710"
4265       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4266       tag: "NIC_Intel-XXV710"
4267   comparisons:
4268     - title: "Diff"
4269       reference: 1
4270       compare: 2
4271   legend:
4272     - "Legend to Table"
4273     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4274     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4275
4276 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4277 - type: "table"
4278   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4279   algorithm: "table_comparison"
4280   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4282   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4283   columns:
4284     - title: "3n-hsw xl710"
4285       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4286       tag: "NIC_Intel-XL710"
4287     - title: "2n-clx xxv710"
4288       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4289       tag: "NIC_Intel-XXV710"
4290   comparisons:
4291     - title: "Diff"
4292       reference: 1
4293       compare: 2
4294   legend:
4295     - "Legend to Table"
4296     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4297     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4298
4299 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4300 - type: "table"
4301   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4302   algorithm: "table_comparison"
4303   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4305   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4306   columns:
4307     - title: "3n-hsw xl710"
4308       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4309       tag: "NIC_Intel-XL710"
4310     - title: "2n-clx xxv710"
4311       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4312       tag: "NIC_Intel-XXV710"
4313   comparisons:
4314     - title: "Diff"
4315       reference: 1
4316       compare: 2
4317   legend:
4318     - "Legend to Table"
4319     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4320     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4321
4322 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4323 - type: "table"
4324   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4325   algorithm: "table_comparison"
4326   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4328   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4329   columns:
4330     - title: "3n-skx"
4331       data-set: "vpp-compare-topologies-ref"
4332     - title: "2n-skx"
4333       data-set: "vpp-compare-topologies-cmp"
4334   comparisons:
4335     - title: "Diff"
4336       reference: 1
4337       compare: 2
4338   legend:
4339     - "Legend to Table"
4340     - "3n-skx, 2n-skx - topologies tested."
4341     - "Diff - difference between 3n-skx and 2n-skx topologies."
4342
4343 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4344 - type: "table"
4345   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4346   algorithm: "table_comparison"
4347   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4349   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4350   columns:
4351     - title: "3n-skx"
4352       data-set: "vpp-compare-topologies-ref"
4353     - title: "2n-skx"
4354       data-set: "vpp-compare-topologies-cmp"
4355   comparisons:
4356     - title: "Diff"
4357       reference: 1
4358       compare: 2
4359   legend:
4360     - "Legend to Table"
4361     - "3n-skx, 2n-skx - topologies tested."
4362     - "Diff - difference between 3n-skx and 2n-skx topologies."
4363
4364 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4365 - type: "table"
4366   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4367   algorithm: "table_comparison"
4368   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4370   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4371   columns:
4372     - title: "3n-skx"
4373       data-set: "vpp-compare-topologies-ref"
4374     - title: "2n-skx"
4375       data-set: "vpp-compare-topologies-cmp"
4376   comparisons:
4377     - title: "Diff"
4378       reference: 1
4379       compare: 2
4380   legend:
4381     - "Legend to Table"
4382     - "3n-skx, 2n-skx - topologies tested."
4383     - "Diff - difference between 3n-skx and 2n-skx topologies."
4384
4385 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4386 - type: "table"
4387   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4388   algorithm: "table_comparison"
4389   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4391   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4392   columns:
4393     - title: "3n-skx"
4394       data-set: "vpp-compare-topologies-ref"
4395     - title: "2n-skx"
4396       data-set: "vpp-compare-topologies-cmp"
4397   comparisons:
4398     - title: "Diff"
4399       reference: 1
4400       compare: 2
4401   legend:
4402     - "Legend to Table"
4403     - "3n-skx, 2n-skx - topologies tested."
4404     - "Diff - difference between 3n-skx and 2n-skx topologies."
4405
4406 # VPP Performance Changes 3n-hsw 1t1c mrr
4407 - type: "table"
4408   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4409   algorithm: "table_comparison"
4410   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4411   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4412   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4413   columns:
4414     - title: "1908"
4415       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4416     - title: "2001"
4417       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4418     - title: "2005"
4419       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4420   comparisons:
4421     - title: "Diff"
4422       reference: 2
4423       compare: 3
4424   legend:
4425     - "Legend to Table"
4426     - "1908, 2001, 2005 - VPP versions tested."
4427     - "Diff - difference between 2001 and 2005 VPP version."
4428
4429 # VPP Performance Changes 3n-hsw 2t2c mrr
4430 - type: "table"
4431   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4432   algorithm: "table_comparison"
4433   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4435   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4436   columns:
4437     - title: "1908"
4438       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4439     - title: "2001"
4440       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4441     - title: "2005"
4442       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4443   comparisons:
4444     - title: "Diff"
4445       reference: 2
4446       compare: 3
4447   legend:
4448     - "Legend to Table"
4449     - "1908, 2001, 2005 - VPP versions tested."
4450     - "Diff - difference between 2001 and 2005 VPP version."
4451
4452 # VPP Performance Changes 3n-hsw 4t4c mrr
4453 - type: "table"
4454   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4455   algorithm: "table_comparison"
4456   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4458   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4459   columns:
4460     - title: "1908"
4461       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4462     - title: "2001"
4463       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4464     - title: "2005"
4465       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4466   comparisons:
4467     - title: "Diff"
4468       reference: 2
4469       compare: 3
4470   legend:
4471     - "Legend to Table"
4472     - "1908, 2001, 2005 - VPP versions tested."
4473     - "Diff - difference between 2001 and 2005 VPP version."
4474
4475 # VPP Performance Changes 3n-skx 2t1c mrr
4476 - type: "table"
4477   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4478   algorithm: "table_comparison"
4479   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4481   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4482   columns:
4483     - title: "1908"
4484       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4485     - title: "2001"
4486       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4487     - title: "2005"
4488       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4489   comparisons:
4490     - title: "Diff"
4491       reference: 2
4492       compare: 3
4493   legend:
4494     - "Legend to Table"
4495     - "1908, 2001, 2005 - VPP versions tested."
4496     - "Diff - difference between 2001 and 2005 VPP version."
4497
4498 # VPP Performance Changes 3n-skx 4t2c mrr
4499 - type: "table"
4500   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4504   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4505   columns:
4506     - title: "1908"
4507       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4508     - title: "2001"
4509       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4510     - title: "2005"
4511       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4512   comparisons:
4513     - title: "Diff"
4514       reference: 2
4515       compare: 3
4516   legend:
4517     - "Legend to Table"
4518     - "1908, 2001, 2005 - VPP versions tested."
4519     - "Diff - difference between 2001 and 2005 VPP version."
4520
4521 # VPP Performance Changes 3n-skx 8t4c mrr
4522 - type: "table"
4523   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4524   algorithm: "table_comparison"
4525   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4527   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4528   columns:
4529     - title: "1908"
4530       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4531     - title: "2001"
4532       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4533     - title: "2005"
4534       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4535   comparisons:
4536     - title: "Diff"
4537       reference: 2
4538       compare: 3
4539   legend:
4540     - "Legend to Table"
4541     - "1908, 2001, 2005 - VPP versions tested."
4542     - "Diff - difference between 2001 and 2005 VPP version."
4543
4544 # VPP Performance Changes 2n-skx 2t1c mrr
4545 - type: "table"
4546   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4547   algorithm: "table_comparison"
4548   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4549   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4550   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4551   columns:
4552     - title: "1908"
4553       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4554     - title: "2001"
4555       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4556     - title: "2005"
4557       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4558   comparisons:
4559     - title: "Diff"
4560       reference: 2
4561       compare: 3
4562   legend:
4563     - "Legend to Table"
4564     - "1908, 2001, 2005 - VPP versions tested."
4565     - "Diff - difference between 2001 and 2005 VPP version."
4566
4567 # VPP Performance Changes 2n-skx 4t2c mrr
4568 - type: "table"
4569   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4570   algorithm: "table_comparison"
4571   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4574   columns:
4575     - title: "1908"
4576       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4577     - title: "2001"
4578       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4579     - title: "2005"
4580       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4581   comparisons:
4582     - title: "Diff"
4583       reference: 2
4584       compare: 3
4585   legend:
4586     - "Legend to Table"
4587     - "1908, 2001, 2005 - VPP versions tested."
4588     - "Diff - difference between 2001 and 2005 VPP version."
4589
4590 # VPP Performance Changes 2n-skx 8t4c mrr
4591 - type: "table"
4592   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4593   algorithm: "table_comparison"
4594   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4596   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4597   columns:
4598     - title: "1908"
4599       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4600     - title: "2001"
4601       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4602     - title: "2005"
4603       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4604   comparisons:
4605     - title: "Diff"
4606       reference: 2
4607       compare: 3
4608   legend:
4609     - "Legend to Table"
4610     - "1908, 2001, 2005 - VPP versions tested."
4611     - "Diff - difference between 2001 and 2005 VPP version."
4612
4613 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4614 - type: "table"
4615   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4619   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4620   columns:
4621     - title: "2001"
4622       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4623     - title: "2005"
4624       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4625   comparisons:
4626     - title: "Diff"
4627       reference: 1
4628       compare: 2
4629   legend:
4630     - "Legend to Table"
4631     - "2001, 2005 - VPP versions tested."
4632     - "Diff - difference between 2001 and 2005 VPP version."
4633
4634 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4635 - type: "table"
4636   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4637   algorithm: "table_comparison"
4638   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4640   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4641   columns:
4642     - title: "2001"
4643       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4644     - title: "2005"
4645       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4646   comparisons:
4647     - title: "Diff"
4648       reference: 1
4649       compare: 2
4650   legend:
4651     - "Legend to Table"
4652     - "2001, 2005 - VPP versions tested."
4653     - "Diff - difference between 2001 and 2005 VPP version."
4654
4655 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4656 - type: "table"
4657   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4662   columns:
4663     - title: "2001"
4664       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4665     - title: "2005"
4666       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4667   comparisons:
4668     - title: "Diff"
4669       reference: 1
4670       compare: 2
4671   legend:
4672     - "Legend to Table"
4673     - "2001, 2005 - VPP versions tested."
4674     - "Diff - difference between 2001 and 2005 VPP version."
4675
4676 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4677 - type: "table"
4678   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4679   algorithm: "table_comparison"
4680   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4681   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4682   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4683   columns:
4684     - title: "2001"
4685       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4686     - title: "2005"
4687       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4688   comparisons:
4689     - title: "Diff"
4690       reference: 1
4691       compare: 2
4692   legend:
4693     - "Legend to Table"
4694     - "2001, 2005 - VPP versions tested."
4695     - "Diff - difference between 2001 and 2005 VPP version."
4696
4697 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4698 - type: "table"
4699   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4700   algorithm: "table_comparison"
4701   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4703   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4704   columns:
4705     - title: "2001"
4706       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4707     - title: "2005"
4708       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4709   comparisons:
4710     - title: "Diff"
4711       reference: 1
4712       compare: 2
4713   legend:
4714     - "Legend to Table"
4715     - "2001, 2005 - VPP versions tested."
4716     - "Diff - difference between 2001 and 2005 VPP version."
4717
4718 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4719 - type: "table"
4720   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4721   algorithm: "table_comparison"
4722   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4724   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4725   columns:
4726     - title: "2001"
4727       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4728     - title: "2005"
4729       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4730   comparisons:
4731     - title: "Diff"
4732       reference: 1
4733       compare: 2
4734   legend:
4735     - "Legend to Table"
4736     - "2001, 2005 - VPP versions tested."
4737     - "Diff - difference between 2001 and 2005 VPP version."
4738
4739 # VPP Performance Changes 2n-dnv 1t1c mrr
4740 - type: "table"
4741   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4742   algorithm: "table_comparison"
4743   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4745   filter: "'1T1C'"
4746   columns:
4747     - title: "1908"
4748       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4749     - title: "2001"
4750       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4751     - title: "2005"
4752       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4753   comparisons:
4754     - title: "Diff"
4755       reference: 2
4756       compare: 3
4757   legend:
4758     - "Legend to Table"
4759     - "1908, 2001, 2005 - VPP versions tested."
4760     - "Diff - difference between 2001 and 2005 VPP version."
4761
4762 # VPP Performance Changes 2n-dnv 2t2c mrr
4763 - type: "table"
4764   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4765   algorithm: "table_comparison"
4766   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768   filter: "'2T2C'"
4769   columns:
4770     - title: "1908"
4771       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4772     - title: "2001"
4773       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4774     - title: "2005"
4775       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4776   comparisons:
4777     - title: "Diff"
4778       reference: 2
4779       compare: 3
4780   legend:
4781     - "Legend to Table"
4782     - "1908, 2001, 2005 - VPP versions tested."
4783     - "Diff - difference between 2001 and 2005 VPP version."
4784
4785 # VPP Performance Changes 2n-dnv 4t4c mrr
4786 - type: "table"
4787   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4788   algorithm: "table_comparison"
4789   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4791   filter: "'4T4C'"
4792   columns:
4793     - title: "1908"
4794       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4795     - title: "2001"
4796       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4797     - title: "2005"
4798       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4799   comparisons:
4800     - title: "Diff"
4801       reference: 2
4802       compare: 3
4803   legend:
4804     - "Legend to Table"
4805     - "1908, 2001, 2005 - VPP versions tested."
4806     - "Diff - difference between 2001 and 2005 VPP version."
4807
4808 # VPP Performance Changes 3n-dnv 1t1c mrr
4809 - type: "table"
4810   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4811   algorithm: "table_comparison"
4812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4814   filter: "'1T1C'"
4815   columns:
4816     - title: "1908"
4817       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4818     - title: "2001"
4819       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4820     - title: "2005"
4821       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4822   comparisons:
4823     - title: "Diff"
4824       reference: 2
4825       compare: 3
4826   legend:
4827     - "Legend to Table"
4828     - "1908, 2001, 2005 - VPP versions tested."
4829     - "Diff - difference between 2001 and 2005 VPP version."
4830
4831 # VPP Performance Changes 3n-dnv 2t2c mrr
4832 - type: "table"
4833   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4834   algorithm: "table_comparison"
4835   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4837   filter: "'2T2C'"
4838   columns:
4839     - title: "1908"
4840       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4841     - title: "2001"
4842       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4843     - title: "2005"
4844       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4845   comparisons:
4846     - title: "Diff"
4847       reference: 2
4848       compare: 3
4849   legend:
4850     - "Legend to Table"
4851     - "1908, 2001, 2005 - VPP versions tested."
4852     - "Diff - difference between 2001 and 2005 VPP version."
4853
4854 # VPP Performance Changes 3n-dnv 4t4c mrr
4855 - type: "table"
4856   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4857   algorithm: "table_comparison"
4858   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4860   filter: "'4T4C'"
4861   columns:
4862     - title: "1908"
4863       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4864     - title: "2001"
4865       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4866     - title: "2005"
4867       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4868   comparisons:
4869     - title: "Diff"
4870       reference: 2
4871       compare: 3
4872   legend:
4873     - "Legend to Table"
4874     - "1908, 2001, 2005 - VPP versions tested."
4875     - "Diff - difference between 2001 and 2005 VPP version."
4876
4877 # VPP Performance Changes 3n-tsh 1t1c mrr
4878 - type: "table"
4879   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4880   algorithm: "table_comparison"
4881   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4883   filter: "'1T1C'"
4884   columns:
4885     - title: "1908"
4886       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4887     - title: "2001"
4888       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4889     - title: "2005"
4890       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4891   comparisons:
4892     - title: "Diff"
4893       reference: 2
4894       compare: 3
4895   legend:
4896     - "Legend to Table"
4897     - "1908, 2001, 2005 - VPP versions tested."
4898     - "Diff - difference between 2001 and 2005 VPP version."
4899
4900 # VPP Performance Changes 3n-tsh 2t2c mrr
4901 - type: "table"
4902   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4903   algorithm: "table_comparison"
4904   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4906   filter: "'2T2C'"
4907   columns:
4908     - title: "1908"
4909       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4910     - title: "2001"
4911       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4912     - title: "2005"
4913       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4914   comparisons:
4915     - title: "Diff"
4916       reference: 2
4917       compare: 3
4918   legend:
4919     - "Legend to Table"
4920     - "1908, 2001, 2005 - VPP versions tested."
4921     - "Diff - difference between 2001 and 2005 VPP version."
4922
4923 # VPP Performance Changes 3n-tsh 4t4c mrr
4924 - type: "table"
4925   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4926   algorithm: "table_comparison"
4927   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4929   filter: "'4T4C'"
4930   columns:
4931     - title: "1908"
4932       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4933     - title: "2001"
4934       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4935     - title: "2005"
4936       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4937   comparisons:
4938     - title: "Diff"
4939       reference: 2
4940       compare: 3
4941   legend:
4942     - "Legend to Table"
4943     - "1908, 2001, 2005 - VPP versions tested."
4944     - "Diff - difference between 2001 and 2005 VPP version."
4945
4946 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4947 - type: "table"
4948   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4949   algorithm: "table_comparison"
4950   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4952   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4953   columns:
4954     - title: "3n-hsw xl710"
4955       data-set: "vpp-compare-testbeds-mrr-ref"
4956       tag: "NIC_Intel-XL710"
4957     - title: "3n-skx xxv710"
4958       data-set: "vpp-compare-testbeds-mrr-cmp"
4959       tag: "NIC_Intel-XXV710"
4960   comparisons:
4961     - title: "Diff"
4962       reference: 1
4963       compare: 2
4964   legend:
4965     - "Legend to Table"
4966     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4967     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4968
4969 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4970 - type: "table"
4971   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4972   algorithm: "table_comparison"
4973   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4975   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4976   columns:
4977     - title: "3n-hsw xl710"
4978       data-set: "vpp-compare-testbeds-mrr-ref"
4979       tag: "NIC_Intel-XL710"
4980     - title: "3n-skx xxv710"
4981       data-set: "vpp-compare-testbeds-mrr-cmp"
4982       tag: "NIC_Intel-XXV710"
4983   comparisons:
4984     - title: "Diff"
4985       reference: 1
4986       compare: 2
4987   legend:
4988     - "Legend to Table"
4989     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4990     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4991
4992 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4993 - type: "table"
4994   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4995   algorithm: "table_comparison"
4996   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4999   columns:
5000     - title: "3n-hsw xl710"
5001       data-set: "vpp-compare-testbeds-mrr-ref"
5002       tag: "NIC_Intel-XL710"
5003     - title: "3n-skx xxv710"
5004       data-set: "vpp-compare-testbeds-mrr-cmp"
5005       tag: "NIC_Intel-XXV710"
5006   comparisons:
5007     - title: "Diff"
5008       reference: 1
5009       compare: 2
5010   legend:
5011     - "Legend to Table"
5012     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5013     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5014
5015 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5016 - type: "table"
5017   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5018   algorithm: "table_comparison"
5019   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5021   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5022   columns:
5023     - title: "2n-skx"
5024       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5025     - title: "2n-clx"
5026       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5027   comparisons:
5028     - title: "Diff"
5029       reference: 1
5030       compare: 2
5031   legend:
5032     - "Legend to Table"
5033     - "2n-skx, 2n-clx - testbeds and NICs tested."
5034     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5035
5036 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5037 - type: "table"
5038   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5039   algorithm: "table_comparison"
5040   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5042   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5043   columns:
5044     - title: "2n-skx"
5045       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5046     - title: "2n-clx"
5047       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5048   comparisons:
5049     - title: "Diff"
5050       reference: 1
5051       compare: 2
5052   legend:
5053     - "Legend to Table"
5054     - "2n-skx, 2n-clx - testbeds and NICs tested."
5055     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5056
5057 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5058 - type: "table"
5059   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5060   algorithm: "table_comparison"
5061   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5063   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5064   columns:
5065     - title: "2n-skx"
5066       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5067     - title: "2n-clx"
5068       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5069   comparisons:
5070     - title: "Diff"
5071       reference: 1
5072       compare: 2
5073   legend:
5074     - "Legend to Table"
5075     - "2n-skx, 2n-clx - testbeds and NICs tested."
5076     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5077
5078 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5079 - type: "table"
5080   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5081   algorithm: "table_comparison"
5082   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5084   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5085   columns:
5086     - title: "3n-skx"
5087       data-set: "vpp-compare-topologies-mrr-ref"
5088     - title: "2n-skx"
5089       data-set: "vpp-compare-topologies-mrr-cmp"
5090   comparisons:
5091     - title: "Diff"
5092       reference: 1
5093       compare: 2
5094   legend:
5095     - "Legend to Table"
5096     - "3n-skx, 2n-skx - topologies tested."
5097     - "Diff - difference between 3n-skx and 2n-skx topologies."
5098
5099 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5100 - type: "table"
5101   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5102   algorithm: "table_comparison"
5103   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5105   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5106   columns:
5107     - title: "3n-skx"
5108       data-set: "vpp-compare-topologies-mrr-ref"
5109     - title: "2n-skx"
5110       data-set: "vpp-compare-topologies-mrr-cmp"
5111   comparisons:
5112     - title: "Diff"
5113       reference: 1
5114       compare: 2
5115   legend:
5116     - "Legend to Table"
5117     - "3n-skx, 2n-skx - topologies tested."
5118     - "Diff - difference between 3n-skx and 2n-skx topologies."
5119
5120 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5121 - type: "table"
5122   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5123   algorithm: "table_comparison"
5124   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5126   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5127   columns:
5128     - title: "3n-skx"
5129       data-set: "vpp-compare-topologies-mrr-ref"
5130     - title: "2n-skx"
5131       data-set: "vpp-compare-topologies-mrr-cmp"
5132   comparisons:
5133     - title: "Diff"
5134       reference: 1
5135       compare: 2
5136   legend:
5137     - "Legend to Table"
5138     - "3n-skx, 2n-skx - topologies tested."
5139     - "Diff - difference between 3n-skx and 2n-skx topologies."
5140
5141 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5142 - type: "table"
5143   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5144   algorithm: "table_comparison"
5145   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5147   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5148   columns:
5149     - title: "3n-hsw xl710"
5150       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5151       tag: "NIC_Intel-XL710"
5152     - title: "2n-clx xxv710"
5153       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5154       tag: "NIC_Intel-XXV710"
5155   comparisons:
5156     - title: "Diff"
5157       reference: 1
5158       compare: 2
5159   legend:
5160     - "Legend to Table"
5161     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5162     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5163
5164 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5165 - type: "table"
5166   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5167   algorithm: "table_comparison"
5168   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5170   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5171   columns:
5172     - title: "3n-hsw xl710"
5173       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5174       tag: "NIC_Intel-XL710"
5175     - title: "2n-clx xxv710"
5176       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5177       tag: "NIC_Intel-XXV710"
5178   comparisons:
5179     - title: "Diff"
5180       reference: 1
5181       compare: 2
5182   legend:
5183     - "Legend to Table"
5184     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5185     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5186
5187 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5188 - type: "table"
5189   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5190   algorithm: "table_comparison"
5191   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5193   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5194   columns:
5195     - title: "3n-hsw xl710"
5196       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5197       tag: "NIC_Intel-XL710"
5198     - title: "2n-clx xxv710"
5199       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5200       tag: "NIC_Intel-XXV710"
5201   comparisons:
5202     - title: "Diff"
5203       reference: 1
5204       compare: 2
5205   legend:
5206     - "Legend to Table"
5207     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5208     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5209
5210 # Detailed Test Results - VPP Performance Results 3n-hsw
5211 - type: "table"
5212   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5213   algorithm: "table_merged_details"
5214   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5215   columns:
5216     - title: " |prein| Test Name |preout| "
5217       data: "data name"
5218     - 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| "
5219       data: "data msg"
5220   data: "vpp-perf-results-3n-hsw"
5221   filter: "all"
5222   parameters:
5223   - "name"
5224   - "parent"
5225   - "msg"
5226
5227 # Detailed Test Results - VPP Performance Results 3n-skx
5228 - type: "table"
5229   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5230   algorithm: "table_merged_details"
5231   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5232   columns:
5233     - title: " |prein| Test Name |preout| "
5234       data: "data name"
5235     - 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| "
5236       data: "data msg"
5237   data: "vpp-perf-results-3n-skx"
5238   filter: "all"
5239   remove-ndr: False
5240   parameters:
5241   - "name"
5242   - "parent"
5243   - "msg"
5244
5245 # Detailed Test Results - VPP Performance Results 2n-skx
5246 - type: "table"
5247   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5248   algorithm: "table_merged_details"
5249   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5250   columns:
5251     - title: " |prein| Test Name |preout| "
5252       data: "data name"
5253     - 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| "
5254       data: "data msg"
5255   data: "vpp-perf-results-2n-skx"
5256   filter: "all"
5257   remove-ndr: False
5258   parameters:
5259   - "name"
5260   - "parent"
5261   - "msg"
5262
5263 # Detailed Test Results - VPP Performance Results 2n-clx
5264 - type: "table"
5265   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5266   algorithm: "table_merged_details"
5267   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5268   columns:
5269     - title: " |prein| Test Name |preout| "
5270       data: "data name"
5271     - 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| "
5272       data: "data msg"
5273   data: "vpp-perf-results-2n-clx"
5274   filter: "all"
5275   parameters:
5276   - "name"
5277   - "parent"
5278   - "msg"
5279
5280 # Detailed Test Results - VPP Performance Results 3n-tsh
5281 - type: "table"
5282   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5283   algorithm: "table_merged_details"
5284   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5285   columns:
5286     - title: " |prein| Test Name |preout| "
5287       data: "data name"
5288     - 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| "
5289       data: "data msg"
5290   data: "vpp-perf-results-3n-tsh"
5291   filter: "all"
5292   parameters:
5293   - "name"
5294   - "parent"
5295   - "msg"
5296
5297 # Detailed Test Results - VPP Performance Results 3n-dnv
5298 - type: "table"
5299   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5300   algorithm: "table_merged_details"
5301   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5302   columns:
5303     - title: " |prein| Test Name |preout| "
5304       data: "data name"
5305     - 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| "
5306       data: "data msg"
5307   data: "vpp-perf-results-3n-dnv"
5308   filter: "all"
5309   parameters:
5310   - "name"
5311   - "parent"
5312   - "msg"
5313
5314 # Detailed Test Results - VPP Performance Results 2n-dnv
5315 - type: "table"
5316   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5317   algorithm: "table_merged_details"
5318   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5319   columns:
5320     - title: " |prein| Test Name |preout| "
5321       data: "data name"
5322     - 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| "
5323       data: "data msg"
5324   data: "vpp-perf-results-2n-dnv"
5325   filter: "all"
5326   parameters:
5327   - "name"
5328   - "parent"
5329   - "msg"
5330
5331 # Test configuration - VPP Performance Test Configs 3n-hsw
5332 - type: "table"
5333   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5334   algorithm: "table_merged_details"
5335   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5336   columns:
5337     - title: " |prein| Test Name |preout| "
5338       data: "data name"
5339     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5340       data: "data conf-history"
5341   data: "vpp-perf-results-3n-hsw"
5342   filter: "all"
5343   parameters:
5344   - "parent"
5345   - "name"
5346   - "conf-history"
5347
5348 # Test configuration - VPP Performance Test Configs 3n-skx
5349 - type: "table"
5350   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5351   algorithm: "table_merged_details"
5352   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5353   columns:
5354     - title: " |prein| Test Name |preout| "
5355       data: "data name"
5356     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5357       data: "data conf-history"
5358   data: "vpp-perf-results-3n-skx"
5359   filter: "all"
5360   parameters:
5361   - "parent"
5362   - "name"
5363   - "conf-history"
5364
5365 # Test configuration - VPP Performance Test Configs 2n-skx
5366 - type: "table"
5367   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5368   algorithm: "table_merged_details"
5369   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5370   columns:
5371     - title: " |prein| Test Name |preout| "
5372       data: "data name"
5373     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5374       data: "data conf-history"
5375   data: "vpp-perf-results-2n-skx"
5376   filter: "all"
5377   parameters:
5378   - "parent"
5379   - "name"
5380   - "conf-history"
5381
5382 # Test configuration - VPP Performance Test Configs 2n-clx
5383 - type: "table"
5384   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5385   algorithm: "table_merged_details"
5386   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5387   columns:
5388     - title: " |prein| Test Name |preout| "
5389       data: "data name"
5390     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5391       data: "data conf-history"
5392   data: "vpp-perf-results-2n-clx"
5393   filter: "all"
5394   parameters:
5395   - "parent"
5396   - "name"
5397   - "conf-history"
5398
5399 # Test configuration - VPP Performance Test Configs 3n-tsh
5400 - type: "table"
5401   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5402   algorithm: "table_merged_details"
5403   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5404   columns:
5405     - title: " |prein| Test Name |preout| "
5406       data: "data name"
5407     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5408       data: "data conf-history"
5409   data: "vpp-perf-results-3n-tsh"
5410   filter: "all"
5411   parameters:
5412   - "parent"
5413   - "name"
5414   - "conf-history"
5415
5416 # Test configuration - VPP Performance Test Configs 3n-dnv
5417 - type: "table"
5418   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5419   algorithm: "table_merged_details"
5420   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5421   columns:
5422     - title: " |prein| Test Name |preout| "
5423       data: "data name"
5424     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5425       data: "data conf-history"
5426   data: "vpp-perf-results-3n-dnv"
5427   filter: "all"
5428   parameters:
5429   - "parent"
5430   - "name"
5431   - "conf-history"
5432
5433 # Test configuration - VPP Performance Test Configs 2n-dnv
5434 - type: "table"
5435   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5436   algorithm: "table_merged_details"
5437   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5438   columns:
5439     - title: " |prein| Test Name |preout| "
5440       data: "data name"
5441     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5442       data: "data conf-history"
5443   data: "vpp-perf-results-2n-dnv"
5444   filter: "all"
5445   parameters:
5446   - "parent"
5447   - "name"
5448   - "conf-history"
5449
5450 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5451 - type: "table"
5452   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5453   algorithm: "table_oper_data_html"
5454   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5455   data: "vpp-perf-results-3n-hsw"
5456   filter: "all"
5457
5458 # Test Operational Data - VPP Performance Operational Data 3n-skx
5459 - type: "table"
5460   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5461   algorithm: "table_oper_data_html"
5462   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5463   data: "vpp-perf-results-3n-skx"
5464   filter: "all"
5465
5466 # Test Operational Data - VPP Performance Operational Data 2n-skx
5467 - type: "table"
5468   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5469   algorithm: "table_oper_data_html"
5470   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5471   data: "vpp-perf-results-2n-skx"
5472   filter: "all"
5473
5474 # Test Operational Data - VPP Performance Operational Data 2n-clx
5475 - type: "table"
5476   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5477   algorithm: "table_oper_data_html"
5478   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5479   data: "vpp-perf-results-2n-clx"
5480   filter: "all"
5481
5482 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5483 - type: "table"
5484   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5485   algorithm: "table_oper_data_html"
5486   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5487   data: "vpp-perf-results-3n-tsh"
5488   filter: "all"
5489
5490 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5491 - type: "table"
5492   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5493   algorithm: "table_oper_data_html"
5494   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5495   data: "vpp-perf-results-3n-dnv"
5496   filter: "all"
5497
5498 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5499 - type: "table"
5500   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5501   algorithm: "table_oper_data_html"
5502   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5503   data: "vpp-perf-results-2n-dnv"
5504   filter: "all"
5505
5506 # Detailed Test Results - VPP MRR Results 3n-hsw
5507 - type: "table"
5508   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5509   algorithm: "table_merged_details"
5510   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5511   columns:
5512     - title: " |prein| Test Name |preout| "
5513       data: "data name"
5514     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5515       data: "data msg"
5516   data: "vpp-mrr-results-3n-hsw"
5517   filter: "all"
5518   parameters:
5519   - "name"
5520   - "parent"
5521   - "msg"
5522
5523 # Detailed Test Results - VPP MRR Results 3n-skx
5524 - type: "table"
5525   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5526   algorithm: "table_merged_details"
5527   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5528   columns:
5529     - title: " |prein| Test Name |preout| "
5530       data: "data name"
5531     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5532       data: "data msg"
5533   data: "vpp-mrr-results-3n-skx"
5534   filter: "all"
5535   parameters:
5536   - "name"
5537   - "parent"
5538   - "msg"
5539
5540 # Detailed Test Results - VPP MRR Results 2n-skx
5541 - type: "table"
5542   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5543   algorithm: "table_merged_details"
5544   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5545   columns:
5546     - title: " |prein| Test Name |preout| "
5547       data: "data name"
5548     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5549       data: "data msg"
5550   data: "vpp-mrr-results-2n-skx"
5551   filter: "all"
5552   parameters:
5553   - "name"
5554   - "parent"
5555   - "msg"
5556
5557 # Detailed Test Results - VPP MRR Results 2n-clx
5558 - type: "table"
5559   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5560   algorithm: "table_merged_details"
5561   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5562   columns:
5563     - title: " |prein| Test Name |preout| "
5564       data: "data name"
5565     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5566       data: "data msg"
5567   data: "vpp-mrr-results-2n-clx"
5568   filter: "all"
5569   parameters:
5570   - "name"
5571   - "parent"
5572   - "msg"
5573
5574 # Detailed Test Results - VPP MRR Results 3n-tsh
5575 - type: "table"
5576   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5577   algorithm: "table_merged_details"
5578   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5579   columns:
5580     - title: " |prein| Test Name |preout| "
5581       data: "data name"
5582     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5583       data: "data msg"
5584   data: "vpp-mrr-results-3n-tsh"
5585   filter: "all"
5586   parameters:
5587   - "name"
5588   - "parent"
5589   - "msg"
5590
5591 # Detailed Test Results - VPP MRR Results 3n-dnv
5592 - type: "table"
5593   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5594   algorithm: "table_merged_details"
5595   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5596   columns:
5597     - title: " |prein| Test Name |preout| "
5598       data: "data name"
5599     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5600       data: "data msg"
5601   data: "vpp-mrr-results-3n-dnv"
5602   filter: "all"
5603   parameters:
5604   - "name"
5605   - "parent"
5606   - "msg"
5607
5608 # Detailed Test Results - VPP MRR Results 2n-dnv
5609 - type: "table"
5610   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5611   algorithm: "table_merged_details"
5612   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5613   columns:
5614     - title: " |prein| Test Name |preout| "
5615       data: "data name"
5616     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5617       data: "data msg"
5618   data: "vpp-mrr-results-2n-dnv"
5619   filter: "all"
5620   parameters:
5621   - "name"
5622   - "parent"
5623   - "msg"
5624
5625 # Test configuration - VPP MRR Test Configs 3n-hsw
5626 - type: "table"
5627   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5628   algorithm: "table_merged_details"
5629   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5630   columns:
5631     - title: " |prein| Test Name |preout| "
5632       data: "data name"
5633     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5634       data: "data conf-history"
5635   data: "vpp-mrr-results-3n-hsw"
5636   filter: "all"
5637   parameters:
5638   - "parent"
5639   - "name"
5640   - "conf-history"
5641
5642 # Test configuration - VPP MRR Test Configs 3n-skx
5643 - type: "table"
5644   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5645   algorithm: "table_merged_details"
5646   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5647   columns:
5648     - title: " |prein| Test Name |preout| "
5649       data: "data name"
5650     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5651       data: "data conf-history"
5652   data: "vpp-mrr-results-3n-skx"
5653   filter: "all"
5654   parameters:
5655   - "parent"
5656   - "name"
5657   - "conf-history"
5658
5659 # Test configuration - VPP MRR Test Configs 2n-skx
5660 - type: "table"
5661   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5662   algorithm: "table_merged_details"
5663   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5664   columns:
5665     - title: " |prein| Test Name |preout| "
5666       data: "data name"
5667     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5668       data: "data conf-history"
5669   data: "vpp-mrr-results-2n-skx"
5670   filter: "all"
5671   parameters:
5672   - "parent"
5673   - "name"
5674   - "conf-history"
5675
5676 # Test configuration - VPP MRR Test Configs 2n-clx
5677 - type: "table"
5678   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5679   algorithm: "table_merged_details"
5680   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5681   columns:
5682     - title: " |prein| Test Name |preout| "
5683       data: "data name"
5684     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5685       data: "data conf-history"
5686   data: "vpp-mrr-results-2n-clx"
5687   filter: "all"
5688   parameters:
5689   - "parent"
5690   - "name"
5691   - "conf-history"
5692
5693 # Test configuration - VPP MRR Test Configs 3n-tsh
5694 - type: "table"
5695   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5696   algorithm: "table_merged_details"
5697   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5698   columns:
5699     - title: " |prein| Test Name |preout| "
5700       data: "data name"
5701     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5702       data: "data conf-history"
5703   data: "vpp-mrr-results-3n-tsh"
5704   filter: "all"
5705   parameters:
5706   - "parent"
5707   - "name"
5708   - "conf-history"
5709
5710 # Test configuration - VPP MRR Test Configs 3n-dnv
5711 - type: "table"
5712   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5713   algorithm: "table_merged_details"
5714   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5715   columns:
5716     - title: " |prein| Test Name |preout| "
5717       data: "data name"
5718     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5719       data: "data conf-history"
5720   data: "vpp-mrr-results-3n-dnv"
5721   filter: "all"
5722   parameters:
5723   - "parent"
5724   - "name"
5725   - "conf-history"
5726
5727 # Test configuration - VPP MRR Test Configs 2n-dnv
5728 - type: "table"
5729   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5730   algorithm: "table_merged_details"
5731   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5732   columns:
5733     - title: " |prein| Test Name |preout| "
5734       data: "data name"
5735     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5736       data: "data conf-history"
5737   data: "vpp-mrr-results-2n-dnv"
5738   filter: "all"
5739   parameters:
5740   - "parent"
5741   - "name"
5742   - "conf-history"
5743
5744 # Detailed Test Results - VPP Device Results - Ubuntu
5745 - type: "table"
5746   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5747   algorithm: "table_merged_details"
5748   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5749   columns:
5750     - title: " |prein| Test Name |preout| "
5751       data: "data name"
5752     - title: " |prein| Status |preout| "
5753       data: "data status"
5754   data: "vpp-device-results-ubuntu"
5755   filter: "all"
5756   parameters:
5757   - "name"
5758   - "parent"
5759   - "doc"
5760   - "status"
5761
5762 # Test configuration - VPP Device Test Configs - Ubuntu
5763 - type: "table"
5764   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5765   algorithm: "table_merged_details"
5766   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5767   columns:
5768     - title: " |prein| Test Name |preout| "
5769       data: "data name"
5770     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5771       data: "data conf-history"
5772   data: "vpp-device-results-ubuntu"
5773   filter: "all"
5774   parameters:
5775   - "parent"
5776   - "name"
5777   - "conf-history"
5778
5779 ################################################################################
5780
5781 # DPDK Performance Changes 3n-hsw 1t1c pdr
5782 - type: "table"
5783   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5784   algorithm: "table_comparison"
5785   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5787   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5788   columns:
5789     - title: "1908"
5790       data-set: "dpdk-performance-changes-3n-hsw-h1"
5791     - title: "2001"
5792       data-set: "dpdk-performance-changes-3n-hsw-ref"
5793     - title: "2005"
5794       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5795   comparisons:
5796     - title: "Diff"
5797       reference: 2
5798       compare: 3
5799   legend:
5800     - "Legend to Table"
5801     - "1908, 2001, 2005 - DPDK versions tested."
5802     - "Diff - difference between 2001 and 2005 DPDK version."
5803
5804 # DPDK Performance Changes 3n-hsw 2t2c pdr
5805 - type: "table"
5806   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5807   algorithm: "table_comparison"
5808   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5810   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5811   columns:
5812     - title: "1908"
5813       data-set: "dpdk-performance-changes-3n-hsw-h1"
5814     - title: "2001"
5815       data-set: "dpdk-performance-changes-3n-hsw-ref"
5816     - title: "2005"
5817       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5818   comparisons:
5819     - title: "Diff"
5820       reference: 2
5821       compare: 3
5822   legend:
5823     - "Legend to Table"
5824     - "1908, 2001, 2005 - DPDK versions tested."
5825     - "Diff - difference between 2001 and 2005 DPDK version."
5826
5827 # DPDK Performance Changes 3n-hsw 1t1c pdr
5828 - type: "table"
5829   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5830   algorithm: "table_comparison"
5831   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5833   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5834   columns:
5835     - title: "1908"
5836       data-set: "dpdk-performance-changes-3n-hsw-h1"
5837     - title: "2001"
5838       data-set: "dpdk-performance-changes-3n-hsw-ref"
5839     - title: "2005"
5840       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5841   comparisons:
5842     - title: "Diff"
5843       reference: 2
5844       compare: 3
5845   legend:
5846     - "Legend to Table"
5847     - "1908, 2001, 2005 - DPDK versions tested."
5848     - "Diff - difference between 2001 and 2005 DPDK version."
5849
5850 # DPDK Performance Changes 3n-hsw 2t2c ndr
5851 - type: "table"
5852   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5853   algorithm: "table_comparison"
5854   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5856   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5857   columns:
5858     - title: "1908"
5859       data-set: "dpdk-performance-changes-3n-hsw-h1"
5860     - title: "2001"
5861       data-set: "dpdk-performance-changes-3n-hsw-ref"
5862     - title: "2005"
5863       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5864   comparisons:
5865     - title: "Diff"
5866       reference: 2
5867       compare: 3
5868   legend:
5869     - "Legend to Table"
5870     - "1908, 2001, 2005 - DPDK versions tested."
5871     - "Diff - difference between 2001 and 2005 DPDK version."
5872
5873 # DPDK Performance Changes 3n-skx 2t1c pdr
5874 - type: "table"
5875   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5876   algorithm: "table_comparison"
5877   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5879   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5880   columns:
5881     - title: "1908"
5882       data-set: "dpdk-performance-changes-3n-skx-h1"
5883     - title: "2001"
5884       data-set: "dpdk-performance-changes-3n-skx-ref"
5885     - title: "2005"
5886       data-set: "dpdk-performance-changes-3n-skx-cmp"
5887   comparisons:
5888     - title: "Diff"
5889       reference: 2
5890       compare: 3
5891   legend:
5892     - "Legend to Table"
5893     - "1908, 2001, 2005 - DPDK versions tested."
5894     - "Diff - difference between 2001 and 2005 DPDK version."
5895
5896 # DPDK Performance Changes 3n-skx 4t2c pdr
5897 - type: "table"
5898   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5899   algorithm: "table_comparison"
5900   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5902   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5903   columns:
5904     - title: "1908"
5905       data-set: "dpdk-performance-changes-3n-skx-h1"
5906     - title: "2001"
5907       data-set: "dpdk-performance-changes-3n-skx-ref"
5908     - title: "2005"
5909       data-set: "dpdk-performance-changes-3n-skx-cmp"
5910   comparisons:
5911     - title: "Diff"
5912       reference: 2
5913       compare: 3
5914   legend:
5915     - "Legend to Table"
5916     - "1908, 2001, 2005 - DPDK versions tested."
5917     - "Diff - difference between 2001 and 2005 DPDK version."
5918
5919 # DPDK Performance Changes 3n-skx 2t1c ndr
5920 - type: "table"
5921   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5922   algorithm: "table_comparison"
5923   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5925   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5926   columns:
5927     - title: "1908"
5928       data-set: "dpdk-performance-changes-3n-skx-h1"
5929     - title: "2001"
5930       data-set: "dpdk-performance-changes-3n-skx-ref"
5931     - title: "2005"
5932       data-set: "dpdk-performance-changes-3n-skx-cmp"
5933   comparisons:
5934     - title: "Diff"
5935       reference: 2
5936       compare: 3
5937   legend:
5938     - "Legend to Table"
5939     - "1908, 2001, 2005 - DPDK versions tested."
5940     - "Diff - difference between 2001 and 2005 DPDK version."
5941
5942 # DPDK Performance Changes 3n-skx 4t2c ndr
5943 - type: "table"
5944   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5945   algorithm: "table_comparison"
5946   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5948   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5949   columns:
5950     - title: "1908"
5951       data-set: "dpdk-performance-changes-3n-skx-h1"
5952     - title: "2001"
5953       data-set: "dpdk-performance-changes-3n-skx-ref"
5954     - title: "2005"
5955       data-set: "dpdk-performance-changes-3n-skx-cmp"
5956   comparisons:
5957     - title: "Diff"
5958       reference: 2
5959       compare: 3
5960   legend:
5961     - "Legend to Table"
5962     - "1908, 2001, 2005 - DPDK versions tested."
5963     - "Diff - difference between 2001 and 2005 DPDK version."
5964
5965 # DPDK Performance Changes 2n-skx 2t1c pdr
5966 - type: "table"
5967   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5968   algorithm: "table_comparison"
5969   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5971   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5972   columns:
5973     - title: "1908"
5974       data-set: "dpdk-performance-changes-2n-skx-h1"
5975     - title: "2001"
5976       data-set: "dpdk-performance-changes-2n-skx-ref"
5977     - title: "2005"
5978       data-set: "dpdk-performance-changes-2n-skx-cmp"
5979   comparisons:
5980     - title: "Diff"
5981       reference: 2
5982       compare: 3
5983   legend:
5984     - "Legend to Table"
5985     - "1908, 2001, 2005 - DPDK versions tested."
5986     - "Diff - difference between 2001 and 2005 DPDK version."
5987
5988 # DPDK Performance Changes 2n-skx 4t2c pdr
5989 - type: "table"
5990   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5991   algorithm: "table_comparison"
5992   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5994   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5995   columns:
5996     - title: "1908"
5997       data-set: "dpdk-performance-changes-2n-skx-h1"
5998     - title: "2001"
5999       data-set: "dpdk-performance-changes-2n-skx-ref"
6000     - title: "2005"
6001       data-set: "dpdk-performance-changes-2n-skx-cmp"
6002   comparisons:
6003     - title: "Diff"
6004       reference: 2
6005       compare: 3
6006   legend:
6007     - "Legend to Table"
6008     - "1908, 2001, 2005 - DPDK versions tested."
6009     - "Diff - difference between 2001 and 2005 DPDK version."
6010
6011 # DPDK Performance Changes 2n-skx 2t1c ndr
6012 - type: "table"
6013   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6014   algorithm: "table_comparison"
6015   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6017   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6018   columns:
6019     - title: "1908"
6020       data-set: "dpdk-performance-changes-2n-skx-h1"
6021     - title: "2001"
6022       data-set: "dpdk-performance-changes-2n-skx-ref"
6023     - title: "2005"
6024       data-set: "dpdk-performance-changes-2n-skx-cmp"
6025   comparisons:
6026     - title: "Diff"
6027       reference: 2
6028       compare: 3
6029   legend:
6030     - "Legend to Table"
6031     - "1908, 2001, 2005 - DPDK versions tested."
6032     - "Diff - difference between 2001 and 2005 DPDK version."
6033
6034 # DPDK Performance Changes 2n-skx 4t2c ndr
6035 - type: "table"
6036   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6037   algorithm: "table_comparison"
6038   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6040   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6041   columns:
6042     - title: "1908"
6043       data-set: "dpdk-performance-changes-2n-skx-h1"
6044     - title: "2001"
6045       data-set: "dpdk-performance-changes-2n-skx-ref"
6046     - title: "2005"
6047       data-set: "dpdk-performance-changes-2n-skx-cmp"
6048   comparisons:
6049     - title: "Diff"
6050       reference: 2
6051       compare: 3
6052   legend:
6053     - "Legend to Table"
6054     - "1908, 2001, 2005 - DPDK versions tested."
6055     - "Diff - difference between 2001 and 2005 DPDK version."
6056
6057 # DPDK Performance Changes 2n-clx 2t1c pdr
6058 - type: "table"
6059   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6060   algorithm: "table_comparison"
6061   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6063   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6064   columns:
6065     - title: "2001"
6066       data-set: "dpdk-performance-changes-2n-clx-ref"
6067     - title: "2005"
6068       data-set: "dpdk-performance-changes-2n-clx-cmp"
6069   comparisons:
6070     - title: "Diff"
6071       reference: 1
6072       compare: 2
6073   legend:
6074     - "Legend to Table"
6075     - "2001, 2005 - DPDK versions tested."
6076     - "Diff - difference between 2001 and 2005 DPDK version."
6077
6078 # DPDK Performance Changes 2n-clx 4t2c pdr
6079 - type: "table"
6080   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6081   algorithm: "table_comparison"
6082   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6084   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6085   columns:
6086     - title: "2001"
6087       data-set: "dpdk-performance-changes-2n-clx-ref"
6088     - title: "2005"
6089       data-set: "dpdk-performance-changes-2n-clx-cmp"
6090   comparisons:
6091     - title: "Diff"
6092       reference: 1
6093       compare: 2
6094   legend:
6095     - "Legend to Table"
6096     - "2001, 2005 - DPDK versions tested."
6097     - "Diff - difference between 2001 and 2005 DPDK version."
6098
6099 # DPDK Performance Changes 2n-clx 2t1c ndr
6100 - type: "table"
6101   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6102   algorithm: "table_comparison"
6103   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6105   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6106   columns:
6107     - title: "2001"
6108       data-set: "dpdk-performance-changes-2n-clx-ref"
6109     - title: "2005"
6110       data-set: "dpdk-performance-changes-2n-clx-cmp"
6111   comparisons:
6112     - title: "Diff"
6113       reference: 1
6114       compare: 2
6115   legend:
6116     - "Legend to Table"
6117     - "2001, 2005 - DPDK versions tested."
6118     - "Diff - difference between 2001 and 2005 DPDK version."
6119
6120 # DPDK Performance Changes 2n-clx 4t2c ndr
6121 - type: "table"
6122   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6123   algorithm: "table_comparison"
6124   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6126   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6127   columns:
6128     - title: "2001"
6129       data-set: "dpdk-performance-changes-2n-clx-ref"
6130     - title: "2005"
6131       data-set: "dpdk-performance-changes-2n-clx-cmp"
6132   comparisons:
6133     - title: "Diff"
6134       reference: 1
6135       compare: 2
6136   legend:
6137     - "Legend to Table"
6138     - "2001, 2005 - DPDK versions tested."
6139     - "Diff - difference between 2001 and 2005 DPDK version."
6140
6141 # DPDK Performance Changes 2n-dnv 1t1c pdr
6142 - type: "table"
6143   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6144   algorithm: "table_comparison"
6145   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6147   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6148   columns:
6149     - title: "2001"
6150       data-set: "dpdk-performance-changes-2n-dnv-ref"
6151     - title: "2005"
6152       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6153   comparisons:
6154     - title: "Diff"
6155       reference: 1
6156       compare: 2
6157   legend:
6158     - "Legend to Table"
6159     - "2001, 2005 - DPDK versions tested."
6160     - "Diff - difference between 2001 and 2005 DPDK version."
6161
6162 # DPDK Performance Changes 2n-dnv 2t2c pdr
6163 - type: "table"
6164   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6168   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6169   columns:
6170     - title: "2001"
6171       data-set: "dpdk-performance-changes-2n-dnv-ref"
6172     - title: "2005"
6173       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6174   comparisons:
6175     - title: "Diff"
6176       reference: 1
6177       compare: 2
6178   legend:
6179     - "Legend to Table"
6180     - "2001, 2005 - DPDK versions tested."
6181     - "Diff - difference between 2001 and 2005 DPDK version."
6182
6183 # DPDK Performance Changes 2n-dnv 1t1c ndr
6184 - type: "table"
6185   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6186   algorithm: "table_comparison"
6187   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6189   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6190   columns:
6191     - title: "2001"
6192       data-set: "dpdk-performance-changes-2n-dnv-ref"
6193     - title: "2005"
6194       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6195   comparisons:
6196     - title: "Diff"
6197       reference: 1
6198       compare: 2
6199   legend:
6200     - "Legend to Table"
6201     - "2001, 2005 - DPDK versions tested."
6202     - "Diff - difference between 2001 and 2005 DPDK version."
6203
6204 # DPDK Performance Changes 2n-dnv 2t2c ndr
6205 - type: "table"
6206   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6207   algorithm: "table_comparison"
6208   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6210   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6211   columns:
6212     - title: "2001"
6213       data-set: "dpdk-performance-changes-2n-dnv-ref"
6214     - title: "2005"
6215       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6216   comparisons:
6217     - title: "Diff"
6218       reference: 1
6219       compare: 2
6220   legend:
6221     - "Legend to Table"
6222     - "2001, 2005 - DPDK versions tested."
6223     - "Diff - difference between 2001 and 2005 DPDK version."
6224
6225 # DPDK Performance Changes 3n-dnv 1t1c pdr
6226 - type: "table"
6227   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6228   algorithm: "table_comparison"
6229   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6231   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6232   columns:
6233     - title: "2001"
6234       data-set: "dpdk-performance-changes-3n-dnv-ref"
6235     - title: "2005"
6236       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6237   comparisons:
6238     - title: "Diff"
6239       reference: 1
6240       compare: 2
6241   legend:
6242     - "Legend to Table"
6243     - "2001, 2005 - DPDK versions tested."
6244     - "Diff - difference between 2001 and 2005 DPDK version."
6245
6246 # DPDK Performance Changes 3n-dnv 2t2c pdr
6247 - type: "table"
6248   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6249   algorithm: "table_comparison"
6250   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6252   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6253   columns:
6254     - title: "2001"
6255       data-set: "dpdk-performance-changes-3n-dnv-ref"
6256     - title: "2005"
6257       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6258   comparisons:
6259     - title: "Diff"
6260       reference: 1
6261       compare: 2
6262   legend:
6263     - "Legend to Table"
6264     - "2001, 2005 - DPDK versions tested."
6265     - "Diff - difference between 2001 and 2005 DPDK version."
6266
6267 # DPDK Performance Changes 3n-dnv 1t1c ndr
6268 - type: "table"
6269   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6270   algorithm: "table_comparison"
6271   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6273   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6274   columns:
6275     - title: "2001"
6276       data-set: "dpdk-performance-changes-3n-dnv-ref"
6277     - title: "2005"
6278       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6279   comparisons:
6280     - title: "Diff"
6281       reference: 1
6282       compare: 2
6283   legend:
6284     - "Legend to Table"
6285     - "2001, 2005 - DPDK versions tested."
6286     - "Diff - difference between 2001 and 2005 DPDK version."
6287
6288 # DPDK Performance Changes 3n-dnv 2t2c ndr
6289 - type: "table"
6290   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6291   algorithm: "table_comparison"
6292   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6293   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6294   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6295   columns:
6296     - title: "2001"
6297       data-set: "dpdk-performance-changes-3n-dnv-ref"
6298     - title: "2005"
6299       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6300   comparisons:
6301     - title: "Diff"
6302       reference: 1
6303       compare: 2
6304   legend:
6305     - "Legend to Table"
6306     - "2001, 2005 - DPDK versions tested."
6307     - "Diff - difference between 2001 and 2005 DPDK version."
6308
6309 # DPDK Performance Changes 3n-tsh 1t1c pdr
6310 - type: "table"
6311   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6312   algorithm: "table_comparison"
6313   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6315   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6316   columns:
6317     - title: "2001"
6318       data-set: "dpdk-performance-changes-3n-tsh-ref"
6319     - title: "2005"
6320       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6321   comparisons:
6322     - title: "Diff"
6323       reference: 1
6324       compare: 2
6325   legend:
6326     - "Legend to Table"
6327     - "2001, 2005 - DPDK versions tested."
6328     - "Diff - difference between 2001 and 2005 DPDK version."
6329
6330 # DPDK Performance Changes 3n-tsh 2t2c pdr
6331 - type: "table"
6332   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6333   algorithm: "table_comparison"
6334   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6336   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6337   columns:
6338     - title: "2001"
6339       data-set: "dpdk-performance-changes-3n-tsh-ref"
6340     - title: "2005"
6341       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6342   comparisons:
6343     - title: "Diff"
6344       reference: 1
6345       compare: 2
6346   legend:
6347     - "Legend to Table"
6348     - "2001, 2005 - DPDK versions tested."
6349     - "Diff - difference between 2001 and 2005 DPDK version."
6350
6351 # DPDK Performance Changes 3n-tsh 1t1c ndr
6352 - type: "table"
6353   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6354   algorithm: "table_comparison"
6355   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6357   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6358   columns:
6359     - title: "2001"
6360       data-set: "dpdk-performance-changes-3n-tsh-ref"
6361     - title: "2005"
6362       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6363   comparisons:
6364     - title: "Diff"
6365       reference: 1
6366       compare: 2
6367   legend:
6368     - "Legend to Table"
6369     - "2001, 2005 - DPDK versions tested."
6370     - "Diff - difference between 2001 and 2005 DPDK version."
6371
6372 # DPDK Performance Changes 3n-tsh 2t2c ndr
6373 - type: "table"
6374   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6375   algorithm: "table_comparison"
6376   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6378   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6379   columns:
6380     - title: "2001"
6381       data-set: "dpdk-performance-changes-3n-tsh-ref"
6382     - title: "2005"
6383       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6384   comparisons:
6385     - title: "Diff"
6386       reference: 1
6387       compare: 2
6388   legend:
6389     - "Legend to Table"
6390     - "2001, 2005 - DPDK versions tested."
6391     - "Diff - difference between 2001 and 2005 DPDK version."
6392
6393 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6394 - type: "table"
6395   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6396   algorithm: "table_comparison"
6397   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6399   filter: "'NIC_Intel-X710'"
6400   columns:
6401     - title: "3n-hsw x710"
6402       data-set: "dpdk-compare-testbeds-ref"
6403     - title: "3n-skx x710"
6404       data-set: "dpdk-compare-testbeds-cmp"
6405   comparisons:
6406     - title: "Diff"
6407       reference: 1
6408       compare: 2
6409   legend:
6410     - "Legend to Table"
6411     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6412     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6413
6414 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6415 - type: "table"
6416   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6417   algorithm: "table_comparison"
6418   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6420   filter: "'NIC_Intel-X710'"
6421   columns:
6422     - title: "3n-hsw x710"
6423       data-set: "dpdk-compare-testbeds-ref"
6424     - title: "3n-skx x710"
6425       data-set: "dpdk-compare-testbeds-cmp"
6426   comparisons:
6427     - title: "Diff"
6428       reference: 1
6429       compare: 2
6430   legend:
6431     - "Legend to Table"
6432     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6433     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6434
6435 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6436 - type: "table"
6437   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6438   algorithm: "table_comparison"
6439   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6441   filter: "'NIC_Intel-XXV710'"
6442   columns:
6443     - title: "2n-skx"
6444       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6445     - title: "2n-clx"
6446       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6447   comparisons:
6448     - title: "Diff"
6449       reference: 1
6450       compare: 2
6451   legend:
6452     - "Legend to Table"
6453     - "2n-skx, 2n-clx - testbeds and NICs tested."
6454     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6455
6456 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6457 - type: "table"
6458   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6459   algorithm: "table_comparison"
6460   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6462   filter: "'NIC_Intel-XXV710'"
6463   columns:
6464     - title: "2n-skx"
6465       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6466     - title: "2n-clx"
6467       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6468   comparisons:
6469     - title: "Diff"
6470       reference: 1
6471       compare: 2
6472   legend:
6473     - "Legend to Table"
6474     - "2n-skx, 2n-clx - testbeds and NICs tested."
6475     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6476
6477 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6478 - type: "table"
6479   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6480   algorithm: "table_comparison"
6481   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6483   filter: "'NIC_Intel-XXV710'"
6484   columns:
6485     - title: "3n-skx"
6486       data-set: "dpdk-compare-topologies-ref"
6487     - title: "2n-skx"
6488       data-set: "dpdk-compare-topologies-cmp"
6489   comparisons:
6490     - title: "Diff"
6491       reference: 1
6492       compare: 2
6493   legend:
6494     - "Legend to Table"
6495     - "3n-skx, 2n-skx - topologies tested."
6496     - "Diff - difference between 3n-skx and 2n-skx topologies."
6497
6498 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6499 - type: "table"
6500   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6501   algorithm: "table_comparison"
6502   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6504   filter: "'NIC_Intel-XXV710'"
6505   columns:
6506     - title: "3n-skx"
6507       data-set: "dpdk-compare-topologies-ref"
6508     - title: "2n-skx"
6509       data-set: "dpdk-compare-topologies-cmp"
6510   comparisons:
6511     - title: "Diff"
6512       reference: 1
6513       compare: 2
6514   legend:
6515     - "Legend to Table"
6516     - "3n-skx, 2n-skx - topologies tested."
6517     - "Diff - difference between 3n-skx and 2n-skx topologies."
6518
6519 # Detailed Test Results - DPDK Performance Results 3n-hsw
6520 - type: "table"
6521   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6522   algorithm: "table_merged_details"
6523   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6524   columns:
6525     - title: " |prein| Test Name |preout| "
6526       data: "data name"
6527     - 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| "
6528       data: "data msg"
6529   data: "dpdk-perf-results-3n-hsw"
6530   filter: "all"
6531   parameters:
6532   - "name"
6533   - "parent"
6534   - "msg"
6535
6536 # Detailed Test Results - DPDK Performance Results 3n-skx
6537 - type: "table"
6538   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6539   algorithm: "table_merged_details"
6540   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6541   columns:
6542     - title: " |prein| Test Name |preout| "
6543       data: "data name"
6544     - 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| "
6545       data: "data msg"
6546   data: "dpdk-perf-results-3n-skx"
6547   filter: "all"
6548   remove-ndr: False
6549   parameters:
6550   - "name"
6551   - "parent"
6552   - "msg"
6553
6554 # Detailed Test Results - DPDK Performance Results 2n-skx
6555 - type: "table"
6556   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6557   algorithm: "table_merged_details"
6558   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6559   columns:
6560     - title: " |prein| Test Name |preout| "
6561       data: "data name"
6562     - 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| "
6563       data: "data msg"
6564   data: "dpdk-perf-results-2n-skx"
6565   filter: "all"
6566   remove-ndr: False
6567   parameters:
6568   - "name"
6569   - "parent"
6570   - "msg"
6571
6572 # Detailed Test Results - DPDK Performance Results 2n-clx
6573 - type: "table"
6574   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6575   algorithm: "table_merged_details"
6576   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6577   columns:
6578     - title: " |prein| Test Name |preout| "
6579       data: "data name"
6580     - 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| "
6581       data: "data msg"
6582   data: "dpdk-perf-results-2n-clx"
6583   filter: "all"
6584   parameters:
6585   - "name"
6586   - "parent"
6587   - "msg"
6588
6589 # Detailed Test Results - DPDK Performance Results 2n-dnv
6590 - type: "table"
6591   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6592   algorithm: "table_merged_details"
6593   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6594   columns:
6595     - title: " |prein| Test Name |preout| "
6596       data: "data name"
6597     - 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| "
6598       data: "data msg"
6599   data: "dpdk-perf-results-2n-dnv"
6600   filter: "all"
6601   parameters:
6602   - "name"
6603   - "parent"
6604   - "msg"
6605
6606 # Detailed Test Results - DPDK Performance Results 3n-dnv
6607 - type: "table"
6608   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6609   algorithm: "table_merged_details"
6610   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6611   columns:
6612     - title: " |prein| Test Name |preout| "
6613       data: "data name"
6614     - 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| "
6615       data: "data msg"
6616   data: "dpdk-perf-results-3n-dnv"
6617   filter: "all"
6618   parameters:
6619   - "name"
6620   - "parent"
6621   - "msg"
6622
6623 # Detailed Test Results - DPDK Performance Results 3n-tsh
6624 - type: "table"
6625   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6626   algorithm: "table_merged_details"
6627   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6628   columns:
6629     - title: " |prein| Test Name |preout| "
6630       data: "data name"
6631     - 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| "
6632       data: "data msg"
6633   data: "dpdk-perf-results-3n-tsh"
6634   filter: "all"
6635   parameters:
6636   - "name"
6637   - "parent"
6638   - "msg"
6639
6640 ################################################################################
6641 ###                                F I L E S                                 ###
6642 ################################################################################
6643
6644 # VPP Performance Results
6645 - type: "file"
6646   title: "VPP Performance Results"
6647   algorithm: "file_details_split"
6648   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6649   dir-tables:
6650     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6651     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6652     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6653     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6654     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6655     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6656     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6657   data:
6658     - "vpp-perf-results-2n-skx"
6659     - "vpp-perf-results-3n-skx"
6660     - "vpp-perf-results-2n-clx"
6661     - "vpp-perf-results-3n-hsw"
6662     - "vpp-perf-results-3n-tsh"
6663     - "vpp-perf-results-2n-dnv"
6664     - "vpp-perf-results-3n-dnv"
6665   filter: "all"
6666   data-start-level: 4
6667   order-chapters:
6668     level-1:
6669       - "l2"
6670       - "ip4"
6671       - "ip6"
6672       - "srv6"
6673       - "ip4_tunnels"
6674       - "ip6_tunnels"
6675       - "vm_vhost"
6676       - "container_memif"
6677       - "crypto"
6678       - "vts"
6679       - "lb"
6680       - "nfv_density"
6681       - "hoststack"
6682     level-2:
6683       - "2n-skx"
6684       - "3n-skx"
6685       - "2n-clx"
6686       - "3n-hsw"
6687       - "3n-tsh"
6688       - "2n-dnv"
6689       - "3n-dnv"
6690     level-3:
6691       - "xl710"
6692       - "x520"
6693       - "xxv710"
6694       - "x710"
6695       - "x553"
6696       - "cx556a"
6697       - "vic1227"
6698       - "vic1385"
6699
6700 # VPP Performance Configuration
6701 - type: "file"
6702   title: "VPP Performance Configuration"
6703   algorithm: "file_details_split"
6704   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6705   dir-tables:
6706     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6707     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6708     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6709     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6710     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6711     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6712     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6713   data:
6714     - "vpp-perf-results-2n-skx"
6715     - "vpp-perf-results-3n-skx"
6716     - "vpp-perf-results-2n-clx"
6717     - "vpp-perf-results-3n-hsw"
6718     - "vpp-perf-results-3n-tsh"
6719     - "vpp-perf-results-2n-dnv"
6720     - "vpp-perf-results-3n-dnv"
6721   filter: "all"
6722   data-start-level: 4
6723   order-chapters:
6724     level-1:
6725       - "l2"
6726       - "ip4"
6727       - "ip6"
6728       - "srv6"
6729       - "ip4_tunnels"
6730       - "ip6_tunnels"
6731       - "vm_vhost"
6732       - "container_memif"
6733       - "crypto"
6734       - "vts"
6735       - "lb"
6736       - "nfv_density"
6737       - "hoststack"
6738     level-2:
6739       - "2n-skx"
6740       - "3n-skx"
6741       - "2n-clx"
6742       - "3n-hsw"
6743       - "3n-tsh"
6744       - "2n-dnv"
6745       - "3n-dnv"
6746     level-3:
6747       - "xl710"
6748       - "x520"
6749       - "xxv710"
6750       - "x710"
6751       - "x553"
6752       - "cx556a"
6753       - "vic1227"
6754       - "vic1385"
6755
6756 # VPP Performance Operational
6757 - type: "file"
6758   title: "VPP Performance Operational"
6759   algorithm: "file_details_split_html"
6760   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6761   dir-tables:
6762     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6763     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6764     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6765     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6766     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6767     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6768     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6769   data:
6770     - "vpp-perf-results-2n-skx"
6771     - "vpp-perf-results-3n-skx"
6772     - "vpp-perf-results-2n-clx"
6773     - "vpp-perf-results-3n-hsw"
6774     - "vpp-perf-results-3n-tsh"
6775     - "vpp-perf-results-2n-dnv"
6776     - "vpp-perf-results-3n-dnv"
6777   filter: "all"
6778   data-start-level: 4
6779   order-chapters:
6780     level-1:
6781       - "l2"
6782       - "ip4"
6783       - "ip6"
6784       - "srv6"
6785       - "ip4_tunnels"
6786       - "ip6_tunnels"
6787       - "vm_vhost"
6788       - "container_memif"
6789       - "crypto"
6790       - "vts"
6791       - "lb"
6792       - "nfv_density"
6793       - "hoststack"
6794     level-2:
6795       - "2n-skx"
6796       - "3n-skx"
6797       - "2n-clx"
6798       - "3n-hsw"
6799       - "3n-tsh"
6800       - "2n-dnv"
6801       - "3n-dnv"
6802     level-3:
6803       - "xl710"
6804       - "x520"
6805       - "xxv710"
6806       - "x710"
6807       - "x553"
6808       - "cx556a"
6809       - "vic1227"
6810       - "vic1385"
6811
6812 # VPP MRR Results
6813 - type: "file"
6814   title: "VPP MRR Results"
6815   algorithm: "file_details_split"
6816   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6817   dir-tables:
6818     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6819     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6820     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6821     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6822     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6823     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6824     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6825   data:
6826     - "vpp-mrr-results-2n-skx"
6827     - "vpp-mrr-results-3n-skx"
6828     - "vpp-mrr-results-2n-clx"
6829     - "vpp-mrr-results-3n-hsw"
6830     - "vpp-mrr-results-3n-tsh"
6831     - "vpp-mrr-results-2n-dnv"
6832     - "vpp-mrr-results-3n-dnv"
6833   filter: "all"
6834   data-start-level: 4
6835   order-chapters:
6836     level-1:
6837       - "l2"
6838       - "ip4"
6839       - "ip6"
6840       - "srv6"
6841       - "ip4_tunnels"
6842       - "ip6_tunnels"
6843       - "vm_vhost"
6844       - "container_memif"
6845       - "crypto"
6846       - "vts"
6847       - "lb"
6848       - "nfv_density"
6849       - "hoststack"
6850     level-2:
6851       - "2n-skx"
6852       - "3n-skx"
6853       - "2n-clx"
6854       - "3n-hsw"
6855       - "3n-tsh"
6856       - "2n-dnv"
6857       - "3n-dnv"
6858     level-3:
6859       - "xl710"
6860       - "x520"
6861       - "xxv710"
6862       - "x710"
6863       - "x553"
6864       - "cx556a"
6865       - "vic1227"
6866       - "vic1385"
6867
6868 # VPP MRR Configuration
6869 - type: "file"
6870   title: "VPP MRR Configuration"
6871   algorithm: "file_details_split"
6872   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6873   dir-tables:
6874     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6875     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6876     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6877     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6878     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6879     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6880     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6881   data:
6882     - "vpp-mrr-results-2n-skx"
6883     - "vpp-mrr-results-3n-skx"
6884     - "vpp-mrr-results-2n-clx"
6885     - "vpp-mrr-results-3n-hsw"
6886     - "vpp-mrr-results-3n-tsh"
6887     - "vpp-mrr-results-2n-dnv"
6888     - "vpp-mrr-results-3n-dnv"
6889   filter: "all"
6890   data-start-level: 4
6891   order-chapters:
6892     level-1:
6893       - "l2"
6894       - "ip4"
6895       - "ip6"
6896       - "srv6"
6897       - "ip4_tunnels"
6898       - "ip6_tunnels"
6899       - "vm_vhost"
6900       - "container_memif"
6901       - "crypto"
6902       - "vts"
6903       - "lb"
6904       - "nfv_density"
6905       - "hoststack"
6906     level-2:
6907       - "2n-skx"
6908       - "3n-skx"
6909       - "2n-clx"
6910       - "3n-hsw"
6911       - "3n-tsh"
6912       - "2n-dnv"
6913       - "3n-dnv"
6914     level-3:
6915       - "xl710"
6916       - "x520"
6917       - "xxv710"
6918       - "x710"
6919       - "x553"
6920       - "cx556a"
6921       - "vic1227"
6922       - "vic1385"
6923
6924 # VPP Device Results - Ubuntu
6925 - type: "file"
6926   title: "VPP Device Results - Ubuntu"
6927   algorithm: "file_test_results"
6928   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6929   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6930   data: "vpp-device-results-ubuntu"
6931   filter: "all"
6932   data-start-level: 4
6933
6934 # VPP Device Configuration - Ubuntu
6935 - type: "file"
6936   title: "VPP Device Configuration - Ubuntu"
6937   algorithm: "file_test_results"
6938   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6939   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6940   data: "vpp-device-results-ubuntu"
6941   filter: "all"
6942   data-start-level: 4
6943
6944 # DPDK Performance Results 3n-hsw
6945 - type: "file"
6946   title: "DPDK Performance Results 3n-hsw"
6947   algorithm: "file_test_results"
6948   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6949   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6950   data: "dpdk-perf-results-3n-hsw"
6951   filter: "all"
6952   data-start-level: 4
6953
6954 # DPDK Performance Results 3n-skx
6955 - type: "file"
6956   title: "DPDK Performance Results 3n-skx"
6957   algorithm: "file_test_results"
6958   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6959   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6960   data: "dpdk-perf-results-3n-skx"
6961   filter: "all"
6962   data-start-level: 4
6963
6964 # DPDK Performance Results 2n-skx
6965 - type: "file"
6966   title: "DPDK Performance Results 2n-skx"
6967   algorithm: "file_test_results"
6968   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6969   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6970   data: "dpdk-perf-results-2n-skx"
6971   filter: "all"
6972   data-start-level: 4
6973
6974 # DPDK Performance Results 2n-clx
6975 - type: "file"
6976   title: "DPDK Performance Results 2n-clx"
6977   algorithm: "file_test_results"
6978   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6979   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6980   data: "dpdk-perf-results-2n-clx"
6981   filter: "all"
6982   data-start-level: 4
6983
6984 # DPDK Performance Results 2n-dnv
6985 - type: "file"
6986   title: "DPDK Performance Results 2n-dnv"
6987   algorithm: "file_test_results"
6988   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6989   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6990   data: "dpdk-perf-results-2n-dnv"
6991   filter: "all"
6992   data-start-level: 4
6993
6994 # DPDK Performance Results 3n-dnv
6995 - type: "file"
6996   title: "DPDK Performance Results 3n-dnv"
6997   algorithm: "file_test_results"
6998   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6999   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7000   data: "dpdk-perf-results-3n-dnv"
7001   filter: "all"
7002   data-start-level: 4
7003
7004 # DPDK Performance Results 3n-tsh
7005 - type: "file"
7006   title: "DPDK Performance Results 3n-tsh"
7007   algorithm: "file_test_results"
7008   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7009   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7010   data: "dpdk-perf-results-3n-tsh"
7011   filter: "all"
7012   data-start-level: 4
7013
7014 ################################################################################
7015 ###                                P L O T S                                 ###
7016 ################################################################################
7017
7018 # Hoststack tests 3n-hsw
7019
7020 - type: "plot"
7021   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7022   algorithm: "plot_perf_box_name"
7023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7024   data: "plot-vpp-hoststack-3n-hsw"
7025   include:
7026     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7027     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7028   layout:
7029     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7030     layout: "plot-hoststack"
7031
7032 - type: "plot"
7033   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7034   algorithm: "plot_perf_box_name"
7035   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7036   data: "plot-vpp-hoststack-3n-hsw"
7037   include:
7038     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7039     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7040   layout:
7041     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7042     layout: "plot-hoststack"
7043
7044 - type: "plot"
7045   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7046   algorithm: "plot_perf_box_name"
7047   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7048   data: "plot-vpp-hoststack-3n-hsw"
7049   include:
7050     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7051     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7052     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7053     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7054   layout:
7055     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7056     layout: "plot-hoststack"
7057
7058 ## Plots VPP HTTP Server Performance
7059 #- type: "plot"
7060 #  title: "VPP HTTP Server Performance"
7061 #  algorithm: "plot_http_server_perf_box"
7062 #  output-file-type: ".html"
7063 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7064 #  data:
7065 #    "plot-vpp-http-server-performance"
7066 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7067 #  parameters:
7068 #  - "result"
7069 #  - "name"
7070 #  traces:
7071 #    hoverinfo: "y+name"
7072 #    boxpoints: "outliers"
7073 #    whiskerwidth: 0
7074 #  layout:
7075 #    title: "VPP HTTP Server Performance"
7076 #    layout:
7077 #      "plot-cps"
7078 #
7079 #- type: "plot"
7080 #  title: "VPP HTTP Server Performance"
7081 #  algorithm: "plot_http_server_perf_box"
7082 #  output-file-type: ".html"
7083 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7084 #  data:
7085 #    "plot-vpp-http-server-performance"
7086 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7087 #  parameters:
7088 #  - "result"
7089 #  - "name"
7090 #  traces:
7091 #    hoverinfo: "y+name"
7092 #    boxpoints: "outliers"
7093 #    whiskerwidth: 0
7094 #  layout:
7095 #    title: "VPP HTTP Server Performance"
7096 #    layout:
7097 #      "plot-rps"
7098
7099 ################################################################################
7100
7101 # Soak Test (PLRsearch), boxes - 2n-clx
7102 - type: "plot"
7103   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7104   algorithm: "plot_perf_box_name"
7105   output-file-type: ".html"
7106   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7107   data: "plot-vpp-soak-2n-clx"
7108   include:
7109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7115   layout:
7116     title: "30 Minutes Soak Test (PLRsearch)"
7117     layout: "plot-soak-throughput"
7118
7119 # Soak Test (PLRsearch), boxes - 2n-clx
7120 - type: "plot"
7121   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7122   algorithm: "plot_perf_box_name"
7123   output-file-type: ".html"
7124   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7125   data: "plot-vpp-soak-2n-clx"
7126   include:
7127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7132     - "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"
7133   layout:
7134     title: "30 Minutes Soak Test (PLRsearch)"
7135     layout: "plot-soak-throughput"
7136
7137 # Soak Test (PLRsearch), boxes - 2n-skx
7138 - type: "plot"
7139   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7140   algorithm: "plot_perf_box_name"
7141   output-file-type: ".html"
7142   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7143   data: "plot-vpp-soak-2n-skx"
7144   include:
7145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7151   layout:
7152     title: "30 Minutes Soak Test (PLRsearch)"
7153     layout: "plot-soak-throughput"
7154
7155 # Soak Test (PLRsearch), boxes - 2n-skx
7156 - type: "plot"
7157   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7158   algorithm: "plot_perf_box_name"
7159   output-file-type: ".html"
7160   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7161   data: "plot-vpp-soak-2n-skx"
7162   include:
7163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7168     - "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"
7169   layout:
7170     title: "30 Minutes Soak Test (PLRsearch)"
7171     layout: "plot-soak-throughput"
7172
7173 ###############################################################################
7174
7175 # Reconf tests 2n-skx
7176
7177 - type: "plot"
7178   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7179   algorithm: "plot_nf_reconf_box_name"
7180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7181   data: "plot-vpp-nfv-reconf-2n-skx"
7182   include:
7183     - "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"
7184     - "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"
7185     - "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"
7186     - "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"
7187     - "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"
7188     - "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"
7189   layout:
7190     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7191     layout: "plot-throughput"
7192
7193 - type: "plot"
7194   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7195   algorithm: "plot_nf_reconf_box_name"
7196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7197   data: "plot-vpp-nfv-reconf-2n-skx"
7198   include:
7199     - "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"
7200     - "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"
7201     - "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"
7202     - "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"
7203     - "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"
7204     - "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"
7205   layout:
7206     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7207     layout: "plot-throughput"
7208
7209 - type: "plot"
7210   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7211   algorithm: "plot_nf_reconf_box_name"
7212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7213   data: "plot-vpp-nfv-reconf-2n-skx"
7214   include:
7215     - "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"
7216     - "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"
7217     - "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"
7218     - "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"
7219     - "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"
7220     - "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"
7221   layout:
7222     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7223     layout: "plot-throughput"
7224
7225 ###############################################################################
7226
7227 # Reconf tests 2n-clx
7228
7229 - type: "plot"
7230   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7231   algorithm: "plot_nf_reconf_box_name"
7232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7233   data: "plot-vpp-nfv-reconf-2n-clx"
7234   include:
7235     - "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"
7236     - "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"
7237     - "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"
7238     - "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"
7239   layout:
7240     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7241     layout: "plot-throughput"
7242
7243 - type: "plot"
7244   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7245   algorithm: "plot_nf_reconf_box_name"
7246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7247   data: "plot-vpp-nfv-reconf-2n-clx"
7248   include:
7249     - "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"
7250     - "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"
7251     - "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"
7252     - "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"
7253   layout:
7254     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7255     layout: "plot-throughput"
7256
7257 - type: "plot"
7258   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7259   algorithm: "plot_nf_reconf_box_name"
7260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7261   data: "plot-vpp-nfv-reconf-2n-clx"
7262   include:
7263     - "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"
7264     - "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"
7265     - "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"
7266     - "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"
7267   layout:
7268     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7269     layout: "plot-throughput"
7270
7271 ################################################################################
7272 ## Plots - NF Density - VSC - MRR 64b
7273 #- type: "plot"
7274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7275 #  algorithm: "plot_nf_heatmap"
7276 #  output-file-type: ".html"
7277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7278 #  data: "plot-vpp-nfv-2n-skx-mrr"
7279 #  filter: "'NIC_Intel-XXV710' and
7280 #           'NF_DENSITY' and
7281 #           'VHOST' and
7282 #           not 'VXLAN' and
7283 #           'CHAIN' and
7284 #           'NF_VPPIP4' and
7285 #           '64B' and
7286 #           '2T1C' and
7287 #           'MRR'"
7288 #  parameters:
7289 #  - "result"
7290 #  - "name"
7291 #  - "tags"
7292 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7293 #  x-axis: "X = VNFs per Service Chain"
7294 #  y-axis: "Y = Number of Service Chains"
7295 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7296 #  layout:
7297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7298 #    layout: "plot-service-density"
7299 #
7300 #- type: "plot"
7301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7302 #  algorithm: "plot_nf_heatmap"
7303 #  output-file-type: ".html"
7304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7305 #  data: "plot-vpp-nfv-2n-skx-mrr"
7306 #  filter: "'NIC_Intel-XXV710' and
7307 #           'NF_DENSITY' and
7308 #           'VHOST' and
7309 #           not 'VXLAN' and
7310 #           'CHAIN' and
7311 #           'NF_VPPIP4' and
7312 #           '64B' and
7313 #           '4T2C' and
7314 #           'MRR'"
7315 #  parameters:
7316 #  - "result"
7317 #  - "name"
7318 #  - "tags"
7319 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7320 #  x-axis: "X = VNFs per Service Chain"
7321 #  y-axis: "Y = Number of Service Chains"
7322 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7323 #  layout:
7324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7325 #    layout: "plot-service-density"
7326 #
7327 #- type: "plot"
7328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7329 #  algorithm: "plot_nf_heatmap"
7330 #  output-file-type: ".html"
7331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7332 #  data: "plot-vpp-nfv-2n-skx-mrr"
7333 #  filter: "'NIC_Intel-XXV710' and
7334 #           'NF_DENSITY' and
7335 #           'VHOST' and
7336 #           not 'VXLAN' and
7337 #           'CHAIN' and
7338 #           'NF_VPPIP4' and
7339 #           '64B' and
7340 #           '8T4C' and
7341 #           'MRR'"
7342 #  parameters:
7343 #  - "result"
7344 #  - "name"
7345 #  - "tags"
7346 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7347 #  x-axis: "X = VNFs per Service Chain"
7348 #  y-axis: "Y = Number of Service Chains"
7349 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7350 #  layout:
7351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7352 #    layout: "plot-service-density"
7353 #
7354 ## Plots - NF Density - VSC - MRR IMIX
7355 #- type: "plot"
7356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7357 #  algorithm: "plot_nf_heatmap"
7358 #  output-file-type: ".html"
7359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7360 #  data: "plot-vpp-nfv-2n-skx-mrr"
7361 #  filter: "'NIC_Intel-XXV710' and
7362 #           'NF_DENSITY' and
7363 #           'VHOST' and
7364 #           not 'VXLAN' and
7365 #           'CHAIN' and
7366 #           'NF_VPPIP4' and
7367 #           'IMIX' and
7368 #           '2T1C' and
7369 #           'MRR'"
7370 #  parameters:
7371 #  - "result"
7372 #  - "name"
7373 #  - "tags"
7374 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7375 #  x-axis: "X = VNFs per Service Chain"
7376 #  y-axis: "Y = Number of Service Chains"
7377 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7378 #  layout:
7379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7380 #    layout: "plot-service-density"
7381 #
7382 #- type: "plot"
7383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7384 #  algorithm: "plot_nf_heatmap"
7385 #  output-file-type: ".html"
7386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7387 #  data: "plot-vpp-nfv-2n-skx-mrr"
7388 #  filter: "'NIC_Intel-XXV710' and
7389 #           'NF_DENSITY' and
7390 #           'VHOST' and
7391 #           not 'VXLAN' and
7392 #           'CHAIN' and
7393 #           'NF_VPPIP4' and
7394 #           'IMIX' and
7395 #           '4T2C' and
7396 #           'MRR'"
7397 #  parameters:
7398 #  - "result"
7399 #  - "name"
7400 #  - "tags"
7401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7402 #  x-axis: "X = VNFs per Service Chain"
7403 #  y-axis: "Y = Number of Service Chains"
7404 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7405 #  layout:
7406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7407 #    layout: "plot-service-density"
7408 #
7409 #- type: "plot"
7410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7411 #  algorithm: "plot_nf_heatmap"
7412 #  output-file-type: ".html"
7413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7414 #  data: "plot-vpp-nfv-2n-skx-mrr"
7415 #  filter: "'NIC_Intel-XXV710' and
7416 #           'NF_DENSITY' and
7417 #           'VHOST' and
7418 #           not 'VXLAN' and
7419 #           'CHAIN' and
7420 #           'NF_VPPIP4' and
7421 #           'IMIX' and
7422 #           '8T4C' and
7423 #           'MRR'"
7424 #  parameters:
7425 #  - "result"
7426 #  - "name"
7427 #  - "tags"
7428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7429 #  x-axis: "X = VNFs per Service Chain"
7430 #  y-axis: "Y = Number of Service Chains"
7431 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7432 #  layout:
7433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7434 #    layout: "plot-service-density"
7435 #
7436 ## Plots - NF Density - VSC - NDR 64b
7437 #- type: "plot"
7438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7439 #  algorithm: "plot_nf_heatmap"
7440 #  output-file-type: ".html"
7441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7442 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7443 #  filter: "'NIC_Intel-XXV710' and
7444 #           'NF_DENSITY' and
7445 #           'VHOST' and
7446 #           not 'VXLAN' and
7447 #           'CHAIN' and
7448 #           'NF_VPPIP4' and
7449 #           '64B' and
7450 #           '2T1C' and
7451 #           'NDRPDR'"
7452 #  parameters:
7453 #  - "throughput"
7454 #  - "name"
7455 #  - "tags"
7456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7457 #  x-axis: "X = VNFs per Service Chain"
7458 #  y-axis: "Y = Number of Service Chains"
7459 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7460 #  layout:
7461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7462 #    layout: "plot-service-density"
7463 #
7464 #- type: "plot"
7465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7466 #  algorithm: "plot_nf_heatmap"
7467 #  output-file-type: ".html"
7468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7469 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7470 #  filter: "'NIC_Intel-XXV710' and
7471 #           'NF_DENSITY' and
7472 #           'VHOST' and
7473 #           not 'VXLAN' and
7474 #           'CHAIN' and
7475 #           'NF_VPPIP4' and
7476 #           '64B' and
7477 #           '4T2C' and
7478 #           'NDRPDR'"
7479 #  parameters:
7480 #  - "throughput"
7481 #  - "name"
7482 #  - "tags"
7483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7484 #  x-axis: "X = VNFs per Service Chain"
7485 #  y-axis: "Y = Number of Service Chains"
7486 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7487 #  layout:
7488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7489 #    layout: "plot-service-density"
7490 #
7491 #- type: "plot"
7492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7493 #  algorithm: "plot_nf_heatmap"
7494 #  output-file-type: ".html"
7495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7496 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7497 #  filter: "'NIC_Intel-XXV710' and
7498 #           'NF_DENSITY' and
7499 #           'VHOST' and
7500 #           not 'VXLAN' and
7501 #           'CHAIN' and
7502 #           'NF_VPPIP4' and
7503 #           '64B' and
7504 #           '8T4C' and
7505 #           'NDRPDR'"
7506 #  parameters:
7507 #  - "throughput"
7508 #  - "name"
7509 #  - "tags"
7510 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7511 #  x-axis: "X = VNFs per Service Chain"
7512 #  y-axis: "Y = Number of Service Chains"
7513 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7514 #  layout:
7515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7516 #    layout: "plot-service-density"
7517 #
7518 ## Plots - NF Density - VSC - NDR IMIX
7519 #- type: "plot"
7520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7521 #  algorithm: "plot_nf_heatmap"
7522 #  output-file-type: ".html"
7523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7524 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7525 #  filter: "'NIC_Intel-XXV710' and
7526 #           'NF_DENSITY' and
7527 #           'VHOST' and
7528 #           not 'VXLAN' and
7529 #           'CHAIN' and
7530 #           'NF_VPPIP4' and
7531 #           'IMIX' and
7532 #           '2T1C' and
7533 #           'NDRPDR'"
7534 #  parameters:
7535 #  - "throughput"
7536 #  - "name"
7537 #  - "tags"
7538 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7539 #  x-axis: "X = VNFs per Service Chain"
7540 #  y-axis: "Y = Number of Service Chains"
7541 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7542 #  layout:
7543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7544 #    layout: "plot-service-density"
7545 #
7546 #- type: "plot"
7547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7548 #  algorithm: "plot_nf_heatmap"
7549 #  output-file-type: ".html"
7550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7551 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7552 #  filter: "'NIC_Intel-XXV710' and
7553 #           'NF_DENSITY' and
7554 #           'VHOST' and
7555 #           not 'VXLAN' and
7556 #           'CHAIN' and
7557 #           'NF_VPPIP4' and
7558 #           'IMIX' and
7559 #           '4T2C' and
7560 #           'NDRPDR'"
7561 #  parameters:
7562 #  - "throughput"
7563 #  - "name"
7564 #  - "tags"
7565 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7566 #  x-axis: "X = VNFs per Service Chain"
7567 #  y-axis: "Y = Number of Service Chains"
7568 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7569 #  layout:
7570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7571 #    layout: "plot-service-density"
7572 #
7573 #- type: "plot"
7574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7575 #  algorithm: "plot_nf_heatmap"
7576 #  output-file-type: ".html"
7577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7578 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7579 #  filter: "'NIC_Intel-XXV710' and
7580 #           'NF_DENSITY' and
7581 #           'VHOST' and
7582 #           not 'VXLAN' and
7583 #           'CHAIN' and
7584 #           'NF_VPPIP4' and
7585 #           'IMIX' and
7586 #           '8T4C' and
7587 #           'NDRPDR'"
7588 #  parameters:
7589 #  - "throughput"
7590 #  - "name"
7591 #  - "tags"
7592 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7593 #  x-axis: "X = VNFs per Service Chain"
7594 #  y-axis: "Y = Number of Service Chains"
7595 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7596 #  layout:
7597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7598 #    layout: "plot-service-density"
7599 #
7600 ## Plots - NF Density - VSC - PDR 64b
7601 #- type: "plot"
7602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7603 #  algorithm: "plot_nf_heatmap"
7604 #  output-file-type: ".html"
7605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7606 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7607 #  filter: "'NIC_Intel-XXV710' and
7608 #           'NF_DENSITY' and
7609 #           'VHOST' and
7610 #           not 'VXLAN' and
7611 #           'CHAIN' and
7612 #           'NF_VPPIP4' and
7613 #           '64B' and
7614 #           '2T1C' and
7615 #           'NDRPDR'"
7616 #  parameters:
7617 #  - "throughput"
7618 #  - "name"
7619 #  - "tags"
7620 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7621 #  x-axis: "X = VNFs per Service Chain"
7622 #  y-axis: "Y = Number of Service Chains"
7623 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7624 #  layout:
7625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7626 #    layout: "plot-service-density"
7627 #
7628 #- type: "plot"
7629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7630 #  algorithm: "plot_nf_heatmap"
7631 #  output-file-type: ".html"
7632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7633 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7634 #  filter: "'NIC_Intel-XXV710' and
7635 #           'NF_DENSITY' and
7636 #           'VHOST' and
7637 #           not 'VXLAN' and
7638 #           'CHAIN' and
7639 #           'NF_VPPIP4' and
7640 #           '64B' and
7641 #           '4T2C' and
7642 #           'NDRPDR'"
7643 #  parameters:
7644 #  - "throughput"
7645 #  - "name"
7646 #  - "tags"
7647 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7648 #  x-axis: "X = VNFs per Service Chain"
7649 #  y-axis: "Y = Number of Service Chains"
7650 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7651 #  layout:
7652 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7653 #    layout: "plot-service-density"
7654 #
7655 #- type: "plot"
7656 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7657 #  algorithm: "plot_nf_heatmap"
7658 #  output-file-type: ".html"
7659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7660 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7661 #  filter: "'NIC_Intel-XXV710' and
7662 #           'NF_DENSITY' and
7663 #           'VHOST' and
7664 #           not 'VXLAN' and
7665 #           'CHAIN' and
7666 #           'NF_VPPIP4' and
7667 #           '64B' and
7668 #           '8T4C' and
7669 #           'NDRPDR'"
7670 #  parameters:
7671 #  - "throughput"
7672 #  - "name"
7673 #  - "tags"
7674 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7675 #  x-axis: "X = VNFs per Service Chain"
7676 #  y-axis: "Y = Number of Service Chains"
7677 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7678 #  layout:
7679 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7680 #    layout: "plot-service-density"
7681 #
7682 ## Plots - NF Density - VSC - PDR IMIX
7683 #- type: "plot"
7684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7685 #  algorithm: "plot_nf_heatmap"
7686 #  output-file-type: ".html"
7687 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7688 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7689 #  filter: "'NIC_Intel-XXV710' and
7690 #           'NF_DENSITY' and
7691 #           'VHOST' and
7692 #           not 'VXLAN' and
7693 #           'CHAIN' and
7694 #           'NF_VPPIP4' and
7695 #           'IMIX' and
7696 #           '2T1C' and
7697 #           'NDRPDR'"
7698 #  parameters:
7699 #  - "throughput"
7700 #  - "name"
7701 #  - "tags"
7702 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7703 #  x-axis: "X = VNFs per Service Chain"
7704 #  y-axis: "Y = Number of Service Chains"
7705 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7706 #  layout:
7707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7708 #    layout: "plot-service-density"
7709 #
7710 #- type: "plot"
7711 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7712 #  algorithm: "plot_nf_heatmap"
7713 #  output-file-type: ".html"
7714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7715 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7716 #  filter: "'NIC_Intel-XXV710' and
7717 #           'NF_DENSITY' and
7718 #           'VHOST' and
7719 #           not 'VXLAN' and
7720 #           'CHAIN' and
7721 #           'NF_VPPIP4' and
7722 #           'IMIX' and
7723 #           '4T2C' and
7724 #           'NDRPDR'"
7725 #  parameters:
7726 #  - "throughput"
7727 #  - "name"
7728 #  - "tags"
7729 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7730 #  x-axis: "X = VNFs per Service Chain"
7731 #  y-axis: "Y = Number of Service Chains"
7732 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7733 #  layout:
7734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7735 #    layout: "plot-service-density"
7736 #
7737 #- type: "plot"
7738 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7739 #  algorithm: "plot_nf_heatmap"
7740 #  output-file-type: ".html"
7741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7742 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7743 #  filter: "'NIC_Intel-XXV710' and
7744 #           'NF_DENSITY' and
7745 #           'VHOST' and
7746 #           not 'VXLAN' and
7747 #           'CHAIN' and
7748 #           'NF_VPPIP4' and
7749 #           'IMIX' and
7750 #           '8T4C' and
7751 #           'NDRPDR'"
7752 #  parameters:
7753 #  - "throughput"
7754 #  - "name"
7755 #  - "tags"
7756 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7757 #  x-axis: "X = VNFs per Service Chain"
7758 #  y-axis: "Y = Number of Service Chains"
7759 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7760 #  layout:
7761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7762 #    layout: "plot-service-density"
7763 #
7764 ################################################################################
7765 ## Plots - NF Density - VSC - MRR 64b
7766 #- type: "plot"
7767 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7768 #  algorithm: "plot_nf_heatmap"
7769 #  output-file-type: ".html"
7770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7771 #  data: "plot-vpp-nfv-2n-skx-mrr"
7772 #  filter: "'NIC_Intel-XXV710' and
7773 #           'NF_DENSITY' and
7774 #           'VHOST' and
7775 #           'VXLAN' and
7776 #           'CHAIN' and
7777 #           '118' and
7778 #           '2T1C' and
7779 #           'MRR'"
7780 #  parameters:
7781 #  - "result"
7782 #  - "name"
7783 #  - "tags"
7784 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7785 #  x-axis: "X = VNFs per Service Chain"
7786 #  y-axis: "Y = Number of Service Chains"
7787 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7788 #  layout:
7789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7790 #    layout: "plot-service-density"
7791 #
7792 #- type: "plot"
7793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7794 #  algorithm: "plot_nf_heatmap"
7795 #  output-file-type: ".html"
7796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7797 #  data: "plot-vpp-nfv-2n-skx-mrr"
7798 #  filter: "'NIC_Intel-XXV710' and
7799 #           'NF_DENSITY' and
7800 #           'VHOST' and
7801 #           'VXLAN' and
7802 #           'CHAIN' and
7803 #           '118' and
7804 #           '4T2C' and
7805 #           'MRR'"
7806 #  parameters:
7807 #  - "result"
7808 #  - "name"
7809 #  - "tags"
7810 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7811 #  x-axis: "X = VNFs per Service Chain"
7812 #  y-axis: "Y = Number of Service Chains"
7813 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7814 #  layout:
7815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7816 #    layout: "plot-service-density"
7817 #
7818 #- type: "plot"
7819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7820 #  algorithm: "plot_nf_heatmap"
7821 #  output-file-type: ".html"
7822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7823 #  data: "plot-vpp-nfv-2n-skx-mrr"
7824 #  filter: "'NIC_Intel-XXV710' and
7825 #           'NF_DENSITY' and
7826 #           'VHOST' and
7827 #           'VXLAN' and
7828 #           'CHAIN' and
7829 #           '118' and
7830 #           '8T4C' and
7831 #           'MRR'"
7832 #  parameters:
7833 #  - "result"
7834 #  - "name"
7835 #  - "tags"
7836 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7837 #  x-axis: "X = VNFs per Service Chain"
7838 #  y-axis: "Y = Number of Service Chains"
7839 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7840 #  layout:
7841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7842 #    layout: "plot-service-density"
7843 #
7844 ## Plots - NF Density - VSC - MRR IMIX
7845 #- type: "plot"
7846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7847 #  algorithm: "plot_nf_heatmap"
7848 #  output-file-type: ".html"
7849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7850 #  data: "plot-vpp-nfv-2n-skx-mrr"
7851 #  filter: "'NIC_Intel-XXV710' and
7852 #           'NF_DENSITY' and
7853 #           'VHOST' and
7854 #           'VXLAN' and
7855 #           'CHAIN' and
7856 #           'IMIX' and
7857 #           '2T1C' and
7858 #           'MRR'"
7859 #  parameters:
7860 #  - "result"
7861 #  - "name"
7862 #  - "tags"
7863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7864 #  x-axis: "X = VNFs per Service Chain"
7865 #  y-axis: "Y = Number of Service Chains"
7866 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7867 #  layout:
7868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7869 #    layout: "plot-service-density"
7870 #
7871 #- type: "plot"
7872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7873 #  algorithm: "plot_nf_heatmap"
7874 #  output-file-type: ".html"
7875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7876 #  data: "plot-vpp-nfv-2n-skx-mrr"
7877 #  filter: "'NIC_Intel-XXV710' and
7878 #           'NF_DENSITY' and
7879 #           'VHOST' and
7880 #           'VXLAN' and
7881 #           'CHAIN' and
7882 #           'IMIX' and
7883 #           '4T2C' and
7884 #           'MRR'"
7885 #  parameters:
7886 #  - "result"
7887 #  - "name"
7888 #  - "tags"
7889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7890 #  x-axis: "X = VNFs per Service Chain"
7891 #  y-axis: "Y = Number of Service Chains"
7892 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7893 #  layout:
7894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7895 #    layout: "plot-service-density"
7896 #
7897 #- type: "plot"
7898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7899 #  algorithm: "plot_nf_heatmap"
7900 #  output-file-type: ".html"
7901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7902 #  data: "plot-vpp-nfv-2n-skx-mrr"
7903 #  filter: "'NIC_Intel-XXV710' and
7904 #           'NF_DENSITY' and
7905 #           'VHOST' and
7906 #           'VXLAN' and
7907 #           'CHAIN' and
7908 #           'IMIX' and
7909 #           '8T4C' and
7910 #           'MRR'"
7911 #  parameters:
7912 #  - "result"
7913 #  - "name"
7914 #  - "tags"
7915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7916 #  x-axis: "X = VNFs per Service Chain"
7917 #  y-axis: "Y = Number of Service Chains"
7918 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7919 #  layout:
7920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7921 #    layout: "plot-service-density"
7922 #
7923 ## Plots - NF Density - VSC - NDR 64b
7924 #- type: "plot"
7925 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7926 #  algorithm: "plot_nf_heatmap"
7927 #  output-file-type: ".html"
7928 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7929 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7930 #  filter: "'NIC_Intel-XXV710' and
7931 #           'NF_DENSITY' and
7932 #           'VHOST' and
7933 #           'VXLAN' and
7934 #           'CHAIN' and
7935 #           '118' and
7936 #           '2T1C' and
7937 #           'NDRPDR'"
7938 #  parameters:
7939 #  - "throughput"
7940 #  - "name"
7941 #  - "tags"
7942 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7943 #  x-axis: "X = VNFs per Service Chain"
7944 #  y-axis: "Y = Number of Service Chains"
7945 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7946 #  layout:
7947 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7948 #    layout: "plot-service-density"
7949 #
7950 #- type: "plot"
7951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7952 #  algorithm: "plot_nf_heatmap"
7953 #  output-file-type: ".html"
7954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7955 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7956 #  filter: "'NIC_Intel-XXV710' and
7957 #           'NF_DENSITY' and
7958 #           'VHOST' and
7959 #           'VXLAN' and
7960 #           'CHAIN' and
7961 #           '118' and
7962 #           '4T2C' and
7963 #           'NDRPDR'"
7964 #  parameters:
7965 #  - "throughput"
7966 #  - "name"
7967 #  - "tags"
7968 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7969 #  x-axis: "X = VNFs per Service Chain"
7970 #  y-axis: "Y = Number of Service Chains"
7971 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7972 #  layout:
7973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7974 #    layout: "plot-service-density"
7975 #
7976 #- type: "plot"
7977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7978 #  algorithm: "plot_nf_heatmap"
7979 #  output-file-type: ".html"
7980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7981 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7982 #  filter: "'NIC_Intel-XXV710' and
7983 #           'NF_DENSITY' and
7984 #           'VHOST' and
7985 #           'VXLAN' and
7986 #           'CHAIN' and
7987 #           '118' and
7988 #           '8T4C' and
7989 #           'NDRPDR'"
7990 #  parameters:
7991 #  - "throughput"
7992 #  - "name"
7993 #  - "tags"
7994 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7995 #  x-axis: "X = VNFs per Service Chain"
7996 #  y-axis: "Y = Number of Service Chains"
7997 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7998 #  layout:
7999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8000 #    layout: "plot-service-density"
8001 #
8002 ## Plots - NF Density - VSC - NDR IMIX
8003 #- type: "plot"
8004 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8005 #  algorithm: "plot_nf_heatmap"
8006 #  output-file-type: ".html"
8007 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8008 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8009 #  filter: "'NIC_Intel-XXV710' and
8010 #           'NF_DENSITY' and
8011 #           'VHOST' and
8012 #           'VXLAN' and
8013 #           'CHAIN' and
8014 #           'IMIX' and
8015 #           '2T1C' and
8016 #           'NDRPDR'"
8017 #  parameters:
8018 #  - "throughput"
8019 #  - "name"
8020 #  - "tags"
8021 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8022 #  x-axis: "X = VNFs per Service Chain"
8023 #  y-axis: "Y = Number of Service Chains"
8024 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8025 #  layout:
8026 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8027 #    layout: "plot-service-density"
8028 #
8029 #- type: "plot"
8030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8031 #  algorithm: "plot_nf_heatmap"
8032 #  output-file-type: ".html"
8033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8034 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8035 #  filter: "'NIC_Intel-XXV710' and
8036 #           'NF_DENSITY' and
8037 #           'VHOST' and
8038 #           'VXLAN' and
8039 #           'CHAIN' and
8040 #           'IMIX' and
8041 #           '4T2C' and
8042 #           'NDRPDR'"
8043 #  parameters:
8044 #  - "throughput"
8045 #  - "name"
8046 #  - "tags"
8047 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8048 #  x-axis: "X = VNFs per Service Chain"
8049 #  y-axis: "Y = Number of Service Chains"
8050 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8051 #  layout:
8052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8053 #    layout: "plot-service-density"
8054 #
8055 #- type: "plot"
8056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8057 #  algorithm: "plot_nf_heatmap"
8058 #  output-file-type: ".html"
8059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8060 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8061 #  filter: "'NIC_Intel-XXV710' and
8062 #           'NF_DENSITY' and
8063 #           'VHOST' and
8064 #           'VXLAN' and
8065 #           'CHAIN' and
8066 #           'IMIX' and
8067 #           '8T4C' and
8068 #           'NDRPDR'"
8069 #  parameters:
8070 #  - "throughput"
8071 #  - "name"
8072 #  - "tags"
8073 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8074 #  x-axis: "X = VNFs per Service Chain"
8075 #  y-axis: "Y = Number of Service Chains"
8076 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8077 #  layout:
8078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8079 #    layout: "plot-service-density"
8080 #
8081 ## Plots - NF Density - VSC - PDR 64b
8082 #- type: "plot"
8083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8084 #  algorithm: "plot_nf_heatmap"
8085 #  output-file-type: ".html"
8086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8087 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8088 #  filter: "'NIC_Intel-XXV710' and
8089 #           'NF_DENSITY' and
8090 #           'VHOST' and
8091 #           'VXLAN' and
8092 #           'CHAIN' and
8093 #           '118' and
8094 #           '2T1C' and
8095 #           'NDRPDR'"
8096 #  parameters:
8097 #  - "throughput"
8098 #  - "name"
8099 #  - "tags"
8100 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8101 #  x-axis: "X = VNFs per Service Chain"
8102 #  y-axis: "Y = Number of Service Chains"
8103 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8104 #  layout:
8105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8106 #    layout: "plot-service-density"
8107 #
8108 #- type: "plot"
8109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8110 #  algorithm: "plot_nf_heatmap"
8111 #  output-file-type: ".html"
8112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8113 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8114 #  filter: "'NIC_Intel-XXV710' and
8115 #           'NF_DENSITY' and
8116 #           'VHOST' and
8117 #           'VXLAN' and
8118 #           'CHAIN' and
8119 #           '118' and
8120 #           '4T2C' and
8121 #           'NDRPDR'"
8122 #  parameters:
8123 #  - "throughput"
8124 #  - "name"
8125 #  - "tags"
8126 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8127 #  x-axis: "X = VNFs per Service Chain"
8128 #  y-axis: "Y = Number of Service Chains"
8129 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8130 #  layout:
8131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8132 #    layout: "plot-service-density"
8133 #
8134 #- type: "plot"
8135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8136 #  algorithm: "plot_nf_heatmap"
8137 #  output-file-type: ".html"
8138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8139 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8140 #  filter: "'NIC_Intel-XXV710' and
8141 #           'NF_DENSITY' and
8142 #           'VHOST' and
8143 #           'VXLAN' and
8144 #           'CHAIN' and
8145 #           '118' and
8146 #           '8T4C' and
8147 #           'NDRPDR'"
8148 #  parameters:
8149 #  - "throughput"
8150 #  - "name"
8151 #  - "tags"
8152 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8153 #  x-axis: "X = VNFs per Service Chain"
8154 #  y-axis: "Y = Number of Service Chains"
8155 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8156 #  layout:
8157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8158 #    layout: "plot-service-density"
8159 #
8160 ## Plots - NF Density - VSC - PDR IMIX
8161 #- type: "plot"
8162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8163 #  algorithm: "plot_nf_heatmap"
8164 #  output-file-type: ".html"
8165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8166 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8167 #  filter: "'NIC_Intel-XXV710' and
8168 #           'NF_DENSITY' and
8169 #           'VHOST' and
8170 #           'VXLAN' and
8171 #           'CHAIN' and
8172 #           'IMIX' and
8173 #           '2T1C' and
8174 #           'NDRPDR'"
8175 #  parameters:
8176 #  - "throughput"
8177 #  - "name"
8178 #  - "tags"
8179 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8180 #  x-axis: "X = VNFs per Service Chain"
8181 #  y-axis: "Y = Number of Service Chains"
8182 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8183 #  layout:
8184 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8185 #    layout: "plot-service-density"
8186 #
8187 #- type: "plot"
8188 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8189 #  algorithm: "plot_nf_heatmap"
8190 #  output-file-type: ".html"
8191 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8192 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8193 #  filter: "'NIC_Intel-XXV710' and
8194 #           'NF_DENSITY' and
8195 #           'VHOST' and
8196 #           'VXLAN' and
8197 #           'CHAIN' and
8198 #           'IMIX' and
8199 #           '4T2C' and
8200 #           'NDRPDR'"
8201 #  parameters:
8202 #  - "throughput"
8203 #  - "name"
8204 #  - "tags"
8205 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8206 #  x-axis: "X = VNFs per Service Chain"
8207 #  y-axis: "Y = Number of Service Chains"
8208 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8209 #  layout:
8210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8211 #    layout: "plot-service-density"
8212 #
8213 #- type: "plot"
8214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8215 #  algorithm: "plot_nf_heatmap"
8216 #  output-file-type: ".html"
8217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8218 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8219 #  filter: "'NIC_Intel-XXV710' and
8220 #           'NF_DENSITY' and
8221 #           'VHOST' and
8222 #           'VXLAN' and
8223 #           'CHAIN' and
8224 #           'IMIX' and
8225 #           '8T4C' and
8226 #           'NDRPDR'"
8227 #  parameters:
8228 #  - "throughput"
8229 #  - "name"
8230 #  - "tags"
8231 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8232 #  x-axis: "X = VNFs per Service Chain"
8233 #  y-axis: "Y = Number of Service Chains"
8234 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8235 #  layout:
8236 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8237 #    layout: "plot-service-density"
8238 #
8239 ################################################################################
8240 ## Plots - NF Density - CSC - MRR 64b
8241 #- type: "plot"
8242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8243 #  algorithm: "plot_nf_heatmap"
8244 #  output-file-type: ".html"
8245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8246 #  data: "plot-vpp-nfv-2n-skx-mrr"
8247 #  filter: "'NIC_Intel-XXV710' and
8248 #           'NF_DENSITY' and
8249 #           'DOCKER' and
8250 #           'CHAIN' and
8251 #           'NF_VPPIP4' and
8252 #           '64B' and
8253 #           '2T1C' and
8254 #           'MRR'"
8255 #  parameters:
8256 #  - "result"
8257 #  - "name"
8258 #  - "tags"
8259 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8260 #  x-axis: "X = CNFs per Service Chain"
8261 #  y-axis: "Y = Number of Service Chains"
8262 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8263 #  layout:
8264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8265 #    layout: "plot-service-density"
8266 #
8267 #- type: "plot"
8268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8269 #  algorithm: "plot_nf_heatmap"
8270 #  output-file-type: ".html"
8271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8272 #  data: "plot-vpp-nfv-2n-skx-mrr"
8273 #  filter: "'NIC_Intel-XXV710' and
8274 #           'NF_DENSITY' and
8275 #           'DOCKER' and
8276 #           'CHAIN' and
8277 #           'NF_VPPIP4' and
8278 #           '64B' and
8279 #           '4T2C' and
8280 #           'MRR'"
8281 #  parameters:
8282 #  - "result"
8283 #  - "name"
8284 #  - "tags"
8285 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8286 #  x-axis: "X = CNFs per Service Chain"
8287 #  y-axis: "Y = Number of Service Chains"
8288 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8289 #  layout:
8290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8291 #    layout: "plot-service-density"
8292 #
8293 #- type: "plot"
8294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8295 #  algorithm: "plot_nf_heatmap"
8296 #  output-file-type: ".html"
8297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8298 #  data: "plot-vpp-nfv-2n-skx-mrr"
8299 #  filter: "'NIC_Intel-XXV710' and
8300 #           'NF_DENSITY' and
8301 #           'DOCKER' and
8302 #           'CHAIN' and
8303 #           'NF_VPPIP4' and
8304 #           '64B' and
8305 #           '8T4C' and
8306 #           'MRR'"
8307 #  parameters:
8308 #  - "result"
8309 #  - "name"
8310 #  - "tags"
8311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8312 #  x-axis: "X = CNFs per Service Chain"
8313 #  y-axis: "Y = Number of Service Chains"
8314 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8315 #  layout:
8316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8317 #    layout: "plot-service-density"
8318 #
8319 ## Plots - NF Density - CSC - MRR IMIX
8320 #- type: "plot"
8321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8322 #  algorithm: "plot_nf_heatmap"
8323 #  output-file-type: ".html"
8324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8325 #  data: "plot-vpp-nfv-2n-skx-mrr"
8326 #  filter: "'NIC_Intel-XXV710' and
8327 #           'NF_DENSITY' and
8328 #           'DOCKER' and
8329 #           'CHAIN' and
8330 #           'NF_VPPIP4' and
8331 #           'IMIX' and
8332 #           '2T1C' and
8333 #           'MRR'"
8334 #  parameters:
8335 #  - "result"
8336 #  - "name"
8337 #  - "tags"
8338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8339 #  x-axis: "X = CNFs per Service Chain"
8340 #  y-axis: "Y = Number of Service Chains"
8341 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8342 #  layout:
8343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8344 #    layout: "plot-service-density"
8345 #
8346 #- type: "plot"
8347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8348 #  algorithm: "plot_nf_heatmap"
8349 #  output-file-type: ".html"
8350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8351 #  data: "plot-vpp-nfv-2n-skx-mrr"
8352 #  filter: "'NIC_Intel-XXV710' and
8353 #           'NF_DENSITY' and
8354 #           'DOCKER' and
8355 #           'CHAIN' and
8356 #           'NF_VPPIP4' and
8357 #           'IMIX' and
8358 #           '4T2C' and
8359 #           'MRR'"
8360 #  parameters:
8361 #  - "result"
8362 #  - "name"
8363 #  - "tags"
8364 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8365 #  x-axis: "X = CNFs per Service Chain"
8366 #  y-axis: "Y = Number of Service Chains"
8367 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8368 #  layout:
8369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8370 #    layout: "plot-service-density"
8371 #
8372 #- type: "plot"
8373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8374 #  algorithm: "plot_nf_heatmap"
8375 #  output-file-type: ".html"
8376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8377 #  data: "plot-vpp-nfv-2n-skx-mrr"
8378 #  filter: "'NIC_Intel-XXV710' and
8379 #           'NF_DENSITY' and
8380 #           'DOCKER' and
8381 #           'CHAIN' and
8382 #           'NF_VPPIP4' and
8383 #           'IMIX' and
8384 #           '8T4C' and
8385 #           'MRR'"
8386 #  parameters:
8387 #  - "result"
8388 #  - "name"
8389 #  - "tags"
8390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8391 #  x-axis: "X = CNFs per Service Chain"
8392 #  y-axis: "Y = Number of Service Chains"
8393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8394 #  layout:
8395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8396 #    layout: "plot-service-density"
8397 #
8398 ## Plots - NF Density - CSC - NDR 64b
8399 #- type: "plot"
8400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8401 #  algorithm: "plot_nf_heatmap"
8402 #  output-file-type: ".html"
8403 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8404 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8405 #  filter: "'NIC_Intel-XXV710' and
8406 #           'NF_DENSITY' and
8407 #           'DOCKER' and
8408 #           'CHAIN' and
8409 #           'NF_VPPIP4' and
8410 #           '64B' and
8411 #           '2T1C' and
8412 #           'NDRPDR'"
8413 #  parameters:
8414 #  - "throughput"
8415 #  - "name"
8416 #  - "tags"
8417 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8418 #  x-axis: "X = CNFs per Service Chain"
8419 #  y-axis: "Y = Number of Service Chains"
8420 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8421 #  layout:
8422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8423 #    layout: "plot-service-density"
8424 #
8425 #- type: "plot"
8426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8427 #  algorithm: "plot_nf_heatmap"
8428 #  output-file-type: ".html"
8429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8430 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8431 #  filter: "'NIC_Intel-XXV710' and
8432 #           'NF_DENSITY' and
8433 #           'DOCKER' and
8434 #           'CHAIN' and
8435 #           'NF_VPPIP4' and
8436 #           '64B' and
8437 #           '4T2C' and
8438 #           'NDRPDR'"
8439 #  parameters:
8440 #  - "throughput"
8441 #  - "name"
8442 #  - "tags"
8443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8444 #  x-axis: "X = CNFs per Service Chain"
8445 #  y-axis: "Y = Number of Service Chains"
8446 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8447 #  layout:
8448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8449 #    layout: "plot-service-density"
8450 #
8451 #- type: "plot"
8452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8453 #  algorithm: "plot_nf_heatmap"
8454 #  output-file-type: ".html"
8455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8456 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8457 #  filter: "'NIC_Intel-XXV710' and
8458 #           'NF_DENSITY' and
8459 #           'DOCKER' and
8460 #           'CHAIN' and
8461 #           'NF_VPPIP4' and
8462 #           '64B' and
8463 #           '8T4C' and
8464 #           'NDRPDR'"
8465 #  parameters:
8466 #  - "throughput"
8467 #  - "name"
8468 #  - "tags"
8469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8470 #  x-axis: "X = CNFs per Service Chain"
8471 #  y-axis: "Y = Number of Service Chains"
8472 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8473 #  layout:
8474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8475 #    layout: "plot-service-density"
8476 #
8477 ## Plots - NF Density - CSC - NDR IMIX
8478 #- type: "plot"
8479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8480 #  algorithm: "plot_nf_heatmap"
8481 #  output-file-type: ".html"
8482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8483 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8484 #  filter: "'NIC_Intel-XXV710' and
8485 #           'NF_DENSITY' and
8486 #           'DOCKER' and
8487 #           'CHAIN' and
8488 #           'NF_VPPIP4' and
8489 #           'IMIX' and
8490 #           '2T1C' and
8491 #           'NDRPDR'"
8492 #  parameters:
8493 #  - "throughput"
8494 #  - "name"
8495 #  - "tags"
8496 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8497 #  x-axis: "X = CNFs per Service Chain"
8498 #  y-axis: "Y = Number of Service Chains"
8499 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8500 #  layout:
8501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8502 #    layout: "plot-service-density"
8503 #
8504 #- type: "plot"
8505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8506 #  algorithm: "plot_nf_heatmap"
8507 #  output-file-type: ".html"
8508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8509 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8510 #  filter: "'NIC_Intel-XXV710' and
8511 #           'NF_DENSITY' and
8512 #           'DOCKER' and
8513 #           'CHAIN' and
8514 #           'NF_VPPIP4' and
8515 #           'IMIX' and
8516 #           '4T2C' and
8517 #           'NDRPDR'"
8518 #  parameters:
8519 #  - "throughput"
8520 #  - "name"
8521 #  - "tags"
8522 #  include-tests: "NDR" # "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 NDR) [Mpps]"
8526 #  layout:
8527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8528 #    layout: "plot-service-density"
8529 #
8530 #- type: "plot"
8531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8532 #  algorithm: "plot_nf_heatmap"
8533 #  output-file-type: ".html"
8534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8535 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8536 #  filter: "'NIC_Intel-XXV710' and
8537 #           'NF_DENSITY' and
8538 #           'DOCKER' and
8539 #           'CHAIN' and
8540 #           'NF_VPPIP4' and
8541 #           'IMIX' and
8542 #           '8T4C' and
8543 #           'NDRPDR'"
8544 #  parameters:
8545 #  - "throughput"
8546 #  - "name"
8547 #  - "tags"
8548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8549 #  x-axis: "X = CNFs per Service Chain"
8550 #  y-axis: "Y = Number of Service Chains"
8551 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8552 #  layout:
8553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8554 #    layout: "plot-service-density"
8555 #
8556 ## Plots - NF Density - CSC - PDR 64b
8557 #- type: "plot"
8558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8559 #  algorithm: "plot_nf_heatmap"
8560 #  output-file-type: ".html"
8561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8562 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8563 #  filter: "'NIC_Intel-XXV710' and
8564 #           'NF_DENSITY' and
8565 #           'DOCKER' and
8566 #           'CHAIN' and
8567 #           'NF_VPPIP4' and
8568 #           '64B' and
8569 #           '2T1C' and
8570 #           'NDRPDR'"
8571 #  parameters:
8572 #  - "throughput"
8573 #  - "name"
8574 #  - "tags"
8575 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8576 #  x-axis: "X = CNFs per Service Chain"
8577 #  y-axis: "Y = Number of Service Chains"
8578 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8579 #  layout:
8580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8581 #    layout: "plot-service-density"
8582 #
8583 #- type: "plot"
8584 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8585 #  algorithm: "plot_nf_heatmap"
8586 #  output-file-type: ".html"
8587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8588 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8589 #  filter: "'NIC_Intel-XXV710' and
8590 #           'NF_DENSITY' and
8591 #           'DOCKER' and
8592 #           'CHAIN' and
8593 #           'NF_VPPIP4' and
8594 #           '64B' and
8595 #           '4T2C' and
8596 #           'NDRPDR'"
8597 #  parameters:
8598 #  - "throughput"
8599 #  - "name"
8600 #  - "tags"
8601 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8602 #  x-axis: "X = CNFs per Service Chain"
8603 #  y-axis: "Y = Number of Service Chains"
8604 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8605 #  layout:
8606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8607 #    layout: "plot-service-density"
8608 #
8609 #- type: "plot"
8610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8611 #  algorithm: "plot_nf_heatmap"
8612 #  output-file-type: ".html"
8613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8615 #  filter: "'NIC_Intel-XXV710' and
8616 #           'NF_DENSITY' and
8617 #           'DOCKER' and
8618 #           'CHAIN' and
8619 #           'NF_VPPIP4' and
8620 #           '64B' and
8621 #           '8T4C' and
8622 #           'NDRPDR'"
8623 #  parameters:
8624 #  - "throughput"
8625 #  - "name"
8626 #  - "tags"
8627 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8628 #  x-axis: "X = CNFs per Service Chain"
8629 #  y-axis: "Y = Number of Service Chains"
8630 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8631 #  layout:
8632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8633 #    layout: "plot-service-density"
8634 #
8635 ## Plots - NF Density - CSC - PDR IMIX
8636 #- type: "plot"
8637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8638 #  algorithm: "plot_nf_heatmap"
8639 #  output-file-type: ".html"
8640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8641 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8642 #  filter: "'NIC_Intel-XXV710' and
8643 #           'NF_DENSITY' and
8644 #           'DOCKER' and
8645 #           'CHAIN' and
8646 #           'NF_VPPIP4' and
8647 #           'IMIX' and
8648 #           '2T1C' and
8649 #           'NDRPDR'"
8650 #  parameters:
8651 #  - "throughput"
8652 #  - "name"
8653 #  - "tags"
8654 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8655 #  x-axis: "X = CNFs per Service Chain"
8656 #  y-axis: "Y = Number of Service Chains"
8657 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8658 #  layout:
8659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8660 #    layout: "plot-service-density"
8661 #
8662 #- type: "plot"
8663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8664 #  algorithm: "plot_nf_heatmap"
8665 #  output-file-type: ".html"
8666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8668 #  filter: "'NIC_Intel-XXV710' and
8669 #           'NF_DENSITY' and
8670 #           'DOCKER' and
8671 #           'CHAIN' and
8672 #           'NF_VPPIP4' and
8673 #           'IMIX' and
8674 #           '4T2C' and
8675 #           'NDRPDR'"
8676 #  parameters:
8677 #  - "throughput"
8678 #  - "name"
8679 #  - "tags"
8680 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8681 #  x-axis: "X = CNFs per Service Chain"
8682 #  y-axis: "Y = Number of Service Chains"
8683 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8684 #  layout:
8685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8686 #    layout: "plot-service-density"
8687 #
8688 #- type: "plot"
8689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8690 #  algorithm: "plot_nf_heatmap"
8691 #  output-file-type: ".html"
8692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8694 #  filter: "'NIC_Intel-XXV710' and
8695 #           'NF_DENSITY' and
8696 #           'DOCKER' and
8697 #           'CHAIN' and
8698 #           'NF_VPPIP4' and
8699 #           'IMIX' and
8700 #           '8T4C' and
8701 #           'NDRPDR'"
8702 #  parameters:
8703 #  - "throughput"
8704 #  - "name"
8705 #  - "tags"
8706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8707 #  x-axis: "X = CNFs per Service Chain"
8708 #  y-axis: "Y = Number of Service Chains"
8709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8710 #  layout:
8711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8712 #    layout: "plot-service-density"
8713 #
8714 ################################################################################
8715 #
8716 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8717 #- type: "plot"
8718 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8719 #  algorithm: "plot_nf_heatmap"
8720 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8721 #  data: "plot-vpp-nfv-3n-skx-mrr"
8722 #  filter: "'NIC_Intel-XXV710' and
8723 #           'NF_DENSITY' and
8724 #           'DOCKER' and
8725 #           'CHAIN' and
8726 #           'NF_VPPIP4' and
8727 #           'IPSEC' and
8728 #           'TNL_4' and
8729 #           'IMIX' and
8730 #           '2T1C' and
8731 #           'MRR'"
8732 #  parameters:
8733 #  - "result"
8734 #  - "name"
8735 #  - "tags"
8736 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8737 #  x-axis: "X = CNFs per Service Chain"
8738 #  y-axis: "Y = Number of Service Chains"
8739 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8740 #  layout:
8741 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8742 #    layout: "plot-service-density"
8743 #
8744 #- type: "plot"
8745 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8746 #  algorithm: "plot_nf_heatmap"
8747 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8748 #  data: "plot-vpp-nfv-3n-skx-mrr"
8749 #  filter: "'NIC_Intel-XXV710' and
8750 #           'NF_DENSITY' and
8751 #           'DOCKER' and
8752 #           'CHAIN' and
8753 #           'NF_VPPIP4' and
8754 #           'IPSEC' and
8755 #           'TNL_4' and
8756 #           'IMIX' and
8757 #           '4T2C' and
8758 #           'MRR'"
8759 #  parameters:
8760 #  - "result"
8761 #  - "name"
8762 #  - "tags"
8763 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8764 #  x-axis: "X = CNFs per Service Chain"
8765 #  y-axis: "Y = Number of Service Chains"
8766 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8767 #  layout:
8768 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8769 #    layout: "plot-service-density"
8770 #
8771 #- type: "plot"
8772 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8773 #  algorithm: "plot_nf_heatmap"
8774 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8775 #  data: "plot-vpp-nfv-3n-skx-mrr"
8776 #  filter: "'NIC_Intel-XXV710' and
8777 #           'NF_DENSITY' and
8778 #           'DOCKER' and
8779 #           'CHAIN' and
8780 #           'NF_VPPIP4' and
8781 #           'IPSEC' and
8782 #           'TNL_4' and
8783 #           'IMIX' and
8784 #           '8T4C' and
8785 #           'MRR'"
8786 #  parameters:
8787 #  - "result"
8788 #  - "name"
8789 #  - "tags"
8790 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8791 #  x-axis: "X = CNFs per Service Chain"
8792 #  y-axis: "Y = Number of Service Chains"
8793 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8794 #  layout:
8795 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8796 #    layout: "plot-service-density"
8797
8798 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8799 - type: "plot"
8800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8801   algorithm: "plot_nf_heatmap"
8802   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8803   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8804   filter: "'NIC_Intel-XXV710' and
8805            'NF_DENSITY' and
8806            'DOCKER' and
8807            'CHAIN' and
8808            'NF_VPPIP4' and
8809            'IPSEC' and
8810            'TNL_4' and
8811            'IMIX' and
8812            '2T1C' and
8813            'NDRPDR'"
8814   parameters:
8815   - "throughput"
8816   - "name"
8817   - "tags"
8818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8819   x-axis: "X = CNFs per Service Chain"
8820   y-axis: "Y = Number of Service Chains"
8821   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8822   layout:
8823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8824     layout: "plot-service-density"
8825
8826 - type: "plot"
8827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8828   algorithm: "plot_nf_heatmap"
8829   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8830   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8831   filter: "'NIC_Intel-XXV710' and
8832            'NF_DENSITY' and
8833            'DOCKER' and
8834            'CHAIN' and
8835            'NF_VPPIP4' and
8836            'IPSEC' and
8837            'TNL_4' and
8838            'IMIX' and
8839            '4T2C' and
8840            'NDRPDR'"
8841   parameters:
8842   - "throughput"
8843   - "name"
8844   - "tags"
8845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8846   x-axis: "X = CNFs per Service Chain"
8847   y-axis: "Y = Number of Service Chains"
8848   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8849   layout:
8850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8851     layout: "plot-service-density"
8852
8853 - type: "plot"
8854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8855   algorithm: "plot_nf_heatmap"
8856   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8857   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8858   filter: "'NIC_Intel-XXV710' and
8859            'NF_DENSITY' and
8860            'DOCKER' and
8861            'CHAIN' and
8862            'NF_VPPIP4' and
8863            'IPSEC' and
8864            'TNL_4' and
8865            'IMIX' and
8866            '8T4C' and
8867            'NDRPDR'"
8868   parameters:
8869   - "throughput"
8870   - "name"
8871   - "tags"
8872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8873   x-axis: "X = CNFs per Service Chain"
8874   y-axis: "Y = Number of Service Chains"
8875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8876   layout:
8877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8878     layout: "plot-service-density"
8879
8880 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8881 - type: "plot"
8882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8883   algorithm: "plot_nf_heatmap"
8884   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8885   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8886   filter: "'NIC_Intel-XXV710' and
8887            'NF_DENSITY' and
8888            'DOCKER' and
8889            'CHAIN' and
8890            'NF_VPPIP4' and
8891            'IPSEC' and
8892            'TNL_4' and
8893            'IMIX' and
8894            '2T1C' and
8895            'NDRPDR'"
8896   parameters:
8897   - "throughput"
8898   - "name"
8899   - "tags"
8900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8901   x-axis: "X = CNFs per Service Chain"
8902   y-axis: "Y = Number of Service Chains"
8903   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8904   layout:
8905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8906     layout: "plot-service-density"
8907
8908 - type: "plot"
8909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8910   algorithm: "plot_nf_heatmap"
8911   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8912   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8913   filter: "'NIC_Intel-XXV710' and
8914            'NF_DENSITY' and
8915            'DOCKER' and
8916            'CHAIN' and
8917            'NF_VPPIP4' and
8918            'IPSEC' and
8919            'TNL_4' and
8920            'IMIX' and
8921            '4T2C' and
8922            'NDRPDR'"
8923   parameters:
8924   - "throughput"
8925   - "name"
8926   - "tags"
8927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8928   x-axis: "X = CNFs per Service Chain"
8929   y-axis: "Y = Number of Service Chains"
8930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8931   layout:
8932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8933     layout: "plot-service-density"
8934
8935 - type: "plot"
8936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8937   algorithm: "plot_nf_heatmap"
8938   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8939   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8940   filter: "'NIC_Intel-XXV710' and
8941            'NF_DENSITY' and
8942            'DOCKER' and
8943            'CHAIN' and
8944            'NF_VPPIP4' and
8945            'IPSEC' and
8946            'TNL_4' and
8947            'IMIX' and
8948            '8T4C' and
8949            'NDRPDR'"
8950   parameters:
8951   - "throughput"
8952   - "name"
8953   - "tags"
8954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8955   x-axis: "X = CNFs per Service Chain"
8956   y-axis: "Y = Number of Service Chains"
8957   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8958   layout:
8959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8960     layout: "plot-service-density"
8961
8962 ###############################################################################
8963
8964 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8965 - type: "plot"
8966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8967   algorithm: "plot_nf_heatmap"
8968   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8969   data: "plot-vpp-nfv-3n-hsw-mrr"
8970   filter: "'NIC_Intel-XL710' and
8971            'NF_DENSITY' and
8972            'DOCKER' and
8973            'CHAIN' and
8974            'NF_VPPIP4' and
8975            'IMIX' and
8976            'TNL_4' and
8977            '1T1C' and
8978            'MRR'"
8979   parameters:
8980   - "result"
8981   - "name"
8982   - "tags"
8983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8984   x-axis: "X = CNFs per Service Chain"
8985   y-axis: "Y = Number of Service Chains"
8986   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8987   layout:
8988     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8989     layout: "plot-service-density"
8990
8991 - type: "plot"
8992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8993   algorithm: "plot_nf_heatmap"
8994   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8995   data: "plot-vpp-nfv-3n-hsw-mrr"
8996   filter: "'NIC_Intel-XL710' and
8997            'NF_DENSITY' and
8998            'DOCKER' and
8999            'CHAIN' and
9000            'NF_VPPIP4' and
9001            'IPSEC' and
9002            'TNL_4' and
9003            'IMIX' and
9004            '2T2C' and
9005            'MRR'"
9006   parameters:
9007   - "result"
9008   - "name"
9009   - "tags"
9010   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9011   x-axis: "X = CNFs per Service Chain"
9012   y-axis: "Y = Number of Service Chains"
9013   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9014   layout:
9015     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9016     layout: "plot-service-density"
9017
9018 - type: "plot"
9019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9020   algorithm: "plot_nf_heatmap"
9021   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9022   data: "plot-vpp-nfv-3n-hsw-mrr"
9023   filter: "'NIC_Intel-XL710' and
9024            'NF_DENSITY' and
9025            'DOCKER' and
9026            'CHAIN' and
9027            'NF_VPPIP4' and
9028            'IPSEC' and
9029            'TNL_4' and
9030            'IMIX' and
9031            '4T4C' and
9032            'MRR'"
9033   parameters:
9034   - "result"
9035   - "name"
9036   - "tags"
9037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9038   x-axis: "X = CNFs per Service Chain"
9039   y-axis: "Y = Number of Service Chains"
9040   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9041   layout:
9042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9043     layout: "plot-service-density"
9044
9045 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9046 - type: "plot"
9047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9048   algorithm: "plot_nf_heatmap"
9049   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9050   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9051   filter: "'NIC_Intel-XL710' and
9052            'NF_DENSITY' and
9053            'DOCKER' and
9054            'CHAIN' and
9055            'NF_VPPIP4' and
9056            'IPSEC' and
9057            'TNL_4' and
9058            'IMIX' and
9059            '1T1C' and
9060            'NDRPDR'"
9061   parameters:
9062   - "throughput"
9063   - "name"
9064   - "tags"
9065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9066   x-axis: "X = CNFs per Service Chain"
9067   y-axis: "Y = Number of Service Chains"
9068   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9069   layout:
9070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9071     layout: "plot-service-density"
9072
9073 - type: "plot"
9074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9075   algorithm: "plot_nf_heatmap"
9076   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9077   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9078   filter: "'NIC_Intel-XL710' and
9079            'NF_DENSITY' and
9080            'DOCKER' and
9081            'CHAIN' and
9082            'NF_VPPIP4' and
9083            'IPSEC' and
9084            'TNL_4' and
9085            'IMIX' and
9086            '2T2C' and
9087            'NDRPDR'"
9088   parameters:
9089   - "throughput"
9090   - "name"
9091   - "tags"
9092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9093   x-axis: "X = CNFs per Service Chain"
9094   y-axis: "Y = Number of Service Chains"
9095   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9096   layout:
9097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9098     layout: "plot-service-density"
9099
9100 - type: "plot"
9101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9102   algorithm: "plot_nf_heatmap"
9103   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9104   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9105   filter: "'NIC_Intel-XL710' and
9106            'NF_DENSITY' and
9107            'DOCKER' and
9108            'CHAIN' and
9109            'NF_VPPIP4' and
9110            'IPSEC' and
9111            'TNL_4' and
9112            'IMIX' and
9113            '4T4C' and
9114            'NDRPDR'"
9115   parameters:
9116   - "throughput"
9117   - "name"
9118   - "tags"
9119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9120   x-axis: "X = CNFs per Service Chain"
9121   y-axis: "Y = Number of Service Chains"
9122   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9123   layout:
9124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9125     layout: "plot-service-density"
9126
9127 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9128 - type: "plot"
9129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9130   algorithm: "plot_nf_heatmap"
9131   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9132   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9133   filter: "'NIC_Intel-XL710' and
9134            'NF_DENSITY' and
9135            'DOCKER' and
9136            'CHAIN' and
9137            'NF_VPPIP4' and
9138            'IPSEC' and
9139            'TNL_4' and
9140            'IMIX' and
9141            '1T1C' and
9142            'NDRPDR'"
9143   parameters:
9144   - "throughput"
9145   - "name"
9146   - "tags"
9147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9148   x-axis: "X = CNFs per Service Chain"
9149   y-axis: "Y = Number of Service Chains"
9150   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9151   layout:
9152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9153     layout: "plot-service-density"
9154
9155 - type: "plot"
9156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9157   algorithm: "plot_nf_heatmap"
9158   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9159   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9160   filter: "'NIC_Intel-XL710' and
9161            'NF_DENSITY' and
9162            'DOCKER' and
9163            'CHAIN' and
9164            'NF_VPPIP4' and
9165            'IPSEC' and
9166            'TNL_4' and
9167            'IMIX' and
9168            '2T2C' and
9169            'NDRPDR'"
9170   parameters:
9171   - "throughput"
9172   - "name"
9173   - "tags"
9174   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9175   x-axis: "X = CNFs per Service Chain"
9176   y-axis: "Y = Number of Service Chains"
9177   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9178   layout:
9179     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9180     layout: "plot-service-density"
9181
9182 - type: "plot"
9183   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9184   algorithm: "plot_nf_heatmap"
9185   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9186   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9187   filter: "'NIC_Intel-XL710' and
9188            'NF_DENSITY' and
9189            'DOCKER' and
9190            'CHAIN' and
9191            'NF_VPPIP4' and
9192            'IPSEC' and
9193            'TNL_4' and
9194            'IMIX' and
9195            '4T4C' and
9196            'NDRPDR'"
9197   parameters:
9198   - "throughput"
9199   - "name"
9200   - "tags"
9201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9202   x-axis: "X = CNFs per Service Chain"
9203   y-axis: "Y = Number of Service Chains"
9204   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9205   layout:
9206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9207     layout: "plot-service-density"
9208
9209 ###############################################################################
9210
9211 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9212 #- type: "plot"
9213 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9214 #  algorithm: "plot_nf_heatmap"
9215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9216 #  data: "plot-vpp-nfv-3n-skx-mrr"
9217 #  filter: "'NIC_Intel-XXV710' and
9218 #           'NF_DENSITY' and
9219 #           'DOCKER' and
9220 #           'CHAIN' and
9221 #           'NF_VPPIP4' and
9222 #           'IPSEC' and
9223 #           'TNL_1000' and
9224 #           'IMIX' and
9225 #           '2T1C' and
9226 #           'MRR'"
9227 #  parameters:
9228 #  - "result"
9229 #  - "name"
9230 #  - "tags"
9231 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9232 #  x-axis: "X = CNFs per Service Chain"
9233 #  y-axis: "Y = Number of Service Chains"
9234 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9235 #  layout:
9236 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9237 #    layout: "plot-service-density"
9238 #
9239 #- type: "plot"
9240 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9241 #  algorithm: "plot_nf_heatmap"
9242 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9243 #  data: "plot-vpp-nfv-3n-skx-mrr"
9244 #  filter: "'NIC_Intel-XXV710' and
9245 #           'NF_DENSITY' and
9246 #           'DOCKER' and
9247 #           'CHAIN' and
9248 #           'NF_VPPIP4' and
9249 #           'IPSEC' and
9250 #           'TNL_1000' and
9251 #           'IMIX' and
9252 #           '4T2C' and
9253 #           'MRR'"
9254 #  parameters:
9255 #  - "result"
9256 #  - "name"
9257 #  - "tags"
9258 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9259 #  x-axis: "X = CNFs per Service Chain"
9260 #  y-axis: "Y = Number of Service Chains"
9261 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9262 #  layout:
9263 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9264 #    layout: "plot-service-density"
9265 #
9266 #- type: "plot"
9267 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9268 #  algorithm: "plot_nf_heatmap"
9269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9270 #  data: "plot-vpp-nfv-3n-skx-mrr"
9271 #  filter: "'NIC_Intel-XXV710' and
9272 #           'NF_DENSITY' and
9273 #           'DOCKER' and
9274 #           'CHAIN' and
9275 #           'NF_VPPIP4' and
9276 #           'IPSEC' and
9277 #           'TNL_1000' and
9278 #           'IMIX' and
9279 #           '8T4C' and
9280 #           'MRR'"
9281 #  parameters:
9282 #  - "result"
9283 #  - "name"
9284 #  - "tags"
9285 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9286 #  x-axis: "X = CNFs per Service Chain"
9287 #  y-axis: "Y = Number of Service Chains"
9288 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9289 #  layout:
9290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9291 #    layout: "plot-service-density"
9292
9293 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9294 - type: "plot"
9295   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9296   algorithm: "plot_nf_heatmap"
9297   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9298   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9299   filter: "'NIC_Intel-XXV710' and
9300            'NF_DENSITY' and
9301            'DOCKER' and
9302            'CHAIN' and
9303            'NF_VPPIP4' and
9304            'IPSEC' and
9305            'TNL_1000' and
9306            'IMIX' and
9307            '2T1C' and
9308            'NDRPDR'"
9309   parameters:
9310   - "throughput"
9311   - "name"
9312   - "tags"
9313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9314   x-axis: "X = CNFs per Service Chain"
9315   y-axis: "Y = Number of Service Chains"
9316   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9317   layout:
9318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9319     layout: "plot-service-density"
9320
9321 - type: "plot"
9322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9323   algorithm: "plot_nf_heatmap"
9324   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9325   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9326   filter: "'NIC_Intel-XXV710' and
9327            'NF_DENSITY' and
9328            'DOCKER' and
9329            'CHAIN' and
9330            'NF_VPPIP4' and
9331            'IPSEC' and
9332            'TNL_1000' and
9333            'IMIX' and
9334            '4T2C' and
9335            'NDRPDR'"
9336   parameters:
9337   - "throughput"
9338   - "name"
9339   - "tags"
9340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9341   x-axis: "X = CNFs per Service Chain"
9342   y-axis: "Y = Number of Service Chains"
9343   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9344   layout:
9345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9346     layout: "plot-service-density"
9347
9348 - type: "plot"
9349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9350   algorithm: "plot_nf_heatmap"
9351   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9352   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9353   filter: "'NIC_Intel-XXV710' and
9354            'NF_DENSITY' and
9355            'DOCKER' and
9356            'CHAIN' and
9357            'NF_VPPIP4' and
9358            'IPSEC' and
9359            'TNL_1000' and
9360            'IMIX' and
9361            '8T4C' and
9362            'NDRPDR'"
9363   parameters:
9364   - "throughput"
9365   - "name"
9366   - "tags"
9367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9368   x-axis: "X = CNFs per Service Chain"
9369   y-axis: "Y = Number of Service Chains"
9370   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9371   layout:
9372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9373     layout: "plot-service-density"
9374
9375 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9376 - type: "plot"
9377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9378   algorithm: "plot_nf_heatmap"
9379   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9380   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9381   filter: "'NIC_Intel-XXV710' and
9382            'NF_DENSITY' and
9383            'DOCKER' and
9384            'CHAIN' and
9385            'NF_VPPIP4' and
9386            'IPSEC' and
9387            'TNL_1000' and
9388            'IMIX' and
9389            '2T1C' and
9390            'NDRPDR'"
9391   parameters:
9392   - "throughput"
9393   - "name"
9394   - "tags"
9395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9396   x-axis: "X = CNFs per Service Chain"
9397   y-axis: "Y = Number of Service Chains"
9398   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9399   layout:
9400     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9401     layout: "plot-service-density"
9402
9403 - type: "plot"
9404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9405   algorithm: "plot_nf_heatmap"
9406   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9407   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9408   filter: "'NIC_Intel-XXV710' and
9409            'NF_DENSITY' and
9410            'DOCKER' and
9411            'CHAIN' and
9412            'NF_VPPIP4' and
9413            'IPSEC' and
9414            'TNL_1000' and
9415            'IMIX' and
9416            '4T2C' and
9417            'NDRPDR'"
9418   parameters:
9419   - "throughput"
9420   - "name"
9421   - "tags"
9422   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9423   x-axis: "X = CNFs per Service Chain"
9424   y-axis: "Y = Number of Service Chains"
9425   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9426   layout:
9427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9428     layout: "plot-service-density"
9429
9430 - type: "plot"
9431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9432   algorithm: "plot_nf_heatmap"
9433   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9434   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9435   filter: "'NIC_Intel-XXV710' and
9436            'NF_DENSITY' and
9437            'DOCKER' and
9438            'CHAIN' and
9439            'NF_VPPIP4' and
9440            'IPSEC' and
9441            'TNL_1000' and
9442            'IMIX' and
9443            '8T4C' and
9444            'NDRPDR'"
9445   parameters:
9446   - "throughput"
9447   - "name"
9448   - "tags"
9449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9450   x-axis: "X = CNFs per Service Chain"
9451   y-axis: "Y = Number of Service Chains"
9452   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9453   layout:
9454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9455     layout: "plot-service-density"
9456
9457 ###############################################################################
9458
9459 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9460 - type: "plot"
9461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9462   algorithm: "plot_nf_heatmap"
9463   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9464   data: "plot-vpp-nfv-3n-hsw-mrr"
9465   filter: "'NIC_Intel-XL710' and
9466            'NF_DENSITY' and
9467            'DOCKER' and
9468            'CHAIN' and
9469            'NF_VPPIP4' and
9470            'IMIX' and
9471            'TNL_1000' and
9472            '1T1C' and
9473            'MRR'"
9474   parameters:
9475   - "result"
9476   - "name"
9477   - "tags"
9478   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9479   x-axis: "X = CNFs per Service Chain"
9480   y-axis: "Y = Number of Service Chains"
9481   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9482   layout:
9483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9484     layout: "plot-service-density"
9485
9486 - type: "plot"
9487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9488   algorithm: "plot_nf_heatmap"
9489   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9490   data: "plot-vpp-nfv-3n-hsw-mrr"
9491   filter: "'NIC_Intel-XL710' and
9492            'NF_DENSITY' and
9493            'DOCKER' and
9494            'CHAIN' and
9495            'NF_VPPIP4' and
9496            'IPSEC' and
9497            'TNL_1000' and
9498            'IMIX' and
9499            '2T2C' and
9500            'MRR'"
9501   parameters:
9502   - "result"
9503   - "name"
9504   - "tags"
9505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9506   x-axis: "X = CNFs per Service Chain"
9507   y-axis: "Y = Number of Service Chains"
9508   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9509   layout:
9510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9511     layout: "plot-service-density"
9512
9513 - type: "plot"
9514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9515   algorithm: "plot_nf_heatmap"
9516   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9517   data: "plot-vpp-nfv-3n-hsw-mrr"
9518   filter: "'NIC_Intel-XL710' and
9519            'NF_DENSITY' and
9520            'DOCKER' and
9521            'CHAIN' and
9522            'NF_VPPIP4' and
9523            'IPSEC' and
9524            'TNL_1000' and
9525            'IMIX' and
9526            '4T4C' and
9527            'MRR'"
9528   parameters:
9529   - "result"
9530   - "name"
9531   - "tags"
9532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9533   x-axis: "X = CNFs per Service Chain"
9534   y-axis: "Y = Number of Service Chains"
9535   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9536   layout:
9537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9538     layout: "plot-service-density"
9539
9540 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9541 - type: "plot"
9542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9543   algorithm: "plot_nf_heatmap"
9544   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9545   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9546   filter: "'NIC_Intel-XL710' and
9547            'NF_DENSITY' and
9548            'DOCKER' and
9549            'CHAIN' and
9550            'NF_VPPIP4' and
9551            'IPSEC' and
9552            'TNL_1000' and
9553            'IMIX' and
9554            '1T1C' and
9555            'NDRPDR'"
9556   parameters:
9557   - "throughput"
9558   - "name"
9559   - "tags"
9560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9561   x-axis: "X = CNFs per Service Chain"
9562   y-axis: "Y = Number of Service Chains"
9563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9564   layout:
9565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9566     layout: "plot-service-density"
9567
9568 - type: "plot"
9569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9570   algorithm: "plot_nf_heatmap"
9571   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9572   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9573   filter: "'NIC_Intel-XL710' and
9574            'NF_DENSITY' and
9575            'DOCKER' and
9576            'CHAIN' and
9577            'NF_VPPIP4' and
9578            'IPSEC' and
9579            'TNL_1000' and
9580            'IMIX' and
9581            '2T2C' and
9582            'NDRPDR'"
9583   parameters:
9584   - "throughput"
9585   - "name"
9586   - "tags"
9587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9588   x-axis: "X = CNFs per Service Chain"
9589   y-axis: "Y = Number of Service Chains"
9590   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9591   layout:
9592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9593     layout: "plot-service-density"
9594
9595 - type: "plot"
9596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9597   algorithm: "plot_nf_heatmap"
9598   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9599   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9600   filter: "'NIC_Intel-XL710' and
9601            'NF_DENSITY' and
9602            'DOCKER' and
9603            'CHAIN' and
9604            'NF_VPPIP4' and
9605            'IPSEC' and
9606            'TNL_1000' and
9607            'IMIX' and
9608            '4T4C' and
9609            'NDRPDR'"
9610   parameters:
9611   - "throughput"
9612   - "name"
9613   - "tags"
9614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9615   x-axis: "X = CNFs per Service Chain"
9616   y-axis: "Y = Number of Service Chains"
9617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9618   layout:
9619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9620     layout: "plot-service-density"
9621
9622 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9623 - type: "plot"
9624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9625   algorithm: "plot_nf_heatmap"
9626   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9627   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9628   filter: "'NIC_Intel-XL710' and
9629            'NF_DENSITY' and
9630            'DOCKER' and
9631            'CHAIN' and
9632            'NF_VPPIP4' and
9633            'IPSEC' and
9634            'TNL_1000' and
9635            'IMIX' and
9636            '1T1C' and
9637            'NDRPDR'"
9638   parameters:
9639   - "throughput"
9640   - "name"
9641   - "tags"
9642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9643   x-axis: "X = CNFs per Service Chain"
9644   y-axis: "Y = Number of Service Chains"
9645   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9646   layout:
9647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9648     layout: "plot-service-density"
9649
9650 - type: "plot"
9651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9652   algorithm: "plot_nf_heatmap"
9653   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9654   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9655   filter: "'NIC_Intel-XL710' and
9656            'NF_DENSITY' and
9657            'DOCKER' and
9658            'CHAIN' and
9659            'NF_VPPIP4' and
9660            'IPSEC' and
9661            'TNL_1000' and
9662            'IMIX' and
9663            '2T2C' and
9664            'NDRPDR'"
9665   parameters:
9666   - "throughput"
9667   - "name"
9668   - "tags"
9669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9670   x-axis: "X = CNFs per Service Chain"
9671   y-axis: "Y = Number of Service Chains"
9672   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9673   layout:
9674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9675     layout: "plot-service-density"
9676
9677 - type: "plot"
9678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9679   algorithm: "plot_nf_heatmap"
9680   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9681   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9682   filter: "'NIC_Intel-XL710' and
9683            'NF_DENSITY' and
9684            'DOCKER' and
9685            'CHAIN' and
9686            'NF_VPPIP4' and
9687            'IPSEC' and
9688            'TNL_1000' and
9689            'IMIX' and
9690            '4T4C' and
9691            'NDRPDR'"
9692   parameters:
9693   - "throughput"
9694   - "name"
9695   - "tags"
9696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9697   x-axis: "X = CNFs per Service Chain"
9698   y-axis: "Y = Number of Service Chains"
9699   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9700   layout:
9701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9702     layout: "plot-service-density"
9703
9704 ###############################################################################
9705
9706 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9707 #- type: "plot"
9708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9709 #  algorithm: "plot_nf_heatmap"
9710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9711 #  data: "plot-vpp-nfv-3n-skx-mrr"
9712 #  filter: "'NIC_Intel-XXV710' and
9713 #           'NF_DENSITY' and
9714 #           'DOCKER' and
9715 #           'CHAIN' and
9716 #           'NF_VPPIP4' and
9717 #           'IPSEC' and
9718 #           'TNL_10000' and
9719 #           'IMIX' and
9720 #           '2T1C' and
9721 #           'MRR'"
9722 #  parameters:
9723 #  - "result"
9724 #  - "name"
9725 #  - "tags"
9726 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9727 #  x-axis: "X = CNFs per Service Chain"
9728 #  y-axis: "Y = Number of Service Chains"
9729 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9730 #  layout:
9731 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9732 #    layout: "plot-service-density"
9733 #
9734 #- type: "plot"
9735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9736 #  algorithm: "plot_nf_heatmap"
9737 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9738 #  data: "plot-vpp-nfv-3n-skx-mrr"
9739 #  filter: "'NIC_Intel-XXV710' and
9740 #           'NF_DENSITY' and
9741 #           'DOCKER' and
9742 #           'CHAIN' and
9743 #           'NF_VPPIP4' and
9744 #           'IPSEC' and
9745 #           'TNL_10000' and
9746 #           'IMIX' and
9747 #           '4T2C' and
9748 #           'MRR'"
9749 #  parameters:
9750 #  - "result"
9751 #  - "name"
9752 #  - "tags"
9753 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9754 #  x-axis: "X = CNFs per Service Chain"
9755 #  y-axis: "Y = Number of Service Chains"
9756 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9757 #  layout:
9758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9759 #    layout: "plot-service-density"
9760 #
9761 #- type: "plot"
9762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9763 #  algorithm: "plot_nf_heatmap"
9764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9765 #  data: "plot-vpp-nfv-3n-skx-mrr"
9766 #  filter: "'NIC_Intel-XXV710' and
9767 #           'NF_DENSITY' and
9768 #           'DOCKER' and
9769 #           'CHAIN' and
9770 #           'NF_VPPIP4' and
9771 #           'IPSEC' and
9772 #           'TNL_10000' and
9773 #           'IMIX' and
9774 #           '8T4C' and
9775 #           'MRR'"
9776 #  parameters:
9777 #  - "result"
9778 #  - "name"
9779 #  - "tags"
9780 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9781 #  x-axis: "X = CNFs per Service Chain"
9782 #  y-axis: "Y = Number of Service Chains"
9783 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9784 #  layout:
9785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9786 #    layout: "plot-service-density"
9787
9788 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9789 - type: "plot"
9790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9791   algorithm: "plot_nf_heatmap"
9792   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9793   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9794   filter: "'NIC_Intel-XXV710' and
9795            'NF_DENSITY' and
9796            'DOCKER' and
9797            'CHAIN' and
9798            'NF_VPPIP4' and
9799            'IPSEC' and
9800            'TNL_10000' and
9801            'IMIX' and
9802            '2T1C' and
9803            'NDRPDR'"
9804   parameters:
9805   - "throughput"
9806   - "name"
9807   - "tags"
9808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9809   x-axis: "X = CNFs per Service Chain"
9810   y-axis: "Y = Number of Service Chains"
9811   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9812   layout:
9813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9814     layout: "plot-service-density"
9815
9816 - type: "plot"
9817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9818   algorithm: "plot_nf_heatmap"
9819   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9820   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9821   filter: "'NIC_Intel-XXV710' and
9822            'NF_DENSITY' and
9823            'DOCKER' and
9824            'CHAIN' and
9825            'NF_VPPIP4' and
9826            'IPSEC' and
9827            'TNL_10000' and
9828            'IMIX' and
9829            '4T2C' and
9830            'NDRPDR'"
9831   parameters:
9832   - "throughput"
9833   - "name"
9834   - "tags"
9835   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9836   x-axis: "X = CNFs per Service Chain"
9837   y-axis: "Y = Number of Service Chains"
9838   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9839   layout:
9840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9841     layout: "plot-service-density"
9842
9843 - type: "plot"
9844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9845   algorithm: "plot_nf_heatmap"
9846   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9847   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9848   filter: "'NIC_Intel-XXV710' and
9849            'NF_DENSITY' and
9850            'DOCKER' and
9851            'CHAIN' and
9852            'NF_VPPIP4' and
9853            'IPSEC' and
9854            'TNL_10000' and
9855            'IMIX' and
9856            '8T4C' and
9857            'NDRPDR'"
9858   parameters:
9859   - "throughput"
9860   - "name"
9861   - "tags"
9862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9863   x-axis: "X = CNFs per Service Chain"
9864   y-axis: "Y = Number of Service Chains"
9865   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9866   layout:
9867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9868     layout: "plot-service-density"
9869
9870 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9871 - type: "plot"
9872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9873   algorithm: "plot_nf_heatmap"
9874   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9875   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9876   filter: "'NIC_Intel-XXV710' and
9877            'NF_DENSITY' and
9878            'DOCKER' and
9879            'CHAIN' and
9880            'NF_VPPIP4' and
9881            'IPSEC' and
9882            'TNL_10000' and
9883            'IMIX' and
9884            '2T1C' and
9885            'NDRPDR'"
9886   parameters:
9887   - "throughput"
9888   - "name"
9889   - "tags"
9890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9891   x-axis: "X = CNFs per Service Chain"
9892   y-axis: "Y = Number of Service Chains"
9893   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9894   layout:
9895     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9896     layout: "plot-service-density"
9897
9898 - type: "plot"
9899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9900   algorithm: "plot_nf_heatmap"
9901   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9902   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9903   filter: "'NIC_Intel-XXV710' and
9904            'NF_DENSITY' and
9905            'DOCKER' and
9906            'CHAIN' and
9907            'NF_VPPIP4' and
9908            'IPSEC' and
9909            'TNL_10000' and
9910            'IMIX' and
9911            '4T2C' and
9912            'NDRPDR'"
9913   parameters:
9914   - "throughput"
9915   - "name"
9916   - "tags"
9917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9918   x-axis: "X = CNFs per Service Chain"
9919   y-axis: "Y = Number of Service Chains"
9920   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9921   layout:
9922     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9923     layout: "plot-service-density"
9924
9925 - type: "plot"
9926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9927   algorithm: "plot_nf_heatmap"
9928   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9929   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9930   filter: "'NIC_Intel-XXV710' and
9931            'NF_DENSITY' and
9932            'DOCKER' and
9933            'CHAIN' and
9934            'NF_VPPIP4' and
9935            'IPSEC' and
9936            'TNL_10000' and
9937            'IMIX' and
9938            '8T4C' and
9939            'NDRPDR'"
9940   parameters:
9941   - "throughput"
9942   - "name"
9943   - "tags"
9944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9945   x-axis: "X = CNFs per Service Chain"
9946   y-axis: "Y = Number of Service Chains"
9947   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9948   layout:
9949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9950     layout: "plot-service-density"
9951
9952 ###############################################################################
9953
9954 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9955 - type: "plot"
9956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9957   algorithm: "plot_nf_heatmap"
9958   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9959   data: "plot-vpp-nfv-3n-hsw-mrr"
9960   filter: "'NIC_Intel-XL710' and
9961            'NF_DENSITY' and
9962            'DOCKER' and
9963            'CHAIN' and
9964            'NF_VPPIP4' and
9965            'IMIX' and
9966            'TNL_10000' and
9967            '1T1C' and
9968            'MRR'"
9969   parameters:
9970   - "result"
9971   - "name"
9972   - "tags"
9973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9974   x-axis: "X = CNFs per Service Chain"
9975   y-axis: "Y = Number of Service Chains"
9976   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9977   layout:
9978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9979     layout: "plot-service-density"
9980
9981 - type: "plot"
9982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9983   algorithm: "plot_nf_heatmap"
9984   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9985   data: "plot-vpp-nfv-3n-hsw-mrr"
9986   filter: "'NIC_Intel-XL710' and
9987            'NF_DENSITY' and
9988            'DOCKER' and
9989            'CHAIN' and
9990            'NF_VPPIP4' and
9991            'IPSEC' and
9992            'TNL_10000' and
9993            'IMIX' and
9994            '2T2C' and
9995            'MRR'"
9996   parameters:
9997   - "result"
9998   - "name"
9999   - "tags"
10000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10001   x-axis: "X = CNFs per Service Chain"
10002   y-axis: "Y = Number of Service Chains"
10003   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10004   layout:
10005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10006     layout: "plot-service-density"
10007
10008 - type: "plot"
10009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10010   algorithm: "plot_nf_heatmap"
10011   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10012   data: "plot-vpp-nfv-3n-hsw-mrr"
10013   filter: "'NIC_Intel-XL710' and
10014            'NF_DENSITY' and
10015            'DOCKER' and
10016            'CHAIN' and
10017            'NF_VPPIP4' and
10018            'IPSEC' and
10019            'TNL_10000' and
10020            'IMIX' and
10021            '4T4C' and
10022            'MRR'"
10023   parameters:
10024   - "result"
10025   - "name"
10026   - "tags"
10027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10028   x-axis: "X = CNFs per Service Chain"
10029   y-axis: "Y = Number of Service Chains"
10030   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10031   layout:
10032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10033     layout: "plot-service-density"
10034
10035 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10036 - type: "plot"
10037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10038   algorithm: "plot_nf_heatmap"
10039   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10040   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10041   filter: "'NIC_Intel-XL710' and
10042            'NF_DENSITY' and
10043            'DOCKER' and
10044            'CHAIN' and
10045            'NF_VPPIP4' and
10046            'IPSEC' and
10047            'TNL_10000' and
10048            'IMIX' and
10049            '1T1C' and
10050            'NDRPDR'"
10051   parameters:
10052   - "throughput"
10053   - "name"
10054   - "tags"
10055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10056   x-axis: "X = CNFs per Service Chain"
10057   y-axis: "Y = Number of Service Chains"
10058   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10059   layout:
10060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10061     layout: "plot-service-density"
10062
10063 - type: "plot"
10064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10065   algorithm: "plot_nf_heatmap"
10066   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10067   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10068   filter: "'NIC_Intel-XL710' and
10069            'NF_DENSITY' and
10070            'DOCKER' and
10071            'CHAIN' and
10072            'NF_VPPIP4' and
10073            'IPSEC' and
10074            'TNL_10000' and
10075            'IMIX' and
10076            '2T2C' and
10077            'NDRPDR'"
10078   parameters:
10079   - "throughput"
10080   - "name"
10081   - "tags"
10082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10083   x-axis: "X = CNFs per Service Chain"
10084   y-axis: "Y = Number of Service Chains"
10085   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10086   layout:
10087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10088     layout: "plot-service-density"
10089
10090 - type: "plot"
10091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10092   algorithm: "plot_nf_heatmap"
10093   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10094   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10095   filter: "'NIC_Intel-XL710' and
10096            'NF_DENSITY' and
10097            'DOCKER' and
10098            'CHAIN' and
10099            'NF_VPPIP4' and
10100            'IPSEC' and
10101            'TNL_10000' and
10102            'IMIX' and
10103            '4T4C' and
10104            'NDRPDR'"
10105   parameters:
10106   - "throughput"
10107   - "name"
10108   - "tags"
10109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10110   x-axis: "X = CNFs per Service Chain"
10111   y-axis: "Y = Number of Service Chains"
10112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10113   layout:
10114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10115     layout: "plot-service-density"
10116
10117 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10118 - type: "plot"
10119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10120   algorithm: "plot_nf_heatmap"
10121   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10122   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10123   filter: "'NIC_Intel-XL710' and
10124            'NF_DENSITY' and
10125            'DOCKER' and
10126            'CHAIN' and
10127            'NF_VPPIP4' and
10128            'IPSEC' and
10129            'TNL_10000' and
10130            'IMIX' and
10131            '1T1C' and
10132            'NDRPDR'"
10133   parameters:
10134   - "throughput"
10135   - "name"
10136   - "tags"
10137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10138   x-axis: "X = CNFs per Service Chain"
10139   y-axis: "Y = Number of Service Chains"
10140   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10141   layout:
10142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10143     layout: "plot-service-density"
10144
10145 - type: "plot"
10146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10147   algorithm: "plot_nf_heatmap"
10148   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10149   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10150   filter: "'NIC_Intel-XL710' and
10151            'NF_DENSITY' and
10152            'DOCKER' and
10153            'CHAIN' and
10154            'NF_VPPIP4' and
10155            'IPSEC' and
10156            'TNL_10000' and
10157            'IMIX' and
10158            '2T2C' and
10159            'NDRPDR'"
10160   parameters:
10161   - "throughput"
10162   - "name"
10163   - "tags"
10164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10165   x-axis: "X = CNFs per Service Chain"
10166   y-axis: "Y = Number of Service Chains"
10167   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10168   layout:
10169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10170     layout: "plot-service-density"
10171
10172 - type: "plot"
10173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10174   algorithm: "plot_nf_heatmap"
10175   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10176   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10177   filter: "'NIC_Intel-XL710' and
10178            'NF_DENSITY' and
10179            'DOCKER' and
10180            'CHAIN' and
10181            'NF_VPPIP4' and
10182            'IPSEC' and
10183            'TNL_10000' and
10184            'IMIX' and
10185            '4T4C' and
10186            'NDRPDR'"
10187   parameters:
10188   - "throughput"
10189   - "name"
10190   - "tags"
10191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10192   x-axis: "X = CNFs per Service Chain"
10193   y-axis: "Y = Number of Service Chains"
10194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10195   layout:
10196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10197     layout: "plot-service-density"
10198
10199 ###############################################################################
10200
10201 # Plots - NF Density - CSP - MRR 64b
10202
10203 #- type: "plot"
10204 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10205 #  algorithm: "plot_nf_heatmap"
10206 #  output-file-type: ".html"
10207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10208 #  data: "plot-vpp-nfv-2n-skx-mrr"
10209 #  filter: "'NIC_Intel-XXV710' and
10210 #           'NF_DENSITY' and
10211 #           'DOCKER' and
10212 #           'PIPELINE' and
10213 #           'NF_VPPIP4' and
10214 #           '64B' and
10215 #           '2T1C' and
10216 #           'MRR'"
10217 #  parameters:
10218 #  - "result"
10219 #  - "name"
10220 #  - "tags"
10221 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10222 #  x-axis: "X = CNFs per Service Pipeline"
10223 #  y-axis: "Y = Number of Service Pipelines"
10224 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10225 #  layout:
10226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10227 #    layout: "plot-service-density"
10228 #
10229 #- type: "plot"
10230 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10231 #  algorithm: "plot_nf_heatmap"
10232 #  output-file-type: ".html"
10233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10234 #  data: "plot-vpp-nfv-2n-skx-mrr"
10235 #  filter: "'NIC_Intel-XXV710' and
10236 #           'NF_DENSITY' and
10237 #           'DOCKER' and
10238 #           'PIPELINE' and
10239 #           'NF_VPPIP4' and
10240 #           '64B' and
10241 #           '4T2C' and
10242 #           'MRR'"
10243 #  parameters:
10244 #  - "result"
10245 #  - "name"
10246 #  - "tags"
10247 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10248 #  x-axis: "X = CNFs per Service Pipeline"
10249 #  y-axis: "Y = Number of Service Pipelines"
10250 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10251 #  layout:
10252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10253 #    layout: "plot-service-density"
10254 #
10255 #- type: "plot"
10256 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10257 #  algorithm: "plot_nf_heatmap"
10258 #  output-file-type: ".html"
10259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10260 #  data: "plot-vpp-nfv-2n-skx-mrr"
10261 #  filter: "'NIC_Intel-XXV710' and
10262 #           'NF_DENSITY' and
10263 #           'DOCKER' and
10264 #           'PIPELINE' and
10265 #           'NF_VPPIP4' and
10266 #           '64B' and
10267 #           '8T4C' and
10268 #           'MRR'"
10269 #  parameters:
10270 #  - "result"
10271 #  - "name"
10272 #  - "tags"
10273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10274 #  x-axis: "X = CNFs per Service Pipeline"
10275 #  y-axis: "Y = Number of Service Pipelines"
10276 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10277 #  layout:
10278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10279 #    layout: "plot-service-density"
10280 #
10281 ## Plots - NF Density - CSP - MRR IMIX
10282 #- type: "plot"
10283 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10284 #  algorithm: "plot_nf_heatmap"
10285 #  output-file-type: ".html"
10286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10287 #  data: "plot-vpp-nfv-2n-skx-mrr"
10288 #  filter: "'NIC_Intel-XXV710' and
10289 #           'NF_DENSITY' and
10290 #           'DOCKER' and
10291 #           'PIPELINE' and
10292 #           'NF_VPPIP4' and
10293 #           'IMIX' and
10294 #           '2T1C' and
10295 #           'MRR'"
10296 #  parameters:
10297 #  - "result"
10298 #  - "name"
10299 #  - "tags"
10300 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10301 #  x-axis: "X = CNFs per Service Pipeline"
10302 #  y-axis: "Y = Number of Service Pipelines"
10303 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10304 #  layout:
10305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10306 #    layout: "plot-service-density"
10307 #
10308 #- type: "plot"
10309 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10310 #  algorithm: "plot_nf_heatmap"
10311 #  output-file-type: ".html"
10312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10313 #  data: "plot-vpp-nfv-2n-skx-mrr"
10314 #  filter: "'NIC_Intel-XXV710' and
10315 #           'NF_DENSITY' and
10316 #           'DOCKER' and
10317 #           'PIPELINE' and
10318 #           'NF_VPPIP4' and
10319 #           'IMIX' and
10320 #           '4T2C' and
10321 #           'MRR'"
10322 #  parameters:
10323 #  - "result"
10324 #  - "name"
10325 #  - "tags"
10326 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10327 #  x-axis: "X = CNFs per Service Pipeline"
10328 #  y-axis: "Y = Number of Service Pipelines"
10329 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10330 #  layout:
10331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10332 #    layout: "plot-service-density"
10333 #
10334 #- type: "plot"
10335 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10336 #  algorithm: "plot_nf_heatmap"
10337 #  output-file-type: ".html"
10338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10339 #  data: "plot-vpp-nfv-2n-skx-mrr"
10340 #  filter: "'NIC_Intel-XXV710' and
10341 #           'NF_DENSITY' and
10342 #           'DOCKER' and
10343 #           'PIPELINE' and
10344 #           'NF_VPPIP4' and
10345 #           'IMIX' and
10346 #           '8T4C' and
10347 #           'MRR'"
10348 #  parameters:
10349 #  - "result"
10350 #  - "name"
10351 #  - "tags"
10352 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10353 #  x-axis: "X = CNFs per Service Pipeline"
10354 #  y-axis: "Y = Number of Service Pipelines"
10355 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10356 #  layout:
10357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10358 #    layout: "plot-service-density"
10359 #
10360 ## Plots - NF Density - CSP - NDR 64b
10361 #- type: "plot"
10362 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10363 #  algorithm: "plot_nf_heatmap"
10364 #  output-file-type: ".html"
10365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10366 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10367 #  filter: "'NIC_Intel-XXV710' and
10368 #           'NF_DENSITY' and
10369 #           'DOCKER' and
10370 #           'PIPELINE' and
10371 #           'NF_VPPIP4' and
10372 #           '64B' and
10373 #           '2T1C' and
10374 #           'NDRPDR'"
10375 #  parameters:
10376 #  - "throughput"
10377 #  - "name"
10378 #  - "tags"
10379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10380 #  x-axis: "X = CNFs per Service Pipeline"
10381 #  y-axis: "Y = Number of Service Pipelines"
10382 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10383 #  layout:
10384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10385 #    layout: "plot-service-density"
10386 #
10387 #- type: "plot"
10388 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10389 #  algorithm: "plot_nf_heatmap"
10390 #  output-file-type: ".html"
10391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10392 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10393 #  filter: "'NIC_Intel-XXV710' and
10394 #           'NF_DENSITY' and
10395 #           'DOCKER' and
10396 #           'PIPELINE' and
10397 #           'NF_VPPIP4' and
10398 #           '64B' and
10399 #           '4T2C' and
10400 #           'NDRPDR'"
10401 #  parameters:
10402 #  - "throughput"
10403 #  - "name"
10404 #  - "tags"
10405 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10406 #  x-axis: "X = CNFs per Service Pipeline"
10407 #  y-axis: "Y = Number of Service Pipelines"
10408 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10409 #  layout:
10410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10411 #    layout: "plot-service-density"
10412 #
10413 #- type: "plot"
10414 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10415 #  algorithm: "plot_nf_heatmap"
10416 #  output-file-type: ".html"
10417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10418 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10419 #  filter: "'NIC_Intel-XXV710' and
10420 #           'NF_DENSITY' and
10421 #           'DOCKER' and
10422 #           'PIPELINE' and
10423 #           'NF_VPPIP4' and
10424 #           '64B' and
10425 #           '8T4C' and
10426 #           'NDRPDR'"
10427 #  parameters:
10428 #  - "throughput"
10429 #  - "name"
10430 #  - "tags"
10431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10432 #  x-axis: "X = CNFs per Service Pipeline"
10433 #  y-axis: "Y = Number of Service Pipelines"
10434 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10435 #  layout:
10436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10437 #    layout: "plot-service-density"
10438 #
10439 ## Plots - NF Density - CSP - NDR IMIX
10440 #- type: "plot"
10441 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10442 #  algorithm: "plot_nf_heatmap"
10443 #  output-file-type: ".html"
10444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10445 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10446 #  filter: "'NIC_Intel-XXV710' and
10447 #           'NF_DENSITY' and
10448 #           'DOCKER' and
10449 #           'PIPELINE' and
10450 #           'NF_VPPIP4' and
10451 #           'IMIX' and
10452 #           '2T1C' and
10453 #           'NDRPDR'"
10454 #  parameters:
10455 #  - "throughput"
10456 #  - "name"
10457 #  - "tags"
10458 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10459 #  x-axis: "X = CNFs per Service Pipeline"
10460 #  y-axis: "Y = Number of Service Pipelines"
10461 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10462 #  layout:
10463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10464 #    layout: "plot-service-density"
10465 #
10466 #- type: "plot"
10467 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10468 #  algorithm: "plot_nf_heatmap"
10469 #  output-file-type: ".html"
10470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10471 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10472 #  filter: "'NIC_Intel-XXV710' and
10473 #           'NF_DENSITY' and
10474 #           'DOCKER' and
10475 #           'PIPELINE' and
10476 #           'NF_VPPIP4' and
10477 #           'IMIX' and
10478 #           '4T2C' and
10479 #           'NDRPDR'"
10480 #  parameters:
10481 #  - "throughput"
10482 #  - "name"
10483 #  - "tags"
10484 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10485 #  x-axis: "X = CNFs per Service Pipeline"
10486 #  y-axis: "Y = Number of Service Pipelines"
10487 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10488 #  layout:
10489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10490 #    layout: "plot-service-density"
10491 #
10492 #- type: "plot"
10493 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10494 #  algorithm: "plot_nf_heatmap"
10495 #  output-file-type: ".html"
10496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10497 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10498 #  filter: "'NIC_Intel-XXV710' and
10499 #           'NF_DENSITY' and
10500 #           'DOCKER' and
10501 #           'PIPELINE' and
10502 #           'NF_VPPIP4' and
10503 #           'IMIX' and
10504 #           '8T4C' and
10505 #           'NDRPDR'"
10506 #  parameters:
10507 #  - "throughput"
10508 #  - "name"
10509 #  - "tags"
10510 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10511 #  x-axis: "X = CNFs per Service Pipeline"
10512 #  y-axis: "Y = Number of Service Pipelines"
10513 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10514 #  layout:
10515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10516 #    layout: "plot-service-density"
10517 #
10518 ## Plots - NF Density - CSP - PDR 64b
10519 #- type: "plot"
10520 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10521 #  algorithm: "plot_nf_heatmap"
10522 #  output-file-type: ".html"
10523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10524 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10525 #  filter: "'NIC_Intel-XXV710' and
10526 #           'NF_DENSITY' and
10527 #           'DOCKER' and
10528 #           'PIPELINE' and
10529 #           'NF_VPPIP4' and
10530 #           '64B' and
10531 #           '2T1C' and
10532 #           'NDRPDR'"
10533 #  parameters:
10534 #  - "throughput"
10535 #  - "name"
10536 #  - "tags"
10537 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10538 #  x-axis: "X = CNFs per Service Pipeline"
10539 #  y-axis: "Y = Number of Service Pipelines"
10540 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10541 #  layout:
10542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10543 #    layout: "plot-service-density"
10544 #
10545 #- type: "plot"
10546 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10547 #  algorithm: "plot_nf_heatmap"
10548 #  output-file-type: ".html"
10549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10551 #  filter: "'NIC_Intel-XXV710' and
10552 #           'NF_DENSITY' and
10553 #           'DOCKER' and
10554 #           'PIPELINE' and
10555 #           'NF_VPPIP4' and
10556 #           '64B' and
10557 #           '4T2C' and
10558 #           'NDRPDR'"
10559 #  parameters:
10560 #  - "throughput"
10561 #  - "name"
10562 #  - "tags"
10563 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10564 #  x-axis: "X = CNFs per Service Pipeline"
10565 #  y-axis: "Y = Number of Service Pipelines"
10566 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10567 #  layout:
10568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10569 #    layout: "plot-service-density"
10570 #
10571 #- type: "plot"
10572 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10573 #  algorithm: "plot_nf_heatmap"
10574 #  output-file-type: ".html"
10575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10576 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10577 #  filter: "'NIC_Intel-XXV710' and
10578 #           'NF_DENSITY' and
10579 #           'DOCKER' and
10580 #           'PIPELINE' and
10581 #           'NF_VPPIP4' and
10582 #           '64B' and
10583 #           '8T4C' and
10584 #           'NDRPDR'"
10585 #  parameters:
10586 #  - "throughput"
10587 #  - "name"
10588 #  - "tags"
10589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10590 #  x-axis: "X = CNFs per Service Pipeline"
10591 #  y-axis: "Y = Number of Service Pipelines"
10592 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10593 #  layout:
10594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10595 #    layout: "plot-service-density"
10596 #
10597 ## Plots - NF Density - CSP - PDR IMIX
10598 #- type: "plot"
10599 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10600 #  algorithm: "plot_nf_heatmap"
10601 #  output-file-type: ".html"
10602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10603 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10604 #  filter: "'NIC_Intel-XXV710' and
10605 #           'NF_DENSITY' and
10606 #           'DOCKER' and
10607 #           'PIPELINE' and
10608 #           'NF_VPPIP4' and
10609 #           'IMIX' and
10610 #           '2T1C' and
10611 #           'NDRPDR'"
10612 #  parameters:
10613 #  - "throughput"
10614 #  - "name"
10615 #  - "tags"
10616 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10617 #  x-axis: "X = CNFs per Service Pipeline"
10618 #  y-axis: "Y = Number of Service Pipelines"
10619 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10620 #  layout:
10621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10622 #    layout: "plot-service-density"
10623 #
10624 #- type: "plot"
10625 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10626 #  algorithm: "plot_nf_heatmap"
10627 #  output-file-type: ".html"
10628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10629 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10630 #  filter: "'NIC_Intel-XXV710' and
10631 #           'NF_DENSITY' and
10632 #           'DOCKER' and
10633 #           'PIPELINE' and
10634 #           'NF_VPPIP4' and
10635 #           'IMIX' and
10636 #           '4T2C' and
10637 #           'NDRPDR'"
10638 #  parameters:
10639 #  - "throughput"
10640 #  - "name"
10641 #  - "tags"
10642 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10643 #  x-axis: "X = CNFs per Service Pipeline"
10644 #  y-axis: "Y = Number of Service Pipelines"
10645 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10646 #  layout:
10647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10648 #    layout: "plot-service-density"
10649 #
10650 #- type: "plot"
10651 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10652 #  algorithm: "plot_nf_heatmap"
10653 #  output-file-type: ".html"
10654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10655 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10656 #  filter: "'NIC_Intel-XXV710' and
10657 #           'NF_DENSITY' and
10658 #           'DOCKER' and
10659 #           'PIPELINE' and
10660 #           'NF_VPPIP4' and
10661 #           'IMIX' and
10662 #           '8T4C' and
10663 #           'NDRPDR'"
10664 #  parameters:
10665 #  - "throughput"
10666 #  - "name"
10667 #  - "tags"
10668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10669 #  x-axis: "X = CNFs per Service Pipeline"
10670 #  y-axis: "Y = Number of Service Pipelines"
10671 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10672 #  layout:
10673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10674 #    layout: "plot-service-density"
10675
10676 ###############################################################################
10677 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10678
10679 - type: "plot"
10680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10681   algorithm: "plot_nf_heatmap"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10684   data: "plot-vpp-nfv-2n-clx-mrr"
10685   filter: "'NIC_Intel-XXV710' and
10686            'NF_DENSITY' and
10687            'VHOST' and
10688            not 'VXLAN' and
10689            'CHAIN' and
10690            'NF_VPPIP4' and
10691            'IMIX' and
10692            '2T1C' and
10693            'MRR'"
10694   parameters:
10695   - "result"
10696   - "name"
10697   - "tags"
10698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10699   x-axis: "X = VNFs per Service Chain"
10700   y-axis: "Y = Number of Service Chains"
10701   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10702   layout:
10703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10704     layout: "plot-service-density"
10705
10706 - type: "plot"
10707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10708   algorithm: "plot_nf_heatmap"
10709   output-file-type: ".html"
10710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10711   data: "plot-vpp-nfv-2n-clx-mrr"
10712   filter: "'NIC_Intel-XXV710' and
10713            'NF_DENSITY' and
10714            'VHOST' and
10715            not 'VXLAN' and
10716            'CHAIN' and
10717            'NF_VPPIP4' and
10718            'IMIX' and
10719            '4T2C' and
10720            'MRR'"
10721   parameters:
10722   - "result"
10723   - "name"
10724   - "tags"
10725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10726   x-axis: "X = VNFs per Service Chain"
10727   y-axis: "Y = Number of Service Chains"
10728   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10729   layout:
10730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10731     layout: "plot-service-density"
10732
10733 - type: "plot"
10734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10735   algorithm: "plot_nf_heatmap"
10736   output-file-type: ".html"
10737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10738   data: "plot-vpp-nfv-2n-clx-mrr"
10739   filter: "'NIC_Intel-XXV710' and
10740            'NF_DENSITY' and
10741            'VHOST' and
10742            not 'VXLAN' and
10743            'CHAIN' and
10744            'NF_VPPIP4' and
10745            'IMIX' and
10746            '8T4C' and
10747            'MRR'"
10748   parameters:
10749   - "result"
10750   - "name"
10751   - "tags"
10752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10753   x-axis: "X = VNFs per Service Chain"
10754   y-axis: "Y = Number of Service Chains"
10755   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10756   layout:
10757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10758     layout: "plot-service-density"
10759
10760 # Plots - NF Density - VSC - NDR IMIX
10761 - type: "plot"
10762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10763   algorithm: "plot_nf_heatmap"
10764   output-file-type: ".html"
10765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10766   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10767   filter: "'NIC_Intel-XXV710' and
10768            'NF_DENSITY' and
10769            'VHOST' and
10770            not 'VXLAN' and
10771            'CHAIN' and
10772            'NF_VPPIP4' and
10773            'IMIX' and
10774            '2T1C' and
10775            'NDRPDR'"
10776   parameters:
10777   - "throughput"
10778   - "name"
10779   - "tags"
10780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10781   x-axis: "X = VNFs per Service Chain"
10782   y-axis: "Y = Number of Service Chains"
10783   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10784   layout:
10785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10786     layout: "plot-service-density"
10787
10788 - type: "plot"
10789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10790   algorithm: "plot_nf_heatmap"
10791   output-file-type: ".html"
10792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10793   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10794   filter: "'NIC_Intel-XXV710' and
10795            'NF_DENSITY' and
10796            'VHOST' and
10797            not 'VXLAN' and
10798            'CHAIN' and
10799            'NF_VPPIP4' and
10800            'IMIX' and
10801            '4T2C' and
10802            'NDRPDR'"
10803   parameters:
10804   - "throughput"
10805   - "name"
10806   - "tags"
10807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10808   x-axis: "X = VNFs per Service Chain"
10809   y-axis: "Y = Number of Service Chains"
10810   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10811   layout:
10812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10813     layout: "plot-service-density"
10814
10815 - type: "plot"
10816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10817   algorithm: "plot_nf_heatmap"
10818   output-file-type: ".html"
10819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10820   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10821   filter: "'NIC_Intel-XXV710' and
10822            'NF_DENSITY' and
10823            'VHOST' and
10824            not 'VXLAN' and
10825            'CHAIN' and
10826            'NF_VPPIP4' and
10827            'IMIX' and
10828            '8T4C' and
10829            'NDRPDR'"
10830   parameters:
10831   - "throughput"
10832   - "name"
10833   - "tags"
10834   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10835   x-axis: "X = VNFs per Service Chain"
10836   y-axis: "Y = Number of Service Chains"
10837   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10838   layout:
10839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10840     layout: "plot-service-density"
10841
10842 # Plots - NF Density - VSC - PDR IMIX
10843 - type: "plot"
10844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10845   algorithm: "plot_nf_heatmap"
10846   output-file-type: ".html"
10847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10848   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10849   filter: "'NIC_Intel-XXV710' and
10850            'NF_DENSITY' and
10851            'VHOST' and
10852            not 'VXLAN' and
10853            'CHAIN' and
10854            'NF_VPPIP4' and
10855            'IMIX' and
10856            '2T1C' and
10857            'NDRPDR'"
10858   parameters:
10859   - "throughput"
10860   - "name"
10861   - "tags"
10862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10863   x-axis: "X = VNFs per Service Chain"
10864   y-axis: "Y = Number of Service Chains"
10865   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10866   layout:
10867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10868     layout: "plot-service-density"
10869
10870 - type: "plot"
10871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10872   algorithm: "plot_nf_heatmap"
10873   output-file-type: ".html"
10874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10875   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10876   filter: "'NIC_Intel-XXV710' and
10877            'NF_DENSITY' and
10878            'VHOST' and
10879            not 'VXLAN' and
10880            'CHAIN' and
10881            'NF_VPPIP4' and
10882            'IMIX' and
10883            '4T2C' and
10884            'NDRPDR'"
10885   parameters:
10886   - "throughput"
10887   - "name"
10888   - "tags"
10889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10890   x-axis: "X = VNFs per Service Chain"
10891   y-axis: "Y = Number of Service Chains"
10892   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10893   layout:
10894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10895     layout: "plot-service-density"
10896
10897 - type: "plot"
10898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10899   algorithm: "plot_nf_heatmap"
10900   output-file-type: ".html"
10901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10902   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10903   filter: "'NIC_Intel-XXV710' and
10904            'NF_DENSITY' and
10905            'VHOST' and
10906            not 'VXLAN' and
10907            'CHAIN' and
10908            'NF_VPPIP4' and
10909            'IMIX' and
10910            '8T4C' and
10911            'NDRPDR'"
10912   parameters:
10913   - "throughput"
10914   - "name"
10915   - "tags"
10916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10917   x-axis: "X = VNFs per Service Chain"
10918   y-axis: "Y = Number of Service Chains"
10919   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10920   layout:
10921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10922     layout: "plot-service-density"
10923
10924 # Plots - NF Density - VSC - MRR IMIX
10925 - type: "plot"
10926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10927   algorithm: "plot_nf_heatmap"
10928   output-file-type: ".html"
10929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10930   data: "plot-vpp-nfv-2n-clx-mrr"
10931   filter: "'NIC_Intel-XXV710' and
10932            'NF_DENSITY' and
10933            'VHOST' and
10934            'VXLAN' and
10935            'CHAIN' and
10936            'IMIX' and
10937            '2T1C' and
10938            'MRR'"
10939   parameters:
10940   - "result"
10941   - "name"
10942   - "tags"
10943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10944   x-axis: "X = VNFs per Service Chain"
10945   y-axis: "Y = Number of Service Chains"
10946   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10947   layout:
10948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10949     layout: "plot-service-density"
10950
10951 - type: "plot"
10952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10953   algorithm: "plot_nf_heatmap"
10954   output-file-type: ".html"
10955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10956   data: "plot-vpp-nfv-2n-clx-mrr"
10957   filter: "'NIC_Intel-XXV710' and
10958            'NF_DENSITY' and
10959            'VHOST' and
10960            'VXLAN' and
10961            'CHAIN' and
10962            'IMIX' and
10963            '4T2C' and
10964            'MRR'"
10965   parameters:
10966   - "result"
10967   - "name"
10968   - "tags"
10969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10970   x-axis: "X = VNFs per Service Chain"
10971   y-axis: "Y = Number of Service Chains"
10972   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10973   layout:
10974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10975     layout: "plot-service-density"
10976
10977 - type: "plot"
10978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10979   algorithm: "plot_nf_heatmap"
10980   output-file-type: ".html"
10981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10982   data: "plot-vpp-nfv-2n-clx-mrr"
10983   filter: "'NIC_Intel-XXV710' and
10984            'NF_DENSITY' and
10985            'VHOST' and
10986            'VXLAN' and
10987            'CHAIN' and
10988            'IMIX' and
10989            '8T4C' and
10990            'MRR'"
10991   parameters:
10992   - "result"
10993   - "name"
10994   - "tags"
10995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10996   x-axis: "X = VNFs per Service Chain"
10997   y-axis: "Y = Number of Service Chains"
10998   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10999   layout:
11000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11001     layout: "plot-service-density"
11002
11003 # Plots - NF Density - VSC - NDR IMIX
11004 - type: "plot"
11005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11006   algorithm: "plot_nf_heatmap"
11007   output-file-type: ".html"
11008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11009   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11010   filter: "'NIC_Intel-XXV710' and
11011            'NF_DENSITY' and
11012            'VHOST' and
11013            'VXLAN' and
11014            'CHAIN' and
11015            'IMIX' and
11016            '2T1C' and
11017            'NDRPDR'"
11018   parameters:
11019   - "throughput"
11020   - "name"
11021   - "tags"
11022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11023   x-axis: "X = VNFs per Service Chain"
11024   y-axis: "Y = Number of Service Chains"
11025   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11026   layout:
11027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11028     layout: "plot-service-density"
11029
11030 - type: "plot"
11031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11032   algorithm: "plot_nf_heatmap"
11033   output-file-type: ".html"
11034   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11035   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11036   filter: "'NIC_Intel-XXV710' and
11037            'NF_DENSITY' and
11038            'VHOST' and
11039            'VXLAN' and
11040            'CHAIN' and
11041            'IMIX' and
11042            '4T2C' and
11043            'NDRPDR'"
11044   parameters:
11045   - "throughput"
11046   - "name"
11047   - "tags"
11048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11049   x-axis: "X = VNFs per Service Chain"
11050   y-axis: "Y = Number of Service Chains"
11051   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11052   layout:
11053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11054     layout: "plot-service-density"
11055
11056 - type: "plot"
11057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11058   algorithm: "plot_nf_heatmap"
11059   output-file-type: ".html"
11060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11061   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11062   filter: "'NIC_Intel-XXV710' and
11063            'NF_DENSITY' and
11064            'VHOST' and
11065            'VXLAN' and
11066            'CHAIN' and
11067            'IMIX' and
11068            '8T4C' and
11069            'NDRPDR'"
11070   parameters:
11071   - "throughput"
11072   - "name"
11073   - "tags"
11074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11075   x-axis: "X = VNFs per Service Chain"
11076   y-axis: "Y = Number of Service Chains"
11077   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11078   layout:
11079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11080     layout: "plot-service-density"
11081
11082 # Plots - NF Density - VSC - PDR IMIX
11083 - type: "plot"
11084   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11085   algorithm: "plot_nf_heatmap"
11086   output-file-type: ".html"
11087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11088   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11089   filter: "'NIC_Intel-XXV710' and
11090            'NF_DENSITY' and
11091            'VHOST' and
11092            'VXLAN' and
11093            'CHAIN' and
11094            'IMIX' and
11095            '2T1C' and
11096            'NDRPDR'"
11097   parameters:
11098   - "throughput"
11099   - "name"
11100   - "tags"
11101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11102   x-axis: "X = VNFs per Service Chain"
11103   y-axis: "Y = Number of Service Chains"
11104   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11105   layout:
11106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11107     layout: "plot-service-density"
11108
11109 - type: "plot"
11110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11111   algorithm: "plot_nf_heatmap"
11112   output-file-type: ".html"
11113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11114   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11115   filter: "'NIC_Intel-XXV710' and
11116            'NF_DENSITY' and
11117            'VHOST' and
11118            'VXLAN' and
11119            'CHAIN' and
11120            'IMIX' and
11121            '4T2C' and
11122            'NDRPDR'"
11123   parameters:
11124   - "throughput"
11125   - "name"
11126   - "tags"
11127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11128   x-axis: "X = VNFs per Service Chain"
11129   y-axis: "Y = Number of Service Chains"
11130   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11131   layout:
11132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11133     layout: "plot-service-density"
11134
11135 - type: "plot"
11136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11137   algorithm: "plot_nf_heatmap"
11138   output-file-type: ".html"
11139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11140   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11141   filter: "'NIC_Intel-XXV710' and
11142            'NF_DENSITY' and
11143            'VHOST' and
11144            'VXLAN' and
11145            'CHAIN' and
11146            'IMIX' and
11147            '8T4C' and
11148            'NDRPDR'"
11149   parameters:
11150   - "throughput"
11151   - "name"
11152   - "tags"
11153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11154   x-axis: "X = VNFs per Service Chain"
11155   y-axis: "Y = Number of Service Chains"
11156   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11157   layout:
11158     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11159     layout: "plot-service-density"
11160
11161 # Plots - NF Density - CSC - MRR IMIX
11162 - type: "plot"
11163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11164   algorithm: "plot_nf_heatmap"
11165   output-file-type: ".html"
11166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11167   data: "plot-vpp-nfv-2n-clx-mrr"
11168   filter: "'NIC_Intel-XXV710' and
11169            'NF_DENSITY' and
11170            'DOCKER' and
11171            'CHAIN' and
11172            'NF_VPPIP4' and
11173            'IMIX' and
11174            '2T1C' and
11175            'MRR'"
11176   parameters:
11177   - "result"
11178   - "name"
11179   - "tags"
11180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11181   x-axis: "X = CNFs per Service Chain"
11182   y-axis: "Y = Number of Service Chains"
11183   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11184   layout:
11185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11186     layout: "plot-service-density"
11187
11188 - type: "plot"
11189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11190   algorithm: "plot_nf_heatmap"
11191   output-file-type: ".html"
11192   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11193   data: "plot-vpp-nfv-2n-clx-mrr"
11194   filter: "'NIC_Intel-XXV710' and
11195            'NF_DENSITY' and
11196            'DOCKER' and
11197            'CHAIN' and
11198            'NF_VPPIP4' and
11199            'IMIX' and
11200            '4T2C' and
11201            'MRR'"
11202   parameters:
11203   - "result"
11204   - "name"
11205   - "tags"
11206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11207   x-axis: "X = CNFs per Service Chain"
11208   y-axis: "Y = Number of Service Chains"
11209   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11210   layout:
11211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11212     layout: "plot-service-density"
11213
11214 - type: "plot"
11215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11216   algorithm: "plot_nf_heatmap"
11217   output-file-type: ".html"
11218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11219   data: "plot-vpp-nfv-2n-clx-mrr"
11220   filter: "'NIC_Intel-XXV710' and
11221            'NF_DENSITY' and
11222            'DOCKER' and
11223            'CHAIN' and
11224            'NF_VPPIP4' and
11225            'IMIX' and
11226            '8T4C' and
11227            'MRR'"
11228   parameters:
11229   - "result"
11230   - "name"
11231   - "tags"
11232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11233   x-axis: "X = CNFs per Service Chain"
11234   y-axis: "Y = Number of Service Chains"
11235   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11236   layout:
11237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11238     layout: "plot-service-density"
11239
11240 # Plots - NF Density - CSC - NDR IMIX
11241 - type: "plot"
11242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11243   algorithm: "plot_nf_heatmap"
11244   output-file-type: ".html"
11245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11246   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11247   filter: "'NIC_Intel-XXV710' and
11248            'NF_DENSITY' and
11249            'DOCKER' and
11250            'CHAIN' and
11251            'NF_VPPIP4' and
11252            'IMIX' and
11253            '2T1C' and
11254            'NDRPDR'"
11255   parameters:
11256   - "throughput"
11257   - "name"
11258   - "tags"
11259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11260   x-axis: "X = CNFs per Service Chain"
11261   y-axis: "Y = Number of Service Chains"
11262   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11263   layout:
11264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11265     layout: "plot-service-density"
11266
11267 - type: "plot"
11268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11269   algorithm: "plot_nf_heatmap"
11270   output-file-type: ".html"
11271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11272   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11273   filter: "'NIC_Intel-XXV710' and
11274            'NF_DENSITY' and
11275            'DOCKER' and
11276            'CHAIN' and
11277            'NF_VPPIP4' and
11278            'IMIX' and
11279            '4T2C' and
11280            'NDRPDR'"
11281   parameters:
11282   - "throughput"
11283   - "name"
11284   - "tags"
11285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11286   x-axis: "X = CNFs per Service Chain"
11287   y-axis: "Y = Number of Service Chains"
11288   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11289   layout:
11290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11291     layout: "plot-service-density"
11292
11293 - type: "plot"
11294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11295   algorithm: "plot_nf_heatmap"
11296   output-file-type: ".html"
11297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11298   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11299   filter: "'NIC_Intel-XXV710' and
11300            'NF_DENSITY' and
11301            'DOCKER' and
11302            'CHAIN' and
11303            'NF_VPPIP4' and
11304            'IMIX' and
11305            '8T4C' and
11306            'NDRPDR'"
11307   parameters:
11308   - "throughput"
11309   - "name"
11310   - "tags"
11311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11312   x-axis: "X = CNFs per Service Chain"
11313   y-axis: "Y = Number of Service Chains"
11314   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11315   layout:
11316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11317     layout: "plot-service-density"
11318
11319 # Plots - NF Density - CSC - PDR IMIX
11320 - type: "plot"
11321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11322   algorithm: "plot_nf_heatmap"
11323   output-file-type: ".html"
11324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11325   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11326   filter: "'NIC_Intel-XXV710' and
11327            'NF_DENSITY' and
11328            'DOCKER' and
11329            'CHAIN' and
11330            'NF_VPPIP4' and
11331            'IMIX' and
11332            '2T1C' and
11333            'NDRPDR'"
11334   parameters:
11335   - "throughput"
11336   - "name"
11337   - "tags"
11338   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11339   x-axis: "X = CNFs per Service Chain"
11340   y-axis: "Y = Number of Service Chains"
11341   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11342   layout:
11343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11344     layout: "plot-service-density"
11345
11346 - type: "plot"
11347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11348   algorithm: "plot_nf_heatmap"
11349   output-file-type: ".html"
11350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11351   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11352   filter: "'NIC_Intel-XXV710' and
11353            'NF_DENSITY' and
11354            'DOCKER' and
11355            'CHAIN' and
11356            'NF_VPPIP4' and
11357            'IMIX' and
11358            '4T2C' and
11359            'NDRPDR'"
11360   parameters:
11361   - "throughput"
11362   - "name"
11363   - "tags"
11364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11365   x-axis: "X = CNFs per Service Chain"
11366   y-axis: "Y = Number of Service Chains"
11367   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11368   layout:
11369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11370     layout: "plot-service-density"
11371
11372 - type: "plot"
11373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11374   algorithm: "plot_nf_heatmap"
11375   output-file-type: ".html"
11376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11377   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11378   filter: "'NIC_Intel-XXV710' and
11379            'NF_DENSITY' and
11380            'DOCKER' and
11381            'CHAIN' and
11382            'NF_VPPIP4' and
11383            'IMIX' and
11384            '8T4C' and
11385            'NDRPDR'"
11386   parameters:
11387   - "throughput"
11388   - "name"
11389   - "tags"
11390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11391   x-axis: "X = CNFs per Service Chain"
11392   y-axis: "Y = Number of Service Chains"
11393   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11394   layout:
11395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11396     layout: "plot-service-density"
11397
11398 # Plots - NF Density - CSP - MRR IMIX
11399 - type: "plot"
11400   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11401   algorithm: "plot_nf_heatmap"
11402   output-file-type: ".html"
11403   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11404   data: "plot-vpp-nfv-2n-clx-mrr"
11405   filter: "'NIC_Intel-XXV710' and
11406            'NF_DENSITY' and
11407            'DOCKER' and
11408            'PIPELINE' and
11409            'NF_VPPIP4' and
11410            'IMIX' and
11411            '2T1C' and
11412            'MRR'"
11413   parameters:
11414   - "result"
11415   - "name"
11416   - "tags"
11417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11418   x-axis: "X = CNFs per Service Pipeline"
11419   y-axis: "Y = Number of Service Pipelines"
11420   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11421   layout:
11422     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11423     layout: "plot-service-density"
11424
11425 - type: "plot"
11426   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11427   algorithm: "plot_nf_heatmap"
11428   output-file-type: ".html"
11429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11430   data: "plot-vpp-nfv-2n-clx-mrr"
11431   filter: "'NIC_Intel-XXV710' and
11432            'NF_DENSITY' and
11433            'DOCKER' and
11434            'PIPELINE' and
11435            'NF_VPPIP4' and
11436            'IMIX' and
11437            '4T2C' and
11438            'MRR'"
11439   parameters:
11440   - "result"
11441   - "name"
11442   - "tags"
11443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11444   x-axis: "X = CNFs per Service Pipeline"
11445   y-axis: "Y = Number of Service Pipelines"
11446   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11447   layout:
11448     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11449     layout: "plot-service-density"
11450
11451 - type: "plot"
11452   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11453   algorithm: "plot_nf_heatmap"
11454   output-file-type: ".html"
11455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11456   data: "plot-vpp-nfv-2n-clx-mrr"
11457   filter: "'NIC_Intel-XXV710' and
11458            'NF_DENSITY' and
11459            'DOCKER' and
11460            'PIPELINE' and
11461            'NF_VPPIP4' and
11462            'IMIX' and
11463            '8T4C' and
11464            'MRR'"
11465   parameters:
11466   - "result"
11467   - "name"
11468   - "tags"
11469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11470   x-axis: "X = CNFs per Service Pipeline"
11471   y-axis: "Y = Number of Service Pipelines"
11472   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11473   layout:
11474     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11475     layout: "plot-service-density"
11476
11477 # Plots - NF Density - CSP - NDR IMIX
11478 - type: "plot"
11479   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11480   algorithm: "plot_nf_heatmap"
11481   output-file-type: ".html"
11482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11483   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11484   filter: "'NIC_Intel-XXV710' and
11485            'NF_DENSITY' and
11486            'DOCKER' and
11487            'PIPELINE' and
11488            'NF_VPPIP4' and
11489            'IMIX' and
11490            '2T1C' and
11491            'NDRPDR'"
11492   parameters:
11493   - "throughput"
11494   - "name"
11495   - "tags"
11496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11497   x-axis: "X = CNFs per Service Pipeline"
11498   y-axis: "Y = Number of Service Pipelines"
11499   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11500   layout:
11501     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11502     layout: "plot-service-density"
11503
11504 - type: "plot"
11505   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11506   algorithm: "plot_nf_heatmap"
11507   output-file-type: ".html"
11508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11509   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11510   filter: "'NIC_Intel-XXV710' and
11511            'NF_DENSITY' and
11512            'DOCKER' and
11513            'PIPELINE' and
11514            'NF_VPPIP4' and
11515            'IMIX' and
11516            '4T2C' and
11517            'NDRPDR'"
11518   parameters:
11519   - "throughput"
11520   - "name"
11521   - "tags"
11522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11523   x-axis: "X = CNFs per Service Pipeline"
11524   y-axis: "Y = Number of Service Pipelines"
11525   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11526   layout:
11527     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11528     layout: "plot-service-density"
11529
11530 - type: "plot"
11531   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11532   algorithm: "plot_nf_heatmap"
11533   output-file-type: ".html"
11534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11535   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11536   filter: "'NIC_Intel-XXV710' and
11537            'NF_DENSITY' and
11538            'DOCKER' and
11539            'PIPELINE' and
11540            'NF_VPPIP4' and
11541            'IMIX' and
11542            '8T4C' and
11543            'NDRPDR'"
11544   parameters:
11545   - "throughput"
11546   - "name"
11547   - "tags"
11548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11549   x-axis: "X = CNFs per Service Pipeline"
11550   y-axis: "Y = Number of Service Pipelines"
11551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11552   layout:
11553     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11554     layout: "plot-service-density"
11555
11556 # Plots - NF Density - CSP - PDR IMIX
11557 - type: "plot"
11558   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11559   algorithm: "plot_nf_heatmap"
11560   output-file-type: ".html"
11561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11562   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11563   filter: "'NIC_Intel-XXV710' and
11564            'NF_DENSITY' and
11565            'DOCKER' and
11566            'PIPELINE' and
11567            'NF_VPPIP4' and
11568            'IMIX' and
11569            '2T1C' and
11570            'NDRPDR'"
11571   parameters:
11572   - "throughput"
11573   - "name"
11574   - "tags"
11575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11576   x-axis: "X = CNFs per Service Pipeline"
11577   y-axis: "Y = Number of Service Pipelines"
11578   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11579   layout:
11580     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11581     layout: "plot-service-density"
11582
11583 - type: "plot"
11584   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11585   algorithm: "plot_nf_heatmap"
11586   output-file-type: ".html"
11587   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11588   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11589   filter: "'NIC_Intel-XXV710' and
11590            'NF_DENSITY' and
11591            'DOCKER' and
11592            'PIPELINE' and
11593            'NF_VPPIP4' and
11594            'IMIX' and
11595            '4T2C' and
11596            'NDRPDR'"
11597   parameters:
11598   - "throughput"
11599   - "name"
11600   - "tags"
11601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11602   x-axis: "X = CNFs per Service Pipeline"
11603   y-axis: "Y = Number of Service Pipelines"
11604   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11605   layout:
11606     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11607     layout: "plot-service-density"
11608
11609 - type: "plot"
11610   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11611   algorithm: "plot_nf_heatmap"
11612   output-file-type: ".html"
11613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11614   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11615   filter: "'NIC_Intel-XXV710' and
11616            'NF_DENSITY' and
11617            'DOCKER' and
11618            'PIPELINE' and
11619            'NF_VPPIP4' and
11620            'IMIX' and
11621            '8T4C' and
11622            'NDRPDR'"
11623   parameters:
11624   - "throughput"
11625   - "name"
11626   - "tags"
11627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11628   x-axis: "X = CNFs per Service Pipeline"
11629   y-axis: "Y = Number of Service Pipelines"
11630   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11631   layout:
11632     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11633     layout: "plot-service-density"
11634
11635 ################################################################################
11636
11637 # Packet Throughput
11638
11639 - type: "plot"
11640   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11644   include:
11645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11649   layout:
11650     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11651     layout: "plot-throughput"
11652
11653 - type: "plot"
11654   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11655   algorithm: "plot_perf_box_name"
11656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11658   include:
11659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11663   layout:
11664     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11665     layout: "plot-throughput"
11666
11667 - type: "plot"
11668   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11669   algorithm: "plot_perf_box_name"
11670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11672   include:
11673     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11677   layout:
11678     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11686   include:
11687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11691   layout:
11692     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11700   include:
11701     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11702     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11703     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11704     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11705     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11706   layout:
11707     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11715   include:
11716     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11717     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11718     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11719     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11720     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11721   layout:
11722     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11730   include:
11731     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11732     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11733     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11734     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11735     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11736   layout:
11737     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11745   include:
11746     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11747     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11748     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11749     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11750     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11751   layout:
11752     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11753     layout: "plot-throughput"
11754
11755 - type: "plot"
11756   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11757   algorithm: "plot_perf_box_name"
11758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11760   include:
11761     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11762     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11763     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11764     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11765     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11766   layout:
11767     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11772   algorithm: "plot_perf_box_name"
11773   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11774   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11775   include:
11776     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11777     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11778     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11779     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11780     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11781   layout:
11782     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11783     layout: "plot-throughput"
11784
11785 - type: "plot"
11786   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11787   algorithm: "plot_perf_box_name"
11788   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11790   include:
11791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11797   layout:
11798     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11806   include:
11807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11813   layout:
11814     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11822   include:
11823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11828   layout:
11829     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11837   include:
11838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11843   layout:
11844     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11852   include:
11853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11856   layout:
11857     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11865   include:
11866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11869   layout:
11870     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11878   include:
11879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11884   layout:
11885     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11893   include:
11894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11899   layout:
11900     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11912   layout:
11913     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11921   include:
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11925   layout:
11926     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11934   include:
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11941   layout:
11942     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11957   layout:
11958     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11966   include:
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11973   layout:
11974     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11982   include:
11983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11989   layout:
11990     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11991     layout: "plot-throughput"
11992
11993 - type: "plot"
11994   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11995   algorithm: "plot_perf_box_name"
11996   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11998   include:
11999     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12002   layout:
12003     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12011   include:
12012     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12015   layout:
12016     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12024   include:
12025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12028 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12029 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12030   layout:
12031     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12039   include:
12040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12043 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12044 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12045   layout:
12046     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12047     layout: "plot-throughput"
12048
12049 - type: "plot"
12050   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12051   algorithm: "plot_perf_box_name"
12052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12054   include:
12055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12060   layout:
12061     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12066   algorithm: "plot_perf_box_name"
12067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12069   include:
12070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12075   layout:
12076     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12084   include:
12085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12090   layout:
12091     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12105   layout:
12106     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12114   include:
12115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12121   layout:
12122     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12137   layout:
12138     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12146   include:
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12153   layout:
12154     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12162   include:
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12169   layout:
12170     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12177   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12178   include:
12179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12184   layout:
12185     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12186     layout: "plot-throughput"
12187
12188 - type: "plot"
12189   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12190   algorithm: "plot_perf_box_name"
12191   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12192   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12193   include:
12194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12199   layout:
12200     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12201     layout: "plot-throughput"
12202
12203 - type: "plot"
12204   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12205   algorithm: "plot_perf_box_name"
12206   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12207   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12208   include:
12209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12215   layout:
12216     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12224   include:
12225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12231   layout:
12232     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12239   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12240   include:
12241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12246   layout:
12247     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12255   include:
12256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12261   layout:
12262     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12263     layout: "plot-throughput"
12264
12265 - type: "plot"
12266   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12267   algorithm: "plot_perf_box_name"
12268   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12269   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12270   include:
12271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12277   layout:
12278     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12285   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12286   include:
12287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12293   layout:
12294     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12301   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12302   include:
12303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12308   layout:
12309     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12316   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12317   include:
12318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12323   layout:
12324     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12329   algorithm: "plot_perf_box_name"
12330   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12331   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12332   include:
12333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12339   layout:
12340     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12341     layout: "plot-throughput"
12342
12343 - type: "plot"
12344   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12345   algorithm: "plot_perf_box_name"
12346   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12347   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12348   include:
12349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12355   layout:
12356     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12364   include:
12365     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12367   layout:
12368     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12376   include:
12377     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12379   layout:
12380     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12388   include:
12389     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12393   layout:
12394     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12395     layout: "plot-throughput"
12396
12397 - type: "plot"
12398   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12399   algorithm: "plot_perf_box_name"
12400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12402   include:
12403     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12407   layout:
12408     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12416   include:
12417     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12421   layout:
12422     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12430   include:
12431     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12435   layout:
12436     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12437     layout: "plot-throughput"
12438
12439 - type: "plot"
12440   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12441   algorithm: "plot_perf_box_name"
12442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12444   include:
12445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12449   layout:
12450     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12451     layout: "plot-throughput"
12452
12453 - type: "plot"
12454   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12455   algorithm: "plot_perf_box_name"
12456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12458   include:
12459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12463   layout:
12464     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12469   algorithm: "plot_perf_box_name"
12470   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12471   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12472   include:
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12477   layout:
12478     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12479     layout: "plot-throughput"
12480
12481 - type: "plot"
12482   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12483   algorithm: "plot_perf_box_name"
12484   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12485   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12486   include:
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12491   layout:
12492     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12497   algorithm: "plot_perf_box_name"
12498   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12500   include:
12501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12507   layout:
12508     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12509     layout: "plot-throughput"
12510
12511 - type: "plot"
12512   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12513   algorithm: "plot_perf_box_name"
12514   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12516   include:
12517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12523   layout:
12524     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12532   include:
12533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12538   layout:
12539     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12553   layout:
12554     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12555     layout: "plot-throughput"
12556
12557 - type: "plot"
12558   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12559   algorithm: "plot_perf_box_name"
12560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12562   include:
12563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12568   layout:
12569     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12570     layout: "plot-throughput"
12571
12572 - type: "plot"
12573   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12574   algorithm: "plot_perf_box_name"
12575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12577   include:
12578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12583   layout:
12584     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12585     layout: "plot-throughput"
12586
12587 - type: "plot"
12588   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12589   algorithm: "plot_perf_box_name"
12590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12592   include:
12593     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12596   layout:
12597     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12598     layout: "plot-throughput"
12599
12600 - type: "plot"
12601   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12602   algorithm: "plot_perf_box_name"
12603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12605   include:
12606     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12609   layout:
12610     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12618   include:
12619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12622   layout:
12623     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12631   include:
12632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12650   layout:
12651     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12665   layout:
12666     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12680   layout:
12681     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12695   layout:
12696     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12704   include:
12705     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12710   layout:
12711     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12719   include:
12720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12725   layout:
12726     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12733   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12734   include:
12735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12740   layout:
12741     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12748   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12749   include:
12750     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12751     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12755   layout:
12756     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12757     layout: "plot-throughput"
12758
12759 - type: "plot"
12760   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12761   algorithm: "plot_perf_box_name"
12762   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12763   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12764   include:
12765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12770   layout:
12771     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12779   include:
12780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12785   layout:
12786     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12794   include:
12795     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12796     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12797     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12801   layout:
12802     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12803     layout: "plot-throughput"
12804
12805 - type: "plot"
12806   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12807   algorithm: "plot_perf_box_name"
12808   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12810   include:
12811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12817   layout:
12818     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12826   include:
12827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12831   layout:
12832     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12833     layout: "plot-throughput"
12834
12835 - type: "plot"
12836   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12837   algorithm: "plot_perf_box_name"
12838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12840   include:
12841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12845   layout:
12846     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12847     layout: "plot-throughput"
12848
12849 - type: "plot"
12850   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12851   algorithm: "plot_perf_box_name"
12852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12854   include:
12855     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12856     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12857     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861   layout:
12862     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12863     layout: "plot-throughput"
12864
12865 - type: "plot"
12866   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12867   algorithm: "plot_perf_box_name"
12868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12870   include:
12871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877   layout:
12878     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12886   include:
12887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893   layout:
12894     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902   include:
12903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12909   layout:
12910     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12918   include:
12919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925   layout:
12926     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12934   include:
12935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941   layout:
12942     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12950   include:
12951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957   layout:
12958     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12965   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12966   include:
12967     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973   layout:
12974     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12982   include:
12983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989   layout:
12990     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12997   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12998   include:
12999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005   layout:
13006     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13014   include:
13015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13021   layout:
13022     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13023     layout: "plot-throughput"
13024
13025 - type: "plot"
13026   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13027   algorithm: "plot_perf_box_name"
13028   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13030   include:
13031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13037   layout:
13038     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13039     layout: "plot-throughput"
13040
13041 - type: "plot"
13042   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13043   algorithm: "plot_perf_box_name"
13044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13046   include:
13047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13053   layout:
13054     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13055     layout: "plot-throughput"
13056
13057 - type: "plot"
13058   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13059   algorithm: "plot_perf_box_name"
13060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13062   include:
13063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13069   layout:
13070     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13078   include:
13079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13085   layout:
13086     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13094   include:
13095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13101   layout:
13102     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13110   include:
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13115   layout:
13116     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13124   include:
13125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13129   layout:
13130     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13138   include:
13139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13143   layout:
13144     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13145     layout: "plot-throughput"
13146
13147 - type: "plot"
13148   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13149   algorithm: "plot_perf_box_name"
13150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13152   include:
13153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13157   layout:
13158     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13159     layout: "plot-throughput"
13160
13161 - type: "plot"
13162   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13163   algorithm: "plot_perf_box_name"
13164   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13166   include:
13167     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13173   layout:
13174     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13175     layout: "plot-throughput"
13176
13177 - type: "plot"
13178   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13179   algorithm: "plot_perf_box_name"
13180   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13182   include:
13183     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13189   layout:
13190     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198   include:
13199     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13204   layout:
13205     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13219   layout:
13220     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13221     layout: "plot-throughput"
13222
13223 - type: "plot"
13224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13225   algorithm: "plot_perf_box_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13228   include:
13229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13234   layout:
13235     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13236     layout: "plot-throughput"
13237
13238 - type: "plot"
13239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13240   algorithm: "plot_perf_box_name"
13241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13243   include:
13244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13249   layout:
13250     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13263   layout:
13264     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13265     layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13269   algorithm: "plot_perf_box_name"
13270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13272   include:
13273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13277   layout:
13278     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13279     layout: "plot-throughput"
13280
13281 - type: "plot"
13282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13283   algorithm: "plot_perf_box_name"
13284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13286   include:
13287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13293   layout:
13294     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13309   layout:
13310     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13311     layout: "plot-throughput"
13312
13313 - type: "plot"
13314   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13315   algorithm: "plot_perf_box_name"
13316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13318   include:
13319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13325   layout:
13326     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13327     layout: "plot-throughput"
13328
13329 - type: "plot"
13330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13331   algorithm: "plot_perf_box_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13341   layout:
13342     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13350   include:
13351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13357   layout:
13358     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13366   include:
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13373   layout:
13374     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13382   include:
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13389   layout:
13390     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398   include:
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13405   layout:
13406     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13414   include:
13415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13419   layout:
13420     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13425   algorithm: "plot_perf_box_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13428   include:
13429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13433   layout:
13434     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13435     layout: "plot-throughput"
13436
13437 - type: "plot"
13438   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13439   algorithm: "plot_perf_box_name"
13440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13442   include:
13443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13449   layout:
13450     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13451     layout: "plot-throughput"
13452
13453 - type: "plot"
13454   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13455   algorithm: "plot_perf_box_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13458   include:
13459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13465   layout:
13466     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13467     layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13471   algorithm: "plot_perf_box_name"
13472   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13473   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13474   include:
13475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13481   layout:
13482     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13487   algorithm: "plot_perf_box_name"
13488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13490   include:
13491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13497   layout:
13498     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13499     layout: "plot-throughput"
13500
13501 #- type: "plot"
13502 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13503 #  algorithm: "plot_perf_box_name"
13504 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13505 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13506 #  include:
13507 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13508 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13509 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13510 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13511 #  layout:
13512 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13513 #    layout: "plot-throughput"
13514 #
13515 #- type: "plot"
13516 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13517 #  algorithm: "plot_perf_box_name"
13518 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13519 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13520 #  include:
13521 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13522 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13523 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13524 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13525 #  layout:
13526 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13527 #    layout: "plot-throughput"
13528
13529 - type: "plot"
13530   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13531   algorithm: "plot_perf_box_name"
13532   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13533   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13534   include:
13535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13541   layout:
13542     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13547   algorithm: "plot_perf_box_name"
13548   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13549   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13550   include:
13551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13557   layout:
13558     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13559     layout: "plot-throughput"
13560
13561 #- type: "plot"
13562 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13563 #  algorithm: "plot_perf_box_name"
13564 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13565 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13566 #  include:
13567 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13568 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13570 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13571 #  layout:
13572 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13573 #    layout: "plot-throughput"
13574 #
13575 #- type: "plot"
13576 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13577 #  algorithm: "plot_perf_box_name"
13578 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13579 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13580 #  include:
13581 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13582 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13583 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13584 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13585 #  layout:
13586 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13587 #    layout: "plot-throughput"
13588
13589 - type: "plot"
13590   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13591   algorithm: "plot_perf_box_name"
13592   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13593   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13594   include:
13595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13601   layout:
13602     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13603     layout: "plot-throughput"
13604
13605 - type: "plot"
13606   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13607   algorithm: "plot_perf_box_name"
13608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13610   include:
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13617   layout:
13618     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13619     layout: "plot-throughput"
13620
13621 #- type: "plot"
13622 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13623 #  algorithm: "plot_perf_box_name"
13624 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13625 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13626 #  include:
13627 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13628 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13629 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13630 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13631 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13632 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13633 #  layout:
13634 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13635 #    layout: "plot-throughput"
13636 #
13637 #- type: "plot"
13638 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13639 #  algorithm: "plot_perf_box_name"
13640 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13641 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13642 #  include:
13643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13644 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13645 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13646 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13647 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13648 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13649 #  layout:
13650 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13651 #    layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13658   include:
13659     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13660     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13661     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13662     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13663     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13664     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13665   layout:
13666     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13667     layout: "plot-throughput"
13668
13669 - type: "plot"
13670   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13671   algorithm: "plot_perf_box_name"
13672   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13674   include:
13675     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13676     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13677     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13678     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13679     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13680     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13681   layout:
13682     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13683     layout: "plot-throughput"
13684
13685 - type: "plot"
13686   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13687   algorithm: "plot_perf_box_name"
13688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13690   include:
13691     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13692     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13693     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13694     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13695     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13696     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13697   layout:
13698     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13703   algorithm: "plot_perf_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13706   include:
13707     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13708     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13709     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13710     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13711     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13713   layout:
13714     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13715     layout: "plot-throughput"
13716
13717 - type: "plot"
13718   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13719   algorithm: "plot_perf_box_name"
13720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13722   include:
13723     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13724     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13725     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13726     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13729   layout:
13730     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13731     layout: "plot-throughput"
13732
13733 - type: "plot"
13734   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13735   algorithm: "plot_perf_box_name"
13736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13738   include:
13739     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13740     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13741     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13742     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13743     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13744     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13745   layout:
13746     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13747     layout: "plot-throughput"
13748
13749 - type: "plot"
13750   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13751   algorithm: "plot_perf_box_name"
13752   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13753   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13754   include:
13755     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13756     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13757     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13758     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13759     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13761   layout:
13762     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13763     layout: "plot-throughput"
13764
13765 - type: "plot"
13766   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13767   algorithm: "plot_perf_box_name"
13768   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13769   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13770   include:
13771     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13772     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13773     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13774     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13775     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13776     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13777   layout:
13778     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13779     layout: "plot-throughput"
13780
13781 #- type: "plot"
13782 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13783 #  algorithm: "plot_perf_box_name"
13784 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13785 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13786 #  include:
13787 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13788 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13789 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13790 #  layout:
13791 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13792 #    layout: "plot-throughput"
13793 #
13794 #- type: "plot"
13795 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13796 #  algorithm: "plot_perf_box_name"
13797 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13798 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13799 #  include:
13800 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13801 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13802 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13803 #  layout:
13804 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13805 #    layout: "plot-throughput"
13806
13807 - type: "plot"
13808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13809   algorithm: "plot_perf_box_name"
13810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13812   include:
13813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13818   layout:
13819     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13820     layout: "plot-throughput"
13821
13822 - type: "plot"
13823   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13824   algorithm: "plot_perf_box_name"
13825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827   include:
13828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13835     layout: "plot-throughput"
13836
13837 - type: "plot"
13838   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13839   algorithm: "plot_perf_box_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "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"
13844     - "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"
13845     - "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"
13846     - "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"
13847     - "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"
13848   layout:
13849     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13850     layout: "plot-throughput"
13851
13852 - type: "plot"
13853   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13854   algorithm: "plot_perf_box_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "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"
13859     - "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"
13860     - "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"
13861     - "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"
13862     - "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"
13863   layout:
13864     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13865     layout: "plot-throughput"
13866
13867 - type: "plot"
13868   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13869   algorithm: "plot_perf_box_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13878   layout:
13879     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13880     layout: "plot-throughput"
13881
13882 - type: "plot"
13883   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13884   algorithm: "plot_perf_box_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13893   layout:
13894     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13899   algorithm: "plot_perf_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13908   layout:
13909     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13910     layout: "plot-throughput"
13911
13912 - type: "plot"
13913   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13914   algorithm: "plot_perf_box_name"
13915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13923   layout:
13924     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13925     layout: "plot-throughput"
13926
13927 - type: "plot"
13928   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13929   algorithm: "plot_perf_box_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13932   include:
13933     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13938   layout:
13939     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13940     layout: "plot-throughput"
13941
13942 - type: "plot"
13943   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13944   algorithm: "plot_perf_box_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13947   include:
13948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13953   layout:
13954     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13955     layout: "plot-throughput"
13956
13957 - type: "plot"
13958   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13959   algorithm: "plot_perf_box_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13962   include:
13963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13968   layout:
13969     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13970     layout: "plot-throughput"
13971
13972 - type: "plot"
13973   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13974   algorithm: "plot_perf_box_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13977   include:
13978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13983   layout:
13984     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13985     layout: "plot-throughput"
13986
13987 - type: "plot"
13988   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13989   algorithm: "plot_perf_box_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13997   layout:
13998     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14006   include:
14007     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14011   layout:
14012     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14013     layout: "plot-throughput"
14014
14015 - type: "plot"
14016   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14017   algorithm: "plot_perf_box_name"
14018   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14020   include:
14021     - "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"
14022     - "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"
14023     - "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"
14024     - "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"
14025   layout:
14026     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14027     layout: "plot-throughput"
14028
14029 - type: "plot"
14030   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14031   algorithm: "plot_perf_box_name"
14032   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14034   include:
14035     - "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"
14036     - "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"
14037     - "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"
14038     - "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"
14039   layout:
14040     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14041     layout: "plot-throughput"
14042
14043 - type: "plot"
14044   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14045   algorithm: "plot_perf_box_name"
14046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14048   include:
14049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14055   layout:
14056     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14057     layout: "plot-throughput"
14058
14059 - type: "plot"
14060   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14061   algorithm: "plot_perf_box_name"
14062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14071   layout:
14072     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14073     layout: "plot-throughput"
14074
14075 - type: "plot"
14076   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14077   algorithm: "plot_perf_box_name"
14078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14080   include:
14081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14087   layout:
14088     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14089     layout: "plot-throughput"
14090
14091 - type: "plot"
14092   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14093   algorithm: "plot_perf_box_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14103   layout:
14104     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14105     layout: "plot-throughput"
14106
14107 - type: "plot"
14108   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14109   algorithm: "plot_perf_box_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14112   include:
14113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14119   layout:
14120     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14121     layout: "plot-throughput"
14122
14123 - type: "plot"
14124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14125   algorithm: "plot_perf_box_name"
14126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14128   include:
14129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14135   layout:
14136     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14137     layout: "plot-throughput"
14138
14139 - type: "plot"
14140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14141   algorithm: "plot_perf_box_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14144   include:
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14150   layout:
14151     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14152     layout: "plot-throughput"
14153
14154 - type: "plot"
14155   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14156   algorithm: "plot_perf_box_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14159   include:
14160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14165   layout:
14166     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14167     layout: "plot-throughput"
14168
14169 - type: "plot"
14170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14171   algorithm: "plot_perf_box_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14177   layout:
14178     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14179     layout: "plot-throughput"
14180
14181 - type: "plot"
14182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14183   algorithm: "plot_perf_box_name"
14184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14186   include:
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14189   layout:
14190     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14191     layout: "plot-throughput"
14192
14193 - type: "plot"
14194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14195   algorithm: "plot_perf_box_name"
14196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14198   include:
14199     - "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"
14200     - "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"
14201   layout:
14202     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14203     layout: "plot-throughput"
14204
14205 - type: "plot"
14206   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14207   algorithm: "plot_perf_box_name"
14208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14210   include:
14211     - "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"
14212     - "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"
14213   layout:
14214     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14215     layout: "plot-throughput"
14216
14217 - type: "plot"
14218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14219   algorithm: "plot_perf_box_name"
14220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14225   layout:
14226     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14227     layout: "plot-throughput"
14228
14229 - type: "plot"
14230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14231   algorithm: "plot_perf_box_name"
14232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14237   layout:
14238     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14239     layout: "plot-throughput"
14240
14241 - type: "plot"
14242   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14243   algorithm: "plot_perf_box_name"
14244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14246   include:
14247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14249   layout:
14250     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14251     layout: "plot-throughput"
14252
14253 - type: "plot"
14254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14255   algorithm: "plot_perf_box_name"
14256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14258   include:
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14261   layout:
14262     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14263     layout: "plot-throughput"
14264
14265 - type: "plot"
14266   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14267   algorithm: "plot_perf_box_name"
14268   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14269   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14270   include:
14271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14277   layout:
14278     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14279     layout: "plot-throughput"
14280
14281 - type: "plot"
14282   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14283   algorithm: "plot_perf_box_name"
14284   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14285   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14286   include:
14287     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14293   layout:
14294     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14295     layout: "plot-throughput"
14296
14297 - type: "plot"
14298   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14299   algorithm: "plot_perf_box_name"
14300   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14301   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14302   include:
14303     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14306     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14309   layout:
14310     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14311     layout: "plot-throughput"
14312
14313 - type: "plot"
14314   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14315   algorithm: "plot_perf_box_name"
14316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14318   include:
14319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14321     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14325   layout:
14326     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14327     layout: "plot-throughput"
14328
14329 #- type: "plot"
14330 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14331 #  algorithm: "plot_perf_box_name"
14332 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14333 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14334 #  include:
14335 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14336 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14337 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14341 #  layout:
14342 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14343 #    layout: "plot-throughput"
14344 #
14345 #- type: "plot"
14346 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14347 #  algorithm: "plot_perf_box_name"
14348 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14349 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14350 #  include:
14351 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14352 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14353 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14354 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14355 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14356 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14357 #  layout:
14358 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14359 #    layout: "plot-throughput"
14360
14361 - type: "plot"
14362   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14363   algorithm: "plot_perf_box_name"
14364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14366   include:
14367     - "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"
14368     - "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"
14369     - "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"
14370     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14371     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14372     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14373   layout:
14374     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14375     layout: "plot-throughput"
14376
14377 - type: "plot"
14378   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14379   algorithm: "plot_perf_box_name"
14380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14382   include:
14383     - "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"
14384     - "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"
14385     - "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"
14386     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14387     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14388     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14389   layout:
14390     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14391     layout: "plot-throughput"
14392
14393 ################################################################################
14394
14395 # Packet Speedup
14396
14397 - type: "plot"
14398   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14399   algorithm: "plot_tsa_name"
14400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14402   include:
14403     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14405     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14406     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14407   layout:
14408     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 - type: "plot"
14412   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14413   algorithm: "plot_tsa_name"
14414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14416   include:
14417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14419     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14420     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14421   layout:
14422     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14423     layout: "plot-throughput-speedup-analysis"
14424
14425 - type: "plot"
14426   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14427   algorithm: "plot_tsa_name"
14428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14430   include:
14431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14433     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14434     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14435   layout:
14436     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 - type: "plot"
14440   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14441   algorithm: "plot_tsa_name"
14442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14444   include:
14445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14447     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14448     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14449   layout:
14450     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14458   include:
14459     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14460     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14461     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14462     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14463     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14464   layout:
14465     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14466     layout: "plot-throughput-speedup-analysis"
14467
14468 - type: "plot"
14469   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14470   algorithm: "plot_tsa_name"
14471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14473   include:
14474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14475     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14476     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14477     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14478     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14479   layout:
14480     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14481     layout: "plot-throughput-speedup-analysis"
14482
14483 - type: "plot"
14484   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14485   algorithm: "plot_tsa_name"
14486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14488   include:
14489     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14490     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14491     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14492     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14493     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14494   layout:
14495     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14505     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14506     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14507     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14508     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14509   layout:
14510     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14525   layout:
14526     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14534   include:
14535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14541   layout:
14542     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14556   layout:
14557     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14571   layout:
14572     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14584   layout:
14585     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14597   layout:
14598     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14612   layout:
14613     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14627   layout:
14628     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14640   layout:
14641     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14653   layout:
14654     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14662   include:
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14669   layout:
14670     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14671     layout: "plot-throughput-speedup-analysis"
14672
14673 - type: "plot"
14674   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14678   include:
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14685   layout:
14686     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14687     layout: "plot-throughput-speedup-analysis"
14688
14689 - type: "plot"
14690   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14691   algorithm: "plot_tsa_name"
14692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14694   include:
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14701   layout:
14702     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14710   include:
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14717   layout:
14718     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14726   include:
14727     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14730   layout:
14731     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14739   include:
14740     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14743   layout:
14744     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14752   include:
14753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14756 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14757 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14758   layout:
14759     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14760     layout: "plot-throughput-speedup-analysis"
14761
14762 - type: "plot"
14763   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14764   algorithm: "plot_tsa_name"
14765   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14767   include:
14768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14771 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14772 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14773   layout:
14774     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14782   include:
14783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14788   layout:
14789     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14797   include:
14798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14803   layout:
14804     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14805     layout: "plot-throughput-speedup-analysis"
14806
14807 - type: "plot"
14808   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14809   algorithm: "plot_tsa_name"
14810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14812   include:
14813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14818   layout:
14819     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14827   include:
14828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14833   layout:
14834     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14835     layout: "plot-throughput-speedup-analysis"
14836
14837 - type: "plot"
14838   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14839   algorithm: "plot_tsa_name"
14840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14842   include:
14843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14849   layout:
14850     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14851     layout: "plot-throughput-speedup-analysis"
14852
14853 - type: "plot"
14854   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14855   algorithm: "plot_tsa_name"
14856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14858   include:
14859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14863     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14865   layout:
14866     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14874   include:
14875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14877     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14878     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14881   layout:
14882     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14883     layout: "plot-throughput-speedup-analysis"
14884
14885 - type: "plot"
14886   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14887   algorithm: "plot_tsa_name"
14888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14890   include:
14891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14892     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14893     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14897   layout:
14898     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14906   include:
14907     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14908     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14909   layout:
14910     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14911     layout: "plot-throughput-speedup-analysis"
14912
14913 - type: "plot"
14914   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14915   algorithm: "plot_tsa_name"
14916   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14918   include:
14919     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14921   layout:
14922     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14930   include:
14931     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14935   layout:
14936     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14949   layout:
14950     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14958   include:
14959     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14963   layout:
14964     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14965     layout: "plot-throughput-speedup-analysis"
14966
14967 - type: "plot"
14968   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14969   algorithm: "plot_tsa_name"
14970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14972   include:
14973     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14977   layout:
14978     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14986   include:
14987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14993   layout:
14994     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15009   layout:
15010     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15011     layout: "plot-throughput-speedup-analysis"
15012
15013 - type: "plot"
15014   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15015   algorithm: "plot_tsa_name"
15016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15018   include:
15019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15024   layout:
15025     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15026     layout: "plot-throughput-speedup-analysis"
15027
15028 - type: "plot"
15029   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15030   algorithm: "plot_tsa_name"
15031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15033   include:
15034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15039   layout:
15040     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15041     layout: "plot-throughput-speedup-analysis"
15042
15043 - type: "plot"
15044   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15045   algorithm: "plot_tsa_name"
15046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15048   include:
15049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15054   layout:
15055     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15056     layout: "plot-throughput-speedup-analysis"
15057
15058 - type: "plot"
15059   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15060   algorithm: "plot_tsa_name"
15061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15063   include:
15064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15069   layout:
15070     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15071     layout: "plot-throughput-speedup-analysis"
15072
15073 - type: "plot"
15074   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15075   algorithm: "plot_tsa_name"
15076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15078   include:
15079     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15080     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15082   layout:
15083     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15091   include:
15092     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15095   layout:
15096     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15104   include:
15105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15108   layout:
15109     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15121   layout:
15122     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15130   include:
15131     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15136   layout:
15137     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15145   include:
15146     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15151   layout:
15152     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15166   layout:
15167     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15181   layout:
15182     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15190   include:
15191     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15192     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15193     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15194     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15195     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15196     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15197   layout:
15198     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15206   include:
15207     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15208     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15209     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15210     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15211     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15212     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15213   layout:
15214     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15222   include:
15223     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15224     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15225     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15226     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15227   layout:
15228     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15236   include:
15237     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15238     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15239     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15240     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15241   layout:
15242     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15250   include:
15251     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15252     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15253     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15254     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15255     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15256     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15257   layout:
15258     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15268     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15269     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15270     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15271     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15272     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15273   layout:
15274     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15282   include:
15283     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15284     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15285     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15286     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15288     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15289   layout:
15290     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15298   include:
15299     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15300     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15301     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15302     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15303     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15304     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15305   layout:
15306     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15314   include:
15315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15321   layout:
15322     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15323     layout: "plot-throughput-speedup-analysis"
15324
15325 - type: "plot"
15326   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15327   algorithm: "plot_tsa_name"
15328   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15330   include:
15331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15337   layout:
15338     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15339     layout: "plot-throughput-speedup-analysis"
15340
15341 - type: "plot"
15342   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15343   algorithm: "plot_tsa_name"
15344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15346   include:
15347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15353   layout:
15354     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15362   include:
15363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15369   layout:
15370     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15371     layout: "plot-throughput-speedup-analysis"
15372
15373 - type: "plot"
15374   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15375   algorithm: "plot_tsa_name"
15376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15378   include:
15379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15385   layout:
15386     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 - type: "plot"
15390   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15391   algorithm: "plot_tsa_name"
15392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15394   include:
15395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15401   layout:
15402     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15403     layout: "plot-throughput-speedup-analysis"
15404
15405 - type: "plot"
15406   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15407   algorithm: "plot_tsa_name"
15408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15410   include:
15411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15415   layout:
15416     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15424   include:
15425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15429   layout:
15430     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15431     layout: "plot-throughput-speedup-analysis"
15432
15433 - type: "plot"
15434   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15435   algorithm: "plot_tsa_name"
15436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15438   include:
15439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15443   layout:
15444     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15445     layout: "plot-throughput-speedup-analysis"
15446
15447 - type: "plot"
15448   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15449   algorithm: "plot_tsa_name"
15450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15452   include:
15453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15457   layout:
15458     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15459     layout: "plot-throughput-speedup-analysis"
15460
15461 - type: "plot"
15462   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15463   algorithm: "plot_tsa_name"
15464   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15466   include:
15467     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15469     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15470     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15473   layout:
15474     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15475     layout: "plot-throughput-speedup-analysis"
15476
15477 - type: "plot"
15478   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15479   algorithm: "plot_tsa_name"
15480   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15482   include:
15483     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15484     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15489   layout:
15490     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15498   include:
15499     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15504   layout:
15505     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15519   layout:
15520     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15528   include:
15529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15534   layout:
15535     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15536     layout: "plot-throughput-speedup-analysis"
15537
15538 - type: "plot"
15539   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15540   algorithm: "plot_tsa_name"
15541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15543   include:
15544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15549   layout:
15550     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15558   include:
15559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15563   layout:
15564     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 - type: "plot"
15568   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15569   algorithm: "plot_tsa_name"
15570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15572   include:
15573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15577   layout:
15578     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 - type: "plot"
15582   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15583   algorithm: "plot_tsa_name"
15584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15586   include:
15587     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15593   layout:
15594     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15602   include:
15603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15609   layout:
15610     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15611     layout: "plot-throughput-speedup-analysis"
15612
15613 - type: "plot"
15614   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15615   algorithm: "plot_tsa_name"
15616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15618   include:
15619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15625   layout:
15626     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15627     layout: "plot-throughput-speedup-analysis"
15628
15629 - type: "plot"
15630   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15631   algorithm: "plot_tsa_name"
15632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15634   include:
15635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15641   layout:
15642     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15650   include:
15651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15657   layout:
15658     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15666   include:
15667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15673   layout:
15674     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15682   include:
15683     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15684     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15685     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15686     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15687     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15688     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15689   layout:
15690     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15698   include:
15699     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15700     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15701     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15702     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15703     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15704     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15705   layout:
15706     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15714   include:
15715     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15716     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15717     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15718     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15719     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15720     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15721   layout:
15722     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15723     layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15730   include:
15731     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15732     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15733     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15734     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15735     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15736     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15737   layout:
15738     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15746   include:
15747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15752   layout:
15753     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15754     layout: "plot-throughput-speedup-analysis"
15755
15756 - type: "plot"
15757   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15758   algorithm: "plot_tsa_name"
15759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15761   include:
15762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15767   layout:
15768     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15776   include:
15777     - "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"
15778     - "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"
15779     - "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"
15780     - "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"
15781     - "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"
15782   layout:
15783     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15791   include:
15792     - "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"
15793     - "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"
15794     - "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"
15795     - "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"
15796     - "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"
15797   layout:
15798     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15799     layout: "plot-throughput-speedup-analysis"
15800
15801 - type: "plot"
15802   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15803   algorithm: "plot_tsa_name"
15804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15806   include:
15807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15812   layout:
15813     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15821   include:
15822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15827   layout:
15828     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15829     layout: "plot-throughput-speedup-analysis"
15830
15831 - type: "plot"
15832   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15833   algorithm: "plot_tsa_name"
15834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15836   include:
15837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15842   layout:
15843     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15844     layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15851   include:
15852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15857   layout:
15858     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15866   include:
15867     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15868     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15869     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15870     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15871     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15872   layout:
15873     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15881   include:
15882     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15886     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15887   layout:
15888     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15896   include:
15897     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15901     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15902   layout:
15903     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15904     layout: "plot-throughput-speedup-analysis"
15905
15906 - type: "plot"
15907   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15908   algorithm: "plot_tsa_name"
15909   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15911   include:
15912     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15913     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15914     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15916     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15917   layout:
15918     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15919     layout: "plot-throughput-speedup-analysis"
15920
15921 - type: "plot"
15922   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15923   algorithm: "plot_tsa_name"
15924   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15926   include:
15927     - "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"
15928     - "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"
15929     - "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"
15930     - "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"
15931   layout:
15932     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 - type: "plot"
15936   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15937   algorithm: "plot_tsa_name"
15938   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15940   include:
15941     - "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"
15942     - "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"
15943     - "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"
15944     - "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"
15945   layout:
15946     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15954   include:
15955     - "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"
15956     - "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"
15957     - "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"
15958     - "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"
15959   layout:
15960     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15968   include:
15969     - "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"
15970     - "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"
15971     - "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"
15972     - "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"
15973   layout:
15974     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15982   include:
15983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15989   layout:
15990     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15998   include:
15999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16005   layout:
16006     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16007     layout: "plot-throughput-speedup-analysis"
16008
16009 - type: "plot"
16010   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16011   algorithm: "plot_tsa_name"
16012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16014   include:
16015     - "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"
16016     - "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"
16017     - "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"
16018     - "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"
16019     - "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"
16020     - "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"
16021   layout:
16022     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16023     layout: "plot-throughput-speedup-analysis"
16024
16025 - type: "plot"
16026   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16027   algorithm: "plot_tsa_name"
16028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16030   include:
16031     - "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"
16032     - "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"
16033     - "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"
16034     - "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"
16035     - "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"
16036     - "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"
16037   layout:
16038     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16039     layout: "plot-throughput-speedup-analysis"
16040
16041 - type: "plot"
16042   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16043   algorithm: "plot_tsa_name"
16044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16046   include:
16047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16053   layout:
16054     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16055     layout: "plot-throughput-speedup-analysis"
16056
16057 - type: "plot"
16058   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16059   algorithm: "plot_tsa_name"
16060   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16062   include:
16063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16069   layout:
16070     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16078   include:
16079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16084   layout:
16085     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16093   include:
16094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16099   layout:
16100     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16108   include:
16109     - "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"
16110     - "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"
16111   layout:
16112     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16113     layout: "plot-throughput-speedup-analysis"
16114
16115 - type: "plot"
16116   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16117   algorithm: "plot_tsa_name"
16118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16120   include:
16121     - "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"
16122     - "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"
16123   layout:
16124     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16125     layout: "plot-throughput-speedup-analysis"
16126
16127 - type: "plot"
16128   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16129   algorithm: "plot_tsa_name"
16130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16132   include:
16133     - "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"
16134     - "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"
16135   layout:
16136     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16144   include:
16145     - "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"
16146     - "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"
16147   layout:
16148     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16156   include:
16157     - "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"
16158     - "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"
16159     - "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"
16160     - "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"
16161     - "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"
16162     - "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"
16163   layout:
16164     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16172   include:
16173     - "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"
16174     - "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"
16175     - "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"
16176     - "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"
16177     - "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"
16178     - "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"
16179   layout:
16180     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16188   include:
16189     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16190     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16191     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16192     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16193     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16194   layout:
16195     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16203   include:
16204     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16205     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16206     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16207     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16208     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16209   layout:
16210     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16218   include:
16219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16224   layout:
16225     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16233   include:
16234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16239   layout:
16240     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 - type: "plot"
16244   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16245   algorithm: "plot_tsa_name"
16246   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16247   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16248   include:
16249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16255   layout:
16256     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16264   include:
16265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16271   layout:
16272     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16273     layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16280   include:
16281     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16285   layout:
16286     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16287     layout: "plot-throughput-speedup-analysis"
16288
16289 - type: "plot"
16290   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16291   algorithm: "plot_tsa_name"
16292   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16293   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16294   include:
16295     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16299   layout:
16300     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16301     layout: "plot-throughput-speedup-analysis"
16302
16303 - type: "plot"
16304   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16305   algorithm: "plot_tsa_name"
16306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16308   include:
16309     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16314   layout:
16315     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16323   include:
16324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16329   layout:
16330     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16338   include:
16339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16340     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16341     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16342     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16343     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16344     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16345   layout:
16346     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16354   include:
16355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16356     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16357     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16358     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16359     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16360     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16361   layout:
16362     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16370   include:
16371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16374     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16375   layout:
16376     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16377     layout: "plot-throughput-speedup-analysis"
16378
16379 - type: "plot"
16380   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16381   algorithm: "plot_tsa_name"
16382   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16383   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16384   include:
16385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16388     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16389   layout:
16390     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16391     layout: "plot-throughput-speedup-analysis"
16392
16393 - type: "plot"
16394   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16395   algorithm: "plot_tsa_name"
16396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16398   include:
16399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16405   layout:
16406     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16407     layout: "plot-throughput-speedup-analysis"
16408
16409 - type: "plot"
16410   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16411   algorithm: "plot_tsa_name"
16412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16414   include:
16415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16421   layout:
16422     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16423     layout: "plot-throughput-speedup-analysis"
16424
16425 - type: "plot"
16426   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16427   algorithm: "plot_tsa_name"
16428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16430   include:
16431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16437   layout:
16438     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16439     layout: "plot-throughput-speedup-analysis"
16440
16441 - type: "plot"
16442   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16443   algorithm: "plot_tsa_name"
16444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16446   include:
16447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16453   layout:
16454     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16455     layout: "plot-throughput-speedup-analysis"
16456
16457 - type: "plot"
16458   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16459   algorithm: "plot_tsa_name"
16460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16461   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16462   include:
16463     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16464     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16465     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16466     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16467     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16468     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16469   layout:
16470     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16471     layout: "plot-throughput-speedup-analysis"
16472
16473 - type: "plot"
16474   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16475   algorithm: "plot_tsa_name"
16476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16478   include:
16479     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16480     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16481     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16482     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16483     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16484     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16485   layout:
16486     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16487     layout: "plot-throughput-speedup-analysis"
16488
16489 - type: "plot"
16490   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16491   algorithm: "plot_tsa_name"
16492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16494   include:
16495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16497     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16498     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16499     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16500     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16501   layout:
16502     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16503     layout: "plot-throughput-speedup-analysis"
16504
16505 - type: "plot"
16506   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16507   algorithm: "plot_tsa_name"
16508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16510   include:
16511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16512     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16517   layout:
16518     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16526   include:
16527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16533   layout:
16534     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16535     layout: "plot-throughput-speedup-analysis"
16536
16537 - type: "plot"
16538   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16539   algorithm: "plot_tsa_name"
16540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16542   include:
16543     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16544     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16545     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16546     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16547     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16549   layout:
16550     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 #- type: "plot"
16554 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16555 #  algorithm: "plot_tsa_name"
16556 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16557 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16558 #  include:
16559 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16560 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16561 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16562 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16563 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16564 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16565 #  layout:
16566 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16567 #    layout: "plot-throughput-speedup-analysis"
16568 #
16569 #- type: "plot"
16570 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16571 #  algorithm: "plot_tsa_name"
16572 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16573 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16574 #  include:
16575 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16576 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16577 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16578 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16579 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16580 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16581 #  layout:
16582 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16583 #    layout: "plot-throughput-speedup-analysis"
16584
16585 - type: "plot"
16586   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16587   algorithm: "plot_tsa_name"
16588   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16589   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16590   include:
16591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16596   layout:
16597     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16598     layout: "plot-throughput-speedup-analysis"
16599
16600 - type: "plot"
16601   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16602   algorithm: "plot_tsa_name"
16603   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16604   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16605   include:
16606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16611   layout:
16612     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16613     layout: "plot-throughput-speedup-analysis"
16614
16615 - type: "plot"
16616   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16617   algorithm: "plot_tsa_name"
16618   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16619   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16620   include:
16621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16627   layout:
16628     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16629     layout: "plot-throughput-speedup-analysis"
16630
16631 - type: "plot"
16632   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16633   algorithm: "plot_tsa_name"
16634   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16635   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16636   include:
16637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16643   layout:
16644     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16645     layout: "plot-throughput-speedup-analysis"
16646
16647 - type: "plot"
16648   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16649   algorithm: "plot_tsa_name"
16650   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16651   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16652   include:
16653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16658   layout:
16659     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16660     layout: "plot-throughput-speedup-analysis"
16661
16662 - type: "plot"
16663   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16664   algorithm: "plot_tsa_name"
16665   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16666   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16667   include:
16668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16673   layout:
16674     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16675     layout: "plot-throughput-speedup-analysis"
16676
16677 #- type: "plot"
16678 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16679 #  algorithm: "plot_tsa_name"
16680 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16681 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16682 #  include:
16683 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16684 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16685 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16686 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16687 #  layout:
16688 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16689 #    layout: "plot-throughput-speedup-analysis"
16690 #
16691 #- type: "plot"
16692 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16693 #  algorithm: "plot_tsa_name"
16694 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16695 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16696 #  include:
16697 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16698 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16699 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16700 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16701 #  layout:
16702 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16703 #    layout: "plot-throughput-speedup-analysis"
16704
16705 - type: "plot"
16706   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16707   algorithm: "plot_tsa_name"
16708   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16709   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16710   include:
16711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16717   layout:
16718     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 - type: "plot"
16722   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16723   algorithm: "plot_tsa_name"
16724   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16725   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16726   include:
16727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16733   layout:
16734     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16735     layout: "plot-throughput-speedup-analysis"
16736
16737 - type: "plot"
16738   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16739   algorithm: "plot_tsa_name"
16740   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16741   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16742   include:
16743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16748   layout:
16749     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16750     layout: "plot-throughput-speedup-analysis"
16751
16752 - type: "plot"
16753   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16754   algorithm: "plot_tsa_name"
16755   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16756   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16757   include:
16758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16763   layout:
16764     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16765     layout: "plot-throughput-speedup-analysis"
16766
16767 - type: "plot"
16768   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16769   algorithm: "plot_tsa_name"
16770   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16771   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16772   include:
16773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16779   layout:
16780     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16781     layout: "plot-throughput-speedup-analysis"
16782
16783 - type: "plot"
16784   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16785   algorithm: "plot_tsa_name"
16786   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16787   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16788   include:
16789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16795   layout:
16796     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16797     layout: "plot-throughput-speedup-analysis"
16798
16799 - type: "plot"
16800   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16801   algorithm: "plot_tsa_name"
16802   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16803   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16804   include:
16805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16809   layout:
16810     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16811     layout: "plot-throughput-speedup-analysis"
16812
16813 - type: "plot"
16814   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16815   algorithm: "plot_tsa_name"
16816   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16817   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16818   include:
16819     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16823   layout:
16824     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16825     layout: "plot-throughput-speedup-analysis"
16826
16827 - type: "plot"
16828   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16829   algorithm: "plot_tsa_name"
16830   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16831   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16832   include:
16833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16838   layout:
16839     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16840     layout: "plot-throughput-speedup-analysis"
16841
16842 - type: "plot"
16843   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16844   algorithm: "plot_tsa_name"
16845   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16846   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16847   include:
16848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16853   layout:
16854     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16855     layout: "plot-throughput-speedup-analysis"
16856
16857 - type: "plot"
16858   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16859   algorithm: "plot_tsa_name"
16860   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16861   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16862   include:
16863     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16864     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16865     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16866     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16867     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16868     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16869   layout:
16870     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16871     layout: "plot-throughput-speedup-analysis"
16872
16873 - type: "plot"
16874   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16875   algorithm: "plot_tsa_name"
16876   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16877   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16878   include:
16879     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16880     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16881     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16882     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16883     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16884     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16885   layout:
16886     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16887     layout: "plot-throughput-speedup-analysis"
16888
16889 #- type: "plot"
16890 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16891 #  algorithm: "plot_tsa_name"
16892 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16893 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16894 #  include:
16895 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16896 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16897 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16898 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16899 #  layout:
16900 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16901 #    layout: "plot-throughput-speedup-analysis"
16902 #
16903 #- type: "plot"
16904 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16905 #  algorithm: "plot_tsa_name"
16906 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16907 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16908 #  include:
16909 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16910 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16911 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16912 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16913 #  layout:
16914 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16915 #    layout: "plot-throughput-speedup-analysis"
16916
16917 - type: "plot"
16918   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16919   algorithm: "plot_tsa_name"
16920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16922   include:
16923     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16924     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16925     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16926     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16929   layout:
16930     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16931     layout: "plot-throughput-speedup-analysis"
16932
16933 - type: "plot"
16934   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16935   algorithm: "plot_tsa_name"
16936   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16937   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16938   include:
16939     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16940     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16941     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16942     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16945   layout:
16946     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16947     layout: "plot-throughput-speedup-analysis"
16948
16949 #- type: "plot"
16950 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16951 #  algorithm: "plot_tsa_name"
16952 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16953 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16954 #  include:
16955 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16956 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16957 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16958 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16959 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16960 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16961 #  layout:
16962 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16963 #    layout: "plot-throughput-speedup-analysis"
16964 #
16965 #- type: "plot"
16966 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16967 #  algorithm: "plot_tsa_name"
16968 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16969 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16970 #  include:
16971 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16972 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16973 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16974 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16975 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16976 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16977 #  layout:
16978 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16979 #    layout: "plot-throughput-speedup-analysis"
16980
16981 #- type: "plot"
16982 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16983 #  algorithm: "plot_tsa_name"
16984 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16985 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16986 #  include:
16987 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16988 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16989 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16990 #  layout:
16991 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16992 #    layout: "plot-throughput-speedup-analysis"
16993 #
16994 #- type: "plot"
16995 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16996 #  algorithm: "plot_tsa_name"
16997 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16998 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16999 #  include:
17000 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17001 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17002 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17003 #  layout:
17004 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17005 #    layout: "plot-throughput-speedup-analysis"
17006
17007 ################################################################################
17008
17009 # Packet Throughput - DPDK
17010
17011 # 2n-skx-xxv710
17012
17013 - type: "plot"
17014   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17015   algorithm: "plot_perf_box_name"
17016   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17017   data: "plot-dpdk-throughput-latency-2n-skx"
17018   include:
17019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17020     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17021   layout:
17022     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17023     layout: "plot-throughput"
17024
17025 - type: "plot"
17026   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17027   algorithm: "plot_perf_box_name"
17028   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17029   data: "plot-dpdk-throughput-latency-2n-skx"
17030   include:
17031     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17032     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17033   layout:
17034     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17039   algorithm: "plot_perf_box_name"
17040   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17041   data: "plot-dpdk-throughput-latency-2n-skx"
17042   include:
17043     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17044     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17045   layout:
17046     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17047     layout: "plot-throughput"
17048
17049 - type: "plot"
17050   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17051   algorithm: "plot_perf_box_name"
17052   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17053   data: "plot-dpdk-throughput-latency-2n-skx"
17054   include:
17055     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17056     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17057   layout:
17058     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17059     layout: "plot-throughput"
17060
17061 # 2n-skx-x710
17062
17063 - type: "plot"
17064   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17065   algorithm: "plot_perf_box_name"
17066   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17067   data: "plot-dpdk-throughput-latency-2n-skx"
17068   include:
17069     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17070     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17071   layout:
17072     title: "2n-skx-x710-64b-2t1c-base-ndr"
17073     layout: "plot-throughput"
17074
17075 - type: "plot"
17076   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17077   algorithm: "plot_perf_box_name"
17078   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17079   data: "plot-dpdk-throughput-latency-2n-skx"
17080   include:
17081     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17082     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17083   layout:
17084     title: "2n-skx-x710-64b-4t2c-base-ndr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17091   data: "plot-dpdk-throughput-latency-2n-skx"
17092   include:
17093     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17094     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17095   layout:
17096     title: "2n-skx-x710-64b-2t1c-base-pdr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17103   data: "plot-dpdk-throughput-latency-2n-skx"
17104   include:
17105     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17106     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17107   layout:
17108     title: "2n-skx-x710-64b-4t2c-base-pdr"
17109     layout: "plot-throughput"
17110
17111 # 3n-skx-xxv710
17112
17113 - type: "plot"
17114   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17117   data: "plot-dpdk-throughput-latency-3n-skx"
17118   include:
17119     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17120     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17121   layout:
17122     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17123     layout: "plot-throughput"
17124
17125 - type: "plot"
17126   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17129   data: "plot-dpdk-throughput-latency-3n-skx"
17130   include:
17131     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17132     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17133   layout:
17134     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17141   data: "plot-dpdk-throughput-latency-3n-skx"
17142   include:
17143     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17144     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17145   layout:
17146     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17153   data: "plot-dpdk-throughput-latency-3n-skx"
17154   include:
17155     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17156     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17157   layout:
17158     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17159     layout: "plot-throughput"
17160
17161 # 3n-skx-x710
17162
17163 - type: "plot"
17164   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17167   data: "plot-dpdk-throughput-latency-3n-skx"
17168   include:
17169     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17170     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17171   layout:
17172     title: "3n-skx-x710-64b-2t1c-base-ndr"
17173     layout: "plot-throughput"
17174
17175 - type: "plot"
17176   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17177   algorithm: "plot_perf_box_name"
17178   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17179   data: "plot-dpdk-throughput-latency-3n-skx"
17180   include:
17181     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17182     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17183   layout:
17184     title: "3n-skx-x710-64b-4t2c-base-ndr"
17185     layout: "plot-throughput"
17186
17187 - type: "plot"
17188   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17189   algorithm: "plot_perf_box_name"
17190   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17191   data: "plot-dpdk-throughput-latency-3n-skx"
17192   include:
17193     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17194     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17195   layout:
17196     title: "3n-skx-x710-64b-2t1c-base-pdr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17203   data: "plot-dpdk-throughput-latency-3n-skx"
17204   include:
17205     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17206     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17207   layout:
17208     title: "3n-skx-x710-64b-4t2c-base-pdr"
17209     layout: "plot-throughput"
17210
17211 # 3n-hsw-xl710
17212
17213 - type: "plot"
17214   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17215   algorithm: "plot_perf_box_name"
17216   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17217   data: "plot-dpdk-throughput-latency-3n-hsw"
17218   include:
17219     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17220     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17221   layout:
17222     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17229   data: "plot-dpdk-throughput-latency-3n-hsw"
17230   include:
17231     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17232     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17233   layout:
17234     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17241   data: "plot-dpdk-throughput-latency-3n-hsw"
17242   include:
17243     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17244     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17245   layout:
17246     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17253   data: "plot-dpdk-throughput-latency-3n-hsw"
17254   include:
17255     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17256     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17257   layout:
17258     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17259     layout: "plot-throughput"
17260
17261 # 3n-hsw-x710
17262
17263 - type: "plot"
17264   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17265   algorithm: "plot_perf_box_name"
17266   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17267   data: "plot-dpdk-throughput-latency-3n-hsw"
17268   include:
17269     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17270     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17271   layout:
17272     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17273     layout: "plot-throughput"
17274
17275 - type: "plot"
17276   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17277   algorithm: "plot_perf_box_name"
17278   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17279   data: "plot-dpdk-throughput-latency-3n-hsw"
17280   include:
17281     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17282     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17283   layout:
17284     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17291   data: "plot-dpdk-throughput-latency-3n-hsw"
17292   include:
17293     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17294     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17295   layout:
17296     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17303   data: "plot-dpdk-throughput-latency-3n-hsw"
17304   include:
17305     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17306     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17307   layout:
17308     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17309     layout: "plot-throughput"
17310
17311 # 2n-dnv-x553
17312
17313 - type: "plot"
17314   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17317   data: "plot-dpdk-throughput-latency-2n-dnv"
17318   include:
17319     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17320     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17321   layout:
17322     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17323     layout: "plot-throughput"
17324
17325 - type: "plot"
17326   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17329   data: "plot-dpdk-throughput-latency-2n-dnv"
17330   include:
17331     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17332     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17333   layout:
17334     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17341   data: "plot-dpdk-throughput-latency-2n-dnv"
17342   include:
17343     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17344     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17345   layout:
17346     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17353   data: "plot-dpdk-throughput-latency-2n-dnv"
17354   include:
17355     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17356     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17357   layout:
17358     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17359     layout: "plot-throughput"
17360
17361 # 3n-dnv-x553
17362
17363 - type: "plot"
17364   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17367   data: "plot-dpdk-throughput-latency-3n-dnv"
17368   include:
17369     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17370     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17371   layout:
17372     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17379   data: "plot-dpdk-throughput-latency-3n-dnv"
17380   include:
17381     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17382     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17383   layout:
17384     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17391   data: "plot-dpdk-throughput-latency-3n-dnv"
17392   include:
17393     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17394     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17395   layout:
17396     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17403   data: "plot-dpdk-throughput-latency-3n-dnv"
17404   include:
17405     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17406     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17407   layout:
17408     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17409     layout: "plot-throughput"
17410
17411 # 3n-tsh-x520
17412
17413 - type: "plot"
17414   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17415   algorithm: "plot_perf_box_name"
17416   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17417   data: "plot-dpdk-throughput-latency-3n-tsh"
17418   include:
17419     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17420     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17421   layout:
17422     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17423     layout: "plot-throughput"
17424
17425 - type: "plot"
17426   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17427   algorithm: "plot_perf_box_name"
17428   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17429   data: "plot-dpdk-throughput-latency-3n-tsh"
17430   include:
17431     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17432     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17433   layout:
17434     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17441   data: "plot-dpdk-throughput-latency-3n-tsh"
17442   include:
17443     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17444     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17445   layout:
17446     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17453   data: "plot-dpdk-throughput-latency-3n-tsh"
17454   include:
17455     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17456     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17457   layout:
17458     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17459     layout: "plot-throughput"
17460
17461 ################################################################################
17462 ###   2n-clx                                                                 ###
17463 ################################################################################
17464
17465 # Packet Throughput
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17475     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17476     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17477   layout:
17478     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17479     layout: "plot-throughput"
17480
17481 - type: "plot"
17482   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17491   layout:
17492     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17505   layout:
17506     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17507     layout: "plot-throughput"
17508
17509 - type: "plot"
17510   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17511   algorithm: "plot_perf_box_name"
17512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17514   include:
17515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17519   layout:
17520     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17521     layout: "plot-throughput"
17522
17523 - type: "plot"
17524   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17528   include:
17529     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17530     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17531     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17532     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17533   layout:
17534     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17542   include:
17543     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17544     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17545     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17546     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17547   layout:
17548     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17549     layout: "plot-throughput"
17550
17551 - type: "plot"
17552   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17553   algorithm: "plot_perf_box_name"
17554   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17556   include:
17557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17563   layout:
17564     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17565     layout: "plot-throughput"
17566
17567 - type: "plot"
17568   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17569   algorithm: "plot_perf_box_name"
17570   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17572   include:
17573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17574     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17578   layout:
17579     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17580     layout: "plot-throughput"
17581
17582 - type: "plot"
17583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17584   algorithm: "plot_perf_box_name"
17585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17587   include:
17588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17592   layout:
17593     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17606   layout:
17607     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17608     layout: "plot-throughput"
17609
17610 - type: "plot"
17611   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17612   algorithm: "plot_perf_box_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17619   layout:
17620     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17621     layout: "plot-throughput"
17622
17623 - type: "plot"
17624   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17625   algorithm: "plot_perf_box_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17628   include:
17629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17632   layout:
17633     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17634     layout: "plot-throughput"
17635
17636 - type: "plot"
17637   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17638   algorithm: "plot_perf_box_name"
17639   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17641   include:
17642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17647   layout:
17648     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17649     layout: "plot-throughput"
17650
17651 - type: "plot"
17652   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17653   algorithm: "plot_perf_box_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17656   include:
17657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17662   layout:
17663     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17664     layout: "plot-throughput"
17665
17666 - type: "plot"
17667   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17668   algorithm: "plot_perf_box_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17675   layout:
17676     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17677     layout: "plot-throughput"
17678
17679 - type: "plot"
17680   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17681   algorithm: "plot_perf_box_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17688   layout:
17689     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17704   layout:
17705     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17713   include:
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17720   layout:
17721     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17722     layout: "plot-throughput"
17723
17724 - type: "plot"
17725   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17726   algorithm: "plot_perf_box_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17729   include:
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17736   layout:
17737     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17738     layout: "plot-throughput"
17739
17740 - type: "plot"
17741   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17742   algorithm: "plot_perf_box_name"
17743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17745   include:
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17752   layout:
17753     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17754     layout: "plot-throughput"
17755
17756 - type: "plot"
17757   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17758   algorithm: "plot_perf_box_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17764   layout:
17765     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17766     layout: "plot-throughput"
17767
17768 - type: "plot"
17769   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17770   algorithm: "plot_perf_box_name"
17771   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17773   include:
17774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17776   layout:
17777     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17778     layout: "plot-throughput"
17779
17780 - type: "plot"
17781   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17782   algorithm: "plot_perf_box_name"
17783   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17785   include:
17786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17792   layout:
17793     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17794     layout: "plot-throughput"
17795
17796 - type: "plot"
17797   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17798   algorithm: "plot_perf_box_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17808   layout:
17809     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17810     layout: "plot-throughput"
17811
17812 - type: "plot"
17813   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17814   algorithm: "plot_perf_box_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17824   layout:
17825     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17826     layout: "plot-throughput"
17827
17828 - type: "plot"
17829   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17830   algorithm: "plot_perf_box_name"
17831   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17833   include:
17834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17840   layout:
17841     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17842     layout: "plot-throughput"
17843
17844 - type: "plot"
17845   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17846   algorithm: "plot_perf_box_name"
17847   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17849   include:
17850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17856   layout:
17857     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17858     layout: "plot-throughput"
17859
17860 - type: "plot"
17861   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17862   algorithm: "plot_perf_box_name"
17863   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17865   include:
17866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17872   layout:
17873     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17887   layout:
17888     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17889     layout: "plot-throughput"
17890
17891 - type: "plot"
17892   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17893   algorithm: "plot_perf_box_name"
17894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17896   include:
17897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17902   layout:
17903     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17904     layout: "plot-throughput"
17905
17906 - type: "plot"
17907   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17908   algorithm: "plot_perf_box_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17919     layout: "plot-throughput"
17920
17921 - type: "plot"
17922   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17923   algorithm: "plot_perf_box_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17932   layout:
17933     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17934     layout: "plot-throughput"
17935
17936 - type: "plot"
17937   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17938   algorithm: "plot_perf_box_name"
17939   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17941   include:
17942     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17947   layout:
17948     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17949     layout: "plot-throughput"
17950
17951 - type: "plot"
17952   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17953   algorithm: "plot_perf_box_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17962   layout:
17963     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17977   layout:
17978     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17979     layout: "plot-throughput"
17980
17981 - type: "plot"
17982   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17983   algorithm: "plot_perf_box_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17992   layout:
17993     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18007   layout:
18008     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18022   layout:
18023     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18024     layout: "plot-throughput"
18025
18026 - type: "plot"
18027   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18028   algorithm: "plot_perf_box_name"
18029   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18031   include:
18032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18038   layout:
18039     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18040     layout: "plot-throughput"
18041
18042 - type: "plot"
18043   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18044   algorithm: "plot_perf_box_name"
18045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18047   include:
18048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18054   layout:
18055     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18056     layout: "plot-throughput"
18057
18058 - type: "plot"
18059   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18060   algorithm: "plot_perf_box_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18070     layout: "plot-throughput"
18071
18072 - type: "plot"
18073   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18074   algorithm: "plot_perf_box_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18082   layout:
18083     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18084     layout: "plot-throughput"
18085
18086 - type: "plot"
18087   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18088   algorithm: "plot_perf_box_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18098   layout:
18099     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18100     layout: "plot-throughput"
18101
18102 - type: "plot"
18103   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18104   algorithm: "plot_perf_box_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18114   layout:
18115     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18116     layout: "plot-throughput"
18117
18118 - type: "plot"
18119   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18120   algorithm: "plot_perf_box_name"
18121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18123   include:
18124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18128   layout:
18129     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18130     layout: "plot-throughput"
18131
18132 - type: "plot"
18133   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18134   algorithm: "plot_perf_box_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18142   layout:
18143     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18144     layout: "plot-throughput"
18145
18146 - type: "plot"
18147   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18148   algorithm: "plot_perf_box_name"
18149   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18151   include:
18152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18158   layout:
18159     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18160     layout: "plot-throughput"
18161
18162 - type: "plot"
18163   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18164   algorithm: "plot_perf_box_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18174   layout:
18175     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18176     layout: "plot-throughput"
18177
18178 - type: "plot"
18179   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18180   algorithm: "plot_perf_box_name"
18181   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18183   include:
18184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18188   layout:
18189     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18190     layout: "plot-throughput"
18191
18192 - type: "plot"
18193   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18194   algorithm: "plot_perf_box_name"
18195   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18197   include:
18198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18202   layout:
18203     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18204     layout: "plot-throughput"
18205
18206 - type: "plot"
18207   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18208   algorithm: "plot_perf_box_name"
18209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18211   include:
18212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18217   layout:
18218     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18219     layout: "plot-throughput"
18220
18221 - type: "plot"
18222   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18223   algorithm: "plot_perf_box_name"
18224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18226   include:
18227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18232   layout:
18233     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18234     layout: "plot-throughput"
18235
18236 - type: "plot"
18237   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18238   algorithm: "plot_perf_box_name"
18239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18241   include:
18242     - "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"
18243     - "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"
18244     - "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"
18245     - "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"
18246     - "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"
18247   layout:
18248     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18249     layout: "plot-throughput"
18250
18251 - type: "plot"
18252   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18253   algorithm: "plot_perf_box_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "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"
18258     - "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"
18259     - "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"
18260     - "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"
18261     - "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"
18262   layout:
18263     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18264     layout: "plot-throughput"
18265
18266 - type: "plot"
18267   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18268   algorithm: "plot_perf_box_name"
18269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18271   include:
18272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18279     layout: "plot-throughput"
18280
18281 - type: "plot"
18282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18283   algorithm: "plot_perf_box_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18292   layout:
18293     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18294     layout: "plot-throughput"
18295
18296 - type: "plot"
18297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18298   algorithm: "plot_perf_box_name"
18299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18301   include:
18302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18307   layout:
18308     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18309     layout: "plot-throughput"
18310
18311 - type: "plot"
18312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18313   algorithm: "plot_perf_box_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18322   layout:
18323     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18324     layout: "plot-throughput"
18325
18326 - type: "plot"
18327   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18328   algorithm: "plot_perf_box_name"
18329   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18331   include:
18332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18336   layout:
18337     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18338     layout: "plot-throughput"
18339
18340 - type: "plot"
18341   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18342   algorithm: "plot_perf_box_name"
18343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18345   include:
18346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18350   layout:
18351     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18352     layout: "plot-throughput"
18353
18354 - type: "plot"
18355   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18356   algorithm: "plot_perf_box_name"
18357   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18359   include:
18360     - "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"
18361     - "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"
18362     - "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"
18363     - "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"
18364   layout:
18365     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18366     layout: "plot-throughput"
18367
18368 - type: "plot"
18369   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18370   algorithm: "plot_perf_box_name"
18371   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18373   include:
18374     - "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"
18375     - "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"
18376     - "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"
18377     - "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"
18378   layout:
18379     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18380     layout: "plot-throughput"
18381
18382 - type: "plot"
18383   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18384   algorithm: "plot_perf_box_name"
18385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18387   include:
18388     - "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"
18389     - "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"
18390     - "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"
18391     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18392     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18393     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18394   layout:
18395     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18396     layout: "plot-throughput"
18397
18398 - type: "plot"
18399   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18400   algorithm: "plot_perf_box_name"
18401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18403   include:
18404     - "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"
18405     - "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"
18406     - "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"
18407     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18408     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18409     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18410   layout:
18411     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18412     layout: "plot-throughput"
18413
18414 ################################################################################
18415
18416 # Packet Speedup
18417
18418 - type: "plot"
18419   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18420   algorithm: "plot_tsa_name"
18421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18423   include:
18424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18428   layout:
18429     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18430     layout: "plot-throughput-speedup-analysis"
18431
18432 - type: "plot"
18433   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18434   algorithm: "plot_tsa_name"
18435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18437   include:
18438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18442   layout:
18443     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18444     layout: "plot-throughput-speedup-analysis"
18445
18446 - type: "plot"
18447   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18448   algorithm: "plot_tsa_name"
18449   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18451   include:
18452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18453     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18456   layout:
18457     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18458     layout: "plot-throughput-speedup-analysis"
18459
18460 - type: "plot"
18461   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18462   algorithm: "plot_tsa_name"
18463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18465   include:
18466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18470   layout:
18471     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18472     layout: "plot-throughput-speedup-analysis"
18473
18474 - type: "plot"
18475   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18476   algorithm: "plot_tsa_name"
18477   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18479   include:
18480     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18481     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18482     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18483     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18484   layout:
18485     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 - type: "plot"
18489   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18490   algorithm: "plot_tsa_name"
18491   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493   include:
18494     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18495     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18496     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18497     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18498   layout:
18499     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18500     layout: "plot-throughput-speedup-analysis"
18501
18502 - type: "plot"
18503   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18504   algorithm: "plot_tsa_name"
18505   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18506   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18507   include:
18508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18514   layout:
18515     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18530   layout:
18531     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18532     layout: "plot-throughput-speedup-analysis"
18533
18534 - type: "plot"
18535   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18536   algorithm: "plot_tsa_name"
18537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539   include:
18540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18544   layout:
18545     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18546     layout: "plot-throughput-speedup-analysis"
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18558   layout:
18559     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18560     layout: "plot-throughput-speedup-analysis"
18561
18562 - type: "plot"
18563   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18564   algorithm: "plot_tsa_name"
18565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18567   include:
18568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18571   layout:
18572     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18573     layout: "plot-throughput-speedup-analysis"
18574
18575 - type: "plot"
18576   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18577   algorithm: "plot_tsa_name"
18578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580   include:
18581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18584   layout:
18585     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18586     layout: "plot-throughput-speedup-analysis"
18587
18588 - type: "plot"
18589   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18590   algorithm: "plot_tsa_name"
18591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18593   include:
18594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18599   layout:
18600     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18601     layout: "plot-throughput-speedup-analysis"
18602
18603 - type: "plot"
18604   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18605   algorithm: "plot_tsa_name"
18606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608   include:
18609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18614   layout:
18615     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18616     layout: "plot-throughput-speedup-analysis"
18617
18618 - type: "plot"
18619   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18620   algorithm: "plot_tsa_name"
18621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623   include:
18624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18640   layout:
18641     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18656   layout:
18657     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18658     layout: "plot-throughput-speedup-analysis"
18659
18660 - type: "plot"
18661   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18662   algorithm: "plot_tsa_name"
18663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18665   include:
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18672   layout:
18673     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18674     layout: "plot-throughput-speedup-analysis"
18675
18676 - type: "plot"
18677   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18678   algorithm: "plot_tsa_name"
18679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681   include:
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18688   layout:
18689     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18690     layout: "plot-throughput-speedup-analysis"
18691
18692 - type: "plot"
18693   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18694   algorithm: "plot_tsa_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18704   layout:
18705     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18706     layout: "plot-throughput-speedup-analysis"
18707
18708 - type: "plot"
18709   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18710   algorithm: "plot_tsa_name"
18711   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18713   include:
18714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18716   layout:
18717     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18718     layout: "plot-throughput-speedup-analysis"
18719
18720 - type: "plot"
18721   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18722   algorithm: "plot_tsa_name"
18723   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18725   include:
18726     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18728   layout:
18729     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18730     layout: "plot-throughput-speedup-analysis"
18731
18732 - type: "plot"
18733   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18734   algorithm: "plot_tsa_name"
18735   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18737   include:
18738     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18744   layout:
18745     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18746     layout: "plot-throughput-speedup-analysis"
18747
18748 - type: "plot"
18749   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18750   algorithm: "plot_tsa_name"
18751   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18753   include:
18754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18760   layout:
18761     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18762     layout: "plot-throughput-speedup-analysis"
18763
18764 - type: "plot"
18765   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18766   algorithm: "plot_tsa_name"
18767   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18769   include:
18770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18776   layout:
18777     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18778     layout: "plot-throughput-speedup-analysis"
18779
18780 - type: "plot"
18781   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18782   algorithm: "plot_tsa_name"
18783   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18785   include:
18786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18792   layout:
18793     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18794     layout: "plot-throughput-speedup-analysis"
18795
18796 - type: "plot"
18797   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18798   algorithm: "plot_tsa_name"
18799   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18801   include:
18802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18808   layout:
18809     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18810     layout: "plot-throughput-speedup-analysis"
18811
18812 - type: "plot"
18813   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18814   algorithm: "plot_tsa_name"
18815   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18817   include:
18818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18824   layout:
18825     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18826     layout: "plot-throughput-speedup-analysis"
18827
18828 - type: "plot"
18829   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18830   algorithm: "plot_tsa_name"
18831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18833   include:
18834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18839   layout:
18840     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18841     layout: "plot-throughput-speedup-analysis"
18842
18843 - type: "plot"
18844   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18845   algorithm: "plot_tsa_name"
18846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18848   include:
18849     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18854   layout:
18855     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18856     layout: "plot-throughput-speedup-analysis"
18857
18858 - type: "plot"
18859   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18860   algorithm: "plot_tsa_name"
18861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18863   include:
18864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18869   layout:
18870     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18871     layout: "plot-throughput-speedup-analysis"
18872
18873 - type: "plot"
18874   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18875   algorithm: "plot_tsa_name"
18876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18878   include:
18879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18884   layout:
18885     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 - type: "plot"
18889   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18890   algorithm: "plot_tsa_name"
18891   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18893   include:
18894     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18899   layout:
18900     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18901     layout: "plot-throughput-speedup-analysis"
18902
18903 - type: "plot"
18904   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18905   algorithm: "plot_tsa_name"
18906   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18908   include:
18909     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18914   layout:
18915     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18929   layout:
18930     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18931     layout: "plot-throughput-speedup-analysis"
18932
18933 - type: "plot"
18934   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18935   algorithm: "plot_tsa_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18944   layout:
18945     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18946     layout: "plot-throughput-speedup-analysis"
18947
18948 - type: "plot"
18949   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18950   algorithm: "plot_tsa_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18959   layout:
18960     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 - type: "plot"
18964   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18965   algorithm: "plot_tsa_name"
18966   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968   include:
18969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18974   layout:
18975     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18976     layout: "plot-throughput-speedup-analysis"
18977
18978 - type: "plot"
18979   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18980   algorithm: "plot_tsa_name"
18981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18983   include:
18984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18990   layout:
18991     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18992     layout: "plot-throughput-speedup-analysis"
18993
18994 - type: "plot"
18995   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18996   algorithm: "plot_tsa_name"
18997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18999   include:
19000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19006   layout:
19007     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19008     layout: "plot-throughput-speedup-analysis"
19009
19010 - type: "plot"
19011   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19012   algorithm: "plot_tsa_name"
19013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19015   include:
19016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19020   layout:
19021     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19022     layout: "plot-throughput-speedup-analysis"
19023
19024 - type: "plot"
19025   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19026   algorithm: "plot_tsa_name"
19027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19029   include:
19030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19034   layout:
19035     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19036     layout: "plot-throughput-speedup-analysis"
19037
19038 - type: "plot"
19039   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19040   algorithm: "plot_tsa_name"
19041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19043   include:
19044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19050   layout:
19051     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19052     layout: "plot-throughput-speedup-analysis"
19053
19054 - type: "plot"
19055   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19056   algorithm: "plot_tsa_name"
19057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19059   include:
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19066   layout:
19067     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19068     layout: "plot-throughput-speedup-analysis"
19069
19070 - type: "plot"
19071   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19072   algorithm: "plot_tsa_name"
19073   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19075   include:
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19080   layout:
19081     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19082     layout: "plot-throughput-speedup-analysis"
19083
19084 - type: "plot"
19085   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19086   algorithm: "plot_tsa_name"
19087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19089   include:
19090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19094   layout:
19095     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19096     layout: "plot-throughput-speedup-analysis"
19097
19098 - type: "plot"
19099   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19100   algorithm: "plot_tsa_name"
19101   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19103   include:
19104     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19105     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19110   layout:
19111     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19112     layout: "plot-throughput-speedup-analysis"
19113
19114 - type: "plot"
19115   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19116   algorithm: "plot_tsa_name"
19117   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19119   include:
19120     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19126   layout:
19127     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19128     layout: "plot-throughput-speedup-analysis"
19129
19130 - type: "plot"
19131   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19132   algorithm: "plot_tsa_name"
19133   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19135   include:
19136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19140   layout:
19141     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19142     layout: "plot-throughput-speedup-analysis"
19143
19144 - type: "plot"
19145   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19146   algorithm: "plot_tsa_name"
19147   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19149   include:
19150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19154   layout:
19155     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19156     layout: "plot-throughput-speedup-analysis"
19157
19158 - type: "plot"
19159   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19160   algorithm: "plot_tsa_name"
19161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19163   include:
19164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19169   layout:
19170     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19171     layout: "plot-throughput-speedup-analysis"
19172
19173 - type: "plot"
19174   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19175   algorithm: "plot_tsa_name"
19176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19178   include:
19179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19184   layout:
19185     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19186     layout: "plot-throughput-speedup-analysis"
19187
19188 - type: "plot"
19189   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19190   algorithm: "plot_tsa_name"
19191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19193   include:
19194     - "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"
19195     - "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"
19196     - "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"
19197     - "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"
19198     - "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"
19199   layout:
19200     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19201     layout: "plot-throughput-speedup-analysis"
19202
19203 - type: "plot"
19204   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19205   algorithm: "plot_tsa_name"
19206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19208   include:
19209     - "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"
19210     - "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"
19211     - "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"
19212     - "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"
19213     - "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"
19214   layout:
19215     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19216     layout: "plot-throughput-speedup-analysis"
19217
19218 - type: "plot"
19219   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19220   algorithm: "plot_tsa_name"
19221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19223   include:
19224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19229   layout:
19230     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19231     layout: "plot-throughput-speedup-analysis"
19232
19233 - type: "plot"
19234   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19235   algorithm: "plot_tsa_name"
19236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19238   include:
19239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19244   layout:
19245     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19246     layout: "plot-throughput-speedup-analysis"
19247
19248 - type: "plot"
19249   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19250   algorithm: "plot_tsa_name"
19251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19253   include:
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19259   layout:
19260     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19274   layout:
19275     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19276     layout: "plot-throughput-speedup-analysis"
19277
19278 - type: "plot"
19279   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19280   algorithm: "plot_tsa_name"
19281   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19283   include:
19284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19288   layout:
19289     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19290     layout: "plot-throughput-speedup-analysis"
19291
19292 - type: "plot"
19293   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19294   algorithm: "plot_tsa_name"
19295   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19297   include:
19298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19302   layout:
19303     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19304     layout: "plot-throughput-speedup-analysis"
19305
19306 - type: "plot"
19307   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19308   algorithm: "plot_tsa_name"
19309   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19311   include:
19312     - "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"
19313     - "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"
19314     - "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"
19315     - "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"
19316   layout:
19317     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19318     layout: "plot-throughput-speedup-analysis"
19319
19320 - type: "plot"
19321   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19322   algorithm: "plot_tsa_name"
19323   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19325   include:
19326     - "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"
19327     - "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"
19328     - "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"
19329     - "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"
19330   layout:
19331     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19332     layout: "plot-throughput-speedup-analysis"
19333
19334 - type: "plot"
19335   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19336   algorithm: "plot_tsa_name"
19337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19339   include:
19340     - "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"
19341     - "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"
19342     - "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"
19343     - "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"
19344     - "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"
19345     - "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"
19346   layout:
19347     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19348     layout: "plot-throughput-speedup-analysis"
19349
19350 - type: "plot"
19351   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19352   algorithm: "plot_tsa_name"
19353   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19355   include:
19356     - "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"
19357     - "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"
19358     - "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"
19359     - "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"
19360     - "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"
19361     - "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"
19362   layout:
19363     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19364     layout: "plot-throughput-speedup-analysis"
19365
19366 ################################################################################
19367
19368 # Packet Throughput - DPDK
19369
19370 # 2n-clx-xxv710
19371
19372 - type: "plot"
19373   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19374   algorithm: "plot_perf_box_name"
19375   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19376   data: "plot-dpdk-throughput-latency-2n-clx"
19377   include:
19378     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19379     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19380   layout:
19381     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19382     layout: "plot-throughput"
19383
19384 - type: "plot"
19385   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19386   algorithm: "plot_perf_box_name"
19387   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19388   data: "plot-dpdk-throughput-latency-2n-clx"
19389   include:
19390     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19391     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19392   layout:
19393     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19394     layout: "plot-throughput"
19395
19396 - type: "plot"
19397   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19398   algorithm: "plot_perf_box_name"
19399   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19400   data: "plot-dpdk-throughput-latency-2n-clx"
19401   include:
19402     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19403     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19404   layout:
19405     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19406     layout: "plot-throughput"
19407
19408 - type: "plot"
19409   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19410   algorithm: "plot_perf_box_name"
19411   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19412   data: "plot-dpdk-throughput-latency-2n-clx"
19413   include:
19414     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19415     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19416   layout:
19417     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19418     layout: "plot-throughput"
19419
19420 # 2n-clx-x710
19421
19422 - type: "plot"
19423   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19424   algorithm: "plot_perf_box_name"
19425   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19426   data: "plot-dpdk-throughput-latency-2n-clx"
19427   include:
19428     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19429     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19430   layout:
19431     title: "2n-clx-x710-64b-2t1c-base-ndr"
19432     layout: "plot-throughput"
19433
19434 - type: "plot"
19435   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19436   algorithm: "plot_perf_box_name"
19437   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19438   data: "plot-dpdk-throughput-latency-2n-clx"
19439   include:
19440     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19441     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19442   layout:
19443     title: "2n-clx-x710-64b-4t2c-base-ndr"
19444     layout: "plot-throughput"
19445
19446 - type: "plot"
19447   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19448   algorithm: "plot_perf_box_name"
19449   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19450   data: "plot-dpdk-throughput-latency-2n-clx"
19451   include:
19452     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19453     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19454   layout:
19455     title: "2n-clx-x710-64b-2t1c-base-pdr"
19456     layout: "plot-throughput"
19457
19458 - type: "plot"
19459   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19460   algorithm: "plot_perf_box_name"
19461   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19462   data: "plot-dpdk-throughput-latency-2n-clx"
19463   include:
19464     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19465     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19466   layout:
19467     title: "2n-clx-x710-64b-4t2c-base-pdr"
19468     layout: "plot-throughput"
19469
19470 ################################################################################
19471
19472 - type: "plot"
19473   title: "Latency by percentile: 2n-skx"
19474   algorithm: "plot_hdrh_lat_by_percentile"
19475   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19476   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19477   target-links: "../../_static/vpp"
19478   data: "plot-vpp-hdrh-lat-2n-skx"
19479   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19480   layout:
19481     layout: "plot-hdrh-latency-by-percentile"
19482
19483 - type: "plot"
19484   title: "Latency by percentile: 3n-skx"
19485   algorithm: "plot_hdrh_lat_by_percentile"
19486   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19487   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19488   target-links: "../../_static/vpp"
19489   data: "plot-vpp-hdrh-lat-3n-skx"
19490   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19491   layout:
19492     layout: "plot-hdrh-latency-by-percentile"
19493
19494 - type: "plot"
19495   title: "Latency by percentile: 2n-clx"
19496   algorithm: "plot_hdrh_lat_by_percentile"
19497   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19498   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19499   target-links: "../../_static/vpp"
19500   data: "plot-vpp-hdrh-lat-2n-clx"
19501   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19502   layout:
19503     layout: "plot-hdrh-latency-by-percentile"
19504
19505 - type: "plot"
19506   title: "Latency by percentile: 3n-hsw"
19507   algorithm: "plot_hdrh_lat_by_percentile"
19508   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19509   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19510   target-links: "../../_static/vpp"
19511   data: "plot-vpp-hdrh-lat-3n-hsw"
19512   filter: "'1T1C' and 'NIC_Intel-XL710'"
19513   layout:
19514     layout: "plot-hdrh-latency-by-percentile"
19515
19516 - type: "plot"
19517   title: "Latency by percentile: 3n-tsh"
19518   algorithm: "plot_hdrh_lat_by_percentile"
19519   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19520   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19521   target-links: "../../_static/vpp"
19522   data: "plot-vpp-hdrh-lat-3n-tsh"
19523   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19524   layout:
19525     layout: "plot-hdrh-latency-by-percentile"
19526
19527 - type: "plot"
19528   title: "Latency by percentile: DPDK 2n-skx"
19529   algorithm: "plot_hdrh_lat_by_percentile"
19530   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19531   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19532   target-links: "../../_static/dpdk"
19533   data: "plot-dpdk-hdrh-lat-2n-skx"
19534   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19535   layout:
19536     layout: "plot-hdrh-latency-by-percentile"
19537
19538 - type: "plot"
19539   title: "Latency by percentile: DPDK 3n-skx"
19540   algorithm: "plot_hdrh_lat_by_percentile"
19541   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19542   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19543   target-links: "../../_static/dpdk"
19544   data: "plot-dpdk-hdrh-lat-3n-skx"
19545   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19546   layout:
19547     layout: "plot-hdrh-latency-by-percentile"
19548
19549 - type: "plot"
19550   title: "Latency by percentile: DPDK 2n-clx"
19551   algorithm: "plot_hdrh_lat_by_percentile"
19552   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19553   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19554   target-links: "../../_static/dpdk"
19555   data: "plot-dpdk-hdrh-lat-2n-clx"
19556   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19557   layout:
19558     layout: "plot-hdrh-latency-by-percentile"
19559
19560 - type: "plot"
19561   title: "Latency by percentile: DPDK 3n-hsw"
19562   algorithm: "plot_hdrh_lat_by_percentile"
19563   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19564   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19565   target-links: "../../_static/dpdk"
19566   data: "plot-dpdk-hdrh-lat-3n-hsw"
19567   filter: "'1T1C' and 'NIC_Intel-XL710'"
19568   layout:
19569     layout: "plot-hdrh-latency-by-percentile"
19570
19571 - type: "plot"
19572   title: "Latency by percentile: DPDK 3n-tsh"
19573   algorithm: "plot_hdrh_lat_by_percentile"
19574   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19575   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19576   target-links: "../../_static/dpdk"
19577   data: "plot-dpdk-hdrh-lat-3n-tsh"
19578   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19579   layout:
19580     layout: "plot-hdrh-latency-by-percentile"