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         - 34  # NDRPDR sel
269         - 36  # NDRPDR sel
270         - 37  # NDRPDR sel
271         - 38  # NDRPDR sel
272
273     plot-vpp-hdrh-lat-3n-skx:
274       csit-vpp-perf-report-iterative-2005-3n-skx:
275         - 36  # NDRPDR sel
276
277     plot-vpp-nfv-3n-skx-ndrpdr:
278       # TODO: Add data:
279       csit-vpp-perf-report-iterative-2005-3n-skx:
280         - 4   # NDRPDR sel
281         - 5   # NDRPDR sel ??? all x710 failed
282         - 33  # NDRPDR sel
283         - 28  # NDRPDR sel
284         - 34  # NDRPDR sel
285
286     plot-vpp-nfv-3n-skx-mrr:
287       csit-vpp-perf-report-iterative-2005-3n-skx:
288         - 6   # MRR sel
289
290     plot-dpdk-throughput-latency-3n-skx:
291       csit-dpdk-perf-report-iterative-2005-3n-skx:
292         - 4   # NDRPDR sel
293         - 5   # NDRPDR sel
294         - 6   # NDRPDR sel
295         - 7   # NDRPDR sel
296         - 8   # NDRPDR sel
297         - 11  # NDRPDR sel
298         - 12  # NDRPDR sel
299         - 13  # NDRPDR sel
300         - 14  # NDRPDR sel
301         - 15  # NDRPDR sel
302
303     plot-dpdk-hdrh-lat-3n-skx:
304       csit-dpdk-perf-report-iterative-2005-3n-skx:
305         - 4   # NDRPDR sel
306
307     # 2n-skx
308
309     plot-vpp-throughput-lat-tsa-2n-skx:
310       # TODO: Add data:
311       csit-vpp-perf-report-iterative-2005-2n-skx:
312         - 43  # NDRPDR sel
313         - 38  # NDRPDR sel
314         - 7   # NDRPDR sel
315         - 65  # NDRPDR sel
316         - 47  # NDRPDR sel
317         - 55  # NDRPDR sel
318         - 67  # NDRPDR sel
319
320     plot-vpp-hdrh-lat-2n-skx:
321       csit-vpp-perf-report-iterative-2005-2n-skx:
322         - 55  # NDRPDR sel
323
324     plot-vpp-soak-2n-skx:
325       csit-vpp-perf-report-iterative-2005-2n-skx:
326         - 49  # Soak
327         - 54  # Soak
328
329     plot-vpp-nfv-2n-skx-ndrpdr:
330       # TODO: Add data:
331       csit-vpp-perf-report-iterative-2005-2n-skx:
332         - 43  # NDRPDR sel
333         - 38  # NDRPDR sel
334         - 7   # NDRPDR sel
335
336     plot-vpp-nfv-2n-skx-mrr:
337       csit-vpp-perf-report-iterative-2005-2n-skx:
338         - 42  # MRR sel
339
340     plot-vpp-nfv-reconf-2n-skx:
341       # TODO: Add data:
342       csit-vpp-perf-report-iterative-2005-2n-skx:
343         - 48  # Reconf
344         - 50  # Reconf
345         - 51  # Reconf
346         - 52  # Reconf
347         - 53  # Reconf
348         - 60  # Reconf
349         - 70  # Reconf
350         - 71  # Reconf
351         - 63  # Reconf
352         - 66  # Reconf
353
354     plot-dpdk-throughput-latency-2n-skx:
355       csit-dpdk-perf-report-iterative-2005-2n-skx:
356         - 1   # NDRPDR sel
357         - 2   # NDRPDR sel
358         - 3   # NDRPDR sel
359         - 4   # NDRPDR sel
360         - 5   # NDRPDR sel
361         - 6   # NDRPDR sel
362         - 7   # NDRPDR sel
363         - 8   # NDRPDR sel
364         - 9   # NDRPDR sel
365         - 10  # NDRPDR sel
366
367     plot-dpdk-hdrh-lat-2n-skx:
368       csit-dpdk-perf-report-iterative-2005-2n-skx:
369         - 1   # NDRPDR sel
370
371     # 2n-clx
372
373     plot-vpp-throughput-lat-tsa-2n-clx:
374       csit-vpp-perf-report-iterative-2005-2n-clx:
375         - 7   # NDRPDR sel
376         - 38  # NDRPDR sel
377         - 9   # NDRPDR sel
378         - 32  # NDRPDR sel ???
379         - 33  # NDRPDR sel ???
380         - 39  # NDRPDR sel
381         - 40  # NDRPDR sel
382         - 43  # NDRPDR sel
383         - 50  # NDRPDR sel
384         - 51  # NDRPDR sel
385
386     plot-vpp-hdrh-lat-2n-clx:
387       csit-vpp-perf-report-iterative-2005-2n-clx:
388         - 51  # NDRPDR sel
389
390 #    plot-vpp-http-server-performance:
391 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
392 #      csit-vpp-perf-verify-2001-2n-clx:
393 #        - 80  # TCP
394
395     plot-vpp-nfv-2n-clx-ndrpdr:
396       csit-vpp-perf-report-iterative-2005-2n-clx:
397         - 7   # NDRPDR sel
398         - 38  # NDRPDR sel
399         - 9   # NDRPDR sel
400         - 32  # NDRPDR sel ???
401         - 33  # NDRPDR sel ???
402         - 39  # NDRPDR sel
403         - 40  # NDRPDR sel
404         - 43  # NDRPDR sel
405         - 50  # NDRPDR sel
406         - 51  # NDRPDR sel
407
408     plot-vpp-nfv-2n-clx-mrr:
409       csit-vpp-perf-report-iterative-2005-2n-clx:
410         - 12   # MRR
411
412     plot-vpp-nfv-reconf-2n-clx:
413       csit-vpp-perf-report-iterative-2005-2n-clx:
414         - 42  # Reconf
415         - 45  # Reconf
416         - 46  # Reconf
417         - 47  # Reconf
418         - 48  # Reconf
419         - 52  # Reconf
420         - 53  # Reconf
421         - 54  # Reconf
422         - 55  # Reconf
423         - 56  # Reconf
424
425     plot-vpp-soak-2n-clx:
426       csit-vpp-perf-report-iterative-2005-2n-clx:
427         - 44  # Soak
428         - 49  # Soak
429
430     plot-dpdk-throughput-latency-2n-clx:
431       csit-dpdk-perf-report-iterative-2005-2n-clx:
432         - 1   # NDRPDR sel
433         - 2   # NDRPDR sel
434         - 3   # NDRPDR sel
435         - 4   # NDRPDR sel
436         - 5   # NDRPDR sel
437         - 6   # NDRPDR sel
438         - 7   # NDRPDR sel
439         - 8   # NDRPDR sel
440         - 9   # NDRPDR sel
441         - 10  # NDRPDR sel
442
443     plot-dpdk-hdrh-lat-2n-clx:
444       csit-dpdk-perf-report-iterative-2005-2n-clx:
445         - 1   # NDRPDR sel
446
447     # 3n-tsh
448
449     plot-vpp-throughput-lat-tsa-3n-tsh:
450       # TODO: Add data:
451       csit-vpp-perf-report-iterative-2005-3n-tsh:
452         - 9   # NDRPDR sel
453         - 11  # NDRPDR sel
454         - 12  # NDRPDR sel
455
456     plot-vpp-hdrh-lat-3n-tsh:
457       # TODO: Add data:
458       csit-vpp-perf-report-iterative-2005-3n-tsh:
459         - 9   # NDRPDR sel
460
461     plot-dpdk-throughput-latency-3n-tsh:
462       # TODO: Add data:
463       csit-dpdk-perf-report-iterative-2005-3n-tsh:
464         - 5   # NDRPDR sel
465
466     plot-dpdk-hdrh-lat-3n-tsh:
467       # TODO: Replace with better results:
468       csit-dpdk-perf-report-iterative-2005-3n-tsh:
469         - 5   # NDRPDR sel
470
471     # 3n-dnv
472
473     plot-vpp-throughput-lat-tsa-3n-dnv:
474       csit-vpp-perf-report-iterative-2005-3n-dnv:
475         - 2   # NDRPDR sel
476         - 3   # NDRPDR sel
477         - 4   # NDRPDR sel
478         - 5   # NDRPDR sel
479         - 6   # NDRPDR sel
480         - 7   # NDRPDR sel
481         - 9   # NDRPDR sel
482         - 10  # NDRPDR sel
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485
486     plot-dpdk-throughput-latency-3n-dnv:
487       csit-dpdk-perf-report-iterative-2005-3n-dnv:
488         - 6   # NDRPDR sel
489         - 7   # NDRPDR sel
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         - 16  # NDRPDR sel
498
499     # 2n-dnv
500
501     plot-vpp-throughput-lat-tsa-2n-dnv:
502       csit-vpp-perf-report-iterative-2005-2n-dnv:
503         - 3   # NDRPDR sel
504         - 6   # NDRPDR sel
505         - 7   # NDRPDR sel
506         - 8   # NDRPDR sel
507         - 9   # NDRPDR sel
508         - 10  # NDRPDR sel
509         - 11  # NDRPDR sel
510         - 12  # NDRPDR sel
511         - 13  # NDRPDR sel
512         - 14  # NDRPDR sel
513
514     plot-dpdk-throughput-latency-2n-dnv:
515       csit-dpdk-perf-report-iterative-2005-2n-dnv:
516         - 8   # NDRPDR sel
517         - 9   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 11  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 13  # NDRPDR sel
522         - 14  # NDRPDR sel
523         - 15  # NDRPDR sel
524         - 16  # NDRPDR sel
525         - 17  # NDRPDR sel
526
527     ###########################################################################
528     # Simple tables (only one data set):
529
530     # NIC Comparisons
531
532     vpp-nic-comparison-3n-skx:
533       # TODO: Add data:
534       csit-vpp-perf-report-iterative-2005-3n-skx:
535         - 4   # NDRPDR sel
536         - 5   # NDRPDR sel ??? all x710 failed
537         - 33  # NDRPDR sel
538         - 28  # NDRPDR sel
539         - 34  # NDRPDR sel
540         - 36  # NDRPDR sel
541         - 37  # NDRPDR sel
542         - 38  # NDRPDR sel
543
544     vpp-nic-comparison-2n-skx:
545       # TODO: Add data:
546       csit-vpp-perf-report-iterative-2005-2n-skx:
547         - 43  # NDRPDR sel
548         - 38  # NDRPDR sel
549         - 7   # NDRPDR sel
550         - 65  # NDRPDR sel
551         - 47  # NDRPDR sel
552         - 55  # NDRPDR sel
553         - 67  # NDRPDR sel
554
555     vpp-nic-comparison-3n-skx-mrr:
556       csit-vpp-perf-report-iterative-2005-3n-skx:
557         - 6   # MRR sel
558
559     vpp-nic-comparison-2n-skx-mrr:
560       csit-vpp-perf-report-iterative-2005-2n-skx:
561         - 42  # MRR sel
562
563     # Results
564
565     vpp-perf-results-3n-hsw:
566       csit-vpp-perf-report-coverage-2005-3n-hsw:
567         - 1   # perf-full-3n-dnv-crypto_I
568         - 7   # perf-full-3n-hsw-crypto_II
569         - 3   # perf-full-3n-hsw-crypto_III
570         - 4   # perf-full-3n-dnv-crypto_IV
571         - 5   # perf-full-3n-hsw-ip4_I
572         - 6   # perf-full-3n-hsw-ip4_II
573         - 8   # perf-full-3n-hsw-ip4_III
574         - 9   # perf-full-3n-hsw-ip4_IV
575         - 10  # perf-full-3n-hsw-ip4_V
576         - 26  # perf-full-3n-hsw-ip4_VI
577         - 18  # perf-full-3n-hsw-ip4_VII
578         - 27  # perf-full-3n-hsw-ip4_VIII
579         - 28  # perf-full-3n-hsw-ip4_IX
580         - 29  # perf-full-3n-hsw-ip6_I
581         - 35  # perf-full-3n-hsw-ip6_II
582         - 42  # perf-full-3n-hsw-l2_I
583         - 33  # perf-full-3n-hsw-l2_II
584         - 37  # perf-full-3n-hsw-l2_III
585         - 45  # perf-full-3n-hsw-l2_IV
586         - 43  # perf-full-3n-hsw-l2_V
587         - 40  # perf-full-3n-hsw-l2_VI
588         - 44  # perf-full-3n-hsw-l2_VII
589         - 51  # perf-full-3n-hsw-l2_VIII
590         - 50  # perf-full-3n-hsw-l2_IX
591         - 52  # perf-full-3n-hsw-l2_X
592         - 53  # perf-full-3n-hsw-l2_XI
593         - 54  # perf-full-3n-hsw-memif
594         - 55  # perf-full-3n-hsw-ip4tunnels-I
595         - 56  # perf-full-3n-hsw-ip4tunnels-II
596         - 57  # perf-full-3n-hsw-ip4tunnels-III
597         - 58  # perf-full-3n-hsw-ip6tunnels-I
598         - 59  # perf-full-3n-hsw-srv6-I
599         - 60  # perf-full-3n-hsw-srv6-II
600         - 61  # perf-full-3n-hsw-vhost-I
601         - 62  # perf-full-3n-hsw-vhost-II
602         - 63  # perf-full-3n-hsw-vhost-III
603
604     vpp-perf-results-3n-skx:
605       # TODO: Replace:
606       csit-vpp-perf-report-iterative-2005-3n-skx:
607         - 36  # NDRPDR sel
608
609     vpp-perf-results-2n-skx:
610       # TODO: Replace:
611       csit-vpp-perf-report-iterative-2005-2n-skx:
612         - 7   # NDRPDR sel
613
614     vpp-perf-results-2n-clx:
615       # TODO: Add data:
616       csit-vpp-perf-report-coverage-2005-2n-clx:
617         - 2   # perf-full-2n-clx-ip4_II
618         - 3   # perf-full-2n-clx-ip4_III
619         - 4   # perf-full-2n-clx-ip4_IV
620         - 5   # perf-full-2n-clx-ip4_V
621         - 6   # perf-full-2n-clx-ip4_VI
622         - 7   # perf-full-2n-clx-ip6_I
623         - 10  # perf-full-2n-clx-l2_II
624         - 11  # perf-full-2n-clx-memif
625         - 12  # perf-full-2n-clx-loadbalancer
626         - 13  # perf-full-2n-clx-vhost I
627         - 15  # perf-full-2n-clx-vts
628
629     vpp-perf-results-3n-tsh:
630       # TODO: Add data:
631       csit-vpp-perf-report-iterative-2005-3n-tsh:
632         - 9   # NDRPDR sel
633
634     vpp-perf-results-3n-dnv:
635       csit-vpp-perf-report-coverage-2005-3n-dnv:
636         - 1   # perf-full-3n-dnv-crypto_I
637         - 24  # perf-full-3n-dnv-crypto_II
638         - 5   # perf-full-3n-dnv-ip4_I
639         - 13  # perf-full-3n-dnv-ip4_II
640         - 17  # perf-full-3n-dnv-ip6_I
641         - 18  # perf-full-3n-dnv-ip6_II
642         - 21  # perf-full-3n-dnv-l2_I
643         - 22  # perf-full-3n-dnv-l2_II
644         - 23  # perf-full-3n-dnv-ip4-tunnels_I
645
646     vpp-perf-results-2n-dnv:
647       csit-vpp-perf-report-coverage-2005-2n-dnv:
648         - 1   # perf-full-2n-dnv-ip4_I
649         - 2   # perf-full-2n-dnv-ip4_II
650         - 3   # perf-full-2n-dnv-ip6_I
651         - 4   # perf-full-2n-dnv-ip6_II
652         - 5   # perf-full-2n-dnv-l2_I
653         - 6   # perf-full-2n-dnv-l2_II
654
655     vpp-mrr-results-3n-hsw:
656       csit-vpp-perf-report-iterative-2005-3n-hsw:
657         - 13  # MRR
658
659     vpp-mrr-results-3n-skx:
660       csit-vpp-perf-report-iterative-2005-3n-skx:
661         - 6   # MRR sel
662
663     vpp-mrr-results-2n-skx:
664       csit-vpp-perf-report-iterative-2005-2n-skx:
665         - 42  # MRR sel
666
667     vpp-mrr-results-2n-clx:
668       csit-vpp-perf-report-iterative-2005-2n-clx:
669         - 12   # MRR
670
671     vpp-mrr-results-3n-tsh:
672       csit-vpp-perf-report-iterative-2005-3n-tsh:
673         - 10  # MRR sel
674
675     vpp-mrr-results-3n-dnv:
676       csit-vpp-perf-report-iterative-2005-3n-dnv:
677         - 8   # MRR
678
679     vpp-mrr-results-2n-dnv:
680       csit-vpp-perf-report-iterative-2005-2n-dnv:
681         - 15  # MRR sel
682
683     vpp-device-results-ubuntu:
684       csit-vpp-device-2005-ubuntu1804-1n-skx:
685         - 35
686
687     dpdk-perf-results-3n-hsw:
688       csit-dpdk-perf-report-iterative-2005-3n-hsw:
689         - 5   # NDRPDR sel
690
691     dpdk-perf-results-3n-skx:
692       csit-dpdk-perf-report-iterative-2005-3n-skx:
693         - 4   # NDRPDR sel
694
695     dpdk-perf-results-2n-skx:
696       csit-dpdk-perf-report-iterative-2005-2n-skx:
697         - 1   # NDRPDR sel
698
699     dpdk-perf-results-2n-clx:
700       csit-dpdk-perf-report-iterative-2005-2n-clx:
701         - 1   # NDRPDR sel
702
703     dpdk-perf-results-2n-dnv:
704       csit-dpdk-perf-report-iterative-2005-2n-dnv:
705         - 8   # NDRPDR sel
706
707     dpdk-perf-results-3n-dnv:
708       csit-dpdk-perf-report-iterative-2005-3n-dnv:
709         - 6   # NDRPDR sel
710
711     dpdk-perf-results-3n-tsh:
712       # TODO: Replace with better results:
713       csit-dpdk-perf-report-iterative-2005-3n-tsh:
714         - 5   # NDRPDR sel
715
716 ###########################################################################
717     # Tables (more than one data set)
718
719     # Performance changes
720
721     vpp-performance-changes-3n-hsw-h1:
722       csit-vpp-perf-verify-1908-3n-hsw:
723         - 12  # NDRPDR sel
724         - 13  # NDRPDR sel
725         - 14  # NDRPDR sel
726         - 15  # NDRPDR sel
727         - 16  # NDRPDR sel
728         - 17  # NDRPDR sel
729         - 18  # NDRPDR sel
730         - 19  # NDRPDR sel
731         - 20  # NDRPDR sel
732         - 21  # NDRPDR sel
733     vpp-performance-changes-3n-hsw-ref:
734       csit-vpp-perf-verify-2001-3n-hsw:
735         - 21  # NDRPDR sel
736         - 22  # NDRPDR sel
737         - 23  # NDRPDR sel
738         - 24  # NDRPDR sel
739         - 25  # NDRPDR sel
740         - 29  # NDRPDR sel
741         - 30  # NDRPDR sel
742         - 31  # NDRPDR sel
743         - 32  # NDRPDR sel
744         - 34  # NDRPDR sel
745     vpp-performance-changes-3n-hsw-cmp:
746       csit-vpp-perf-report-iterative-2005-3n-hsw:
747         - 3   # NDRPDR sel
748         - 4   # NDRPDR sel
749         - 5   # NDRPDR sel
750         - 10  # NDRPDR sel
751         - 11  # NDRPDR sel
752         - 12  # NDRPDR sel
753         - 15  # NDRPDR sel
754         - 16  # NDRPDR sel
755         - 18  # NDRPDR sel
756         - 19  # NDRPDR sel
757
758     vpp-performance-changes-3n-skx-h1:
759       csit-vpp-perf-verify-1908-3n-skx:
760         - 26  # NDRPDR sel - new1908.1
761         - 27  # NDRPDR sel - new1908.1
762         - 28  # NDRPDR sel - new1908.1
763         - 29  # NDRPDR sel - new1908.1
764         - 30  # NDRPDR sel - new1908.1
765         - 31  # NDRPDR sel - new1908.1
766         - 33  # NDRPDR sel - new1908.1
767         - 34  # NDRPDR sel - new1908.1
768         - 35  # NDRPDR sel - new1908.1
769         - 36  # NDRPDR sel - new1908.1
770     vpp-performance-changes-3n-skx-ref:
771       csit-vpp-perf-verify-2001-3n-skx:
772         - 69  # NDRPDR sel - new2001.0
773         - 71  # NDRPDR sel - new2001.0
774         - 72  # NDRPDR sel - new2001.0
775         - 76  # NDRPDR sel - new2001.0
776         - 77  # NDRPDR sel - new2001.0
777         - 78  # NDRPDR sel - new2001.0
778         - 80  # NDRPDR sel - new2001.0
779     vpp-performance-changes-3n-skx-cmp:
780       # TODO: Add data:
781       csit-vpp-perf-report-iterative-2005-3n-skx:
782         - 4   # NDRPDR sel
783         - 5   # NDRPDR sel ??? all x710 failed
784         - 33  # NDRPDR sel
785         - 28  # NDRPDR sel
786         - 34  # NDRPDR sel
787         - 36  # NDRPDR sel
788         - 37  # NDRPDR sel
789         - 38  # NDRPDR sel
790
791     vpp-performance-changes-2n-skx-h1:
792       csit-vpp-perf-verify-1908-2n-skx:
793         - 39  # NDRPDR sel - new1908.1
794         - 40  # NDRPDR sel - new1908.1
795         - 41  # NDRPDR sel - new1908.1
796         - 43  # NDRPDR sel - new1908.1
797         - 44  # NDRPDR sel - new1908.1
798         - 45  # NDRPDR sel - new1908.1
799         - 46  # NDRPDR sel - new1908.1
800         - 47  # NDRPDR sel - new1908.1
801         - 48  # NDRPDR sel - new1908.1
802         - 49  # NDRPDR sel - new1908.1
803     vpp-performance-changes-2n-skx-ref:
804       csit-vpp-perf-verify-2001-2n-skx:
805         - 143  # NDRPDR sel - new2001.0
806         - 146  # NDRPDR sel - new2001.0
807         - 147  # NDRPDR sel - new2001.0
808         - 148  # NDRPDR sel - new2001.0
809         - 149  # NDRPDR sel - new2001.0
810         - 150  # NDRPDR sel - new2001.0
811         - 151  # NDRPDR sel - new2001.0
812         - 152  # NDRPDR sel - new2001.0
813         - 153  # NDRPDR sel - new2001.0
814         - 154  # NDRPDR sel - new2001.0
815     vpp-performance-changes-2n-skx-cmp:
816       # TODO: Add data:
817       csit-vpp-perf-report-iterative-2005-2n-skx:
818         - 43  # NDRPDR sel
819         - 38  # NDRPDR sel
820         - 7   # NDRPDR sel
821         - 65  # NDRPDR sel
822         - 47  # NDRPDR sel
823         - 55  # NDRPDR sel
824         - 67  # NDRPDR sel
825
826 #    vpp-performance-changes-nfv-2n-skx-ref:
827 #      csit-vpp-perf-verify-2001-2n-skx:
828 #        - 30  # NFV
829 #        - 31  # NFV
830 #    vpp-performance-changes-nfv-2n-skx-cmp:
831 #      # TODO: Add data:
832 #      csit-vpp-perf-report-iterative-2005-2n-skx:
833 #        - 43  # NDRPDR sel
834 #        - 38  # NDRPDR sel
835 #        - 7   # NDRPDR sel
836
837     vpp-performance-changes-2n-clx-ref:
838       csit-vpp-perf-verify-2001-2n-clx:
839         - 28  # NDRPDR sel
840         - 29  # NDRPDR sel
841         - 32  # NDRPDR sel
842         - 40  # NDRPDR sel
843         - 43  # NDRPDR sel
844         - 44  # NDRPDR sel
845         - 45  # NDRPDR sel
846         - 47  # NDRPDR sel
847         - 48  # NDRPDR sel
848         - 49  # NDRPDR sel
849     vpp-performance-changes-2n-clx-cmp:
850       csit-vpp-perf-report-iterative-2005-2n-clx:
851         - 7   # NDRPDR sel
852         - 38  # NDRPDR sel
853         - 9   # NDRPDR sel
854         - 32  # NDRPDR sel ???
855         - 33  # NDRPDR sel ???
856         - 39  # NDRPDR sel
857         - 40  # NDRPDR sel
858         - 43  # NDRPDR sel
859         - 50  # NDRPDR sel
860         - 51  # NDRPDR sel
861
862     vpp-performance-changes-2n-dnv-h1:
863       csit-vpp-perf-verify-1908-2n-dnv:
864         - 1   # NDRPDR sel
865         - 2   # NDRPDR sel
866         - 3   # NDRPDR sel
867         - 4   # NDRPDR sel
868         - 5   # NDRPDR sel
869         - 6   # NDRPDR sel
870         - 7   # NDRPDR sel
871         - 8   # NDRPDR sel
872         - 9   # NDRPDR sel
873         - 10  # NDRPDR sel
874     vpp-performance-changes-2n-dnv-ref:
875       csit-vpp-perf-verify-2001-2n-dnv:
876         - 4   # NDRPDR sel
877         - 5   # NDRPDR sel
878         - 6   # NDRPDR sel
879         - 7   # NDRPDR sel
880         - 8   # NDRPDR sel
881         - 9   # NDRPDR sel
882         - 10  # NDRPDR sel
883         - 11  # NDRPDR sel
884         - 13  # NDRPDR sel
885         - 16  # NDRPDR sel
886     vpp-performance-changes-2n-dnv-cmp:
887       csit-vpp-perf-report-iterative-2005-2n-dnv:
888         - 3   # NDRPDR sel
889         - 6   # NDRPDR sel
890         - 7   # NDRPDR sel
891         - 8   # NDRPDR sel
892         - 9   # NDRPDR sel
893         - 10  # NDRPDR sel
894         - 11  # NDRPDR sel
895         - 12  # NDRPDR sel
896         - 13  # NDRPDR sel
897         - 14  # NDRPDR sel
898
899     vpp-performance-changes-3n-dnv-h1:
900       csit-vpp-perf-verify-1908-3n-dnv:
901         - 6   # NDRPDR sel
902         - 7   # NDRPDR sel
903         - 8   # NDRPDR sel
904         - 9   # NDRPDR sel
905         - 10  # NDRPDR sel
906         - 12  # NDRPDR sel
907         - 13  # NDRPDR sel
908         - 14  # NDRPDR sel
909         - 15  # NDRPDR sel
910         - 16  # NDRPDR sel
911     vpp-performance-changes-3n-dnv-ref:
912       csit-vpp-perf-verify-2001-3n-dnv:
913         - 5   # NDRPDR sel
914         - 6   # NDRPDR sel
915         - 7   # NDRPDR sel
916         - 8   # NDRPDR sel
917         - 9   # NDRPDR sel
918         - 10  # NDRPDR sel
919         - 12  # NDRPDR sel
920         - 16  # NDRPDR sel
921         - 17  # NDRPDR sel
922         - 18  # NDRPDR sel
923     vpp-performance-changes-3n-dnv-cmp:
924       csit-vpp-perf-report-iterative-2005-3n-dnv:
925         - 2   # NDRPDR sel
926         - 3   # NDRPDR sel
927         - 4   # NDRPDR sel
928         - 5   # NDRPDR sel
929         - 6   # NDRPDR sel
930         - 7   # NDRPDR sel
931         - 9   # NDRPDR sel
932         - 10  # NDRPDR sel
933         - 11  # NDRPDR sel
934         - 12  # NDRPDR sel
935
936     vpp-performance-changes-3n-tsh-h1:
937       csit-vpp-perf-verify-1908-3n-tsh:
938         - 7   # NDRPDR sel
939         - 8   # NDRPDR sel
940         - 9   # NDRPDR sel
941         - 10  # NDRPDR sel
942         - 11  # NDRPDR sel
943         - 12  # NDRPDR sel
944         - 13  # NDRPDR sel
945         - 14  # NDRPDR sel
946         - 15  # NDRPDR sel
947         - 16  # NDRPDR sel
948     vpp-performance-changes-3n-tsh-ref:
949       csit-vpp-perf-verify-2001-3n-tsh:
950         - 3   # NDRPDR sel
951         - 4   # NDRPDR sel
952         - 7   # NDRPDR sel
953         - 8   # NDRPDR sel
954         - 10  # NDRPDR sel
955         - 12  # NDRPDR sel
956         - 13  # NDRPDR sel
957         - 14  # NDRPDR sel
958         - 15  # NDRPDR sel
959         - 21  # NDRPDR sel
960     vpp-performance-changes-3n-tsh-cmp:
961       # TODO: Add data:
962       csit-vpp-perf-report-iterative-2005-3n-tsh:
963         - 9   # NDRPDR sel
964         - 11  # NDRPDR sel
965         - 12  # NDRPDR sel
966
967     vpp-soak-vs-ndr-2n-skx-ref:
968       # TODO: Add data:
969       csit-vpp-perf-report-iterative-2005-2n-skx:
970         - 43  # NDRPDR sel
971         - 38  # NDRPDR sel
972         - 7   # NDRPDR sel
973         - 65  # NDRPDR sel
974         - 47  # NDRPDR sel
975         - 55  # NDRPDR sel
976         - 67  # NDRPDR sel
977     vpp-soak-vs-ndr-2n-skx-cmp:
978       csit-vpp-perf-report-iterative-2005-2n-skx:
979         - 49  # Soak
980         - 54  # Soak
981     vpp-soak-vs-ndr-2n-skx:
982       csit-vpp-perf-report-iterative-2005-2n-skx:
983         - 43  # NDRPDR sel
984         - 38  # NDRPDR sel
985         - 7   # NDRPDR sel
986         - 65  # NDRPDR sel
987         - 47  # NDRPDR sel
988         - 55  # NDRPDR sel
989         - 67  # NDRPDR sel
990         - 49  # Soak
991         - 54  # Soak
992
993     vpp-soak-vs-ndr-2n-clx-ref:
994       csit-vpp-perf-report-iterative-2005-2n-clx:
995         - 7   # NDRPDR sel
996         - 38  # NDRPDR sel
997         - 9   # NDRPDR sel
998         - 32  # NDRPDR sel ???
999         - 33  # NDRPDR sel ???
1000         - 39  # NDRPDR sel
1001         - 40  # NDRPDR sel
1002         - 43  # NDRPDR sel
1003         - 50  # NDRPDR sel
1004         - 51  # NDRPDR sel
1005     vpp-soak-vs-ndr-2n-clx-cmp:
1006       csit-vpp-perf-report-iterative-2005-2n-clx:
1007         - 44  # Soak
1008         - 49  # Soak
1009     vpp-soak-vs-ndr-2n-clx:
1010       csit-vpp-perf-report-iterative-2005-2n-clx:
1011         - 7   # NDRPDR sel
1012         - 38  # NDRPDR sel
1013         - 9   # NDRPDR sel
1014         - 32  # NDRPDR sel ???
1015         - 33  # NDRPDR sel ???
1016         - 39  # NDRPDR sel
1017         - 40  # NDRPDR sel
1018         - 43  # NDRPDR sel
1019         - 50  # NDRPDR sel
1020         - 51  # NDRPDR sel
1021         - 44  # Soak
1022         - 49  # Soak
1023
1024     vpp-performance-changes-3n-hsw-mrr-h1:
1025       csit-vpp-perf-verify-1908-3n-hsw:
1026         - 39  # MRR sel
1027     vpp-performance-changes-3n-hsw-mrr-ref:
1028       csit-vpp-perf-verify-2001-3n-hsw:
1029         - 17  # MRR sel
1030     vpp-performance-changes-3n-hsw-mrr-cmp:
1031       csit-vpp-perf-report-iterative-2005-3n-hsw:
1032         - 13  # MRR
1033
1034     vpp-performance-changes-3n-skx-mrr-h1:
1035       csit-vpp-perf-verify-1908-3n-skx:
1036         - 36  # MRR sel
1037     vpp-performance-changes-3n-skx-mrr-ref:
1038       csit-vpp-perf-verify-2001-3n-skx:
1039         - 50  # MRR sel
1040         - 53  # MRR sel addition
1041     vpp-performance-changes-3n-skx-mrr-cmp:
1042       csit-vpp-perf-report-iterative-2005-3n-skx:
1043         - 6   # MRR sel
1044
1045     vpp-performance-changes-2n-skx-mrr-h1:
1046       csit-vpp-perf-verify-1908-2n-skx:
1047         - 69  # MRR sel
1048     vpp-performance-changes-2n-skx-mrr-ref:
1049       csit-vpp-perf-verify-2001-2n-skx:
1050         - 101 # MRR sel
1051         - 128 # MRR sel addition
1052     vpp-performance-changes-2n-skx-mrr-cmp:
1053       csit-vpp-perf-report-iterative-2005-2n-skx:
1054         - 42  # MRR sel
1055
1056     vpp-performance-changes-2n-clx-mrr-ref:
1057       csit-vpp-perf-verify-2001-2n-clx:
1058         - 39  # MRR
1059     vpp-performance-changes-2n-clx-mrr-cmp:
1060       csit-vpp-perf-report-iterative-2005-2n-clx:
1061         - 12   # MRR
1062
1063 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1064 #      csit-vpp-perf-verify-1908-2n-skx:
1065 #        - 71  # NFV MRR
1066 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1067 #      # TODO: Replace
1068 #      # csit-vpp-perf-verify-2001-2n-skx:
1069 #      csit-vpp-perf-verify-1908-2n-skx:
1070 #        - 71  # NFV MRR
1071
1072     vpp-performance-changes-2n-dnv-mrr-h1:
1073       csit-vpp-perf-verify-1908-2n-dnv:
1074         - 11  # MRR sel
1075     vpp-performance-changes-2n-dnv-mrr-ref:
1076       csit-vpp-perf-verify-2001-2n-dnv:
1077         - 12  # MRR sel
1078     vpp-performance-changes-2n-dnv-mrr-cmp:
1079       csit-vpp-perf-report-iterative-2005-2n-dnv:
1080         - 15  # MRR sel
1081
1082     vpp-performance-changes-3n-dnv-mrr-h1:
1083       csit-vpp-perf-verify-1908-3n-dnv:
1084         - 17  # MRR sel
1085     vpp-performance-changes-3n-dnv-mrr-ref:
1086       csit-vpp-perf-verify-2001-3n-dnv:
1087         - 11  # MRR sel
1088     vpp-performance-changes-3n-dnv-mrr-cmp:
1089       csit-vpp-perf-report-iterative-2005-3n-dnv:
1090         - 8   # MRR
1091
1092     vpp-performance-changes-3n-tsh-mrr-h1:
1093       csit-vpp-perf-verify-1908-3n-tsh:
1094         - 17  # MRR sel
1095     vpp-performance-changes-3n-tsh-mrr-ref:
1096       csit-vpp-perf-verify-2001-3n-tsh:
1097         - 9   # MRR sel
1098     vpp-performance-changes-3n-tsh-mrr-cmp:
1099       csit-vpp-perf-report-iterative-2005-3n-tsh:
1100         - 10  # MRR sel
1101
1102     dpdk-performance-changes-3n-hsw-h1:
1103       csit-dpdk-perf-verify-1908-3n-hsw:
1104         - 2   # NDRPDR sel
1105         - 3   # NDRPDR sel
1106         - 4   # NDRPDR sel
1107         - 5   # NDRPDR sel
1108         - 6   # NDRPDR sel
1109         - 7   # NDRPDR sel
1110         - 8   # NDRPDR sel
1111         - 9   # NDRPDR sel
1112         - 10  # NDRPDR sel
1113         - 11  # NDRPDR sel
1114     dpdk-performance-changes-3n-hsw-ref:
1115       csit-dpdk-perf-verify-2001-3n-hsw:
1116         - 4   # NDRPDR sel
1117         - 5   # NDRPDR sel
1118         - 6   # NDRPDR sel
1119         - 7   # NDRPDR sel
1120         - 8   # NDRPDR sel
1121         - 9   # NDRPDR sel
1122         - 10  # NDRPDR sel
1123         - 11  # NDRPDR sel
1124         - 12  # NDRPDR sel
1125         - 13  # NDRPDR sel
1126         - 15  # NDRPDR sel
1127         - 16  # NDRPDR sel
1128         - 17  # NDRPDR sel
1129         - 18  # NDRPDR sel
1130         - 19  # NDRPDR sel
1131         - 20  # NDRPDR sel
1132         - 21  # NDRPDR sel
1133         - 22  # NDRPDR sel
1134         - 23  # NDRPDR sel
1135         - 24  # NDRPDR sel
1136     dpdk-performance-changes-3n-hsw-cmp:
1137       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1138         - 5   # NDRPDR sel
1139         - 6   # NDRPDR sel
1140         - 7   # NDRPDR sel
1141         - 8   # NDRPDR sel
1142         - 9   # NDRPDR sel
1143         - 10  # NDRPDR sel
1144         - 11  # NDRPDR sel
1145         - 12  # NDRPDR sel
1146         - 13  # NDRPDR sel
1147         - 14  # NDRPDR sel
1148
1149     dpdk-performance-changes-3n-skx-h1:
1150       csit-dpdk-perf-verify-1908-3n-skx:
1151         - 3   # NDRPDR sel
1152         - 4   # NDRPDR sel
1153         - 5   # NDRPDR sel
1154         - 6   # NDRPDR sel
1155         - 7   # NDRPDR sel
1156         - 8   # NDRPDR sel
1157         - 9   # NDRPDR sel
1158         - 10  # NDRPDR sel
1159         - 11  # NDRPDR sel
1160         - 12  # NDRPDR sel
1161     dpdk-performance-changes-3n-skx-ref:
1162       csit-dpdk-perf-verify-2001-3n-skx:
1163         - 29  # NDRPDR sel xxv710
1164         - 33  # NDRPDR sel xxv710
1165         - 34  # NDRPDR sel xxv710
1166         - 35  # NDRPDR sel xxv710
1167         - 36  # NDRPDR sel xxv710
1168         - 37  # NDRPDR sel xxv710
1169         - 41  # NDRPDR sel xxv710
1170         - 42  # NDRPDR sel xxv710
1171         - 43  # NDRPDR sel xxv710
1172         - 45  # NDRPDR sel xxv710
1173         - 30  # NDRPDR sel x710
1174         - 31  # NDRPDR sel x710
1175         - 32  # NDRPDR sel x710
1176         - 38  # NDRPDR sel x710
1177         - 39  # NDRPDR sel x710
1178         - 40  # NDRPDR sel x710
1179         - 44  # NDRPDR sel x710
1180         - 46  # NDRPDR sel x710
1181         - 47  # NDRPDR sel x710
1182         - 48  # NDRPDR sel x710
1183     dpdk-performance-changes-3n-skx-cmp:
1184       csit-dpdk-perf-report-iterative-2005-3n-skx:
1185         - 4   # NDRPDR sel
1186         - 5   # NDRPDR sel
1187         - 6   # NDRPDR sel
1188         - 7   # NDRPDR sel
1189         - 8   # NDRPDR sel
1190         - 11  # NDRPDR sel
1191         - 12  # NDRPDR sel
1192         - 13  # NDRPDR sel
1193         - 14  # NDRPDR sel
1194         - 15  # NDRPDR sel
1195
1196     dpdk-performance-changes-2n-skx-h1:
1197       csit-dpdk-perf-verify-1908-2n-skx:
1198         - 2   # NDRPDR sel
1199         - 3   # NDRPDR sel
1200         - 4   # NDRPDR sel
1201         - 5   # NDRPDR sel
1202         - 7   # NDRPDR sel
1203         - 8   # NDRPDR sel
1204         - 9   # NDRPDR sel
1205         - 10  # NDRPDR sel
1206         - 11  # NDRPDR sel
1207         - 12  # NDRPDR sel
1208     dpdk-performance-changes-2n-skx-ref:
1209       csit-dpdk-perf-verify-2001-2n-skx:
1210         - 35  # NDRPDR sel xxv710
1211         - 36  # NDRPDR sel xxv710
1212         - 37  # NDRPDR sel xxv710
1213         - 41  # NDRPDR sel xxv710
1214         - 42  # NDRPDR sel xxv710
1215         - 43  # NDRPDR sel xxv710
1216         - 46  # NDRPDR sel xxv710
1217         - 47  # NDRPDR sel xxv710
1218         - 52  # NDRPDR sel xxv710
1219         - 53  # NDRPDR sel xxv710
1220         - 38  # NDRPDR sel x710
1221         - 39  # NDRPDR sel x710
1222         - 40  # NDRPDR sel x710
1223         - 44  # NDRPDR sel x710
1224         - 45  # NDRPDR sel x710
1225         - 48  # NDRPDR sel x710
1226         - 49  # NDRPDR sel x710
1227         - 50  # NDRPDR sel x710
1228         - 51  # NDRPDR sel x710
1229         - 54  # NDRPDR sel x710
1230     dpdk-performance-changes-2n-skx-cmp:
1231       csit-dpdk-perf-report-iterative-2005-2n-skx:
1232         - 1   # NDRPDR sel
1233         - 2   # NDRPDR sel
1234         - 3   # NDRPDR sel
1235         - 4   # NDRPDR sel
1236         - 5   # NDRPDR sel
1237         - 6   # NDRPDR sel
1238         - 7   # NDRPDR sel
1239         - 8   # NDRPDR sel
1240         - 9   # NDRPDR sel
1241         - 10  # NDRPDR sel
1242
1243     dpdk-performance-changes-2n-clx-ref:
1244       csit-dpdk-perf-verify-2001-2n-clx:
1245         - 15  # NDRPDR sel
1246         - 16  # NDRPDR sel
1247         - 17  # NDRPDR sel
1248         - 18  # NDRPDR sel
1249         - 19  # NDRPDR sel
1250         - 20  # NDRPDR sel
1251         - 21  # NDRPDR sel
1252         - 22  # NDRPDR sel
1253         - 23  # NDRPDR sel
1254         - 24  # NDRPDR sel
1255         - 25  # NDRPDR sel
1256         - 26  # NDRPDR sel
1257         - 27  # NDRPDR sel
1258         - 28  # NDRPDR sel
1259         - 29  # NDRPDR sel
1260         - 30  # NDRPDR sel
1261         - 31  # NDRPDR sel
1262         - 32  # NDRPDR sel
1263         - 33  # NDRPDR sel
1264         - 34  # NDRPDR sel
1265     dpdk-performance-changes-2n-clx-cmp:
1266       csit-dpdk-perf-report-iterative-2005-2n-clx:
1267         - 1   # NDRPDR sel
1268         - 2   # NDRPDR sel
1269         - 3   # NDRPDR sel
1270         - 4   # NDRPDR sel
1271         - 5   # NDRPDR sel
1272         - 6   # NDRPDR sel
1273         - 7   # NDRPDR sel
1274         - 8   # NDRPDR sel
1275         - 9   # NDRPDR sel
1276         - 10  # NDRPDR sel
1277
1278     dpdk-performance-changes-2n-dnv-ref:
1279       csit-dpdk-perf-verify-2001-2n-dnv:
1280         - 9   # NDRPDR sel
1281         - 10  # NDRPDR sel
1282         - 11  # NDRPDR sel
1283         - 12  # NDRPDR sel
1284         - 13  # NDRPDR sel
1285         - 14  # NDRPDR sel
1286         - 15  # NDRPDR sel
1287         - 16  # NDRPDR sel
1288         - 17  # NDRPDR sel
1289         - 18  # NDRPDR sel
1290     dpdk-performance-changes-2n-dnv-cmp:
1291       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1292         - 8   # NDRPDR sel
1293         - 9   # NDRPDR sel
1294         - 10  # NDRPDR sel
1295         - 11  # NDRPDR sel
1296         - 12  # NDRPDR sel
1297         - 13  # NDRPDR sel
1298         - 14  # NDRPDR sel
1299         - 15  # NDRPDR sel
1300         - 16  # NDRPDR sel
1301         - 17  # NDRPDR sel
1302
1303     dpdk-performance-changes-3n-dnv-ref:
1304       csit-dpdk-perf-verify-2001-3n-dnv:
1305         - 12  # NDRPDR sel
1306         - 13  # NDRPDR sel
1307         - 14  # NDRPDR sel
1308         - 15  # NDRPDR sel
1309         - 16  # NDRPDR sel
1310         - 17  # NDRPDR sel
1311         - 18  # NDRPDR sel
1312         - 19  # NDRPDR sel
1313         - 20  # NDRPDR sel
1314         - 22  # NDRPDR sel
1315     dpdk-performance-changes-3n-dnv-cmp:
1316       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1317         - 6   # NDRPDR sel
1318         - 7   # NDRPDR sel
1319         - 8   # NDRPDR sel
1320         - 9   # NDRPDR sel
1321         - 10  # NDRPDR sel
1322         - 11  # NDRPDR sel
1323         - 12  # NDRPDR sel
1324         - 13  # NDRPDR sel
1325         - 14  # NDRPDR sel
1326         - 16  # NDRPDR sel
1327
1328     dpdk-performance-changes-3n-tsh-ref:
1329       csit-dpdk-perf-verify-2001-3n-tsh:
1330         - 3   # NDRPDR sel
1331         - 4   # NDRPDR sel
1332         - 5   # NDRPDR sel
1333         - 9   # NDRPDR sel
1334         - 10  # NDRPDR sel
1335         - 11  # NDRPDR sel
1336         - 12  # NDRPDR sel
1337         - 14  # NDRPDR sel
1338         - 15  # NDRPDR sel
1339         - 18  # NDRPDR sel
1340     dpdk-performance-changes-3n-tsh-cmp:
1341       # TODO: Add data:
1342       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1343         - 5   # NDRPDR sel
1344
1345     # Compare testbeds
1346
1347     vpp-compare-testbeds-ref:
1348       csit-vpp-perf-report-iterative-2005-3n-hsw:
1349         - 3   # NDRPDR sel
1350         - 4   # NDRPDR sel
1351         - 5   # NDRPDR sel
1352         - 10  # NDRPDR sel
1353         - 11  # NDRPDR sel
1354         - 12  # NDRPDR sel
1355         - 15  # NDRPDR sel
1356         - 16  # NDRPDR sel
1357         - 18  # NDRPDR sel
1358         - 19  # NDRPDR sel
1359     vpp-compare-testbeds-cmp:
1360       # TODO: Add data:
1361       csit-vpp-perf-report-iterative-2005-3n-skx:
1362         - 4   # NDRPDR sel
1363         - 5   # NDRPDR sel ??? all x710 failed
1364         - 33  # NDRPDR sel
1365         - 28  # NDRPDR sel
1366         - 34  # NDRPDR sel
1367         - 36  # NDRPDR sel
1368         - 37  # NDRPDR sel
1369         - 38  # NDRPDR sel
1370
1371     vpp-compare-testbeds-skx-clx-ref:
1372       # TODO: Add data:
1373       csit-vpp-perf-report-iterative-2005-2n-skx:
1374         - 43  # NDRPDR sel
1375         - 38  # NDRPDR sel
1376         - 7   # NDRPDR sel
1377         - 65  # NDRPDR sel
1378         - 47  # NDRPDR sel
1379         - 55  # NDRPDR sel
1380         - 67  # NDRPDR sel
1381     vpp-compare-testbeds-skx-clx-cmp:
1382       csit-vpp-perf-report-iterative-2005-2n-clx:
1383         - 7   # NDRPDR sel
1384         - 38  # NDRPDR sel
1385         - 9   # NDRPDR sel
1386         - 32  # NDRPDR sel ???
1387         - 33  # NDRPDR sel ???
1388         - 39  # NDRPDR sel
1389         - 40  # NDRPDR sel
1390         - 43  # NDRPDR sel
1391         - 50  # NDRPDR sel
1392         - 51  # NDRPDR sel
1393
1394     vpp-compare-testbeds-hsw-clx-ref:
1395       csit-vpp-perf-report-iterative-2005-3n-hsw:
1396         - 3   # NDRPDR sel
1397         - 4   # NDRPDR sel
1398         - 5   # NDRPDR sel
1399         - 10  # NDRPDR sel
1400         - 11  # NDRPDR sel
1401         - 12  # NDRPDR sel
1402         - 15  # NDRPDR sel
1403         - 16  # NDRPDR sel
1404         - 18  # NDRPDR sel
1405         - 19  # NDRPDR sel
1406     vpp-compare-testbeds-hsw-clx-cmp:
1407       csit-vpp-perf-report-iterative-2005-2n-clx:
1408         - 7   # NDRPDR sel
1409         - 38  # NDRPDR sel
1410         - 9   # NDRPDR sel
1411         - 32  # NDRPDR sel ???
1412         - 33  # NDRPDR sel ???
1413         - 39  # NDRPDR sel
1414         - 40  # NDRPDR sel
1415         - 43  # NDRPDR sel
1416         - 50  # NDRPDR sel
1417         - 51  # NDRPDR sel
1418
1419     vpp-compare-testbeds-mrr-ref:
1420       csit-vpp-perf-report-iterative-2005-3n-hsw:
1421         - 13  # MRR
1422     vpp-compare-testbeds-mrr-cmp:
1423       csit-vpp-perf-report-iterative-2005-3n-skx:
1424         - 6   # MRR sel
1425
1426     vpp-compare-testbeds-mrr-skx-clx-ref:
1427       csit-vpp-perf-report-iterative-2005-2n-skx:
1428         - 42  # MRR sel
1429     vpp-compare-testbeds-mrr-skx-clx-cmp:
1430       csit-vpp-perf-report-iterative-2005-2n-clx:
1431         - 12   # MRR
1432
1433     vpp-compare-testbeds-mrr-hsw-clx-ref:
1434       csit-vpp-perf-report-iterative-2005-3n-hsw:
1435         - 13  # MRR
1436     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1437       csit-vpp-perf-report-iterative-2005-2n-clx:
1438         - 12   # MRR
1439
1440     dpdk-compare-testbeds-ref:
1441       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1442         - 5   # NDRPDR sel
1443         - 6   # NDRPDR sel
1444         - 7   # NDRPDR sel
1445         - 8   # NDRPDR sel
1446         - 9   # NDRPDR sel
1447         - 10  # NDRPDR sel
1448         - 11  # NDRPDR sel
1449         - 12  # NDRPDR sel
1450         - 13  # NDRPDR sel
1451         - 14  # NDRPDR sel
1452     dpdk-compare-testbeds-cmp:
1453       csit-dpdk-perf-report-iterative-2005-3n-skx:
1454         - 4   # NDRPDR sel
1455         - 5   # NDRPDR sel
1456         - 6   # NDRPDR sel
1457         - 7   # NDRPDR sel
1458         - 8   # NDRPDR sel
1459         - 11  # NDRPDR sel
1460         - 12  # NDRPDR sel
1461         - 13  # NDRPDR sel
1462         - 14  # NDRPDR sel
1463         - 15  # NDRPDR sel
1464
1465     dpdk-compare-testbeds-skx-clx-ref:
1466       csit-dpdk-perf-report-iterative-2005-2n-skx:
1467         - 1   # NDRPDR sel
1468         - 2   # NDRPDR sel
1469         - 3   # NDRPDR sel
1470         - 4   # NDRPDR sel
1471         - 5   # NDRPDR sel
1472         - 6   # NDRPDR sel
1473         - 7   # NDRPDR sel
1474         - 8   # NDRPDR sel
1475         - 9   # NDRPDR sel
1476         - 10  # NDRPDR sel
1477     dpdk-compare-testbeds-skx-clx-cmp:
1478       csit-dpdk-perf-report-iterative-2005-2n-clx:
1479         - 1   # NDRPDR sel
1480         - 2   # NDRPDR sel
1481         - 3   # NDRPDR sel
1482         - 4   # NDRPDR sel
1483         - 5   # NDRPDR sel
1484         - 6   # NDRPDR sel
1485         - 7   # NDRPDR sel
1486         - 8   # NDRPDR sel
1487         - 9   # NDRPDR sel
1488         - 10  # NDRPDR sel
1489
1490     # Compare topologies
1491
1492     vpp-compare-topologies-ref:
1493       # TODO: Add data:
1494       csit-vpp-perf-report-iterative-2005-3n-skx:
1495         - 4   # NDRPDR sel
1496         - 5   # NDRPDR sel ??? all x710 failed
1497         - 33  # NDRPDR sel
1498         - 28  # NDRPDR sel
1499         - 34  # NDRPDR sel
1500         - 36  # NDRPDR sel
1501         - 37  # NDRPDR sel
1502         - 38  # NDRPDR sel
1503     vpp-compare-topologies-cmp:
1504       # TODO: Add data:
1505       csit-vpp-perf-report-iterative-2005-2n-skx:
1506         - 43  # NDRPDR sel
1507         - 38  # NDRPDR sel
1508         - 7   # NDRPDR sel
1509         - 65  # NDRPDR sel
1510         - 47  # NDRPDR sel
1511         - 55  # NDRPDR sel
1512         - 67  # NDRPDR sel
1513
1514     vpp-compare-topologies-mrr-ref:
1515       csit-vpp-perf-report-iterative-2005-3n-skx:
1516         - 6   # MRR sel
1517     vpp-compare-topologies-mrr-cmp:
1518       csit-vpp-perf-report-iterative-2005-2n-skx:
1519         - 42  # MRR sel
1520
1521     dpdk-compare-topologies-ref:
1522       csit-dpdk-perf-report-iterative-2005-3n-skx:
1523         - 4   # NDRPDR sel
1524         - 5   # NDRPDR sel
1525         - 6   # NDRPDR sel
1526         - 7   # NDRPDR sel
1527         - 8   # NDRPDR sel
1528         - 11  # NDRPDR sel
1529         - 12  # NDRPDR sel
1530         - 13  # NDRPDR sel
1531         - 14  # NDRPDR sel
1532         - 15  # NDRPDR sel
1533     dpdk-compare-topologies-cmp:
1534       csit-dpdk-perf-report-iterative-2005-2n-skx:
1535         - 1   # NDRPDR sel
1536         - 2   # NDRPDR sel
1537         - 3   # NDRPDR sel
1538         - 4   # NDRPDR sel
1539         - 5   # NDRPDR sel
1540         - 6   # NDRPDR sel
1541         - 7   # NDRPDR sel
1542         - 8   # NDRPDR sel
1543         - 9   # NDRPDR sel
1544         - 10  # NDRPDR sel
1545
1546   plot-layouts:
1547
1548     plot-soak-throughput:
1549       titlefont:
1550         size: 18
1551       xaxis:
1552         title: "<b>Test Cases [Index]</b>"
1553         titlefont:
1554           size: 16
1555         autorange: True
1556         fixedrange: False
1557         gridcolor: "rgb(230, 230, 230)"
1558         linecolor: "rgb(220, 220, 220)"
1559         linewidth: 1
1560         showgrid: True
1561         showline: True
1562         showticklabels: True
1563         tickcolor: "rgb(220, 220, 220)"
1564         tickmode: "linear"
1565         tickfont:
1566           size: 16
1567         zeroline: False
1568       yaxis:
1569         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1570         titlefont:
1571           size: 16
1572         gridcolor: "rgb(230, 230, 230)"
1573         hoverformat: ".4r"
1574         tickformat: ".3r"
1575         linecolor: "rgb(220, 220, 220)"
1576         linewidth: 1
1577         showgrid: True
1578         showline: True
1579         showticklabels: True
1580         tickcolor: "rgb(220, 220, 220)"
1581         tickfont:
1582           size: 16
1583         zeroline: False
1584         range: [0,50]
1585       autosize: False
1586       margin:
1587         t: 50
1588         b: 0
1589         l: 80
1590         r: 20
1591       showlegend: True
1592       legend:
1593         orientation: "h"
1594         font:
1595           size: 16
1596       width: 700
1597       height: 900
1598       paper_bgcolor: "#fff"
1599       plot_bgcolor: "#fff"
1600       hoverlabel:
1601         namelength: -1
1602
1603     plot-service-density:
1604       titlefont:
1605         size: 18
1606       xaxis:
1607         side: "top"
1608         autorange: True
1609         fixedrange: False
1610         showgrid: False
1611         showline: False
1612         showticklabels: False
1613         ticks: ""
1614         ticklen: 0
1615         tickwidth: 0
1616         zeroline: False
1617       yaxis:
1618         autorange: "reversed"
1619         showgrid: False
1620         showline: False
1621         showticklabels: False
1622         ticks: ""
1623         ticklen: 0
1624         tickwidth: 0
1625         zeroline: False
1626       showlegend: False
1627       paper_bgcolor: "#fff"
1628       plot_bgcolor: "#fff"
1629       width: 700
1630       height: 700
1631       hoverlabel:
1632         namelength: -1
1633
1634 #    plot-cps:
1635 #      titlefont:
1636 #        size: 18
1637 #      xaxis:
1638 #        title: "<b>Test Cases [Index]</b>"
1639 #        titlefont:
1640 #          size: 16
1641 #        autorange: True
1642 #        fixedrange: False
1643 #        gridcolor: "rgb(230, 230, 230)"
1644 #        linecolor: "rgb(220, 220, 220)"
1645 #        linewidth: 1
1646 #        showgrid: True
1647 #        showline: True
1648 #        showticklabels: True
1649 #        tickcolor: "rgb(220, 220, 220)"
1650 #        tickmode: "linear"
1651 #        tickfont:
1652 #          size: 16
1653 #        zeroline: False
1654 #      yaxis:
1655 #        title: "<b>Connections Per Second [cps]</b>"
1656 #        titlefont:
1657 #          size: 16
1658 #        gridcolor: "rgb(230, 230, 230)"
1659 #        hoverformat: ".4s"
1660 #        linecolor: "rgb(220, 220, 220)"
1661 #        linewidth: 1
1662 #        rangemode: "tozero"
1663 #        showgrid: True
1664 #        showline: True
1665 #        showticklabels: True
1666 #        tickcolor: "rgb(220, 220, 220)"
1667 #        tickformat: ".3s"
1668 #        tickfont:
1669 #          size: 16
1670 #        zeroline: False
1671 #      boxmode: "group"
1672 #      boxgroupgap: 0.5
1673 #      autosize: False
1674 #      margin:
1675 #        t: 50
1676 #        b: 20
1677 #        l: 80
1678 #        r: 20
1679 #      showlegend: True
1680 #      legend:
1681 #        orientation: "h"
1682 #        font:
1683 #          size: 16
1684 #      width: 700
1685 #      height: 800
1686 #      paper_bgcolor: "#fff"
1687 #      plot_bgcolor: "#fff"
1688 #      hoverlabel:
1689 #        namelength: -1
1690 #
1691 #    plot-rps:
1692 #      titlefont:
1693 #        size: 18
1694 #      xaxis:
1695 #        title: "<b>Test Cases [Index]</b>"
1696 #        titlefont:
1697 #          size: 16
1698 #        autorange: True
1699 #        fixedrange: False
1700 #        gridcolor: "rgb(230, 230, 230)"
1701 #        linecolor: "rgb(220, 220, 220)"
1702 #        linewidth: 1
1703 #        showgrid: True
1704 #        showline: True
1705 #        showticklabels: True
1706 #        tickcolor: "rgb(220, 220, 220)"
1707 #        tickmode: "linear"
1708 #        tickfont:
1709 #          size: 16
1710 #        zeroline: False
1711 #      yaxis:
1712 #        title: "<b>Requests Per Second [rps]</b>"
1713 #        titlefont:
1714 #          size: 16
1715 #        gridcolor: "rgb(230, 230, 230)"
1716 #        hoverformat: ".4s"
1717 #        linecolor: "rgb(220, 220, 220)"
1718 #        linewidth: 1
1719 #        rangemode: "tozero"
1720 #        showgrid: True
1721 #        showline: True
1722 #        showticklabels: True
1723 #        tickcolor: "rgb(230, 230, 230)"
1724 #        tickformat: ".3s"
1725 #        tickfont:
1726 #          size: 16
1727 #        zeroline: False
1728 #      boxmode: "group"
1729 #      boxgroupgap: 0.5
1730 #      autosize: False
1731 #      margin:
1732 #        t: 50
1733 #        b: 20
1734 #        l: 80
1735 #        r: 20
1736 #      showlegend: True
1737 #      legend:
1738 #        orientation: "h"
1739 #        font:
1740 #          size: 16
1741 #      width: 700
1742 #      height: 800
1743 #      paper_bgcolor: "#fff"
1744 #      plot_bgcolor: "#fff"
1745 #      hoverlabel:
1746 #        namelength: -1
1747
1748     plot-hoststack:
1749       titlefont:
1750         size: 16
1751       xaxis:
1752         title: "<b>Test Cases [Index]</b>"
1753         titlefont:
1754           size: 14
1755         autorange: True
1756         fixedrange: False
1757         gridcolor: "rgb(230, 230, 230)"
1758         linecolor: "rgb(220, 220, 220)"
1759         linewidth: 1
1760         showgrid: True
1761         showline: True
1762         showticklabels: True
1763         tickcolor: "rgb(220, 220, 220)"
1764         tickmode: "linear"
1765         tickfont:
1766           size: 14
1767         zeroline: False
1768       yaxis:
1769         title: "<b>Bandwidth [Gbps]</b>"
1770         titlefont:
1771           size: 14
1772         gridcolor: "rgb(230, 230, 230)"
1773         hoverformat: ".4s"
1774         linecolor: "rgb(220, 220, 220)"
1775         linewidth: 1
1776         rangemode: "tozero"
1777         showgrid: True
1778         showline: True
1779         showticklabels: True
1780         tickcolor: "rgb(230, 230, 230)"
1781         tickformat: ".3s"
1782         tickfont:
1783           size: 14
1784         zeroline: False
1785       boxmode: "group"
1786       boxgroupgap: 0.5
1787       autosize: False
1788       margin:
1789         t: 50
1790         b: 20
1791         l: 80
1792         r: 20
1793       showlegend: True
1794       legend:
1795         orientation: "h"
1796         font:
1797           size: 14
1798       width: 700
1799       height: 800
1800       paper_bgcolor: "#fff"
1801       plot_bgcolor: "#fff"
1802       hoverlabel:
1803         namelength: -1
1804
1805     plot-throughput:
1806       titlefont:
1807         size: 18
1808       xaxis:
1809         title: "<b>Test Cases [Index]</b>"
1810         titlefont:
1811           size: 16
1812         autorange: True
1813         fixedrange: False
1814         gridcolor: "rgb(230, 230, 230)"
1815         linecolor: "rgb(220, 220, 220)"
1816         linewidth: 1
1817         showgrid: True
1818         showline: True
1819         showticklabels: True
1820         tickcolor: "rgb(220, 220, 220)"
1821         tickmode: "linear"
1822         tickfont:
1823           size: 16
1824         zeroline: False
1825       yaxis:
1826         title: "<b>Packet Throughput [Mpps]</b>"
1827         titlefont:
1828           size: 16
1829         gridcolor: "rgb(230, 230, 230)"
1830         hoverformat: ".4r"
1831         tickformat: ".3r"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         showgrid: True
1835         showline: True
1836         showticklabels: True
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickfont:
1839           size: 16
1840         zeroline: False
1841         range: [0,50]
1842       autosize: False
1843       margin:
1844         t: 50
1845         b: 0
1846         l: 80
1847         r: 20
1848       showlegend: True
1849       legend:
1850         orientation: "h"
1851         font:
1852           size: 16
1853       width: 700
1854       height: 900
1855       paper_bgcolor: "#fff"
1856       plot_bgcolor: "#fff"
1857       hoverlabel:
1858         namelength: -1
1859
1860     plot-throughput-speedup-analysis:
1861       titlefont:
1862         size: 18
1863       xaxis:
1864         title: "<b>Number of Cores [Qty]</b>"
1865         titlefont:
1866           size: 16
1867         autorange: True
1868         fixedrange: False
1869         gridcolor: "rgb(230, 230, 230)"
1870         linecolor: "rgb(220, 220, 220)"
1871         linewidth: 1
1872         showgrid: True
1873         showline: True
1874         showticklabels: True
1875         tickcolor: "rgb(238, 238, 238)"
1876         tickmode: "linear"
1877         tickfont:
1878           size: 16
1879         zeroline: False
1880       yaxis:
1881         title: "<b>Packet Throughput [Mpps]</b>"
1882         titlefont:
1883           size: 16
1884         type: "linear"
1885         gridcolor: "rgb(230, 230, 230)"
1886         hoverformat: ".4s"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: True
1892         tickcolor: "rgb(220, 220, 220)"
1893         tickformat: ".4s"
1894         tickfont:
1895           size: 16
1896         zeroline: True
1897         rangemode: "tozero"
1898         range: [0,100]
1899       legend:
1900         orientation: "h"
1901         font:
1902           size: 16
1903         xanchor: "left"
1904         yanchor: "top"
1905         x: 0
1906         y: -0.2
1907         bgcolor: "rgba(255, 255, 255, 0)"
1908         bordercolor: "rgba(255, 255, 255, 0)"
1909         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1910       autosize: False
1911       margin:
1912           't': 50
1913           'b': 150
1914           'l': 85
1915           'r': 10
1916       showlegend: True
1917       width: 700
1918       height: 700
1919       paper_bgcolor: "#fff"
1920       plot_bgcolor: "#fff"
1921       hoverlabel:
1922         namelength: -1
1923       annotations: [
1924         {
1925           text: "_ _          __          ...",
1926           align: "left",
1927           showarrow: False,
1928           xref: "paper",
1929           yref: "paper",
1930           xanchor: "left",
1931           yanchor: "top",
1932           x: 0,
1933           y: -0.13,
1934           font: {
1935             family: "Consolas, Courier New",
1936             size: 15
1937           },
1938         },
1939         {
1940           text: "    Perfect     Measured     Limit",
1941           align: "left",
1942           showarrow: False,
1943           xref: "paper",
1944           yref: "paper",
1945           xanchor: "left",
1946           yanchor: "top",
1947           x: 0,
1948           y: -0.15,
1949           font: {
1950             family: "Consolas, Courier New",
1951             size: 15
1952           },
1953         },
1954       ]
1955
1956     plot-latency:
1957       titlefont:
1958         size: 18
1959       xaxis:
1960         title: "<b>Direction</b>"
1961         titlefont:
1962           size: 16
1963         autorange: True
1964         fixedrange: False
1965         gridcolor: "rgb(230, 230, 230)"
1966         linecolor: "rgb(220, 220, 220)"
1967         linewidth: 1
1968         showgrid: True
1969         showline: True
1970         showticklabels: False
1971         tickcolor: "rgb(220, 220, 220)"
1972         tickmode: "linear"
1973         tickfont:
1974           size: 16
1975         zeroline: False
1976       yaxis:
1977         title: "<b>Packet Latency [uSec]</b>"
1978         titlefont:
1979           size: 16
1980         type: "linear"
1981         gridcolor: "rgb(230, 230, 230)"
1982         hoverformat: ".4s"
1983         linecolor: "rgb(220, 220, 220)"
1984         linewidth: 1
1985         showgrid: True
1986         showline: True
1987         showticklabels: True
1988         tickcolor: "rgb(220, 220, 220)"
1989         tickformat: ".4s"
1990         tickfont:
1991           size: 16
1992         zeroline: True
1993         rangemode: "tozero"
1994       legend:
1995         orientation: "h"
1996         font:
1997           size: 16
1998         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1999       autosize: False
2000       margin:
2001           't': 50
2002           'b': 150
2003           'l': 80
2004           'r': 10
2005       showlegend: True
2006       width: 700
2007       height: 700
2008       paper_bgcolor: "#fff"
2009       plot_bgcolor: "#fff"
2010       hoverlabel:
2011         namelength: -1
2012
2013     plot-hdrh-latency:
2014       title:
2015         text: ""
2016         xanchor: "center"
2017         x: 0.5
2018         font:
2019           size: 16
2020       width: 700
2021       plot_bgcolor: "white"
2022       annotations:
2023         - font:
2024             size: 14
2025           showarrow: False
2026           text: "<b>Packet Latency [uSec]</b>"
2027           x: 1
2028           xanchor: "right"
2029           xref: "paper"
2030           y: -0.045
2031           yanchor: "top"
2032           yref: "paper"
2033         - font:
2034             size: 14
2035           showarrow: False
2036           text: "<b>Probability [%]</b>"
2037           textangle: 270
2038           x: -0.06
2039           xanchor: "center"
2040           xref: "paper"
2041           y: 0.5
2042           yanchor: "middle"
2043           yref: "paper"
2044         - font:
2045             size: 14
2046           showarrow: False
2047           text: "<b>Direction: E-W</b>"
2048           x: 0.24
2049           xanchor: "center"
2050           xref: "paper"
2051           y: 1.05
2052           yanchor: "bottom"
2053           yref: "paper"
2054         - font:
2055             size: 14
2056           showarrow: False
2057           text: "<b>Direction: W-E</b>"
2058           x: 0.74
2059           xanchor: "center"
2060           xref: "paper"
2061           y: 1.05
2062           yanchor: "bottom"
2063           yref: "paper"
2064
2065     plot-hdrh-latency-percentile:
2066       title:
2067         text: ""
2068         xanchor: "center"
2069         x: 0.5
2070         font:
2071           size: 18
2072       xaxis:
2073         type: "log"
2074         title: "<b>Percentile [%]</b>"
2075         titlefont:
2076           size: 16
2077         autorange: True
2078         fixedrange: False
2079         gridcolor: "rgb(230, 230, 230)"
2080         linecolor: "rgb(220, 220, 220)"
2081         linewidth: 1
2082         showgrid: True
2083         showline: True
2084         showticklabels: True
2085         tickcolor: "rgb(220, 220, 220)"
2086         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2087         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2088         tickfont:
2089           size: 16
2090       yaxis:
2091         title: "<b>Packet Latency [uSec]</b>"
2092         titlefont:
2093           size: 16
2094         gridcolor: "rgb(230, 230, 230)"
2095         linecolor: "rgb(220, 220, 220)"
2096         linewidth: 1
2097         showgrid: True
2098         showline: True
2099         showticklabels: True
2100         tickcolor: "rgb(220, 220, 220)"
2101         tickfont:
2102           size: 16
2103       autosize: False
2104       showlegend: True
2105       legend:
2106         traceorder: "normal"
2107         orientation: "h"
2108         font:
2109           size: 16
2110         xanchor: "left"
2111         yanchor: "top"
2112         x: 0
2113         y: -0.15
2114         bgcolor: "rgba(255, 255, 255, 0)"
2115         bordercolor: "rgba(255, 255, 255, 0)"
2116       width: 700
2117       height: 700
2118       paper_bgcolor: "white"
2119       plot_bgcolor: "white"
2120
2121     plot-hdrh-latency-by-percentile:
2122       title:
2123         text: "<b>Latency by Percentile Distribution</b>"
2124         xanchor: "center"
2125         x: 0.5
2126         font:
2127           size: 18
2128       showlegend: True
2129       legend:
2130         traceorder: "normal"
2131         orientation: "h"
2132         font:
2133           size: 16
2134         xanchor: "left"
2135         yanchor: "top"
2136         x: 0
2137         y: -0.2
2138         bgcolor: "rgba(255, 255, 255, 0)"
2139         bordercolor: "rgba(255, 255, 255, 0)"
2140       xaxis:
2141         type: "linear"
2142         title: "<b>Percentile [%]</b>"
2143         titlefont:
2144           size: 14
2145         autorange: False
2146         fixedrange: False
2147         range: [0, 100]
2148         gridcolor: "rgb(230, 230, 230)"
2149         linecolor: "rgb(220, 220, 220)"
2150         linewidth: 1
2151         showgrid: True
2152         showline: True
2153         showticklabels: True
2154         tickcolor: "rgb(220, 220, 220)"
2155         tickvals: [0, 25, 50, 75, 100]
2156         ticktext: [0, 25, 50, 75, 100]
2157         tickfont:
2158           size: 14
2159       yaxis:
2160         title: "<b>One-Way Latency per Direction [uSec]</b>"
2161         titlefont:
2162           size: 14
2163         gridcolor: "rgb(230, 230, 230)"
2164         linecolor: "rgb(220, 220, 220)"
2165         linewidth: 1
2166         showgrid: True
2167         showline: True
2168         showticklabels: True
2169         tickcolor: "rgb(220, 220, 220)"
2170         tickfont:
2171           size: 14
2172       width: 700
2173       height: 700
2174       paper_bgcolor: "white"
2175       plot_bgcolor: "white"
2176
2177 - type: "static"
2178   src-path: "{DIR[RST]}"
2179   dst-path: "{DIR[WORKING,SRC]}"
2180
2181 - type: "input"
2182   general:
2183     file-name: "output_info.xml.gz"
2184     file-format: ".gz"
2185     arch-file-format:
2186       - ".gz"
2187       - ".zip"
2188     download-path: "{job}/{build}/archives/{filename}"
2189     extract: "output.xml"
2190
2191     zip-file-name: "robot-plugin.zip"
2192     zip-file-format: ".zip"
2193     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2194     zip-extract: "robot-plugin/output.xml"
2195
2196   builds:
2197
2198     csit-vpp-perf-verify-1908-3n-hsw:
2199       - 12  # NDRPDR sel
2200       - 13  # NDRPDR sel
2201       - 14  # NDRPDR sel
2202       - 15  # NDRPDR sel
2203       - 16  # NDRPDR sel
2204       - 17  # NDRPDR sel
2205       - 18  # NDRPDR sel
2206       - 19  # NDRPDR sel
2207       - 20  # NDRPDR sel
2208       - 21  # NDRPDR sel
2209       - 48  # NDRPDR sel vhost
2210       - 49  # NDRPDR sel vhost
2211       - 52  # NDRPDR sel vhost
2212       - 53  # NDRPDR sel vhost
2213       - 54  # NDRPDR sel vhost
2214       - 55  # NDRPDR sel vhost
2215       - 56  # NDRPDR sel vhost
2216       - 57  # NDRPDR sel vhost
2217       - 58  # NDRPDR sel vhost
2218       - 59  # NDRPDR sel vhost
2219       - 39  # MRR sel
2220     csit-vpp-perf-verify-2001-3n-hsw:
2221       - 21  # NDRPDR sel
2222       - 22  # NDRPDR sel
2223       - 23  # NDRPDR sel
2224       - 24  # NDRPDR sel
2225       - 25  # NDRPDR sel
2226       - 29  # NDRPDR sel
2227       - 30  # NDRPDR sel
2228       - 31  # NDRPDR sel
2229       - 32  # NDRPDR sel
2230       - 34  # NDRPDR sel
2231       - 17  # MRR sel
2232     csit-vpp-perf-report-iterative-2005-3n-hsw:
2233       - 3   # NDRPDR sel
2234       - 4   # NDRPDR sel
2235       - 5   # NDRPDR sel
2236       - 10  # NDRPDR sel
2237       - 11  # NDRPDR sel
2238       - 12  # NDRPDR sel
2239       - 15  # NDRPDR sel
2240       - 16  # NDRPDR sel
2241       - 18  # NDRPDR sel
2242       - 19  # NDRPDR sel
2243       - 13  # MRR
2244     csit-vpp-perf-verify-2005-3n-hsw:
2245       - 3   # hoststack
2246       - 5   # hoststack
2247       - 6   # hoststack
2248       - 7   # hoststack
2249       - 8   # hoststack
2250       - 9   # hoststack
2251       - 10  # hoststack
2252       - 11  # hoststack
2253       - 12  # hoststack
2254       - 13  # hoststack
2255     csit-vpp-perf-report-coverage-2005-3n-hsw:
2256       - 1   # perf-full-3n-dnv-crypto_I
2257       - 7   # perf-full-3n-hsw-crypto_II
2258       - 3   # perf-full-3n-hsw-crypto_III
2259       - 4   # perf-full-3n-dnv-crypto_IV
2260       - 5   # perf-full-3n-hsw-ip4_I
2261       - 6   # perf-full-3n-hsw-ip4_II
2262       - 8   # perf-full-3n-hsw-ip4_III
2263       - 9   # perf-full-3n-hsw-ip4_IV
2264       - 10  # perf-full-3n-hsw-ip4_V
2265       - 26  # perf-full-3n-hsw-ip4_VI
2266       - 18  # perf-full-3n-hsw-ip4_VII
2267       - 27  # perf-full-3n-hsw-ip4_VIII
2268       - 28  # perf-full-3n-hsw-ip4_IX
2269       - 29  # perf-full-3n-hsw-ip6_I
2270       - 35  # perf-full-3n-hsw-ip6_II
2271       - 42  # perf-full-3n-hsw-l2_I
2272       - 33  # perf-full-3n-hsw-l2_II
2273       - 37  # perf-full-3n-hsw-l2_III
2274       - 45  # perf-full-3n-hsw-l2_IV
2275       - 43  # perf-full-3n-hsw-l2_V
2276       - 40  # perf-full-3n-hsw-l2_VI
2277       - 44  # perf-full-3n-hsw-l2_VII
2278       - 51  # perf-full-3n-hsw-l2_VIII
2279       - 50  # perf-full-3n-hsw-l2_IX
2280       - 52  # perf-full-3n-hsw-l2_X
2281       - 53  # perf-full-3n-hsw-l2_XI
2282       - 54  # perf-full-3n-hsw-memif
2283       - 55  # perf-full-3n-hsw-ip4tunnels-I
2284       - 56  # perf-full-3n-hsw-ip4tunnels-II
2285       - 57  # perf-full-3n-hsw-ip4tunnels-III
2286       - 58  # perf-full-3n-hsw-ip6tunnels-I
2287       - 59  # perf-full-3n-hsw-srv6-I
2288       - 60  # perf-full-3n-hsw-srv6-II
2289       - 61  # perf-full-3n-hsw-vhost-I
2290       - 62  # perf-full-3n-hsw-vhost-II
2291       - 63  # perf-full-3n-hsw-vhost-III
2292
2293     csit-vpp-perf-verify-1908_1-3n-skx:
2294       - 26  # NDRPDR sel - new1908.1
2295       - 27  # NDRPDR sel - new1908.1
2296       - 28  # NDRPDR sel - new1908.1
2297       - 29  # NDRPDR sel - new1908.1
2298       - 30  # NDRPDR sel - new1908.1
2299       - 31  # NDRPDR sel - new1908.1
2300       - 33  # NDRPDR sel - new1908.1
2301       - 34  # NDRPDR sel - new1908.1
2302       - 35  # NDRPDR sel - new1908.1
2303       - 36  # NDRPDR sel - new1908.1
2304     csit-vpp-perf-verify-2001-3n-skx:
2305       - 69  # NDRPDR sel - new2001.0
2306       - 71  # NDRPDR sel - new2001.0
2307       - 72  # NDRPDR sel - new2001.0
2308       - 76  # NDRPDR sel - new2001.0
2309       - 77  # NDRPDR sel - new2001.0
2310       - 78  # NDRPDR sel - new2001.0
2311       - 80  # NDRPDR sel - new2001.0
2312       - 50  # MRR sel
2313       - 53  # MRR sel addition
2314     # TODO: Add data:
2315     csit-vpp-perf-report-iterative-2005-3n-skx:
2316       - 4   # NDRPDR sel
2317       - 5   # NDRPDR sel ??? all x710 failed
2318       - 33  # NDRPDR sel
2319       - 28  # NDRPDR sel
2320       - 34  # NDRPDR sel
2321       - 36  # NDRPDR sel
2322       - 37  # NDRPDR sel
2323       - 38  # NDRPDR sel
2324       - 6   # MRR sel
2325
2326     csit-vpp-perf-verify-1908_1-2n-skx:
2327       - 39  # NDRPDR sel - new1908.1
2328       - 40  # NDRPDR sel - new1908.1
2329       - 41  # NDRPDR sel - new1908.1
2330       - 43  # NDRPDR sel - new1908.1
2331       - 44  # NDRPDR sel - new1908.1
2332       - 45  # NDRPDR sel - new1908.1
2333       - 46  # NDRPDR sel - new1908.1
2334       - 47  # NDRPDR sel - new1908.1
2335       - 48  # NDRPDR sel - new1908.1
2336       - 49  # NDRPDR sel - new1908.1
2337     csit-vpp-perf-verify-2001-2n-skx:
2338       - 143  # NDRPDR sel - new2001.0
2339       - 146  # NDRPDR sel - new2001.0
2340       - 147  # NDRPDR sel - new2001.0
2341       - 148  # NDRPDR sel - new2001.0
2342       - 149  # NDRPDR sel - new2001.0
2343       - 150  # NDRPDR sel - new2001.0
2344       - 151  # NDRPDR sel - new2001.0
2345       - 152  # NDRPDR sel - new2001.0
2346       - 153  # NDRPDR sel - new2001.0
2347       - 154  # NDRPDR sel - new2001.0
2348       - 101  # MRR sel - old
2349       - 128  # MRR sel addition - old
2350     # TODO: Add data:
2351     csit-vpp-perf-report-iterative-2005-2n-skx:
2352       - 43  # NDRPDR sel
2353       - 38  # NDRPDR sel
2354       - 7   # NDRPDR sel
2355       - 65  # NDRPDR sel
2356       - 47  # NDRPDR sel
2357       - 55  # NDRPDR sel
2358       - 67  # NDRPDR sel
2359       - 42  # MRR sel
2360       - 48  # Reconf
2361       - 50  # Reconf
2362       - 51  # Reconf
2363       - 52  # Reconf
2364       - 53  # Reconf
2365       - 60  # Reconf
2366       - 70  # Reconf
2367       - 71  # Reconf
2368       - 63  # Reconf
2369       - 66  # Reconf
2370       - 49  # Soak
2371       - 54  # Soak
2372 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2373 #      -
2374
2375     csit-vpp-perf-verify-1908_1-2n-clx:
2376       - 5  # NDRPDR sel
2377       - 6  # NDRPDR sel
2378       - 7  # NDRPDR sel
2379       - 8  # NDRPDR sel
2380       - 9  # NDRPDR sel
2381     csit-vpp-perf-verify-2001-2n-clx:
2382       - 28  # NDRPDR sel
2383       - 29  # NDRPDR sel
2384       - 32  # NDRPDR sel
2385       - 40  # NDRPDR sel
2386       - 43  # NDRPDR sel
2387       - 44  # NDRPDR sel
2388       - 45  # NDRPDR sel
2389       - 47  # NDRPDR sel
2390       - 48  # NDRPDR sel
2391       - 49  # NDRPDR sel
2392       - 39  # MRR
2393     # TODO: Add data:
2394     csit-vpp-perf-report-iterative-2005-2n-clx:
2395       - 7   # NDRPDR sel
2396       - 38  # NDRPDR sel
2397       - 9   # NDRPDR sel
2398       - 32  # NDRPDR sel ???
2399       - 33  # NDRPDR sel ???
2400       - 39  # NDRPDR sel
2401       - 40  # NDRPDR sel
2402       - 43  # NDRPDR sel
2403       - 50  # NDRPDR sel
2404       - 51  # NDRPDR sel
2405       - 12  # MRR
2406       - 42  # Reconf
2407       - 45  # Reconf
2408       - 46  # Reconf
2409       - 47  # Reconf
2410       - 48  # Reconf
2411       - 52  # Reconf
2412       - 53  # Reconf
2413       - 54  # Reconf
2414       - 55  # Reconf
2415       - 56  # Reconf
2416       - 44  # Soak
2417       - 49  # Soak
2418     # TODO: Add data:
2419     csit-vpp-perf-report-coverage-2005-2n-clx:
2420       - 2   # perf-full-2n-clx-ip4_II
2421       - 3   # perf-full-2n-clx-ip4_III
2422       - 4   # perf-full-2n-clx-ip4_IV
2423       - 5   # perf-full-2n-clx-ip4_V
2424       - 6   # perf-full-2n-clx-ip4_VI
2425       - 7   # perf-full-2n-clx-ip6_I
2426       - 10  # perf-full-2n-clx-l2_II
2427       - 11  # perf-full-2n-clx-memif
2428       - 12  # perf-full-2n-clx-loadbalancer
2429       - 13  # perf-full-2n-clx-vhost I
2430       - 15  # perf-full-2n-clx-vts
2431
2432     csit-vpp-perf-verify-1908-3n-tsh:
2433       - 7   # NDRPDR sel
2434       - 8   # NDRPDR sel
2435       - 9   # NDRPDR sel
2436       - 10  # NDRPDR sel
2437       - 11  # NDRPDR sel
2438       - 12  # NDRPDR sel
2439       - 13  # NDRPDR sel
2440       - 14  # NDRPDR sel
2441       - 15  # NDRPDR sel
2442       - 16  # NDRPDR sel
2443       - 17  # MRR sel
2444     csit-vpp-perf-verify-2001-3n-tsh:
2445       - 3   # NDRPDR sel
2446       - 4   # NDRPDR sel
2447       - 7   # NDRPDR sel
2448       - 8   # NDRPDR sel
2449       - 10  # NDRPDR sel
2450       - 12  # NDRPDR sel
2451       - 13  # NDRPDR sel
2452       - 14  # NDRPDR sel
2453       - 15  # NDRPDR sel
2454       - 21  # NDRPDR sel
2455       - 9   # MRR sel
2456     # TODO: Add data:
2457     csit-vpp-perf-report-iterative-2005-3n-tsh:
2458       - 9   # NDRPDR sel
2459       - 11  # NDRPDR sel
2460       - 12  # NDRPDR sel
2461       - 10  # MRR sel
2462
2463     csit-vpp-perf-verify-1908-3n-dnv:
2464       - 6   # NDRPDR sel
2465       - 7   # NDRPDR sel
2466       - 8   # NDRPDR sel
2467       - 9   # NDRPDR sel
2468       - 10  # NDRPDR sel
2469       - 12  # NDRPDR sel
2470       - 13  # NDRPDR sel
2471       - 14  # NDRPDR sel
2472       - 15  # NDRPDR sel
2473       - 16  # NDRPDR sel
2474       - 17  # MRR sel
2475     csit-vpp-perf-verify-2001-3n-dnv:
2476       - 5   # NDRPDR sel
2477       - 6   # NDRPDR sel
2478       - 7   # NDRPDR sel
2479       - 8   # NDRPDR sel
2480       - 9   # NDRPDR sel
2481       - 10  # NDRPDR sel
2482       - 12  # NDRPDR sel
2483       - 16  # NDRPDR sel
2484       - 17  # NDRPDR sel
2485       - 18  # NDRPDR sel
2486       - 11  # MRR sel
2487     csit-vpp-perf-report-iterative-2005-3n-dnv:
2488       - 2   # NDRPDR sel
2489       - 3   # NDRPDR sel
2490       - 4   # NDRPDR sel
2491       - 5   # NDRPDR sel
2492       - 6   # NDRPDR sel
2493       - 7   # NDRPDR sel
2494       - 9   # NDRPDR sel
2495       - 10  # NDRPDR sel
2496       - 11  # NDRPDR sel
2497       - 12  # NDRPDR sel
2498       - 8   # MRR
2499     csit-vpp-perf-report-coverage-2005-3n-dnv:
2500       - 1   # perf-full-3n-dnv-crypto_I
2501       - 24  # perf-full-3n-dnv-crypto_II
2502       - 5   # perf-full-3n-dnv-ip4_I
2503       - 13  # perf-full-3n-dnv-ip4_II
2504       - 17  # perf-full-3n-dnv-ip6_I
2505       - 18  # perf-full-3n-dnv-ip6_II
2506       - 21  # perf-full-3n-dnv-l2_I
2507       - 22  # perf-full-3n-dnv-l2_II
2508       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2509
2510     csit-vpp-perf-verify-1908-2n-dnv:
2511       - 1   # NDRPDR sel
2512       - 2   # NDRPDR sel
2513       - 3   # NDRPDR sel
2514       - 4   # NDRPDR sel
2515       - 5   # NDRPDR sel
2516       - 6   # NDRPDR sel
2517       - 7   # NDRPDR sel
2518       - 8   # NDRPDR sel
2519       - 9   # NDRPDR sel
2520       - 10  # NDRPDR sel
2521       - 11  # MRR sel
2522     csit-vpp-perf-verify-2001-2n-dnv:
2523       - 4   # NDRPDR sel
2524       - 5   # NDRPDR sel
2525       - 6   # NDRPDR sel
2526       - 7   # NDRPDR sel
2527       - 8   # NDRPDR sel
2528       - 9   # NDRPDR sel
2529       - 10  # NDRPDR sel
2530       - 11  # NDRPDR sel
2531       - 13  # NDRPDR sel
2532       - 16  # NDRPDR sel
2533       - 12  # MRR sel
2534     csit-vpp-perf-report-iterative-2005-2n-dnv:
2535       - 3   # NDRPDR sel
2536       - 6   # NDRPDR sel
2537       - 7   # NDRPDR sel
2538       - 8   # NDRPDR sel
2539       - 9   # NDRPDR sel
2540       - 10  # NDRPDR sel
2541       - 11  # NDRPDR sel
2542       - 12  # NDRPDR sel
2543       - 13  # NDRPDR sel
2544       - 14  # NDRPDR sel
2545       - 15  # MRR sel
2546     csit-vpp-perf-report-coverage-2005-2n-dnv:
2547       - 1   # perf-full-2n-dnv-ip4_I
2548       - 2   # perf-full-2n-dnv-ip4_II
2549       - 3   # perf-full-2n-dnv-ip6_I
2550       - 4   # perf-full-2n-dnv-ip6_II
2551       - 5   # perf-full-2n-dnv-l2_I
2552       - 6   # perf-full-2n-dnv-l2_II
2553
2554     csit-dpdk-perf-verify-1908-3n-hsw:
2555       - 2   # NDRPDR sel
2556       - 3   # NDRPDR sel
2557       - 4   # NDRPDR sel
2558       - 5   # NDRPDR sel
2559       - 6   # NDRPDR sel
2560       - 7   # NDRPDR sel
2561       - 8   # NDRPDR sel
2562       - 9   # NDRPDR sel
2563       - 10  # NDRPDR sel
2564       - 11  # NDRPDR sel
2565     csit-dpdk-perf-verify-2001-3n-hsw:
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       - 11  # NDRPDR sel
2574       - 12  # NDRPDR sel
2575       - 13  # NDRPDR sel
2576       - 15  # NDRPDR sel
2577       - 16  # NDRPDR sel
2578       - 17  # NDRPDR sel
2579       - 18  # NDRPDR sel
2580       - 19  # NDRPDR sel
2581       - 20  # NDRPDR sel
2582       - 21  # NDRPDR sel
2583       - 22  # NDRPDR sel
2584       - 23  # NDRPDR sel
2585       - 24  # NDRPDR sel
2586     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2587       - 5   # NDRPDR sel
2588       - 6   # NDRPDR sel
2589       - 7   # NDRPDR sel
2590       - 8   # NDRPDR sel
2591       - 9   # NDRPDR sel
2592       - 10  # NDRPDR sel
2593       - 11  # NDRPDR sel
2594       - 12  # NDRPDR sel
2595       - 13  # NDRPDR sel
2596       - 14  # NDRPDR sel
2597
2598     csit-dpdk-perf-verify-1908-3n-skx:
2599       - 3   # NDRPDR sel
2600       - 4   # NDRPDR sel
2601       - 5   # NDRPDR sel
2602       - 6   # NDRPDR sel
2603       - 7   # NDRPDR sel
2604       - 8   # NDRPDR sel
2605       - 9   # NDRPDR sel
2606       - 10  # NDRPDR sel
2607       - 11  # NDRPDR sel
2608       - 12  # NDRPDR sel
2609     csit-dpdk-perf-verify-2001-3n-skx:
2610       - 29  # NDRPDR sel xxv710
2611       - 33  # NDRPDR sel xxv710
2612       - 34  # NDRPDR sel xxv710
2613       - 35  # NDRPDR sel xxv710
2614       - 36  # NDRPDR sel xxv710
2615       - 37  # NDRPDR sel xxv710
2616       - 41  # NDRPDR sel xxv710
2617       - 42  # NDRPDR sel xxv710
2618       - 43  # NDRPDR sel xxv710
2619       - 45  # NDRPDR sel xxv710
2620       - 30  # NDRPDR sel x710
2621       - 31  # NDRPDR sel x710
2622       - 32  # NDRPDR sel x710
2623       - 38  # NDRPDR sel x710
2624       - 39  # NDRPDR sel x710
2625       - 40  # NDRPDR sel x710
2626       - 44  # NDRPDR sel x710
2627       - 46  # NDRPDR sel x710
2628       - 47  # NDRPDR sel x710
2629       - 48  # NDRPDR sel x710
2630     csit-dpdk-perf-report-iterative-2005-3n-skx:
2631       - 4   # NDRPDR sel
2632       - 5   # NDRPDR sel
2633       - 6   # NDRPDR sel
2634       - 7   # NDRPDR sel
2635       - 8   # NDRPDR sel
2636       - 11  # NDRPDR sel
2637       - 12  # NDRPDR sel
2638       - 13  # NDRPDR sel
2639       - 14  # NDRPDR sel
2640       - 15  # NDRPDR sel
2641
2642     csit-dpdk-perf-verify-1908-2n-skx:
2643       - 2   # NDRPDR sel
2644       - 3   # NDRPDR sel
2645       - 4   # NDRPDR sel
2646       - 5   # NDRPDR sel
2647       - 7   # NDRPDR sel
2648       - 8   # NDRPDR sel
2649       - 9   # NDRPDR sel
2650       - 10  # NDRPDR sel
2651       - 11  # NDRPDR sel
2652       - 12  # NDRPDR sel
2653     csit-dpdk-perf-verify-2001-2n-skx:
2654       - 35  # NDRPDR sel xxv710
2655       - 36  # NDRPDR sel xxv710
2656       - 37  # NDRPDR sel xxv710
2657       - 41  # NDRPDR sel xxv710
2658       - 42  # NDRPDR sel xxv710
2659       - 43  # NDRPDR sel xxv710
2660       - 46  # NDRPDR sel xxv710
2661       - 47  # NDRPDR sel xxv710
2662       - 52  # NDRPDR sel xxv710
2663       - 53  # NDRPDR sel xxv710
2664       - 38  # NDRPDR sel x710
2665       - 39  # NDRPDR sel x710
2666       - 40  # NDRPDR sel x710
2667       - 44  # NDRPDR sel x710
2668       - 45  # NDRPDR sel x710
2669       - 48  # NDRPDR sel x710
2670       - 49  # NDRPDR sel x710
2671       - 50  # NDRPDR sel x710
2672       - 51  # NDRPDR sel x710
2673       - 54  # NDRPDR sel x710
2674     csit-dpdk-perf-report-iterative-2005-2n-skx:
2675       - 1   # NDRPDR sel
2676       - 2   # NDRPDR sel
2677       - 3   # NDRPDR sel
2678       - 4   # NDRPDR sel
2679       - 5   # NDRPDR sel
2680       - 6   # NDRPDR sel
2681       - 7   # NDRPDR sel
2682       - 8   # NDRPDR sel
2683       - 9   # NDRPDR sel
2684       - 10  # NDRPDR sel
2685
2686     csit-dpdk-perf-verify-2001-2n-clx:
2687       - 15  # NDRPDR sel
2688       - 16  # NDRPDR sel
2689       - 17  # NDRPDR sel
2690       - 18  # NDRPDR sel
2691       - 19  # NDRPDR sel
2692       - 20  # NDRPDR sel
2693       - 21  # NDRPDR sel
2694       - 22  # NDRPDR sel
2695       - 23  # NDRPDR sel
2696       - 24  # NDRPDR sel
2697       - 25  # NDRPDR sel
2698       - 26  # NDRPDR sel
2699       - 27  # NDRPDR sel
2700       - 28  # NDRPDR sel
2701       - 29  # NDRPDR sel
2702       - 30  # NDRPDR sel
2703       - 31  # NDRPDR sel
2704       - 32  # NDRPDR sel
2705       - 33  # NDRPDR sel
2706       - 34  # NDRPDR sel
2707     csit-dpdk-perf-report-iterative-2005-2n-clx:
2708       - 1   # NDRPDR sel
2709       - 2   # NDRPDR sel
2710       - 3   # NDRPDR sel
2711       - 4   # NDRPDR sel
2712       - 5   # NDRPDR sel
2713       - 6   # NDRPDR sel
2714       - 7   # NDRPDR sel
2715       - 8   # NDRPDR sel
2716       - 9   # NDRPDR sel
2717       - 10  # NDRPDR sel
2718
2719     csit-dpdk-perf-verify-2001-2n-dnv:
2720       - 9   # NDRPDR sel
2721       - 10  # NDRPDR sel
2722       - 11  # NDRPDR sel
2723       - 12  # NDRPDR sel
2724       - 13  # NDRPDR sel
2725       - 14  # NDRPDR sel
2726       - 15  # NDRPDR sel
2727       - 16  # NDRPDR sel
2728       - 17  # NDRPDR sel
2729       - 18  # NDRPDR sel
2730     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2731       - 8   # NDRPDR sel
2732       - 9   # NDRPDR sel
2733       - 10  # NDRPDR sel
2734       - 11  # NDRPDR sel
2735       - 12  # NDRPDR sel
2736       - 13  # NDRPDR sel
2737       - 14  # NDRPDR sel
2738       - 15  # NDRPDR sel
2739       - 16  # NDRPDR sel
2740       - 17  # NDRPDR sel
2741
2742     csit-dpdk-perf-verify-2001-3n-dnv:
2743       - 12  # NDRPDR sel
2744       - 13  # NDRPDR sel
2745       - 14  # NDRPDR sel
2746       - 15  # NDRPDR sel
2747       - 16  # NDRPDR sel
2748       - 17  # NDRPDR sel
2749       - 18  # NDRPDR sel
2750       - 19  # NDRPDR sel
2751       - 20  # NDRPDR sel
2752       - 22  # NDRPDR sel
2753     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2754       - 6   # NDRPDR sel
2755       - 7   # NDRPDR sel
2756       - 8   # NDRPDR sel
2757       - 9   # NDRPDR sel
2758       - 10  # NDRPDR sel
2759       - 11  # NDRPDR sel
2760       - 12  # NDRPDR sel
2761       - 13  # NDRPDR sel
2762       - 14  # NDRPDR sel
2763       - 16  # NDRPDR sel
2764
2765     csit-dpdk-perf-verify-2001-3n-tsh:
2766       - 3   # NDRPDR sel
2767       - 4   # NDRPDR sel
2768       - 5   # NDRPDR sel
2769       - 9   # NDRPDR sel
2770       - 10  # NDRPDR sel
2771       - 11  # NDRPDR sel
2772       - 12  # NDRPDR sel
2773       - 14  # NDRPDR sel
2774       - 15  # NDRPDR sel
2775       - 18  # NDRPDR sel
2776     # TODO: Add data:
2777     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2778       - 5   # NDRPDR sel
2779
2780     csit-vpp-device-2005-ubuntu1804-1n-skx:
2781       - 35
2782
2783 - type: "output"
2784   output: "report"
2785   format:
2786     html:
2787     - full
2788 #    pdf:
2789 #    - minimal
2790
2791 ################################################################################
2792 ###                               T A B L E S                                ###
2793 ################################################################################
2794
2795 # VPP Soak vs NDR - 2n-skx
2796 - type: "table"
2797   title: "VPP Soak vs NDR 2n-skx"
2798   algorithm: "table_soak_vs_ndr"
2799   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2800   reference:
2801     title: "NDR"
2802     data: "vpp-soak-vs-ndr-2n-skx-ref"
2803   compare:
2804     title: "Soak"
2805     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2806   data: "vpp-soak-vs-ndr-2n-skx"
2807   include-tests: "NDR"
2808   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2809   parameters:
2810     - "throughput"
2811     - "name"
2812     - "parent"
2813
2814 # VPP Soak vs NDR - 2n-clx
2815 - type: "table"
2816   title: "VPP Soak vs NDR 2n-clx"
2817   algorithm: "table_soak_vs_ndr"
2818   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2819   reference:
2820     title: "NDR"
2821     data: "vpp-soak-vs-ndr-2n-clx-ref"
2822   compare:
2823     title: "Soak"
2824     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2825   data: "vpp-soak-vs-ndr-2n-clx"
2826   include-tests: "NDR"
2827   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2828   parameters:
2829     - "throughput"
2830     - "name"
2831     - "parent"
2832
2833 ################################################################################
2834
2835 # VPP Compare NICs 3n-skx 2t1c ndr
2836 - type: "table"
2837   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2838   algorithm: "table_comparison"
2839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2840   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2841   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2842   columns:
2843     - title: "x710"
2844       data-set: "vpp-nic-comparison-3n-skx"
2845       tag: "NIC_Intel-X710"
2846     - title: "xxv710"
2847       data-set: "vpp-nic-comparison-3n-skx"
2848       tag: "NIC_Intel-XXV710"
2849   comparisons:
2850     - title: "Diff"
2851       reference: 1
2852       compare: 2
2853   legend:
2854     - "Legend to Table:"
2855     - "x710, xxv710 - NICs tested."
2856     - "Diff - difference between x710 and xxv710 NIC."
2857
2858 # VPP Compare NICs 3n-skx 4t2c ndr
2859 - type: "table"
2860   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2861   algorithm: "table_comparison"
2862   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2864   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2865   columns:
2866     - title: "x710"
2867       data-set: "vpp-nic-comparison-3n-skx"
2868       tag: "NIC_Intel-X710"
2869     - title: "xxv710"
2870       data-set: "vpp-nic-comparison-3n-skx"
2871       tag: "NIC_Intel-XXV710"
2872   comparisons:
2873     - title: "Diff"
2874       reference: 1
2875       compare: 2
2876   legend:
2877     - "Legend to Table:"
2878     - "x710, xxv710 - NICs tested."
2879     - "Diff - difference between x710 and xxv710 NIC."
2880
2881 # VPP Compare NICs 3n-skx 2t1c pdr
2882 - type: "table"
2883   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2884   algorithm: "table_comparison"
2885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2887   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2888   columns:
2889     - title: "x710"
2890       data-set: "vpp-nic-comparison-3n-skx"
2891       tag: "NIC_Intel-X710"
2892     - title: "xxv710"
2893       data-set: "vpp-nic-comparison-3n-skx"
2894       tag: "NIC_Intel-XXV710"
2895   comparisons:
2896     - title: "Diff"
2897       reference: 1
2898       compare: 2
2899   legend:
2900     - "Legend to Table:"
2901     - "x710, xxv710 - NICs tested."
2902     - "Diff - difference between x710 and xxv710 NIC."
2903
2904 # VPP Compare NICs 3n-skx 4t2c pdr
2905 - type: "table"
2906   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2907   algorithm: "table_comparison"
2908   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2909   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2910   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2911   columns:
2912     - title: "x710"
2913       data-set: "vpp-nic-comparison-3n-skx"
2914       tag: "NIC_Intel-X710"
2915     - title: "xxv710"
2916       data-set: "vpp-nic-comparison-3n-skx"
2917       tag: "NIC_Intel-XXV710"
2918   comparisons:
2919     - title: "Diff"
2920       reference: 1
2921       compare: 2
2922   legend:
2923     - "Legend to Table:"
2924     - "x710, xxv710 - NICs tested."
2925     - "Diff - difference between x710 and xxv710 NIC."
2926
2927 ## VPP Compare NICs 3n-skx 2t1c mrr
2928 #- type: "table"
2929 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2930 #  algorithm: "table_comparison"
2931 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2933 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2934 #  columns:
2935 #    - title: "x710"
2936 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2937 #      tag: "NIC_Intel-X710"
2938 #    - title: "xxv710"
2939 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2940 #      tag: "NIC_Intel-XXV710"
2941 #  comparisons:
2942 #    - title: "Diff"
2943 #      reference: 1
2944 #      compare: 2
2945 #  legend:
2946 #    - "Legend to Table:"
2947 #    - "x710, xxv710 - NICs tested."
2948 #    - "Diff - difference between x710 and xxv710 NIC."
2949 #
2950 ## VPP Compare NICs 3n-skx 4t2c mrr
2951 #- type: "table"
2952 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2953 #  algorithm: "table_comparison"
2954 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2956 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2957 #  columns:
2958 #    - title: "x710"
2959 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2960 #      tag: "NIC_Intel-X710"
2961 #    - title: "xxv710"
2962 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2963 #      tag: "NIC_Intel-XXV710"
2964 #  comparisons:
2965 #    - title: "Diff"
2966 #      reference: 1
2967 #      compare: 2
2968 #  legend:
2969 #    - "Legend to Table:"
2970 #    - "x710, xxv710 - NICs tested."
2971 #    - "Diff - difference between x710 and xxv710 NIC."
2972 #
2973 ## VPP Compare NICs 3n-skx 8t4c mrr
2974 #- type: "table"
2975 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2976 #  algorithm: "table_comparison"
2977 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2978 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2979 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2980 #  columns:
2981 #    - title: "x710"
2982 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2983 #      tag: "NIC_Intel-X710"
2984 #    - title: "xxv710"
2985 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2986 #      tag: "NIC_Intel-XXV710"
2987 #  comparisons:
2988 #    - title: "Diff"
2989 #      reference: 1
2990 #      compare: 2
2991 #  legend:
2992 #    - "Legend to Table:"
2993 #    - "x710, xxv710 - NICs tested."
2994 #    - "Diff - difference between x710 and xxv710 NIC."
2995
2996 # VPP Compare NICs 2n-skx 2t1c ndr
2997 - type: "table"
2998   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2999   algorithm: "table_comparison"
3000   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3002   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3003   columns:
3004     - title: "x710"
3005       data-set: "vpp-nic-comparison-2n-skx"
3006       tag: "NIC_Intel-X710"
3007     - title: "xxv710"
3008       data-set: "vpp-nic-comparison-2n-skx"
3009       tag: "NIC_Intel-XXV710"
3010   comparisons:
3011     - title: "Diff"
3012       reference: 1
3013       compare: 2
3014   legend:
3015     - "Legend to Table:"
3016     - "x710, xxv710 - NICs tested."
3017     - "Diff - difference between x710 and xxv710 NIC."
3018
3019 # VPP Compare NICs 2n-skx 4t2c ndr
3020 - type: "table"
3021   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3022   algorithm: "table_comparison"
3023   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3025   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3026   columns:
3027     - title: "x710"
3028       data-set: "vpp-nic-comparison-2n-skx"
3029       tag: "NIC_Intel-X710"
3030     - title: "xxv710"
3031       data-set: "vpp-nic-comparison-2n-skx"
3032       tag: "NIC_Intel-XXV710"
3033   comparisons:
3034     - title: "Diff"
3035       reference: 1
3036       compare: 2
3037   legend:
3038     - "Legend to Table:"
3039     - "x710, xxv710 - NICs tested."
3040     - "Diff - difference between x710 and xxv710 NIC."
3041
3042 # VPP Compare NICs 2n-skx 2t1c pdr
3043 - type: "table"
3044   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3045   algorithm: "table_comparison"
3046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3048   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3049   columns:
3050     - title: "x710"
3051       data-set: "vpp-nic-comparison-2n-skx"
3052       tag: "NIC_Intel-X710"
3053     - title: "xxv710"
3054       data-set: "vpp-nic-comparison-2n-skx"
3055       tag: "NIC_Intel-XXV710"
3056   comparisons:
3057     - title: "Diff"
3058       reference: 1
3059       compare: 2
3060   legend:
3061     - "Legend to Table:"
3062     - "x710, xxv710 - NICs tested."
3063     - "Diff - difference between x710 and xxv710 NIC."
3064
3065 # VPP Compare NICs 2n-skx 4t2c pdr
3066 - type: "table"
3067   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3068   algorithm: "table_comparison"
3069   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3071   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3072   columns:
3073     - title: "x710"
3074       data-set: "vpp-nic-comparison-2n-skx"
3075       tag: "NIC_Intel-X710"
3076     - title: "xxv710"
3077       data-set: "vpp-nic-comparison-2n-skx"
3078       tag: "NIC_Intel-XXV710"
3079   comparisons:
3080     - title: "Diff"
3081       reference: 1
3082       compare: 2
3083   legend:
3084     - "Legend to Table:"
3085     - "x710, xxv710 - NICs tested."
3086     - "Diff - difference between x710 and xxv710 NIC."
3087
3088 # VPP Compare NICs 2n-skx 2t1c mrr
3089 - type: "table"
3090   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3091   algorithm: "table_comparison"
3092   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3094   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3095   columns:
3096     - title: "x710"
3097       data-set: "vpp-nic-comparison-2n-skx-mrr"
3098       tag: "NIC_Intel-X710"
3099     - title: "xxv710"
3100       data-set: "vpp-nic-comparison-2n-skx-mrr"
3101       tag: "NIC_Intel-XXV710"
3102   comparisons:
3103     - title: "Diff"
3104       reference: 1
3105       compare: 2
3106   legend:
3107     - "Legend to Table:"
3108     - "x710, xxv710 - NICs tested."
3109     - "Diff - difference between x710 and xxv710 NIC."
3110
3111 # VPP Compare NICs 2n-skx 4t2c mrr
3112 - type: "table"
3113   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3114   algorithm: "table_comparison"
3115   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3117   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3118   columns:
3119     - title: "x710"
3120       data-set: "vpp-nic-comparison-2n-skx-mrr"
3121       tag: "NIC_Intel-X710"
3122     - title: "xxv710"
3123       data-set: "vpp-nic-comparison-2n-skx-mrr"
3124       tag: "NIC_Intel-XXV710"
3125   comparisons:
3126     - title: "Diff"
3127       reference: 1
3128       compare: 2
3129   legend:
3130     - "Legend to Table:"
3131     - "x710, xxv710 - NICs tested."
3132     - "Diff - difference between x710 and xxv710 NIC."
3133
3134 # VPP Compare NICs 2n-skx 8t4c mrr
3135 - type: "table"
3136   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3137   algorithm: "table_comparison"
3138   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3140   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3141   columns:
3142     - title: "x710"
3143       data-set: "vpp-nic-comparison-2n-skx-mrr"
3144       tag: "NIC_Intel-X710"
3145     - title: "xxv710"
3146       data-set: "vpp-nic-comparison-2n-skx-mrr"
3147       tag: "NIC_Intel-XXV710"
3148   comparisons:
3149     - title: "Diff"
3150       reference: 1
3151       compare: 2
3152   legend:
3153     - "Legend to Table:"
3154     - "x710, xxv710 - NICs tested."
3155     - "Diff - difference between x710 and xxv710 NIC."
3156
3157 ################################################################################
3158 # VPP
3159
3160 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3161 #- type: "table"
3162 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3163 #  algorithm: "table_comparison"
3164 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3166 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3167 #  columns:
3168 #    - title: "1908.1"
3169 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3170 #    - title: "1908.2"
3171 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3172 #  comparisons:
3173 #    - title: "Diff"
3174 #      reference: 1
3175 #      compare: 2
3176 #  legend:
3177 #    - "Legend to Table:"
3178 #    - "1908.1, 1908.2 - VPP versions tested."
3179 #    - "Diff - difference between the previous and the current VPP version."
3180 #
3181 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3182 #- type: "table"
3183 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3184 #  algorithm: "table_comparison"
3185 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3186 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3187 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3188 #  columns:
3189 #    - title: "1908.1"
3190 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3191 #    - title: "1908.2"
3192 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3193 #  comparisons:
3194 #    - title: "Diff"
3195 #      reference: 1
3196 #      compare: 2
3197 #  legend:
3198 #    - "Legend to Table:"
3199 #    - "1908.1, 1908.2 - VPP versions tested."
3200 #    - "Diff - difference between the previous and the current VPP version."
3201 #
3202 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3203 #- type: "table"
3204 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3205 #  algorithm: "table_comparison"
3206 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3207 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3208 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3209 #  columns:
3210 #    - title: "1908.1"
3211 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3212 #    - title: "1908.2"
3213 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3214 #  comparisons:
3215 #    - title: "Diff"
3216 #      reference: 1
3217 #      compare: 2
3218 #  legend:
3219 #    - "Legend to Table:"
3220 #    - "1908.1, 1908.2 - VPP versions tested."
3221 #    - "Diff - difference between the previous and the current VPP version."
3222 #
3223 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3224 #- type: "table"
3225 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3226 #  algorithm: "table_comparison"
3227 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3230 #  columns:
3231 #    - title: "1908.1"
3232 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3233 #    - title: "1908.2"
3234 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3235 #  comparisons:
3236 #    - title: "Diff"
3237 #      reference: 1
3238 #      compare: 2
3239 #  legend:
3240 #    - "Legend to Table:"
3241 #    - "1908.1, 1908.2 - VPP versions tested."
3242 #    - "Diff - difference between the previous and the current VPP version."
3243 #
3244 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3245 #- type: "table"
3246 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3247 #  algorithm: "table_comparison"
3248 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3249 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3250 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3251 #  columns:
3252 #    - title: "1908.1"
3253 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3254 #    - title: "1908.2"
3255 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3256 #  comparisons:
3257 #    - title: "Diff"
3258 #      reference: 1
3259 #      compare: 2
3260 #  legend:
3261 #    - "Legend to Table:"
3262 #    - "1908.1, 1908.2 - VPP versions tested."
3263 #    - "Diff - difference between the previous and the current VPP version."
3264 #
3265 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3266 #- type: "table"
3267 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3268 #  algorithm: "table_comparison"
3269 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3270 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3271 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3272 #  columns:
3273 #    - title: "1908.1"
3274 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3275 #    - title: "1908.2"
3276 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3277 #  comparisons:
3278 #    - title: "Diff"
3279 #      reference: 1
3280 #      compare: 2
3281 #  legend:
3282 #    - "Legend to Table:"
3283 #    - "1908.1, 1908.2 - VPP versions tested."
3284 #    - "Diff - difference between the previous and the current VPP version."
3285
3286 # VPP Performance Changes 3n-hsw 1t1c pdr
3287 - type: "table"
3288   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3289   algorithm: "table_comparison"
3290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3292   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3293   columns:
3294     - title: "1908"
3295       data-set: "vpp-performance-changes-3n-hsw-h1"
3296     - title: "2001"
3297       data-set: "vpp-performance-changes-3n-hsw-ref"
3298     - title: "2005"
3299       data-set: "vpp-performance-changes-3n-hsw-cmp"
3300   comparisons:
3301     - title: "Diff"
3302       reference: 2
3303       compare: 3
3304   legend:
3305     - "Legend to Table"
3306     - "1908, 2001, 2005 - VPP versions tested."
3307     - "Diff - difference between 2001 and 2008 VPP version."
3308
3309 # VPP Performance Changes 3n-hsw 2t2c pdr
3310 - type: "table"
3311   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3312   algorithm: "table_comparison"
3313   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3315   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3316   columns:
3317     - title: "1908"
3318       data-set: "vpp-performance-changes-3n-hsw-h1"
3319     - title: "2001"
3320       data-set: "vpp-performance-changes-3n-hsw-ref"
3321     - title: "2005"
3322       data-set: "vpp-performance-changes-3n-hsw-cmp"
3323   comparisons:
3324     - title: "Diff"
3325       reference: 2
3326       compare: 3
3327   legend:
3328     - "Legend to Table"
3329     - "1908, 2001, 2005 - VPP versions tested."
3330     - "Diff - difference between 2001 and 2008 VPP version."
3331
3332 # VPP Performance Changes 3n-hsw 1t1c ndr
3333 - type: "table"
3334   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3335   algorithm: "table_comparison"
3336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3338   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3339   columns:
3340     - title: "1908"
3341       data-set: "vpp-performance-changes-3n-hsw-h1"
3342     - title: "2001"
3343       data-set: "vpp-performance-changes-3n-hsw-ref"
3344     - title: "2005"
3345       data-set: "vpp-performance-changes-3n-hsw-cmp"
3346   comparisons:
3347     - title: "Diff"
3348       reference: 2
3349       compare: 3
3350   legend:
3351     - "Legend to Table"
3352     - "1908, 2001, 2005 - VPP versions tested."
3353     - "Diff - difference between 2001 and 2008 VPP version."
3354
3355 # VPP Performance Changes 3n-hsw 2t2c ndr
3356 - type: "table"
3357   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3358   algorithm: "table_comparison"
3359   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3361   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3362   columns:
3363     - title: "1908"
3364       data-set: "vpp-performance-changes-3n-hsw-h1"
3365     - title: "2001"
3366       data-set: "vpp-performance-changes-3n-hsw-ref"
3367     - title: "2005"
3368       data-set: "vpp-performance-changes-3n-hsw-cmp"
3369   comparisons:
3370     - title: "Diff"
3371       reference: 2
3372       compare: 3
3373   legend:
3374     - "Legend to Table"
3375     - "1908, 2001, 2005 - VPP versions tested."
3376     - "Diff - difference between 2001 and 2008 VPP version."
3377
3378 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3379 #- type: "table"
3380 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3381 #  algorithm: "table_comparison"
3382 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3383 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3384 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3385 #  rca:
3386 #    - title: "RCA1"
3387 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3388 #    - title: "RCA2"
3389 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3390 #  columns:
3391 #    - title: "1908.0-1"
3392 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3393 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3394 #    - title: "1908.1-1"
3395 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3396 #    - title: "1908.1-2"
3397 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3398 #    - title: "2001.0-2"
3399 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3400 #  comparisons:
3401 #    - title: "Diff1"
3402 #      reference: 2
3403 #      reference-alt: 1
3404 #      compare: 3
3405 #    - title: "Diff2"
3406 #      reference: 3
3407 #      compare: 4
3408 #  legend:
3409 #    - 'Legend to Table:'
3410 #    - '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).'
3411 #    - '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).'
3412 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3413 #    - 'RCA1 - root cause analysis reference for Diff1.'
3414 #    - 'RCA2 - root cause analysis reference for Diff2.'
3415 #
3416 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3417 #- type: "table"
3418 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3419 #  algorithm: "table_comparison"
3420 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3421 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3422 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3423 #  rca:
3424 #    - title: "RCA1"
3425 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3426 #    - title: "RCA2"
3427 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3428 #  columns:
3429 #    - title: "1908.0-1"
3430 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3431 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3432 #    - title: "1908.1-1"
3433 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3434 #    - title: "1908.1-2"
3435 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3436 #    - title: "2001.0-2"
3437 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3438 #  comparisons:
3439 #    - title: "Diff1"
3440 #      reference: 2
3441 #      reference-alt: 1
3442 #      compare: 3
3443 #    - title: "Diff2"
3444 #      reference: 3
3445 #      compare: 4
3446 #  legend:
3447 #    - 'Legend to Table:'
3448 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3449 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3450 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3451 #    - 'RCA1 - root cause analysis reference for Diff1.'
3452 #    - 'RCA2 - root cause analysis reference for Diff2.'
3453
3454 # VPP Performance Changes 3n-skx 2t1c pdr
3455 - type: "table"
3456   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "1908"
3463       data-set: "vpp-performance-changes-3n-skx-h1"
3464       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3465     - title: "2001"
3466       data-set: "vpp-performance-changes-3n-skx-ref"
3467     - title: "2005"
3468       data-set: "vpp-performance-changes-3n-skx-cmp"
3469   comparisons:
3470     - title: "Diff"
3471       reference: 2
3472       compare: 3
3473   legend:
3474     - "Legend to Table"
3475     - "1908, 2001, 2005 - VPP versions tested."
3476     - "Diff - difference between 2001 and 2005 VPP version."
3477
3478 # VPP Performance Changes 3n-skx 4t2c pdr
3479 - type: "table"
3480   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3481   algorithm: "table_comparison"
3482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3485   columns:
3486     - title: "1908"
3487       data-set: "vpp-performance-changes-3n-skx-h1"
3488       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3489     - title: "2001"
3490       data-set: "vpp-performance-changes-3n-skx-ref"
3491     - title: "2005"
3492       data-set: "vpp-performance-changes-3n-skx-cmp"
3493   comparisons:
3494     - title: "Diff"
3495       reference: 2
3496       compare: 3
3497   legend:
3498     - "Legend to Table"
3499     - "1908, 2001, 2005 - VPP versions tested."
3500     - "Diff - difference between 2001 and 2005 VPP version."
3501
3502 # VPP Performance Changes 3n-skx 2t1c ndr
3503 - type: "table"
3504   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3505   algorithm: "table_comparison"
3506   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3508   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3509   columns:
3510     - title: "1908"
3511       data-set: "vpp-performance-changes-3n-skx-h1"
3512       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3513     - title: "2001"
3514       data-set: "vpp-performance-changes-3n-skx-ref"
3515     - title: "2005"
3516       data-set: "vpp-performance-changes-3n-skx-cmp"
3517   comparisons:
3518     - title: "Diff"
3519       reference: 2
3520       compare: 3
3521   legend:
3522     - "Legend to Table"
3523     - "1908, 2001, 2005 - VPP versions tested."
3524     - "Diff - difference between 2001 and 2005 VPP version."
3525
3526 # VPP Performance Changes 3n-skx 4t2c ndr
3527 - type: "table"
3528   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3529   algorithm: "table_comparison"
3530   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3532   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3533   columns:
3534     - title: "1908"
3535       data-set: "vpp-performance-changes-3n-skx-h1"
3536       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3537     - title: "2001"
3538       data-set: "vpp-performance-changes-3n-skx-ref"
3539     - title: "2005"
3540       data-set: "vpp-performance-changes-3n-skx-cmp"
3541   comparisons:
3542     - title: "Diff"
3543       reference: 2
3544       compare: 3
3545   legend:
3546     - "Legend to Table"
3547     - "1908, 2001, 2005 - VPP versions tested."
3548     - "Diff - difference between 2001 and 2005 VPP version."
3549
3550 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3551 #- type: "table"
3552 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3553 #  algorithm: "table_comparison"
3554 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3555 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3556 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3557 #  rca:
3558 #    - title: "RCA1"
3559 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3560 #    - title: "RCA2"
3561 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3562 #  columns:
3563 #    - title: "1908.0-1"
3564 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3565 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3566 #    - title: "1908.1-1"
3567 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3568 #    - title: "1908.1-2"
3569 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3570 #    - title: "2001.0-2"
3571 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3572 #  comparisons:
3573 #    - title: "Diff1"
3574 #      reference: 2
3575 #      reference-alt: 1
3576 #      compare: 3
3577 #    - title: "Diff2"
3578 #      reference: 3
3579 #      compare: 4
3580 #  legend:
3581 #    - 'Legend to Table:'
3582 #    - '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).'
3583 #    - '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).'
3584 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3585 #    - 'RCA1 - root cause analysis reference for Diff1.'
3586 #    - 'RCA2 - root cause analysis reference for Diff2.'
3587 #
3588 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3589 #- type: "table"
3590 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3591 #  algorithm: "table_comparison"
3592 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3595 #  rca:
3596 #    - title: "RCA1"
3597 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3598 #    - title: "RCA2"
3599 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3600 #  columns:
3601 #    - title: "1908.0-1"
3602 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3603 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3604 #    - title: "1908.1-1"
3605 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3606 #    - title: "1908.1-2"
3607 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3608 #    - title: "2001.0-2"
3609 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3610 #  comparisons:
3611 #    - title: "Diff1"
3612 #      reference: 2
3613 #      reference-alt: 1
3614 #      compare: 3
3615 #    - title: "Diff2"
3616 #      reference: 3
3617 #      compare: 4
3618 #  legend:
3619 #    - 'Legend to Table:'
3620 #    - '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).'
3621 #    - '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).'
3622 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3623 #    - 'RCA1 - root cause analysis reference for Diff1.'
3624 #    - 'RCA2 - root cause analysis reference for Diff2.'
3625
3626 # VPP Performance Changes 2n-skx 2t1c pdr
3627 - type: "table"
3628   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3629   algorithm: "table_comparison"
3630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3632   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3633   columns:
3634     - title: "1908"
3635       data-set: "vpp-performance-changes-2n-skx-h1"
3636       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3637     - title: "2001"
3638       data-set: "vpp-performance-changes-2n-skx-ref"
3639     - title: "2005"
3640       data-set: "vpp-performance-changes-2n-skx-cmp"
3641   comparisons:
3642     - title: "Diff"
3643       reference: 2
3644       compare: 3
3645   legend:
3646     - "Legend to Table"
3647     - "1908, 2001, 2005 - VPP versions tested."
3648     - "Diff - difference between 2001 and 2005 VPP version."
3649
3650 # VPP Performance Changes 2n-skx 4t2c pdr
3651 - type: "table"
3652   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3653   algorithm: "table_comparison"
3654   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3656   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3657   columns:
3658     - title: "1908"
3659       data-set: "vpp-performance-changes-2n-skx-h1"
3660       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3661     - title: "2001"
3662       data-set: "vpp-performance-changes-2n-skx-ref"
3663     - title: "2005"
3664       data-set: "vpp-performance-changes-2n-skx-cmp"
3665   comparisons:
3666     - title: "Diff"
3667       reference: 2
3668       compare: 3
3669   legend:
3670     - "Legend to Table"
3671     - "1908, 2001, 2005 - VPP versions tested."
3672     - "Diff - difference between 2001 and 2005 VPP version."
3673
3674 # VPP Performance Changes 2n-skx 2t1c ndr
3675 - type: "table"
3676   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3677   algorithm: "table_comparison"
3678   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3680   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3681   columns:
3682     - title: "1908"
3683       data-set: "vpp-performance-changes-2n-skx-h1"
3684       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3685     - title: "2001"
3686       data-set: "vpp-performance-changes-2n-skx-ref"
3687     - title: "2005"
3688       data-set: "vpp-performance-changes-2n-skx-cmp"
3689   comparisons:
3690     - title: "Diff"
3691       reference: 2
3692       compare: 3
3693   legend:
3694     - "Legend to Table"
3695     - "1908, 2001, 2005 - VPP versions tested."
3696     - "Diff - difference between 2001 and 2005 VPP version."
3697
3698 # VPP Performance Changes 2n-skx 4t2c ndr
3699 - type: "table"
3700   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3701   algorithm: "table_comparison"
3702   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3704   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3705   columns:
3706     - title: "1908"
3707       data-set: "vpp-performance-changes-2n-skx-h1"
3708       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3709     - title: "2001"
3710       data-set: "vpp-performance-changes-2n-skx-ref"
3711     - title: "2005"
3712       data-set: "vpp-performance-changes-2n-skx-cmp"
3713   comparisons:
3714     - title: "Diff"
3715       reference: 2
3716       compare: 3
3717   legend:
3718     - "Legend to Table"
3719     - "1908, 2001, 2005 - VPP versions tested."
3720     - "Diff - difference between 2001 and 2005 VPP version."
3721
3722 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3723 - type: "table"
3724   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3725   algorithm: "table_comparison"
3726   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3729   columns:
3730     - title: "2001"
3731       data-set: "vpp-performance-changes-2n-clx-ref"
3732     - title: "2005"
3733       data-set: "vpp-performance-changes-2n-clx-cmp"
3734   comparisons:
3735     - title: "Diff"
3736       reference: 1
3737       compare: 2
3738   legend:
3739     - "Legend to Table"
3740     - "2001, 2005 - VPP versions tested."
3741     - "Diff - difference between 2001 and 2005 VPP version."
3742
3743 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3744 - type: "table"
3745   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3746   algorithm: "table_comparison"
3747   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3749   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3750   columns:
3751     - title: "2001"
3752       data-set: "vpp-performance-changes-2n-clx-ref"
3753     - title: "2005"
3754       data-set: "vpp-performance-changes-2n-clx-cmp"
3755   comparisons:
3756     - title: "Diff"
3757       reference: 1
3758       compare: 2
3759   legend:
3760     - "Legend to Table"
3761     - "2001, 2005 - VPP versions tested."
3762     - "Diff - difference between 2001 and 2005 VPP version."
3763
3764 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3765 - type: "table"
3766   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3767   algorithm: "table_comparison"
3768   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3770   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3771   columns:
3772     - title: "2001"
3773       data-set: "vpp-performance-changes-2n-clx-ref"
3774     - title: "2005"
3775       data-set: "vpp-performance-changes-2n-clx-cmp"
3776   comparisons:
3777     - title: "Diff"
3778       reference: 1
3779       compare: 2
3780   legend:
3781     - "Legend to Table"
3782     - "2001, 2005 - VPP versions tested."
3783     - "Diff - difference between 2001 and 2005 VPP version."
3784
3785 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3786 - type: "table"
3787   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3788   algorithm: "table_comparison"
3789   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3791   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3792   columns:
3793     - title: "2001"
3794       data-set: "vpp-performance-changes-2n-clx-ref"
3795     - title: "2005"
3796       data-set: "vpp-performance-changes-2n-clx-cmp"
3797   comparisons:
3798     - title: "Diff"
3799       reference: 1
3800       compare: 2
3801   legend:
3802     - "Legend to Table"
3803     - "2001, 2005 - VPP versions tested."
3804     - "Diff - difference between 2001 and 2005 VPP version."
3805
3806 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3807 - type: "table"
3808   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3809   algorithm: "table_comparison"
3810   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3812   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3813   columns:
3814     - title: "2001"
3815       data-set: "vpp-performance-changes-2n-clx-ref"
3816     - title: "2005"
3817       data-set: "vpp-performance-changes-2n-clx-cmp"
3818   comparisons:
3819     - title: "Diff"
3820       reference: 1
3821       compare: 2
3822   legend:
3823     - "Legend to Table"
3824     - "2001, 2005 - VPP versions tested."
3825     - "Diff - difference between 2001 and 2005 VPP version."
3826
3827 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3828 - type: "table"
3829   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3830   algorithm: "table_comparison"
3831   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3833   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3834   columns:
3835     - title: "2001"
3836       data-set: "vpp-performance-changes-2n-clx-ref"
3837     - title: "2005"
3838       data-set: "vpp-performance-changes-2n-clx-cmp"
3839   comparisons:
3840     - title: "Diff"
3841       reference: 1
3842       compare: 2
3843   legend:
3844     - "Legend to Table"
3845     - "2001, 2005 - VPP versions tested."
3846     - "Diff - difference between 2001 and 2005 VPP version."
3847
3848 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3849 - type: "table"
3850   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3851   algorithm: "table_comparison"
3852   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3854   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3855   columns:
3856     - title: "2001"
3857       data-set: "vpp-performance-changes-2n-clx-ref"
3858     - title: "2005"
3859       data-set: "vpp-performance-changes-2n-clx-cmp"
3860   comparisons:
3861     - title: "Diff"
3862       reference: 1
3863       compare: 2
3864   legend:
3865     - "Legend to Table"
3866     - "2001, 2005 - VPP versions tested."
3867     - "Diff - difference between 2001 and 2005 VPP version."
3868
3869 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3870 - type: "table"
3871   title: "VPP Performance Changes 2n-clx-x556 ndr"
3872   algorithm: "table_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3876   columns:
3877     - title: "2001"
3878       data-set: "vpp-performance-changes-2n-clx-ref"
3879     - title: "2005"
3880       data-set: "vpp-performance-changes-2n-clx-cmp"
3881   comparisons:
3882     - title: "Diff"
3883       reference: 1
3884       compare: 2
3885   legend:
3886     - "Legend to Table"
3887     - "2001, 2005 - VPP versions tested."
3888     - "Diff - difference between 2001 and 2005 VPP version."
3889
3890 # VPP Performance Changes 2n-dnv 1t1c pdr
3891 - type: "table"
3892   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3893   algorithm: "table_comparison"
3894   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3895   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3896   filter: "'1T1C'"
3897   columns:
3898     - title: "1908"
3899       data-set: "vpp-performance-changes-2n-dnv-h1"
3900     - title: "2001"
3901       data-set: "vpp-performance-changes-2n-dnv-ref"
3902     - title: "2005"
3903       data-set: "vpp-performance-changes-2n-dnv-cmp"
3904   comparisons:
3905     - title: "Diff"
3906       reference: 2
3907       compare: 3
3908   legend:
3909     - "Legend to Table"
3910     - "1908, 2001, 2005 - VPP versions tested."
3911     - "Diff - difference between 2001 and 2005 VPP version."
3912
3913 # VPP Performance Changes 2n-dnv 2t2c pdr
3914 - type: "table"
3915   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3916   algorithm: "table_comparison"
3917   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3919   filter: "'2T2C'"
3920   columns:
3921     - title: "1908"
3922       data-set: "vpp-performance-changes-2n-dnv-h1"
3923     - title: "2001"
3924       data-set: "vpp-performance-changes-2n-dnv-ref"
3925     - title: "2005"
3926       data-set: "vpp-performance-changes-2n-dnv-cmp"
3927   comparisons:
3928     - title: "Diff"
3929       reference: 2
3930       compare: 3
3931   legend:
3932     - "Legend to Table"
3933     - "1908, 2001, 2005 - VPP versions tested."
3934     - "Diff - difference between 2001 and 2005 VPP version."
3935
3936 # VPP Performance Changes 2n-dnv 1t1c ndr
3937 - type: "table"
3938   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3939   algorithm: "table_comparison"
3940   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3942   filter: "'1T1C'"
3943   columns:
3944     - title: "1908"
3945       data-set: "vpp-performance-changes-2n-dnv-h1"
3946     - title: "2001"
3947       data-set: "vpp-performance-changes-2n-dnv-ref"
3948     - title: "2005"
3949       data-set: "vpp-performance-changes-2n-dnv-cmp"
3950   comparisons:
3951     - title: "Diff"
3952       reference: 2
3953       compare: 3
3954   legend:
3955     - "Legend to Table"
3956     - "1908, 2001, 2005 - VPP versions tested."
3957     - "Diff - difference between 2001 and 2005 VPP version."
3958
3959 # VPP Performance Changes 2n-dnv 2t2c ndr
3960 - type: "table"
3961   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3962   algorithm: "table_comparison"
3963   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3965   filter: "'2T2C'"
3966   columns:
3967     - title: "1908"
3968       data-set: "vpp-performance-changes-2n-dnv-h1"
3969     - title: "2001"
3970       data-set: "vpp-performance-changes-2n-dnv-ref"
3971     - title: "2005"
3972       data-set: "vpp-performance-changes-2n-dnv-cmp"
3973   comparisons:
3974     - title: "Diff"
3975       reference: 2
3976       compare: 3
3977   legend:
3978     - "Legend to Table"
3979     - "1908, 2001, 2005 - VPP versions tested."
3980     - "Diff - difference between 2001 and 2005 VPP version."
3981
3982 # VPP Performance Changes 3n-dnv 1t1c pdr
3983 - type: "table"
3984   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3985   algorithm: "table_comparison"
3986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3988   filter: "'1T1C'"
3989   columns:
3990     - title: "1908"
3991       data-set: "vpp-performance-changes-3n-dnv-h1"
3992     - title: "2001"
3993       data-set: "vpp-performance-changes-3n-dnv-ref"
3994     - title: "2005"
3995       data-set: "vpp-performance-changes-3n-dnv-cmp"
3996   comparisons:
3997     - title: "Diff"
3998       reference: 2
3999       compare: 3
4000   legend:
4001     - "Legend to Table"
4002     - "1908, 2001, 2005 - VPP versions tested."
4003     - "Diff - difference between 2001 and 2005 VPP version."
4004
4005 # VPP Performance Changes 3n-dnv 2t2c pdr
4006 - type: "table"
4007   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4008   algorithm: "table_comparison"
4009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4011   filter: "'2T2C'"
4012   columns:
4013     - title: "1908"
4014       data-set: "vpp-performance-changes-3n-dnv-h1"
4015     - title: "2001"
4016       data-set: "vpp-performance-changes-3n-dnv-ref"
4017     - title: "2005"
4018       data-set: "vpp-performance-changes-3n-dnv-cmp"
4019   comparisons:
4020     - title: "Diff"
4021       reference: 2
4022       compare: 3
4023   legend:
4024     - "Legend to Table"
4025     - "1908, 2001, 2005 - VPP versions tested."
4026     - "Diff - difference between 2001 and 2005 VPP version."
4027
4028 # VPP Performance Changes 3n-dnv 1t1c ndr
4029 - type: "table"
4030   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4031   algorithm: "table_comparison"
4032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4034   filter: "'1T1C'"
4035   columns:
4036     - title: "1908"
4037       data-set: "vpp-performance-changes-3n-dnv-h1"
4038     - title: "2001"
4039       data-set: "vpp-performance-changes-3n-dnv-ref"
4040     - title: "2005"
4041       data-set: "vpp-performance-changes-3n-dnv-cmp"
4042   comparisons:
4043     - title: "Diff"
4044       reference: 2
4045       compare: 3
4046   legend:
4047     - "Legend to Table"
4048     - "1908, 2001, 2005 - VPP versions tested."
4049     - "Diff - difference between 2001 and 2005 VPP version."
4050
4051 # VPP Performance Changes 3n-dnv 2t2c ndr
4052 - type: "table"
4053   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4054   algorithm: "table_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4056   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4057   filter: "'2T2C'"
4058   columns:
4059     - title: "1908"
4060       data-set: "vpp-performance-changes-3n-dnv-h1"
4061     - title: "2001"
4062       data-set: "vpp-performance-changes-3n-dnv-ref"
4063     - title: "2005"
4064       data-set: "vpp-performance-changes-3n-dnv-cmp"
4065   comparisons:
4066     - title: "Diff"
4067       reference: 2
4068       compare: 3
4069   legend:
4070     - "Legend to Table"
4071     - "1908, 2001, 2005 - VPP versions tested."
4072     - "Diff - difference between 2001 and 2005 VPP version."
4073
4074 # VPP Performance Changes 3n-tsh 1t1c pdr
4075 - type: "table"
4076   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4077   algorithm: "table_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4080   filter: "'1T1C'"
4081   columns:
4082     - title: "1908"
4083       data-set: "vpp-performance-changes-3n-tsh-h1"
4084     - title: "2001"
4085       data-set: "vpp-performance-changes-3n-tsh-ref"
4086     - title: "2005"
4087       data-set: "vpp-performance-changes-3n-tsh-cmp"
4088   comparisons:
4089     - title: "Diff"
4090       reference: 2
4091       compare: 3
4092   legend:
4093     - "Legend to Table"
4094     - "1908, 2001, 2005 - VPP versions tested."
4095     - "Diff - difference between 2001 and 2005 VPP version."
4096
4097 # VPP Performance Changes 3n-tsh 2t2c pdr
4098 - type: "table"
4099   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4100   algorithm: "table_comparison"
4101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4102   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4103   filter: "'2T2C'"
4104   columns:
4105     - title: "1908"
4106       data-set: "vpp-performance-changes-3n-tsh-h1"
4107     - title: "2001"
4108       data-set: "vpp-performance-changes-3n-tsh-ref"
4109     - title: "2005"
4110       data-set: "vpp-performance-changes-3n-tsh-cmp"
4111   comparisons:
4112     - title: "Diff"
4113       reference: 2
4114       compare: 3
4115   legend:
4116     - "Legend to Table"
4117     - "1908, 2001, 2005 - VPP versions tested."
4118     - "Diff - difference between 2001 and 2005 VPP version."
4119
4120 # VPP Performance Changes 3n-tsh 1t1c ndr
4121 - type: "table"
4122   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4123   algorithm: "table_comparison"
4124   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4126   filter: "'1T1C'"
4127   columns:
4128     - title: "1908"
4129       data-set: "vpp-performance-changes-3n-tsh-h1"
4130     - title: "2001"
4131       data-set: "vpp-performance-changes-3n-tsh-ref"
4132     - title: "2005"
4133       data-set: "vpp-performance-changes-3n-tsh-cmp"
4134   comparisons:
4135     - title: "Diff"
4136       reference: 2
4137       compare: 3
4138   legend:
4139     - "Legend to Table"
4140     - "1908, 2001, 2005 - VPP versions tested."
4141     - "Diff - difference between 2001 and 2005 VPP version."
4142
4143 # VPP Performance Changes 3n-tsh 2t2c ndr
4144 - type: "table"
4145   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4146   algorithm: "table_comparison"
4147   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4149   filter: "'2T2C'"
4150   columns:
4151     - title: "1908"
4152       data-set: "vpp-performance-changes-3n-tsh-h1"
4153     - title: "2001"
4154       data-set: "vpp-performance-changes-3n-tsh-ref"
4155     - title: "2005"
4156       data-set: "vpp-performance-changes-3n-tsh-cmp"
4157   comparisons:
4158     - title: "Diff"
4159       reference: 2
4160       compare: 3
4161   legend:
4162     - "Legend to Table"
4163     - "1908, 2001, 2005 - VPP versions tested."
4164     - "Diff - difference between 2001 and 2005 VPP version."
4165
4166 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4167 - type: "table"
4168   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4169   algorithm: "table_comparison"
4170   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4172   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4173   columns:
4174     - title: "3n-hsw xl710"
4175       data-set: "vpp-compare-testbeds-ref"
4176       tag: "NIC_Intel-XL710"
4177     - title: "3n-skx xxv710"
4178       data-set: "vpp-compare-testbeds-cmp"
4179       tag: "NIC_Intel-XXV710"
4180   comparisons:
4181     - title: "Diff"
4182       reference: 1
4183       compare: 2
4184   legend:
4185     - "Legend to Table"
4186     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4187     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4188
4189 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4190 - type: "table"
4191   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4192   algorithm: "table_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4195   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4196   columns:
4197     - title: "3n-hsw xl710"
4198       data-set: "vpp-compare-testbeds-ref"
4199       tag: "NIC_Intel-XL710"
4200     - title: "3n-skx xxv710"
4201       data-set: "vpp-compare-testbeds-cmp"
4202       tag: "NIC_Intel-XXV710"
4203   comparisons:
4204     - title: "Diff"
4205       reference: 1
4206       compare: 2
4207   legend:
4208     - "Legend to Table"
4209     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4210     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4211
4212 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4213 - type: "table"
4214   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4215   algorithm: "table_comparison"
4216   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4218   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4219   columns:
4220     - title: "3n-hsw xl710"
4221       data-set: "vpp-compare-testbeds-ref"
4222       tag: "NIC_Intel-XL710"
4223     - title: "3n-skx xxv710"
4224       data-set: "vpp-compare-testbeds-cmp"
4225       tag: "NIC_Intel-XXV710"
4226   comparisons:
4227     - title: "Diff"
4228       reference: 1
4229       compare: 2
4230   legend:
4231     - "Legend to Table"
4232     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4233     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4234
4235 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4236 - type: "table"
4237   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4238   algorithm: "table_comparison"
4239   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4241   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4242   columns:
4243     - title: "3n-hsw xl710"
4244       data-set: "vpp-compare-testbeds-ref"
4245       tag: "NIC_Intel-XL710"
4246     - title: "3n-skx xxv710"
4247       data-set: "vpp-compare-testbeds-cmp"
4248       tag: "NIC_Intel-XXV710"
4249   comparisons:
4250     - title: "Diff"
4251       reference: 1
4252       compare: 2
4253   legend:
4254     - "Legend to Table"
4255     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4256     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4257
4258 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4259 - type: "table"
4260   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4261   algorithm: "table_comparison"
4262   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4264   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4265   columns:
4266     - title: "2n-skx"
4267       data-set: "vpp-compare-testbeds-skx-clx-ref"
4268     - title: "2n-clx"
4269       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4270   comparisons:
4271     - title: "Diff"
4272       reference: 1
4273       compare: 2
4274   legend:
4275     - "Legend to Table"
4276     - "2n-skx, 2n-clx - testbeds and NICs tested."
4277     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4278
4279 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4280 - type: "table"
4281   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4282   algorithm: "table_comparison"
4283   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4285   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4286   columns:
4287     - title: "2n-skx"
4288       data-set: "vpp-compare-testbeds-skx-clx-ref"
4289     - title: "2n-clx"
4290       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4291   comparisons:
4292     - title: "Diff"
4293       reference: 1
4294       compare: 2
4295   legend:
4296     - "Legend to Table"
4297     - "2n-skx, 2n-clx - testbeds and NICs tested."
4298     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4299
4300 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4301 - type: "table"
4302   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4303   algorithm: "table_comparison"
4304   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4306   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4307   columns:
4308     - title: "2n-skx"
4309       data-set: "vpp-compare-testbeds-skx-clx-ref"
4310     - title: "2n-clx"
4311       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4312   comparisons:
4313     - title: "Diff"
4314       reference: 1
4315       compare: 2
4316   legend:
4317     - "Legend to Table"
4318     - "2n-skx, 2n-clx - testbeds and NICs tested."
4319     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4320
4321 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4322 - type: "table"
4323   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4324   algorithm: "table_comparison"
4325   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4327   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4328   columns:
4329     - title: "2n-skx"
4330       data-set: "vpp-compare-testbeds-skx-clx-ref"
4331     - title: "2n-clx"
4332       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4333   comparisons:
4334     - title: "Diff"
4335       reference: 1
4336       compare: 2
4337   legend:
4338     - "Legend to Table"
4339     - "2n-skx, 2n-clx - testbeds and NICs tested."
4340     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4341
4342 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4343 - type: "table"
4344   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4345   algorithm: "table_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4348   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4349   columns:
4350     - title: "3n-hsw xl710"
4351       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4352       tag: "NIC_Intel-XL710"
4353     - title: "2n-clx xxv710"
4354       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4355       tag: "NIC_Intel-XXV710"
4356   comparisons:
4357     - title: "Diff"
4358       reference: 1
4359       compare: 2
4360   legend:
4361     - "Legend to Table"
4362     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4363     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4364
4365 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4366 - type: "table"
4367   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4368   algorithm: "table_comparison"
4369   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4371   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4372   columns:
4373     - title: "3n-hsw xl710"
4374       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4375       tag: "NIC_Intel-XL710"
4376     - title: "2n-clx xxv710"
4377       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4378       tag: "NIC_Intel-XXV710"
4379   comparisons:
4380     - title: "Diff"
4381       reference: 1
4382       compare: 2
4383   legend:
4384     - "Legend to Table"
4385     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4386     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4387
4388 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4389 - type: "table"
4390   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4391   algorithm: "table_comparison"
4392   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4394   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4395   columns:
4396     - title: "3n-hsw xl710"
4397       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4398       tag: "NIC_Intel-XL710"
4399     - title: "2n-clx xxv710"
4400       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4401       tag: "NIC_Intel-XXV710"
4402   comparisons:
4403     - title: "Diff"
4404       reference: 1
4405       compare: 2
4406   legend:
4407     - "Legend to Table"
4408     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4409     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4410
4411 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4412 - type: "table"
4413   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4414   algorithm: "table_comparison"
4415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4417   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4418   columns:
4419     - title: "3n-hsw xl710"
4420       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4421       tag: "NIC_Intel-XL710"
4422     - title: "2n-clx xxv710"
4423       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4424       tag: "NIC_Intel-XXV710"
4425   comparisons:
4426     - title: "Diff"
4427       reference: 1
4428       compare: 2
4429   legend:
4430     - "Legend to Table"
4431     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4432     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4433
4434 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4435 - type: "table"
4436   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4437   algorithm: "table_comparison"
4438   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4440   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4441   columns:
4442     - title: "3n-skx"
4443       data-set: "vpp-compare-topologies-ref"
4444     - title: "2n-skx"
4445       data-set: "vpp-compare-topologies-cmp"
4446   comparisons:
4447     - title: "Diff"
4448       reference: 1
4449       compare: 2
4450   legend:
4451     - "Legend to Table"
4452     - "3n-skx, 2n-skx - topologies tested."
4453     - "Diff - difference between 3n-skx and 2n-skx topologies."
4454
4455 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4456 - type: "table"
4457   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4458   algorithm: "table_comparison"
4459   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4461   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4462   columns:
4463     - title: "3n-skx"
4464       data-set: "vpp-compare-topologies-ref"
4465     - title: "2n-skx"
4466       data-set: "vpp-compare-topologies-cmp"
4467   comparisons:
4468     - title: "Diff"
4469       reference: 1
4470       compare: 2
4471   legend:
4472     - "Legend to Table"
4473     - "3n-skx, 2n-skx - topologies tested."
4474     - "Diff - difference between 3n-skx and 2n-skx topologies."
4475
4476 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4477 - type: "table"
4478   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4479   algorithm: "table_comparison"
4480   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4482   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4483   columns:
4484     - title: "3n-skx"
4485       data-set: "vpp-compare-topologies-ref"
4486     - title: "2n-skx"
4487       data-set: "vpp-compare-topologies-cmp"
4488   comparisons:
4489     - title: "Diff"
4490       reference: 1
4491       compare: 2
4492   legend:
4493     - "Legend to Table"
4494     - "3n-skx, 2n-skx - topologies tested."
4495     - "Diff - difference between 3n-skx and 2n-skx topologies."
4496
4497 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4498 - type: "table"
4499   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4500   algorithm: "table_comparison"
4501   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4503   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4504   columns:
4505     - title: "3n-skx"
4506       data-set: "vpp-compare-topologies-ref"
4507     - title: "2n-skx"
4508       data-set: "vpp-compare-topologies-cmp"
4509   comparisons:
4510     - title: "Diff"
4511       reference: 1
4512       compare: 2
4513   legend:
4514     - "Legend to Table"
4515     - "3n-skx, 2n-skx - topologies tested."
4516     - "Diff - difference between 3n-skx and 2n-skx topologies."
4517
4518 # VPP Performance Changes 3n-hsw 1t1c mrr
4519 - type: "table"
4520   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4521   algorithm: "table_comparison"
4522   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4523   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4524   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4525   columns:
4526     - title: "1908"
4527       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4528     - title: "2001"
4529       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4530     - title: "2005"
4531       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4532   comparisons:
4533     - title: "Diff"
4534       reference: 2
4535       compare: 3
4536   legend:
4537     - "Legend to Table"
4538     - "1908, 2001, 2005 - VPP versions tested."
4539     - "Diff - difference between 2001 and 2005 VPP version."
4540
4541 # VPP Performance Changes 3n-hsw 2t2c mrr
4542 - type: "table"
4543   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4544   algorithm: "table_comparison"
4545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4546   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4547   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4548   columns:
4549     - title: "1908"
4550       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4551     - title: "2001"
4552       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4553     - title: "2005"
4554       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4555   comparisons:
4556     - title: "Diff"
4557       reference: 2
4558       compare: 3
4559   legend:
4560     - "Legend to Table"
4561     - "1908, 2001, 2005 - VPP versions tested."
4562     - "Diff - difference between 2001 and 2005 VPP version."
4563
4564 # VPP Performance Changes 3n-hsw 4t4c mrr
4565 - type: "table"
4566   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4567   algorithm: "table_comparison"
4568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4570   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4571   columns:
4572     - title: "1908"
4573       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4574     - title: "2001"
4575       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4576     - title: "2005"
4577       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4578   comparisons:
4579     - title: "Diff"
4580       reference: 2
4581       compare: 3
4582   legend:
4583     - "Legend to Table"
4584     - "1908, 2001, 2005 - VPP versions tested."
4585     - "Diff - difference between 2001 and 2005 VPP version."
4586
4587 # VPP Performance Changes 3n-skx 2t1c mrr
4588 - type: "table"
4589   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4590   algorithm: "table_comparison"
4591   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4593   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4594   columns:
4595     - title: "1908"
4596       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4597     - title: "2001"
4598       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4599     - title: "2005"
4600       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4601   comparisons:
4602     - title: "Diff"
4603       reference: 2
4604       compare: 3
4605   legend:
4606     - "Legend to Table"
4607     - "1908, 2001, 2005 - VPP versions tested."
4608     - "Diff - difference between 2001 and 2005 VPP version."
4609
4610 # VPP Performance Changes 3n-skx 4t2c mrr
4611 - type: "table"
4612   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4613   algorithm: "table_comparison"
4614   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4616   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4617   columns:
4618     - title: "1908"
4619       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4620     - title: "2001"
4621       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4622     - title: "2005"
4623       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4624   comparisons:
4625     - title: "Diff"
4626       reference: 2
4627       compare: 3
4628   legend:
4629     - "Legend to Table"
4630     - "1908, 2001, 2005 - VPP versions tested."
4631     - "Diff - difference between 2001 and 2005 VPP version."
4632
4633 # VPP Performance Changes 3n-skx 8t4c mrr
4634 - type: "table"
4635   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4636   algorithm: "table_comparison"
4637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4639   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4640   columns:
4641     - title: "1908"
4642       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4643     - title: "2001"
4644       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4645     - title: "2005"
4646       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4647   comparisons:
4648     - title: "Diff"
4649       reference: 2
4650       compare: 3
4651   legend:
4652     - "Legend to Table"
4653     - "1908, 2001, 2005 - VPP versions tested."
4654     - "Diff - difference between 2001 and 2005 VPP version."
4655
4656 # VPP Performance Changes 2n-skx 2t1c mrr
4657 - type: "table"
4658   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4659   algorithm: "table_comparison"
4660   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4662   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4663   columns:
4664     - title: "1908"
4665       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4666     - title: "2001"
4667       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4668     - title: "2005"
4669       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4670   comparisons:
4671     - title: "Diff"
4672       reference: 2
4673       compare: 3
4674   legend:
4675     - "Legend to Table"
4676     - "1908, 2001, 2005 - VPP versions tested."
4677     - "Diff - difference between 2001 and 2005 VPP version."
4678
4679 # VPP Performance Changes 2n-skx 4t2c mrr
4680 - type: "table"
4681   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4685   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4686   columns:
4687     - title: "1908"
4688       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4689     - title: "2001"
4690       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4691     - title: "2005"
4692       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4693   comparisons:
4694     - title: "Diff"
4695       reference: 2
4696       compare: 3
4697   legend:
4698     - "Legend to Table"
4699     - "1908, 2001, 2005 - VPP versions tested."
4700     - "Diff - difference between 2001 and 2005 VPP version."
4701
4702 # VPP Performance Changes 2n-skx 8t4c mrr
4703 - type: "table"
4704   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4705   algorithm: "table_comparison"
4706   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4708   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4709   columns:
4710     - title: "1908"
4711       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4712     - title: "2001"
4713       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4714     - title: "2005"
4715       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4716   comparisons:
4717     - title: "Diff"
4718       reference: 2
4719       compare: 3
4720   legend:
4721     - "Legend to Table"
4722     - "1908, 2001, 2005 - VPP versions tested."
4723     - "Diff - difference between 2001 and 2005 VPP version."
4724
4725 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4726 - type: "table"
4727   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4731   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4732   columns:
4733     - title: "2001"
4734       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4735     - title: "2005"
4736       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4737   comparisons:
4738     - title: "Diff"
4739       reference: 1
4740       compare: 2
4741   legend:
4742     - "Legend to Table"
4743     - "2001, 2005 - VPP versions tested."
4744     - "Diff - difference between 2001 and 2005 VPP version."
4745
4746 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4747 - type: "table"
4748   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4749   algorithm: "table_comparison"
4750   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4751   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4752   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4753   columns:
4754     - title: "2001"
4755       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4756     - title: "2005"
4757       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4758   comparisons:
4759     - title: "Diff"
4760       reference: 1
4761       compare: 2
4762   legend:
4763     - "Legend to Table"
4764     - "2001, 2005 - VPP versions tested."
4765     - "Diff - difference between 2001 and 2005 VPP version."
4766
4767 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4768 - type: "table"
4769   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4770   algorithm: "table_comparison"
4771   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4773   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4774   columns:
4775     - title: "2001"
4776       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4777     - title: "2005"
4778       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4779   comparisons:
4780     - title: "Diff"
4781       reference: 1
4782       compare: 2
4783   legend:
4784     - "Legend to Table"
4785     - "2001, 2005 - VPP versions tested."
4786     - "Diff - difference between 2001 and 2005 VPP version."
4787
4788 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4789 - type: "table"
4790   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4791   algorithm: "table_comparison"
4792   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4794   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4795   columns:
4796     - title: "2001"
4797       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4798     - title: "2005"
4799       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4800   comparisons:
4801     - title: "Diff"
4802       reference: 1
4803       compare: 2
4804   legend:
4805     - "Legend to Table"
4806     - "2001, 2005 - VPP versions tested."
4807     - "Diff - difference between 2001 and 2005 VPP version."
4808
4809 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4810 - type: "table"
4811   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4812   algorithm: "table_comparison"
4813   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4815   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4816   columns:
4817     - title: "2001"
4818       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4819     - title: "2005"
4820       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4821   comparisons:
4822     - title: "Diff"
4823       reference: 1
4824       compare: 2
4825   legend:
4826     - "Legend to Table"
4827     - "2001, 2005 - VPP versions tested."
4828     - "Diff - difference between 2001 and 2005 VPP version."
4829
4830 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4831 - type: "table"
4832   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4833   algorithm: "table_comparison"
4834   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4836   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4837   columns:
4838     - title: "2001"
4839       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4840     - title: "2005"
4841       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4842   comparisons:
4843     - title: "Diff"
4844       reference: 1
4845       compare: 2
4846   legend:
4847     - "Legend to Table"
4848     - "2001, 2005 - VPP versions tested."
4849     - "Diff - difference between 2001 and 2005 VPP version."
4850
4851 # VPP Performance Changes 2n-dnv 1t1c mrr
4852 - type: "table"
4853   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4854   algorithm: "table_comparison"
4855   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4857   filter: "'1T1C'"
4858   columns:
4859     - title: "1908"
4860       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4861     - title: "2001"
4862       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4863     - title: "2005"
4864       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4865   comparisons:
4866     - title: "Diff"
4867       reference: 2
4868       compare: 3
4869   legend:
4870     - "Legend to Table"
4871     - "1908, 2001, 2005 - VPP versions tested."
4872     - "Diff - difference between 2001 and 2005 VPP version."
4873
4874 # VPP Performance Changes 2n-dnv 2t2c mrr
4875 - type: "table"
4876   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4877   algorithm: "table_comparison"
4878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4880   filter: "'2T2C'"
4881   columns:
4882     - title: "1908"
4883       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4884     - title: "2001"
4885       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4886     - title: "2005"
4887       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4888   comparisons:
4889     - title: "Diff"
4890       reference: 2
4891       compare: 3
4892   legend:
4893     - "Legend to Table"
4894     - "1908, 2001, 2005 - VPP versions tested."
4895     - "Diff - difference between 2001 and 2005 VPP version."
4896
4897 # VPP Performance Changes 2n-dnv 4t4c mrr
4898 - type: "table"
4899   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4900   algorithm: "table_comparison"
4901   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4903   filter: "'4T4C'"
4904   columns:
4905     - title: "1908"
4906       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4907     - title: "2001"
4908       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4909     - title: "2005"
4910       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4911   comparisons:
4912     - title: "Diff"
4913       reference: 2
4914       compare: 3
4915   legend:
4916     - "Legend to Table"
4917     - "1908, 2001, 2005 - VPP versions tested."
4918     - "Diff - difference between 2001 and 2005 VPP version."
4919
4920 # VPP Performance Changes 3n-dnv 1t1c mrr
4921 - type: "table"
4922   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4923   algorithm: "table_comparison"
4924   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4926   filter: "'1T1C'"
4927   columns:
4928     - title: "1908"
4929       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4930     - title: "2001"
4931       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4932     - title: "2005"
4933       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4934   comparisons:
4935     - title: "Diff"
4936       reference: 2
4937       compare: 3
4938   legend:
4939     - "Legend to Table"
4940     - "1908, 2001, 2005 - VPP versions tested."
4941     - "Diff - difference between 2001 and 2005 VPP version."
4942
4943 # VPP Performance Changes 3n-dnv 2t2c mrr
4944 - type: "table"
4945   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4946   algorithm: "table_comparison"
4947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4949   filter: "'2T2C'"
4950   columns:
4951     - title: "1908"
4952       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4953     - title: "2001"
4954       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4955     - title: "2005"
4956       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4957   comparisons:
4958     - title: "Diff"
4959       reference: 2
4960       compare: 3
4961   legend:
4962     - "Legend to Table"
4963     - "1908, 2001, 2005 - VPP versions tested."
4964     - "Diff - difference between 2001 and 2005 VPP version."
4965
4966 # VPP Performance Changes 3n-dnv 4t4c mrr
4967 - type: "table"
4968   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4969   algorithm: "table_comparison"
4970   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4972   filter: "'4T4C'"
4973   columns:
4974     - title: "1908"
4975       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4976     - title: "2001"
4977       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4978     - title: "2005"
4979       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4980   comparisons:
4981     - title: "Diff"
4982       reference: 2
4983       compare: 3
4984   legend:
4985     - "Legend to Table"
4986     - "1908, 2001, 2005 - VPP versions tested."
4987     - "Diff - difference between 2001 and 2005 VPP version."
4988
4989 # VPP Performance Changes 3n-tsh 1t1c mrr
4990 - type: "table"
4991   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4992   algorithm: "table_comparison"
4993   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4995   filter: "'1T1C'"
4996   columns:
4997     - title: "1908"
4998       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4999     - title: "2001"
5000       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5001     - title: "2005"
5002       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5003   comparisons:
5004     - title: "Diff"
5005       reference: 2
5006       compare: 3
5007   legend:
5008     - "Legend to Table"
5009     - "1908, 2001, 2005 - VPP versions tested."
5010     - "Diff - difference between 2001 and 2005 VPP version."
5011
5012 # VPP Performance Changes 3n-tsh 2t2c mrr
5013 - type: "table"
5014   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5015   algorithm: "table_comparison"
5016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5018   filter: "'2T2C'"
5019   columns:
5020     - title: "1908"
5021       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5022     - title: "2001"
5023       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5024     - title: "2005"
5025       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5026   comparisons:
5027     - title: "Diff"
5028       reference: 2
5029       compare: 3
5030   legend:
5031     - "Legend to Table"
5032     - "1908, 2001, 2005 - VPP versions tested."
5033     - "Diff - difference between 2001 and 2005 VPP version."
5034
5035 # VPP Performance Changes 3n-tsh 4t4c mrr
5036 - type: "table"
5037   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5038   algorithm: "table_comparison"
5039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5041   filter: "'4T4C'"
5042   columns:
5043     - title: "1908"
5044       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5045     - title: "2001"
5046       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5047     - title: "2005"
5048       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5049   comparisons:
5050     - title: "Diff"
5051       reference: 2
5052       compare: 3
5053   legend:
5054     - "Legend to Table"
5055     - "1908, 2001, 2005 - VPP versions tested."
5056     - "Diff - difference between 2001 and 2005 VPP version."
5057
5058 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5059 - type: "table"
5060   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5061   algorithm: "table_comparison"
5062   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5064   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5065   columns:
5066     - title: "3n-hsw xl710"
5067       data-set: "vpp-compare-testbeds-mrr-ref"
5068       tag: "NIC_Intel-XL710"
5069     - title: "3n-skx xxv710"
5070       data-set: "vpp-compare-testbeds-mrr-cmp"
5071       tag: "NIC_Intel-XXV710"
5072   comparisons:
5073     - title: "Diff"
5074       reference: 1
5075       compare: 2
5076   legend:
5077     - "Legend to Table"
5078     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5079     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5080
5081 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5082 - type: "table"
5083   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5084   algorithm: "table_comparison"
5085   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5087   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5088   columns:
5089     - title: "3n-hsw xl710"
5090       data-set: "vpp-compare-testbeds-mrr-ref"
5091       tag: "NIC_Intel-XL710"
5092     - title: "3n-skx xxv710"
5093       data-set: "vpp-compare-testbeds-mrr-cmp"
5094       tag: "NIC_Intel-XXV710"
5095   comparisons:
5096     - title: "Diff"
5097       reference: 1
5098       compare: 2
5099   legend:
5100     - "Legend to Table"
5101     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5102     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5103
5104 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5105 - type: "table"
5106   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5107   algorithm: "table_comparison"
5108   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5110   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5111   columns:
5112     - title: "3n-hsw xl710"
5113       data-set: "vpp-compare-testbeds-mrr-ref"
5114       tag: "NIC_Intel-XL710"
5115     - title: "3n-skx xxv710"
5116       data-set: "vpp-compare-testbeds-mrr-cmp"
5117       tag: "NIC_Intel-XXV710"
5118   comparisons:
5119     - title: "Diff"
5120       reference: 1
5121       compare: 2
5122   legend:
5123     - "Legend to Table"
5124     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5125     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5126
5127 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5128 - type: "table"
5129   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5130   algorithm: "table_comparison"
5131   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5133   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5134   columns:
5135     - title: "2n-skx"
5136       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5137     - title: "2n-clx"
5138       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5139   comparisons:
5140     - title: "Diff"
5141       reference: 1
5142       compare: 2
5143   legend:
5144     - "Legend to Table"
5145     - "2n-skx, 2n-clx - testbeds and NICs tested."
5146     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5147
5148 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5149 - type: "table"
5150   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5151   algorithm: "table_comparison"
5152   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5154   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5155   columns:
5156     - title: "2n-skx"
5157       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5158     - title: "2n-clx"
5159       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5160   comparisons:
5161     - title: "Diff"
5162       reference: 1
5163       compare: 2
5164   legend:
5165     - "Legend to Table"
5166     - "2n-skx, 2n-clx - testbeds and NICs tested."
5167     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5168
5169 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5170 - type: "table"
5171   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5172   algorithm: "table_comparison"
5173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5175   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5176   columns:
5177     - title: "2n-skx"
5178       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5179     - title: "2n-clx"
5180       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5181   comparisons:
5182     - title: "Diff"
5183       reference: 1
5184       compare: 2
5185   legend:
5186     - "Legend to Table"
5187     - "2n-skx, 2n-clx - testbeds and NICs tested."
5188     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5189
5190 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5191 - type: "table"
5192   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5193   algorithm: "table_comparison"
5194   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5196   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5197   columns:
5198     - title: "3n-skx"
5199       data-set: "vpp-compare-topologies-mrr-ref"
5200     - title: "2n-skx"
5201       data-set: "vpp-compare-topologies-mrr-cmp"
5202   comparisons:
5203     - title: "Diff"
5204       reference: 1
5205       compare: 2
5206   legend:
5207     - "Legend to Table"
5208     - "3n-skx, 2n-skx - topologies tested."
5209     - "Diff - difference between 3n-skx and 2n-skx topologies."
5210
5211 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5212 - type: "table"
5213   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5214   algorithm: "table_comparison"
5215   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5217   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5218   columns:
5219     - title: "3n-skx"
5220       data-set: "vpp-compare-topologies-mrr-ref"
5221     - title: "2n-skx"
5222       data-set: "vpp-compare-topologies-mrr-cmp"
5223   comparisons:
5224     - title: "Diff"
5225       reference: 1
5226       compare: 2
5227   legend:
5228     - "Legend to Table"
5229     - "3n-skx, 2n-skx - topologies tested."
5230     - "Diff - difference between 3n-skx and 2n-skx topologies."
5231
5232 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5233 - type: "table"
5234   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5235   algorithm: "table_comparison"
5236   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5238   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5239   columns:
5240     - title: "3n-skx"
5241       data-set: "vpp-compare-topologies-mrr-ref"
5242     - title: "2n-skx"
5243       data-set: "vpp-compare-topologies-mrr-cmp"
5244   comparisons:
5245     - title: "Diff"
5246       reference: 1
5247       compare: 2
5248   legend:
5249     - "Legend to Table"
5250     - "3n-skx, 2n-skx - topologies tested."
5251     - "Diff - difference between 3n-skx and 2n-skx topologies."
5252
5253 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5254 - type: "table"
5255   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5256   algorithm: "table_comparison"
5257   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5259   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5260   columns:
5261     - title: "3n-hsw xl710"
5262       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5263       tag: "NIC_Intel-XL710"
5264     - title: "2n-clx xxv710"
5265       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5266       tag: "NIC_Intel-XXV710"
5267   comparisons:
5268     - title: "Diff"
5269       reference: 1
5270       compare: 2
5271   legend:
5272     - "Legend to Table"
5273     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5274     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5275
5276 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5277 - type: "table"
5278   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5279   algorithm: "table_comparison"
5280   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5282   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5283   columns:
5284     - title: "3n-hsw xl710"
5285       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5286       tag: "NIC_Intel-XL710"
5287     - title: "2n-clx xxv710"
5288       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5289       tag: "NIC_Intel-XXV710"
5290   comparisons:
5291     - title: "Diff"
5292       reference: 1
5293       compare: 2
5294   legend:
5295     - "Legend to Table"
5296     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5297     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5298
5299 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5300 - type: "table"
5301   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5302   algorithm: "table_comparison"
5303   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5304   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5305   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5306   columns:
5307     - title: "3n-hsw xl710"
5308       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5309       tag: "NIC_Intel-XL710"
5310     - title: "2n-clx xxv710"
5311       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5312       tag: "NIC_Intel-XXV710"
5313   comparisons:
5314     - title: "Diff"
5315       reference: 1
5316       compare: 2
5317   legend:
5318     - "Legend to Table"
5319     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5320     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5321
5322 # Detailed Test Results - VPP Performance Results 3n-hsw
5323 - type: "table"
5324   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5325   algorithm: "table_merged_details"
5326   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5327   columns:
5328     - title: " |prein| Test Name |preout| "
5329       data: "data name"
5330     - 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| "
5331       data: "data msg"
5332   data: "vpp-perf-results-3n-hsw"
5333   filter: "all"
5334   parameters:
5335   - "name"
5336   - "parent"
5337   - "msg"
5338
5339 # Detailed Test Results - VPP Performance Results 3n-skx
5340 - type: "table"
5341   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5342   algorithm: "table_merged_details"
5343   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5344   columns:
5345     - title: " |prein| Test Name |preout| "
5346       data: "data name"
5347     - 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| "
5348       data: "data msg"
5349   data: "vpp-perf-results-3n-skx"
5350   filter: "all"
5351   remove-ndr: False
5352   parameters:
5353   - "name"
5354   - "parent"
5355   - "msg"
5356
5357 # Detailed Test Results - VPP Performance Results 2n-skx
5358 - type: "table"
5359   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5360   algorithm: "table_merged_details"
5361   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5362   columns:
5363     - title: " |prein| Test Name |preout| "
5364       data: "data name"
5365     - 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| "
5366       data: "data msg"
5367   data: "vpp-perf-results-2n-skx"
5368   filter: "all"
5369   remove-ndr: False
5370   parameters:
5371   - "name"
5372   - "parent"
5373   - "msg"
5374
5375 # Detailed Test Results - VPP Performance Results 2n-clx
5376 - type: "table"
5377   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5378   algorithm: "table_merged_details"
5379   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5380   columns:
5381     - title: " |prein| Test Name |preout| "
5382       data: "data name"
5383     - 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| "
5384       data: "data msg"
5385   data: "vpp-perf-results-2n-clx"
5386   filter: "all"
5387   parameters:
5388   - "name"
5389   - "parent"
5390   - "msg"
5391
5392 # Detailed Test Results - VPP Performance Results 3n-tsh
5393 - type: "table"
5394   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5395   algorithm: "table_merged_details"
5396   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5397   columns:
5398     - title: " |prein| Test Name |preout| "
5399       data: "data name"
5400     - 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| "
5401       data: "data msg"
5402   data: "vpp-perf-results-3n-tsh"
5403   filter: "all"
5404   parameters:
5405   - "name"
5406   - "parent"
5407   - "msg"
5408
5409 # Detailed Test Results - VPP Performance Results 3n-dnv
5410 - type: "table"
5411   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5412   algorithm: "table_merged_details"
5413   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5414   columns:
5415     - title: " |prein| Test Name |preout| "
5416       data: "data name"
5417     - 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| "
5418       data: "data msg"
5419   data: "vpp-perf-results-3n-dnv"
5420   filter: "all"
5421   parameters:
5422   - "name"
5423   - "parent"
5424   - "msg"
5425
5426 # Detailed Test Results - VPP Performance Results 2n-dnv
5427 - type: "table"
5428   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5429   algorithm: "table_merged_details"
5430   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5431   columns:
5432     - title: " |prein| Test Name |preout| "
5433       data: "data name"
5434     - 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| "
5435       data: "data msg"
5436   data: "vpp-perf-results-2n-dnv"
5437   filter: "all"
5438   parameters:
5439   - "name"
5440   - "parent"
5441   - "msg"
5442
5443 # Test configuration - VPP Performance Test Configs 3n-hsw
5444 - type: "table"
5445   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5446   algorithm: "table_merged_details"
5447   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5448   columns:
5449     - title: " |prein| Test Name |preout| "
5450       data: "data name"
5451     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5452       data: "data conf-history"
5453   data: "vpp-perf-results-3n-hsw"
5454   filter: "all"
5455   parameters:
5456   - "parent"
5457   - "name"
5458   - "conf-history"
5459
5460 # Test configuration - VPP Performance Test Configs 3n-skx
5461 - type: "table"
5462   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5463   algorithm: "table_merged_details"
5464   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5465   columns:
5466     - title: " |prein| Test Name |preout| "
5467       data: "data name"
5468     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5469       data: "data conf-history"
5470   data: "vpp-perf-results-3n-skx"
5471   filter: "all"
5472   parameters:
5473   - "parent"
5474   - "name"
5475   - "conf-history"
5476
5477 # Test configuration - VPP Performance Test Configs 2n-skx
5478 - type: "table"
5479   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5480   algorithm: "table_merged_details"
5481   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5482   columns:
5483     - title: " |prein| Test Name |preout| "
5484       data: "data name"
5485     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5486       data: "data conf-history"
5487   data: "vpp-perf-results-2n-skx"
5488   filter: "all"
5489   parameters:
5490   - "parent"
5491   - "name"
5492   - "conf-history"
5493
5494 # Test configuration - VPP Performance Test Configs 2n-clx
5495 - type: "table"
5496   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5497   algorithm: "table_merged_details"
5498   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5499   columns:
5500     - title: " |prein| Test Name |preout| "
5501       data: "data name"
5502     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5503       data: "data conf-history"
5504   data: "vpp-perf-results-2n-clx"
5505   filter: "all"
5506   parameters:
5507   - "parent"
5508   - "name"
5509   - "conf-history"
5510
5511 # Test configuration - VPP Performance Test Configs 3n-tsh
5512 - type: "table"
5513   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5514   algorithm: "table_merged_details"
5515   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5516   columns:
5517     - title: " |prein| Test Name |preout| "
5518       data: "data name"
5519     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5520       data: "data conf-history"
5521   data: "vpp-perf-results-3n-tsh"
5522   filter: "all"
5523   parameters:
5524   - "parent"
5525   - "name"
5526   - "conf-history"
5527
5528 # Test configuration - VPP Performance Test Configs 3n-dnv
5529 - type: "table"
5530   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5531   algorithm: "table_merged_details"
5532   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5533   columns:
5534     - title: " |prein| Test Name |preout| "
5535       data: "data name"
5536     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5537       data: "data conf-history"
5538   data: "vpp-perf-results-3n-dnv"
5539   filter: "all"
5540   parameters:
5541   - "parent"
5542   - "name"
5543   - "conf-history"
5544
5545 # Test configuration - VPP Performance Test Configs 2n-dnv
5546 - type: "table"
5547   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5548   algorithm: "table_merged_details"
5549   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5550   columns:
5551     - title: " |prein| Test Name |preout| "
5552       data: "data name"
5553     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5554       data: "data conf-history"
5555   data: "vpp-perf-results-2n-dnv"
5556   filter: "all"
5557   parameters:
5558   - "parent"
5559   - "name"
5560   - "conf-history"
5561
5562 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5563 - type: "table"
5564   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5565   algorithm: "table_oper_data_html"
5566   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5567   data: "vpp-perf-results-3n-hsw"
5568   filter: "all"
5569
5570 # Test Operational Data - VPP Performance Operational Data 3n-skx
5571 - type: "table"
5572   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5573   algorithm: "table_oper_data_html"
5574   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5575   data: "vpp-perf-results-3n-skx"
5576   filter: "all"
5577
5578 # Test Operational Data - VPP Performance Operational Data 2n-skx
5579 - type: "table"
5580   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5581   algorithm: "table_oper_data_html"
5582   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5583   data: "vpp-perf-results-2n-skx"
5584   filter: "all"
5585
5586 # Test Operational Data - VPP Performance Operational Data 2n-clx
5587 - type: "table"
5588   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5589   algorithm: "table_oper_data_html"
5590   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5591   data: "vpp-perf-results-2n-clx"
5592   filter: "all"
5593
5594 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5595 - type: "table"
5596   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5597   algorithm: "table_oper_data_html"
5598   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5599   data: "vpp-perf-results-3n-tsh"
5600   filter: "all"
5601
5602 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5603 - type: "table"
5604   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5605   algorithm: "table_oper_data_html"
5606   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5607   data: "vpp-perf-results-3n-dnv"
5608   filter: "all"
5609
5610 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5611 - type: "table"
5612   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5613   algorithm: "table_oper_data_html"
5614   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5615   data: "vpp-perf-results-2n-dnv"
5616   filter: "all"
5617
5618 # Detailed Test Results - VPP MRR Results 3n-hsw
5619 - type: "table"
5620   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5621   algorithm: "table_merged_details"
5622   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5623   columns:
5624     - title: " |prein| Test Name |preout| "
5625       data: "data name"
5626     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5627       data: "data msg"
5628   data: "vpp-mrr-results-3n-hsw"
5629   filter: "all"
5630   parameters:
5631   - "name"
5632   - "parent"
5633   - "msg"
5634
5635 # Detailed Test Results - VPP MRR Results 3n-skx
5636 - type: "table"
5637   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5638   algorithm: "table_merged_details"
5639   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5640   columns:
5641     - title: " |prein| Test Name |preout| "
5642       data: "data name"
5643     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5644       data: "data msg"
5645   data: "vpp-mrr-results-3n-skx"
5646   filter: "all"
5647   parameters:
5648   - "name"
5649   - "parent"
5650   - "msg"
5651
5652 # Detailed Test Results - VPP MRR Results 2n-skx
5653 - type: "table"
5654   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5655   algorithm: "table_merged_details"
5656   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5657   columns:
5658     - title: " |prein| Test Name |preout| "
5659       data: "data name"
5660     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5661       data: "data msg"
5662   data: "vpp-mrr-results-2n-skx"
5663   filter: "all"
5664   parameters:
5665   - "name"
5666   - "parent"
5667   - "msg"
5668
5669 # Detailed Test Results - VPP MRR Results 2n-clx
5670 - type: "table"
5671   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5672   algorithm: "table_merged_details"
5673   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5674   columns:
5675     - title: " |prein| Test Name |preout| "
5676       data: "data name"
5677     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5678       data: "data msg"
5679   data: "vpp-mrr-results-2n-clx"
5680   filter: "all"
5681   parameters:
5682   - "name"
5683   - "parent"
5684   - "msg"
5685
5686 # Detailed Test Results - VPP MRR Results 3n-tsh
5687 - type: "table"
5688   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5689   algorithm: "table_merged_details"
5690   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5691   columns:
5692     - title: " |prein| Test Name |preout| "
5693       data: "data name"
5694     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5695       data: "data msg"
5696   data: "vpp-mrr-results-3n-tsh"
5697   filter: "all"
5698   parameters:
5699   - "name"
5700   - "parent"
5701   - "msg"
5702
5703 # Detailed Test Results - VPP MRR Results 3n-dnv
5704 - type: "table"
5705   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5706   algorithm: "table_merged_details"
5707   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5708   columns:
5709     - title: " |prein| Test Name |preout| "
5710       data: "data name"
5711     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5712       data: "data msg"
5713   data: "vpp-mrr-results-3n-dnv"
5714   filter: "all"
5715   parameters:
5716   - "name"
5717   - "parent"
5718   - "msg"
5719
5720 # Detailed Test Results - VPP MRR Results 2n-dnv
5721 - type: "table"
5722   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5723   algorithm: "table_merged_details"
5724   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5725   columns:
5726     - title: " |prein| Test Name |preout| "
5727       data: "data name"
5728     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5729       data: "data msg"
5730   data: "vpp-mrr-results-2n-dnv"
5731   filter: "all"
5732   parameters:
5733   - "name"
5734   - "parent"
5735   - "msg"
5736
5737 # Test configuration - VPP MRR Test Configs 3n-hsw
5738 - type: "table"
5739   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5740   algorithm: "table_merged_details"
5741   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5742   columns:
5743     - title: " |prein| Test Name |preout| "
5744       data: "data name"
5745     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5746       data: "data conf-history"
5747   data: "vpp-mrr-results-3n-hsw"
5748   filter: "all"
5749   parameters:
5750   - "parent"
5751   - "name"
5752   - "conf-history"
5753
5754 # Test configuration - VPP MRR Test Configs 3n-skx
5755 - type: "table"
5756   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5757   algorithm: "table_merged_details"
5758   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5759   columns:
5760     - title: " |prein| Test Name |preout| "
5761       data: "data name"
5762     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5763       data: "data conf-history"
5764   data: "vpp-mrr-results-3n-skx"
5765   filter: "all"
5766   parameters:
5767   - "parent"
5768   - "name"
5769   - "conf-history"
5770
5771 # Test configuration - VPP MRR Test Configs 2n-skx
5772 - type: "table"
5773   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5774   algorithm: "table_merged_details"
5775   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5776   columns:
5777     - title: " |prein| Test Name |preout| "
5778       data: "data name"
5779     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5780       data: "data conf-history"
5781   data: "vpp-mrr-results-2n-skx"
5782   filter: "all"
5783   parameters:
5784   - "parent"
5785   - "name"
5786   - "conf-history"
5787
5788 # Test configuration - VPP MRR Test Configs 2n-clx
5789 - type: "table"
5790   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5791   algorithm: "table_merged_details"
5792   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5793   columns:
5794     - title: " |prein| Test Name |preout| "
5795       data: "data name"
5796     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5797       data: "data conf-history"
5798   data: "vpp-mrr-results-2n-clx"
5799   filter: "all"
5800   parameters:
5801   - "parent"
5802   - "name"
5803   - "conf-history"
5804
5805 # Test configuration - VPP MRR Test Configs 3n-tsh
5806 - type: "table"
5807   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5808   algorithm: "table_merged_details"
5809   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5810   columns:
5811     - title: " |prein| Test Name |preout| "
5812       data: "data name"
5813     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5814       data: "data conf-history"
5815   data: "vpp-mrr-results-3n-tsh"
5816   filter: "all"
5817   parameters:
5818   - "parent"
5819   - "name"
5820   - "conf-history"
5821
5822 # Test configuration - VPP MRR Test Configs 3n-dnv
5823 - type: "table"
5824   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5825   algorithm: "table_merged_details"
5826   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5827   columns:
5828     - title: " |prein| Test Name |preout| "
5829       data: "data name"
5830     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5831       data: "data conf-history"
5832   data: "vpp-mrr-results-3n-dnv"
5833   filter: "all"
5834   parameters:
5835   - "parent"
5836   - "name"
5837   - "conf-history"
5838
5839 # Test configuration - VPP MRR Test Configs 2n-dnv
5840 - type: "table"
5841   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5842   algorithm: "table_merged_details"
5843   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5844   columns:
5845     - title: " |prein| Test Name |preout| "
5846       data: "data name"
5847     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5848       data: "data conf-history"
5849   data: "vpp-mrr-results-2n-dnv"
5850   filter: "all"
5851   parameters:
5852   - "parent"
5853   - "name"
5854   - "conf-history"
5855
5856 # Detailed Test Results - VPP Device Results - Ubuntu
5857 - type: "table"
5858   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5859   algorithm: "table_merged_details"
5860   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5861   columns:
5862     - title: " |prein| Test Name |preout| "
5863       data: "data name"
5864     - title: " |prein| Status |preout| "
5865       data: "data status"
5866   data: "vpp-device-results-ubuntu"
5867   filter: "all"
5868   parameters:
5869   - "name"
5870   - "parent"
5871   - "doc"
5872   - "status"
5873
5874 # Test configuration - VPP Device Test Configs - Ubuntu
5875 - type: "table"
5876   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5877   algorithm: "table_merged_details"
5878   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5879   columns:
5880     - title: " |prein| Test Name |preout| "
5881       data: "data name"
5882     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5883       data: "data conf-history"
5884   data: "vpp-device-results-ubuntu"
5885   filter: "all"
5886   parameters:
5887   - "parent"
5888   - "name"
5889   - "conf-history"
5890
5891 ################################################################################
5892
5893 # DPDK Performance Changes 3n-hsw 1t1c pdr
5894 - type: "table"
5895   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5896   algorithm: "table_comparison"
5897   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5899   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5900   columns:
5901     - title: "1908"
5902       data-set: "dpdk-performance-changes-3n-hsw-h1"
5903     - title: "2001"
5904       data-set: "dpdk-performance-changes-3n-hsw-ref"
5905     - title: "2005"
5906       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5907   comparisons:
5908     - title: "Diff"
5909       reference: 2
5910       compare: 3
5911   legend:
5912     - "Legend to Table"
5913     - "1908, 2001, 2005 - DPDK versions tested."
5914     - "Diff - difference between 2001 and 2005 DPDK version."
5915
5916 # DPDK Performance Changes 3n-hsw 2t2c pdr
5917 - type: "table"
5918   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5919   algorithm: "table_comparison"
5920   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5922   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5923   columns:
5924     - title: "1908"
5925       data-set: "dpdk-performance-changes-3n-hsw-h1"
5926     - title: "2001"
5927       data-set: "dpdk-performance-changes-3n-hsw-ref"
5928     - title: "2005"
5929       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5930   comparisons:
5931     - title: "Diff"
5932       reference: 2
5933       compare: 3
5934   legend:
5935     - "Legend to Table"
5936     - "1908, 2001, 2005 - DPDK versions tested."
5937     - "Diff - difference between 2001 and 2005 DPDK version."
5938
5939 # DPDK Performance Changes 3n-hsw 1t1c pdr
5940 - type: "table"
5941   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5942   algorithm: "table_comparison"
5943   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5945   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5946   columns:
5947     - title: "1908"
5948       data-set: "dpdk-performance-changes-3n-hsw-h1"
5949     - title: "2001"
5950       data-set: "dpdk-performance-changes-3n-hsw-ref"
5951     - title: "2005"
5952       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5953   comparisons:
5954     - title: "Diff"
5955       reference: 2
5956       compare: 3
5957   legend:
5958     - "Legend to Table"
5959     - "1908, 2001, 2005 - DPDK versions tested."
5960     - "Diff - difference between 2001 and 2005 DPDK version."
5961
5962 # DPDK Performance Changes 3n-hsw 2t2c ndr
5963 - type: "table"
5964   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5965   algorithm: "table_comparison"
5966   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5968   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5969   columns:
5970     - title: "1908"
5971       data-set: "dpdk-performance-changes-3n-hsw-h1"
5972     - title: "2001"
5973       data-set: "dpdk-performance-changes-3n-hsw-ref"
5974     - title: "2005"
5975       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5976   comparisons:
5977     - title: "Diff"
5978       reference: 2
5979       compare: 3
5980   legend:
5981     - "Legend to Table"
5982     - "1908, 2001, 2005 - DPDK versions tested."
5983     - "Diff - difference between 2001 and 2005 DPDK version."
5984
5985 # DPDK Performance Changes 3n-skx 2t1c pdr
5986 - type: "table"
5987   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5988   algorithm: "table_comparison"
5989   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5991   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5992   columns:
5993     - title: "1908"
5994       data-set: "dpdk-performance-changes-3n-skx-h1"
5995     - title: "2001"
5996       data-set: "dpdk-performance-changes-3n-skx-ref"
5997     - title: "2005"
5998       data-set: "dpdk-performance-changes-3n-skx-cmp"
5999   comparisons:
6000     - title: "Diff"
6001       reference: 2
6002       compare: 3
6003   legend:
6004     - "Legend to Table"
6005     - "1908, 2001, 2005 - DPDK versions tested."
6006     - "Diff - difference between 2001 and 2005 DPDK version."
6007
6008 # DPDK Performance Changes 3n-skx 4t2c pdr
6009 - type: "table"
6010   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6011   algorithm: "table_comparison"
6012   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6014   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6015   columns:
6016     - title: "1908"
6017       data-set: "dpdk-performance-changes-3n-skx-h1"
6018     - title: "2001"
6019       data-set: "dpdk-performance-changes-3n-skx-ref"
6020     - title: "2005"
6021       data-set: "dpdk-performance-changes-3n-skx-cmp"
6022   comparisons:
6023     - title: "Diff"
6024       reference: 2
6025       compare: 3
6026   legend:
6027     - "Legend to Table"
6028     - "1908, 2001, 2005 - DPDK versions tested."
6029     - "Diff - difference between 2001 and 2005 DPDK version."
6030
6031 # DPDK Performance Changes 3n-skx 2t1c ndr
6032 - type: "table"
6033   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6034   algorithm: "table_comparison"
6035   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6037   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6038   columns:
6039     - title: "1908"
6040       data-set: "dpdk-performance-changes-3n-skx-h1"
6041     - title: "2001"
6042       data-set: "dpdk-performance-changes-3n-skx-ref"
6043     - title: "2005"
6044       data-set: "dpdk-performance-changes-3n-skx-cmp"
6045   comparisons:
6046     - title: "Diff"
6047       reference: 2
6048       compare: 3
6049   legend:
6050     - "Legend to Table"
6051     - "1908, 2001, 2005 - DPDK versions tested."
6052     - "Diff - difference between 2001 and 2005 DPDK version."
6053
6054 # DPDK Performance Changes 3n-skx 4t2c ndr
6055 - type: "table"
6056   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6057   algorithm: "table_comparison"
6058   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6060   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6061   columns:
6062     - title: "1908"
6063       data-set: "dpdk-performance-changes-3n-skx-h1"
6064     - title: "2001"
6065       data-set: "dpdk-performance-changes-3n-skx-ref"
6066     - title: "2005"
6067       data-set: "dpdk-performance-changes-3n-skx-cmp"
6068   comparisons:
6069     - title: "Diff"
6070       reference: 2
6071       compare: 3
6072   legend:
6073     - "Legend to Table"
6074     - "1908, 2001, 2005 - DPDK versions tested."
6075     - "Diff - difference between 2001 and 2005 DPDK version."
6076
6077 # DPDK Performance Changes 2n-skx 2t1c pdr
6078 - type: "table"
6079   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6080   algorithm: "table_comparison"
6081   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6083   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6084   columns:
6085     - title: "1908"
6086       data-set: "dpdk-performance-changes-2n-skx-h1"
6087     - title: "2001"
6088       data-set: "dpdk-performance-changes-2n-skx-ref"
6089     - title: "2005"
6090       data-set: "dpdk-performance-changes-2n-skx-cmp"
6091   comparisons:
6092     - title: "Diff"
6093       reference: 2
6094       compare: 3
6095   legend:
6096     - "Legend to Table"
6097     - "1908, 2001, 2005 - DPDK versions tested."
6098     - "Diff - difference between 2001 and 2005 DPDK version."
6099
6100 # DPDK Performance Changes 2n-skx 4t2c pdr
6101 - type: "table"
6102   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6103   algorithm: "table_comparison"
6104   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6106   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6107   columns:
6108     - title: "1908"
6109       data-set: "dpdk-performance-changes-2n-skx-h1"
6110     - title: "2001"
6111       data-set: "dpdk-performance-changes-2n-skx-ref"
6112     - title: "2005"
6113       data-set: "dpdk-performance-changes-2n-skx-cmp"
6114   comparisons:
6115     - title: "Diff"
6116       reference: 2
6117       compare: 3
6118   legend:
6119     - "Legend to Table"
6120     - "1908, 2001, 2005 - DPDK versions tested."
6121     - "Diff - difference between 2001 and 2005 DPDK version."
6122
6123 # DPDK Performance Changes 2n-skx 2t1c ndr
6124 - type: "table"
6125   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6126   algorithm: "table_comparison"
6127   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6129   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6130   columns:
6131     - title: "1908"
6132       data-set: "dpdk-performance-changes-2n-skx-h1"
6133     - title: "2001"
6134       data-set: "dpdk-performance-changes-2n-skx-ref"
6135     - title: "2005"
6136       data-set: "dpdk-performance-changes-2n-skx-cmp"
6137   comparisons:
6138     - title: "Diff"
6139       reference: 2
6140       compare: 3
6141   legend:
6142     - "Legend to Table"
6143     - "1908, 2001, 2005 - DPDK versions tested."
6144     - "Diff - difference between 2001 and 2005 DPDK version."
6145
6146 # DPDK Performance Changes 2n-skx 4t2c ndr
6147 - type: "table"
6148   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6149   algorithm: "table_comparison"
6150   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6152   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6153   columns:
6154     - title: "1908"
6155       data-set: "dpdk-performance-changes-2n-skx-h1"
6156     - title: "2001"
6157       data-set: "dpdk-performance-changes-2n-skx-ref"
6158     - title: "2005"
6159       data-set: "dpdk-performance-changes-2n-skx-cmp"
6160   comparisons:
6161     - title: "Diff"
6162       reference: 2
6163       compare: 3
6164   legend:
6165     - "Legend to Table"
6166     - "1908, 2001, 2005 - DPDK versions tested."
6167     - "Diff - difference between 2001 and 2005 DPDK version."
6168
6169 # DPDK Performance Changes 2n-clx 2t1c pdr
6170 - type: "table"
6171   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6172   algorithm: "table_comparison"
6173   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6174   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6175   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6176   columns:
6177     - title: "2001"
6178       data-set: "dpdk-performance-changes-2n-clx-ref"
6179     - title: "2005"
6180       data-set: "dpdk-performance-changes-2n-clx-cmp"
6181   comparisons:
6182     - title: "Diff"
6183       reference: 1
6184       compare: 2
6185   legend:
6186     - "Legend to Table"
6187     - "2001, 2005 - DPDK versions tested."
6188     - "Diff - difference between 2001 and 2005 DPDK version."
6189
6190 # DPDK Performance Changes 2n-clx 4t2c pdr
6191 - type: "table"
6192   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6193   algorithm: "table_comparison"
6194   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6196   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6197   columns:
6198     - title: "2001"
6199       data-set: "dpdk-performance-changes-2n-clx-ref"
6200     - title: "2005"
6201       data-set: "dpdk-performance-changes-2n-clx-cmp"
6202   comparisons:
6203     - title: "Diff"
6204       reference: 1
6205       compare: 2
6206   legend:
6207     - "Legend to Table"
6208     - "2001, 2005 - DPDK versions tested."
6209     - "Diff - difference between 2001 and 2005 DPDK version."
6210
6211 # DPDK Performance Changes 2n-clx 2t1c ndr
6212 - type: "table"
6213   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6214   algorithm: "table_comparison"
6215   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6216   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6217   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6218   columns:
6219     - title: "2001"
6220       data-set: "dpdk-performance-changes-2n-clx-ref"
6221     - title: "2005"
6222       data-set: "dpdk-performance-changes-2n-clx-cmp"
6223   comparisons:
6224     - title: "Diff"
6225       reference: 1
6226       compare: 2
6227   legend:
6228     - "Legend to Table"
6229     - "2001, 2005 - DPDK versions tested."
6230     - "Diff - difference between 2001 and 2005 DPDK version."
6231
6232 # DPDK Performance Changes 2n-clx 4t2c ndr
6233 - type: "table"
6234   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6235   algorithm: "table_comparison"
6236   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6238   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6239   columns:
6240     - title: "2001"
6241       data-set: "dpdk-performance-changes-2n-clx-ref"
6242     - title: "2005"
6243       data-set: "dpdk-performance-changes-2n-clx-cmp"
6244   comparisons:
6245     - title: "Diff"
6246       reference: 1
6247       compare: 2
6248   legend:
6249     - "Legend to Table"
6250     - "2001, 2005 - DPDK versions tested."
6251     - "Diff - difference between 2001 and 2005 DPDK version."
6252
6253 # DPDK Performance Changes 2n-dnv 1t1c pdr
6254 - type: "table"
6255   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6256   algorithm: "table_comparison"
6257   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6259   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6260   columns:
6261     - title: "2001"
6262       data-set: "dpdk-performance-changes-2n-dnv-ref"
6263     - title: "2005"
6264       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6265   comparisons:
6266     - title: "Diff"
6267       reference: 1
6268       compare: 2
6269   legend:
6270     - "Legend to Table"
6271     - "2001, 2005 - DPDK versions tested."
6272     - "Diff - difference between 2001 and 2005 DPDK version."
6273
6274 # DPDK Performance Changes 2n-dnv 2t2c pdr
6275 - type: "table"
6276   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6277   algorithm: "table_comparison"
6278   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6280   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6281   columns:
6282     - title: "2001"
6283       data-set: "dpdk-performance-changes-2n-dnv-ref"
6284     - title: "2005"
6285       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6286   comparisons:
6287     - title: "Diff"
6288       reference: 1
6289       compare: 2
6290   legend:
6291     - "Legend to Table"
6292     - "2001, 2005 - DPDK versions tested."
6293     - "Diff - difference between 2001 and 2005 DPDK version."
6294
6295 # DPDK Performance Changes 2n-dnv 1t1c ndr
6296 - type: "table"
6297   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6298   algorithm: "table_comparison"
6299   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6301   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6302   columns:
6303     - title: "2001"
6304       data-set: "dpdk-performance-changes-2n-dnv-ref"
6305     - title: "2005"
6306       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6307   comparisons:
6308     - title: "Diff"
6309       reference: 1
6310       compare: 2
6311   legend:
6312     - "Legend to Table"
6313     - "2001, 2005 - DPDK versions tested."
6314     - "Diff - difference between 2001 and 2005 DPDK version."
6315
6316 # DPDK Performance Changes 2n-dnv 2t2c ndr
6317 - type: "table"
6318   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6319   algorithm: "table_comparison"
6320   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6322   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6323   columns:
6324     - title: "2001"
6325       data-set: "dpdk-performance-changes-2n-dnv-ref"
6326     - title: "2005"
6327       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6328   comparisons:
6329     - title: "Diff"
6330       reference: 1
6331       compare: 2
6332   legend:
6333     - "Legend to Table"
6334     - "2001, 2005 - DPDK versions tested."
6335     - "Diff - difference between 2001 and 2005 DPDK version."
6336
6337 # DPDK Performance Changes 3n-dnv 1t1c pdr
6338 - type: "table"
6339   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6340   algorithm: "table_comparison"
6341   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6343   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6344   columns:
6345     - title: "2001"
6346       data-set: "dpdk-performance-changes-3n-dnv-ref"
6347     - title: "2005"
6348       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6349   comparisons:
6350     - title: "Diff"
6351       reference: 1
6352       compare: 2
6353   legend:
6354     - "Legend to Table"
6355     - "2001, 2005 - DPDK versions tested."
6356     - "Diff - difference between 2001 and 2005 DPDK version."
6357
6358 # DPDK Performance Changes 3n-dnv 2t2c pdr
6359 - type: "table"
6360   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6361   algorithm: "table_comparison"
6362   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6364   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6365   columns:
6366     - title: "2001"
6367       data-set: "dpdk-performance-changes-3n-dnv-ref"
6368     - title: "2005"
6369       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6370   comparisons:
6371     - title: "Diff"
6372       reference: 1
6373       compare: 2
6374   legend:
6375     - "Legend to Table"
6376     - "2001, 2005 - DPDK versions tested."
6377     - "Diff - difference between 2001 and 2005 DPDK version."
6378
6379 # DPDK Performance Changes 3n-dnv 1t1c ndr
6380 - type: "table"
6381   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6382   algorithm: "table_comparison"
6383   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6385   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6386   columns:
6387     - title: "2001"
6388       data-set: "dpdk-performance-changes-3n-dnv-ref"
6389     - title: "2005"
6390       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6391   comparisons:
6392     - title: "Diff"
6393       reference: 1
6394       compare: 2
6395   legend:
6396     - "Legend to Table"
6397     - "2001, 2005 - DPDK versions tested."
6398     - "Diff - difference between 2001 and 2005 DPDK version."
6399
6400 # DPDK Performance Changes 3n-dnv 2t2c ndr
6401 - type: "table"
6402   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6403   algorithm: "table_comparison"
6404   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6406   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6407   columns:
6408     - title: "2001"
6409       data-set: "dpdk-performance-changes-3n-dnv-ref"
6410     - title: "2005"
6411       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6412   comparisons:
6413     - title: "Diff"
6414       reference: 1
6415       compare: 2
6416   legend:
6417     - "Legend to Table"
6418     - "2001, 2005 - DPDK versions tested."
6419     - "Diff - difference between 2001 and 2005 DPDK version."
6420
6421 # DPDK Performance Changes 3n-tsh 1t1c pdr
6422 - type: "table"
6423   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6424   algorithm: "table_comparison"
6425   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6427   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6428   columns:
6429     - title: "2001"
6430       data-set: "dpdk-performance-changes-3n-tsh-ref"
6431     - title: "2005"
6432       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6433   comparisons:
6434     - title: "Diff"
6435       reference: 1
6436       compare: 2
6437   legend:
6438     - "Legend to Table"
6439     - "2001, 2005 - DPDK versions tested."
6440     - "Diff - difference between 2001 and 2005 DPDK version."
6441
6442 # DPDK Performance Changes 3n-tsh 2t2c pdr
6443 - type: "table"
6444   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6445   algorithm: "table_comparison"
6446   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6448   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6449   columns:
6450     - title: "2001"
6451       data-set: "dpdk-performance-changes-3n-tsh-ref"
6452     - title: "2005"
6453       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6454   comparisons:
6455     - title: "Diff"
6456       reference: 1
6457       compare: 2
6458   legend:
6459     - "Legend to Table"
6460     - "2001, 2005 - DPDK versions tested."
6461     - "Diff - difference between 2001 and 2005 DPDK version."
6462
6463 # DPDK Performance Changes 3n-tsh 1t1c ndr
6464 - type: "table"
6465   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6466   algorithm: "table_comparison"
6467   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6469   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6470   columns:
6471     - title: "2001"
6472       data-set: "dpdk-performance-changes-3n-tsh-ref"
6473     - title: "2005"
6474       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6475   comparisons:
6476     - title: "Diff"
6477       reference: 1
6478       compare: 2
6479   legend:
6480     - "Legend to Table"
6481     - "2001, 2005 - DPDK versions tested."
6482     - "Diff - difference between 2001 and 2005 DPDK version."
6483
6484 # DPDK Performance Changes 3n-tsh 2t2c ndr
6485 - type: "table"
6486   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6487   algorithm: "table_comparison"
6488   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6490   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6491   columns:
6492     - title: "2001"
6493       data-set: "dpdk-performance-changes-3n-tsh-ref"
6494     - title: "2005"
6495       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6496   comparisons:
6497     - title: "Diff"
6498       reference: 1
6499       compare: 2
6500   legend:
6501     - "Legend to Table"
6502     - "2001, 2005 - DPDK versions tested."
6503     - "Diff - difference between 2001 and 2005 DPDK version."
6504
6505 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6506 - type: "table"
6507   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6508   algorithm: "table_comparison"
6509   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6511   filter: "'NIC_Intel-X710'"
6512   columns:
6513     - title: "3n-hsw x710"
6514       data-set: "dpdk-compare-testbeds-ref"
6515     - title: "3n-skx x710"
6516       data-set: "dpdk-compare-testbeds-cmp"
6517   comparisons:
6518     - title: "Diff"
6519       reference: 1
6520       compare: 2
6521   legend:
6522     - "Legend to Table"
6523     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6524     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6525
6526 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6527 - type: "table"
6528   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6529   algorithm: "table_comparison"
6530   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6532   filter: "'NIC_Intel-X710'"
6533   columns:
6534     - title: "3n-hsw x710"
6535       data-set: "dpdk-compare-testbeds-ref"
6536     - title: "3n-skx x710"
6537       data-set: "dpdk-compare-testbeds-cmp"
6538   comparisons:
6539     - title: "Diff"
6540       reference: 1
6541       compare: 2
6542   legend:
6543     - "Legend to Table"
6544     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6545     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6546
6547 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6548 - type: "table"
6549   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6550   algorithm: "table_comparison"
6551   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6553   filter: "'NIC_Intel-XXV710'"
6554   columns:
6555     - title: "2n-skx"
6556       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6557     - title: "2n-clx"
6558       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6559   comparisons:
6560     - title: "Diff"
6561       reference: 1
6562       compare: 2
6563   legend:
6564     - "Legend to Table"
6565     - "2n-skx, 2n-clx - testbeds and NICs tested."
6566     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6567
6568 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6569 - type: "table"
6570   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6571   algorithm: "table_comparison"
6572   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6574   filter: "'NIC_Intel-XXV710'"
6575   columns:
6576     - title: "2n-skx"
6577       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6578     - title: "2n-clx"
6579       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6580   comparisons:
6581     - title: "Diff"
6582       reference: 1
6583       compare: 2
6584   legend:
6585     - "Legend to Table"
6586     - "2n-skx, 2n-clx - testbeds and NICs tested."
6587     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6588
6589 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6590 - type: "table"
6591   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6592   algorithm: "table_comparison"
6593   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6594   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6595   filter: "'NIC_Intel-XXV710'"
6596   columns:
6597     - title: "3n-skx"
6598       data-set: "dpdk-compare-topologies-ref"
6599     - title: "2n-skx"
6600       data-set: "dpdk-compare-topologies-cmp"
6601   comparisons:
6602     - title: "Diff"
6603       reference: 1
6604       compare: 2
6605   legend:
6606     - "Legend to Table"
6607     - "3n-skx, 2n-skx - topologies tested."
6608     - "Diff - difference between 3n-skx and 2n-skx topologies."
6609
6610 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6611 - type: "table"
6612   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6613   algorithm: "table_comparison"
6614   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6616   filter: "'NIC_Intel-XXV710'"
6617   columns:
6618     - title: "3n-skx"
6619       data-set: "dpdk-compare-topologies-ref"
6620     - title: "2n-skx"
6621       data-set: "dpdk-compare-topologies-cmp"
6622   comparisons:
6623     - title: "Diff"
6624       reference: 1
6625       compare: 2
6626   legend:
6627     - "Legend to Table"
6628     - "3n-skx, 2n-skx - topologies tested."
6629     - "Diff - difference between 3n-skx and 2n-skx topologies."
6630
6631 # Detailed Test Results - DPDK Performance Results 3n-hsw
6632 - type: "table"
6633   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6634   algorithm: "table_merged_details"
6635   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6636   columns:
6637     - title: " |prein| Test Name |preout| "
6638       data: "data name"
6639     - 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| "
6640       data: "data msg"
6641   data: "dpdk-perf-results-3n-hsw"
6642   filter: "all"
6643   parameters:
6644   - "name"
6645   - "parent"
6646   - "msg"
6647
6648 # Detailed Test Results - DPDK Performance Results 3n-skx
6649 - type: "table"
6650   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6651   algorithm: "table_merged_details"
6652   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6653   columns:
6654     - title: " |prein| Test Name |preout| "
6655       data: "data name"
6656     - 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| "
6657       data: "data msg"
6658   data: "dpdk-perf-results-3n-skx"
6659   filter: "all"
6660   remove-ndr: False
6661   parameters:
6662   - "name"
6663   - "parent"
6664   - "msg"
6665
6666 # Detailed Test Results - DPDK Performance Results 2n-skx
6667 - type: "table"
6668   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6669   algorithm: "table_merged_details"
6670   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6671   columns:
6672     - title: " |prein| Test Name |preout| "
6673       data: "data name"
6674     - 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| "
6675       data: "data msg"
6676   data: "dpdk-perf-results-2n-skx"
6677   filter: "all"
6678   remove-ndr: False
6679   parameters:
6680   - "name"
6681   - "parent"
6682   - "msg"
6683
6684 # Detailed Test Results - DPDK Performance Results 2n-clx
6685 - type: "table"
6686   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6687   algorithm: "table_merged_details"
6688   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6689   columns:
6690     - title: " |prein| Test Name |preout| "
6691       data: "data name"
6692     - 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| "
6693       data: "data msg"
6694   data: "dpdk-perf-results-2n-clx"
6695   filter: "all"
6696   parameters:
6697   - "name"
6698   - "parent"
6699   - "msg"
6700
6701 # Detailed Test Results - DPDK Performance Results 2n-dnv
6702 - type: "table"
6703   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6704   algorithm: "table_merged_details"
6705   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6706   columns:
6707     - title: " |prein| Test Name |preout| "
6708       data: "data name"
6709     - 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| "
6710       data: "data msg"
6711   data: "dpdk-perf-results-2n-dnv"
6712   filter: "all"
6713   parameters:
6714   - "name"
6715   - "parent"
6716   - "msg"
6717
6718 # Detailed Test Results - DPDK Performance Results 3n-dnv
6719 - type: "table"
6720   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6721   algorithm: "table_merged_details"
6722   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6723   columns:
6724     - title: " |prein| Test Name |preout| "
6725       data: "data name"
6726     - 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| "
6727       data: "data msg"
6728   data: "dpdk-perf-results-3n-dnv"
6729   filter: "all"
6730   parameters:
6731   - "name"
6732   - "parent"
6733   - "msg"
6734
6735 # Detailed Test Results - DPDK Performance Results 3n-tsh
6736 - type: "table"
6737   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6738   algorithm: "table_merged_details"
6739   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6740   columns:
6741     - title: " |prein| Test Name |preout| "
6742       data: "data name"
6743     - 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| "
6744       data: "data msg"
6745   data: "dpdk-perf-results-3n-tsh"
6746   filter: "all"
6747   parameters:
6748   - "name"
6749   - "parent"
6750   - "msg"
6751
6752 ################################################################################
6753 ###                                F I L E S                                 ###
6754 ################################################################################
6755
6756 # VPP Performance Results
6757 - type: "file"
6758   title: "VPP Performance Results"
6759   algorithm: "file_details_split"
6760   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6761   dir-tables:
6762     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6763     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6764     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6765     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6766     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6767     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6768     - "{DIR[DTR,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 Performance Configuration
6813 - type: "file"
6814   title: "VPP Performance Configuration"
6815   algorithm: "file_details_split"
6816   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6817   dir-tables:
6818     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6819     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6820     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6821     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6822     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6823     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6824     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6825   data:
6826     - "vpp-perf-results-2n-skx"
6827     - "vpp-perf-results-3n-skx"
6828     - "vpp-perf-results-2n-clx"
6829     - "vpp-perf-results-3n-hsw"
6830     - "vpp-perf-results-3n-tsh"
6831     - "vpp-perf-results-2n-dnv"
6832     - "vpp-perf-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 Performance Operational
6869 - type: "file"
6870   title: "VPP Performance Operational"
6871   algorithm: "file_details_split_html"
6872   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6873   dir-tables:
6874     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6875     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6876     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6877     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6878     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6879     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6880     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6881   data:
6882     - "vpp-perf-results-2n-skx"
6883     - "vpp-perf-results-3n-skx"
6884     - "vpp-perf-results-2n-clx"
6885     - "vpp-perf-results-3n-hsw"
6886     - "vpp-perf-results-3n-tsh"
6887     - "vpp-perf-results-2n-dnv"
6888     - "vpp-perf-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 MRR Results
6925 - type: "file"
6926   title: "VPP MRR Results"
6927   algorithm: "file_details_split"
6928   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6929   dir-tables:
6930     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6931     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6932     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6933     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6934     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6935     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6936     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6937   data:
6938     - "vpp-mrr-results-2n-skx"
6939     - "vpp-mrr-results-3n-skx"
6940     - "vpp-mrr-results-2n-clx"
6941     - "vpp-mrr-results-3n-hsw"
6942     - "vpp-mrr-results-3n-tsh"
6943     - "vpp-mrr-results-2n-dnv"
6944     - "vpp-mrr-results-3n-dnv"
6945   filter: "all"
6946   data-start-level: 4
6947   order-chapters:
6948     level-1:
6949       - "l2"
6950       - "ip4"
6951       - "ip6"
6952       - "srv6"
6953       - "ip4_tunnels"
6954       - "ip6_tunnels"
6955       - "vm_vhost"
6956       - "container_memif"
6957       - "crypto"
6958       - "vts"
6959       - "lb"
6960       - "nfv_density"
6961       - "hoststack"
6962     level-2:
6963       - "2n-skx"
6964       - "3n-skx"
6965       - "2n-clx"
6966       - "3n-hsw"
6967       - "3n-tsh"
6968       - "2n-dnv"
6969       - "3n-dnv"
6970     level-3:
6971       - "xl710"
6972       - "x520"
6973       - "xxv710"
6974       - "x710"
6975       - "x553"
6976       - "cx556a"
6977       - "vic1227"
6978       - "vic1385"
6979
6980 # VPP MRR Configuration
6981 - type: "file"
6982   title: "VPP MRR Configuration"
6983   algorithm: "file_details_split"
6984   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6985   dir-tables:
6986     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6987     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6988     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6989     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6990     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6991     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6992     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6993   data:
6994     - "vpp-mrr-results-2n-skx"
6995     - "vpp-mrr-results-3n-skx"
6996     - "vpp-mrr-results-2n-clx"
6997     - "vpp-mrr-results-3n-hsw"
6998     - "vpp-mrr-results-3n-tsh"
6999     - "vpp-mrr-results-2n-dnv"
7000     - "vpp-mrr-results-3n-dnv"
7001   filter: "all"
7002   data-start-level: 4
7003   order-chapters:
7004     level-1:
7005       - "l2"
7006       - "ip4"
7007       - "ip6"
7008       - "srv6"
7009       - "ip4_tunnels"
7010       - "ip6_tunnels"
7011       - "vm_vhost"
7012       - "container_memif"
7013       - "crypto"
7014       - "vts"
7015       - "lb"
7016       - "nfv_density"
7017       - "hoststack"
7018     level-2:
7019       - "2n-skx"
7020       - "3n-skx"
7021       - "2n-clx"
7022       - "3n-hsw"
7023       - "3n-tsh"
7024       - "2n-dnv"
7025       - "3n-dnv"
7026     level-3:
7027       - "xl710"
7028       - "x520"
7029       - "xxv710"
7030       - "x710"
7031       - "x553"
7032       - "cx556a"
7033       - "vic1227"
7034       - "vic1385"
7035
7036 # VPP Device Results - Ubuntu
7037 - type: "file"
7038   title: "VPP Device Results - Ubuntu"
7039   algorithm: "file_test_results"
7040   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7041   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7042   data: "vpp-device-results-ubuntu"
7043   filter: "all"
7044   data-start-level: 4
7045
7046 # VPP Device Configuration - Ubuntu
7047 - type: "file"
7048   title: "VPP Device Configuration - Ubuntu"
7049   algorithm: "file_test_results"
7050   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7051   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7052   data: "vpp-device-results-ubuntu"
7053   filter: "all"
7054   data-start-level: 4
7055
7056 # DPDK Performance Results 3n-hsw
7057 - type: "file"
7058   title: "DPDK Performance Results 3n-hsw"
7059   algorithm: "file_test_results"
7060   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7061   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7062   data: "dpdk-perf-results-3n-hsw"
7063   filter: "all"
7064   data-start-level: 4
7065
7066 # DPDK Performance Results 3n-skx
7067 - type: "file"
7068   title: "DPDK Performance Results 3n-skx"
7069   algorithm: "file_test_results"
7070   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7071   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7072   data: "dpdk-perf-results-3n-skx"
7073   filter: "all"
7074   data-start-level: 4
7075
7076 # DPDK Performance Results 2n-skx
7077 - type: "file"
7078   title: "DPDK Performance Results 2n-skx"
7079   algorithm: "file_test_results"
7080   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7081   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7082   data: "dpdk-perf-results-2n-skx"
7083   filter: "all"
7084   data-start-level: 4
7085
7086 # DPDK Performance Results 2n-clx
7087 - type: "file"
7088   title: "DPDK Performance Results 2n-clx"
7089   algorithm: "file_test_results"
7090   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7091   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7092   data: "dpdk-perf-results-2n-clx"
7093   filter: "all"
7094   data-start-level: 4
7095
7096 # DPDK Performance Results 2n-dnv
7097 - type: "file"
7098   title: "DPDK Performance Results 2n-dnv"
7099   algorithm: "file_test_results"
7100   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7101   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7102   data: "dpdk-perf-results-2n-dnv"
7103   filter: "all"
7104   data-start-level: 4
7105
7106 # DPDK Performance Results 3n-dnv
7107 - type: "file"
7108   title: "DPDK Performance Results 3n-dnv"
7109   algorithm: "file_test_results"
7110   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7111   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7112   data: "dpdk-perf-results-3n-dnv"
7113   filter: "all"
7114   data-start-level: 4
7115
7116 # DPDK Performance Results 3n-tsh
7117 - type: "file"
7118   title: "DPDK Performance Results 3n-tsh"
7119   algorithm: "file_test_results"
7120   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7121   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7122   data: "dpdk-perf-results-3n-tsh"
7123   filter: "all"
7124   data-start-level: 4
7125
7126 ################################################################################
7127 ###                                P L O T S                                 ###
7128 ################################################################################
7129
7130 # Hoststack tests 3n-hsw
7131
7132 - type: "plot"
7133   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7134   algorithm: "plot_perf_box_name"
7135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7136   data: "plot-vpp-hoststack-3n-hsw"
7137   include:
7138     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7139     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7140   layout:
7141     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7142     layout: "plot-hoststack"
7143
7144 - type: "plot"
7145   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7146   algorithm: "plot_perf_box_name"
7147   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7148   data: "plot-vpp-hoststack-3n-hsw"
7149   include:
7150     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7151     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7152   layout:
7153     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7154     layout: "plot-hoststack"
7155
7156 - type: "plot"
7157   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7158   algorithm: "plot_perf_box_name"
7159   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7160   data: "plot-vpp-hoststack-3n-hsw"
7161   include:
7162     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7163     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7164     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7165     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7166   layout:
7167     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7168     layout: "plot-hoststack"
7169
7170 ## Plots VPP HTTP Server Performance
7171 #- type: "plot"
7172 #  title: "VPP HTTP Server Performance"
7173 #  algorithm: "plot_http_server_perf_box"
7174 #  output-file-type: ".html"
7175 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7176 #  data:
7177 #    "plot-vpp-http-server-performance"
7178 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7179 #  parameters:
7180 #  - "result"
7181 #  - "name"
7182 #  traces:
7183 #    hoverinfo: "y+name"
7184 #    boxpoints: "outliers"
7185 #    whiskerwidth: 0
7186 #  layout:
7187 #    title: "VPP HTTP Server Performance"
7188 #    layout:
7189 #      "plot-cps"
7190 #
7191 #- type: "plot"
7192 #  title: "VPP HTTP Server Performance"
7193 #  algorithm: "plot_http_server_perf_box"
7194 #  output-file-type: ".html"
7195 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7196 #  data:
7197 #    "plot-vpp-http-server-performance"
7198 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7199 #  parameters:
7200 #  - "result"
7201 #  - "name"
7202 #  traces:
7203 #    hoverinfo: "y+name"
7204 #    boxpoints: "outliers"
7205 #    whiskerwidth: 0
7206 #  layout:
7207 #    title: "VPP HTTP Server Performance"
7208 #    layout:
7209 #      "plot-rps"
7210
7211 ################################################################################
7212
7213 # Soak Test (PLRsearch), boxes - 2n-clx
7214 - type: "plot"
7215   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7216   algorithm: "plot_perf_box_name"
7217   output-file-type: ".html"
7218   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7219   data: "plot-vpp-soak-2n-clx"
7220   include:
7221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7227   layout:
7228     title: "30 Minutes Soak Test (PLRsearch)"
7229     layout: "plot-soak-throughput"
7230
7231 # Soak Test (PLRsearch), boxes - 2n-clx
7232 - type: "plot"
7233   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7234   algorithm: "plot_perf_box_name"
7235   output-file-type: ".html"
7236   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7237   data: "plot-vpp-soak-2n-clx"
7238   include:
7239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7241     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7244     - "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"
7245   layout:
7246     title: "30 Minutes Soak Test (PLRsearch)"
7247     layout: "plot-soak-throughput"
7248
7249 # Soak Test (PLRsearch), boxes - 2n-skx
7250 - type: "plot"
7251   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7252   algorithm: "plot_perf_box_name"
7253   output-file-type: ".html"
7254   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7255   data: "plot-vpp-soak-2n-skx"
7256   include:
7257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7263   layout:
7264     title: "30 Minutes Soak Test (PLRsearch)"
7265     layout: "plot-soak-throughput"
7266
7267 # Soak Test (PLRsearch), boxes - 2n-skx
7268 - type: "plot"
7269   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7270   algorithm: "plot_perf_box_name"
7271   output-file-type: ".html"
7272   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7273   data: "plot-vpp-soak-2n-skx"
7274   include:
7275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7280     - "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"
7281   layout:
7282     title: "30 Minutes Soak Test (PLRsearch)"
7283     layout: "plot-soak-throughput"
7284
7285 ###############################################################################
7286
7287 # Reconf tests 2n-skx
7288
7289 - type: "plot"
7290   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7291   algorithm: "plot_nf_reconf_box_name"
7292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7293   data: "plot-vpp-nfv-reconf-2n-skx"
7294   include:
7295     - "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"
7296     - "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"
7297     - "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"
7298     - "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"
7299     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7300     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7301   layout:
7302     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7303     layout: "plot-throughput"
7304
7305 - type: "plot"
7306   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7307   algorithm: "plot_nf_reconf_box_name"
7308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7309   data: "plot-vpp-nfv-reconf-2n-skx"
7310   include:
7311     - "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"
7312     - "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"
7313     - "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"
7314     - "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"
7315     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7316     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7317   layout:
7318     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7319     layout: "plot-throughput"
7320
7321 - type: "plot"
7322   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7323   algorithm: "plot_nf_reconf_box_name"
7324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7325   data: "plot-vpp-nfv-reconf-2n-skx"
7326   include:
7327     - "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"
7328     - "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"
7329     - "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"
7330     - "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"
7331     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7332     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7333   layout:
7334     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7335     layout: "plot-throughput"
7336
7337 ###############################################################################
7338
7339 # Reconf tests 2n-clx
7340
7341 - type: "plot"
7342   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7343   algorithm: "plot_nf_reconf_box_name"
7344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7345   data: "plot-vpp-nfv-reconf-2n-clx"
7346   include:
7347     - "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"
7348     - "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"
7349     - "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"
7350     - "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"
7351   layout:
7352     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7353     layout: "plot-throughput"
7354
7355 - type: "plot"
7356   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7357   algorithm: "plot_nf_reconf_box_name"
7358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7359   data: "plot-vpp-nfv-reconf-2n-clx"
7360   include:
7361     - "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"
7362     - "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"
7363     - "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"
7364     - "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"
7365   layout:
7366     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7367     layout: "plot-throughput"
7368
7369 - type: "plot"
7370   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7371   algorithm: "plot_nf_reconf_box_name"
7372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7373   data: "plot-vpp-nfv-reconf-2n-clx"
7374   include:
7375     - "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"
7376     - "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"
7377     - "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"
7378     - "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"
7379   layout:
7380     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7381     layout: "plot-throughput"
7382
7383 ################################################################################
7384 ## Plots - NF Density - VSC - MRR 64b
7385 #- type: "plot"
7386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7387 #  algorithm: "plot_nf_heatmap"
7388 #  output-file-type: ".html"
7389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7390 #  data: "plot-vpp-nfv-2n-skx-mrr"
7391 #  filter: "'NIC_Intel-XXV710' and
7392 #           'NF_DENSITY' and
7393 #           'VHOST' and
7394 #           not 'VXLAN' and
7395 #           'CHAIN' and
7396 #           'NF_VPPIP4' and
7397 #           '64B' and
7398 #           '2T1C' and
7399 #           'MRR'"
7400 #  parameters:
7401 #  - "result"
7402 #  - "name"
7403 #  - "tags"
7404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7405 #  x-axis: "X = VNFs per Service Chain"
7406 #  y-axis: "Y = Number of Service Chains"
7407 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7408 #  layout:
7409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7410 #    layout: "plot-service-density"
7411 #
7412 #- type: "plot"
7413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7414 #  algorithm: "plot_nf_heatmap"
7415 #  output-file-type: ".html"
7416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7417 #  data: "plot-vpp-nfv-2n-skx-mrr"
7418 #  filter: "'NIC_Intel-XXV710' and
7419 #           'NF_DENSITY' and
7420 #           'VHOST' and
7421 #           not 'VXLAN' and
7422 #           'CHAIN' and
7423 #           'NF_VPPIP4' and
7424 #           '64B' and
7425 #           '4T2C' and
7426 #           'MRR'"
7427 #  parameters:
7428 #  - "result"
7429 #  - "name"
7430 #  - "tags"
7431 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7432 #  x-axis: "X = VNFs per Service Chain"
7433 #  y-axis: "Y = Number of Service Chains"
7434 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7435 #  layout:
7436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7437 #    layout: "plot-service-density"
7438 #
7439 #- type: "plot"
7440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7441 #  algorithm: "plot_nf_heatmap"
7442 #  output-file-type: ".html"
7443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7444 #  data: "plot-vpp-nfv-2n-skx-mrr"
7445 #  filter: "'NIC_Intel-XXV710' and
7446 #           'NF_DENSITY' and
7447 #           'VHOST' and
7448 #           not 'VXLAN' and
7449 #           'CHAIN' and
7450 #           'NF_VPPIP4' and
7451 #           '64B' and
7452 #           '8T4C' and
7453 #           'MRR'"
7454 #  parameters:
7455 #  - "result"
7456 #  - "name"
7457 #  - "tags"
7458 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7459 #  x-axis: "X = VNFs per Service Chain"
7460 #  y-axis: "Y = Number of Service Chains"
7461 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7462 #  layout:
7463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7464 #    layout: "plot-service-density"
7465 #
7466 ## Plots - NF Density - VSC - MRR IMIX
7467 #- type: "plot"
7468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7469 #  algorithm: "plot_nf_heatmap"
7470 #  output-file-type: ".html"
7471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7472 #  data: "plot-vpp-nfv-2n-skx-mrr"
7473 #  filter: "'NIC_Intel-XXV710' and
7474 #           'NF_DENSITY' and
7475 #           'VHOST' and
7476 #           not 'VXLAN' and
7477 #           'CHAIN' and
7478 #           'NF_VPPIP4' and
7479 #           'IMIX' and
7480 #           '2T1C' and
7481 #           'MRR'"
7482 #  parameters:
7483 #  - "result"
7484 #  - "name"
7485 #  - "tags"
7486 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7487 #  x-axis: "X = VNFs per Service Chain"
7488 #  y-axis: "Y = Number of Service Chains"
7489 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7490 #  layout:
7491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7492 #    layout: "plot-service-density"
7493 #
7494 #- type: "plot"
7495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7496 #  algorithm: "plot_nf_heatmap"
7497 #  output-file-type: ".html"
7498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7499 #  data: "plot-vpp-nfv-2n-skx-mrr"
7500 #  filter: "'NIC_Intel-XXV710' and
7501 #           'NF_DENSITY' and
7502 #           'VHOST' and
7503 #           not 'VXLAN' and
7504 #           'CHAIN' and
7505 #           'NF_VPPIP4' and
7506 #           'IMIX' and
7507 #           '4T2C' and
7508 #           'MRR'"
7509 #  parameters:
7510 #  - "result"
7511 #  - "name"
7512 #  - "tags"
7513 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7514 #  x-axis: "X = VNFs per Service Chain"
7515 #  y-axis: "Y = Number of Service Chains"
7516 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7517 #  layout:
7518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7519 #    layout: "plot-service-density"
7520 #
7521 #- type: "plot"
7522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7523 #  algorithm: "plot_nf_heatmap"
7524 #  output-file-type: ".html"
7525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7526 #  data: "plot-vpp-nfv-2n-skx-mrr"
7527 #  filter: "'NIC_Intel-XXV710' and
7528 #           'NF_DENSITY' and
7529 #           'VHOST' and
7530 #           not 'VXLAN' and
7531 #           'CHAIN' and
7532 #           'NF_VPPIP4' and
7533 #           'IMIX' and
7534 #           '8T4C' and
7535 #           'MRR'"
7536 #  parameters:
7537 #  - "result"
7538 #  - "name"
7539 #  - "tags"
7540 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7541 #  x-axis: "X = VNFs per Service Chain"
7542 #  y-axis: "Y = Number of Service Chains"
7543 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7544 #  layout:
7545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7546 #    layout: "plot-service-density"
7547 #
7548 ## Plots - NF Density - VSC - NDR 64b
7549 #- type: "plot"
7550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7551 #  algorithm: "plot_nf_heatmap"
7552 #  output-file-type: ".html"
7553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7554 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7555 #  filter: "'NIC_Intel-XXV710' and
7556 #           'NF_DENSITY' and
7557 #           'VHOST' and
7558 #           not 'VXLAN' and
7559 #           'CHAIN' and
7560 #           'NF_VPPIP4' and
7561 #           '64B' and
7562 #           '2T1C' and
7563 #           'NDRPDR'"
7564 #  parameters:
7565 #  - "throughput"
7566 #  - "name"
7567 #  - "tags"
7568 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7569 #  x-axis: "X = VNFs per Service Chain"
7570 #  y-axis: "Y = Number of Service Chains"
7571 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7572 #  layout:
7573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7574 #    layout: "plot-service-density"
7575 #
7576 #- type: "plot"
7577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7578 #  algorithm: "plot_nf_heatmap"
7579 #  output-file-type: ".html"
7580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7581 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7582 #  filter: "'NIC_Intel-XXV710' and
7583 #           'NF_DENSITY' and
7584 #           'VHOST' and
7585 #           not 'VXLAN' and
7586 #           'CHAIN' and
7587 #           'NF_VPPIP4' and
7588 #           '64B' and
7589 #           '4T2C' and
7590 #           'NDRPDR'"
7591 #  parameters:
7592 #  - "throughput"
7593 #  - "name"
7594 #  - "tags"
7595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7596 #  x-axis: "X = VNFs per Service Chain"
7597 #  y-axis: "Y = Number of Service Chains"
7598 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7599 #  layout:
7600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7601 #    layout: "plot-service-density"
7602 #
7603 #- type: "plot"
7604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7605 #  algorithm: "plot_nf_heatmap"
7606 #  output-file-type: ".html"
7607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7608 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7609 #  filter: "'NIC_Intel-XXV710' and
7610 #           'NF_DENSITY' and
7611 #           'VHOST' and
7612 #           not 'VXLAN' and
7613 #           'CHAIN' and
7614 #           'NF_VPPIP4' and
7615 #           '64B' and
7616 #           '8T4C' and
7617 #           'NDRPDR'"
7618 #  parameters:
7619 #  - "throughput"
7620 #  - "name"
7621 #  - "tags"
7622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7623 #  x-axis: "X = VNFs per Service Chain"
7624 #  y-axis: "Y = Number of Service Chains"
7625 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7626 #  layout:
7627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7628 #    layout: "plot-service-density"
7629 #
7630 ## Plots - NF Density - VSC - NDR IMIX
7631 #- type: "plot"
7632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7633 #  algorithm: "plot_nf_heatmap"
7634 #  output-file-type: ".html"
7635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7636 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7637 #  filter: "'NIC_Intel-XXV710' and
7638 #           'NF_DENSITY' and
7639 #           'VHOST' and
7640 #           not 'VXLAN' and
7641 #           'CHAIN' and
7642 #           'NF_VPPIP4' and
7643 #           'IMIX' and
7644 #           '2T1C' and
7645 #           'NDRPDR'"
7646 #  parameters:
7647 #  - "throughput"
7648 #  - "name"
7649 #  - "tags"
7650 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7651 #  x-axis: "X = VNFs per Service Chain"
7652 #  y-axis: "Y = Number of Service Chains"
7653 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7654 #  layout:
7655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7656 #    layout: "plot-service-density"
7657 #
7658 #- type: "plot"
7659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7660 #  algorithm: "plot_nf_heatmap"
7661 #  output-file-type: ".html"
7662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7664 #  filter: "'NIC_Intel-XXV710' and
7665 #           'NF_DENSITY' and
7666 #           'VHOST' and
7667 #           not 'VXLAN' and
7668 #           'CHAIN' and
7669 #           'NF_VPPIP4' and
7670 #           'IMIX' and
7671 #           '4T2C' and
7672 #           'NDRPDR'"
7673 #  parameters:
7674 #  - "throughput"
7675 #  - "name"
7676 #  - "tags"
7677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7678 #  x-axis: "X = VNFs per Service Chain"
7679 #  y-axis: "Y = Number of Service Chains"
7680 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7681 #  layout:
7682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7683 #    layout: "plot-service-density"
7684 #
7685 #- type: "plot"
7686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7687 #  algorithm: "plot_nf_heatmap"
7688 #  output-file-type: ".html"
7689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7690 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7691 #  filter: "'NIC_Intel-XXV710' and
7692 #           'NF_DENSITY' and
7693 #           'VHOST' and
7694 #           not 'VXLAN' and
7695 #           'CHAIN' and
7696 #           'NF_VPPIP4' and
7697 #           'IMIX' and
7698 #           '8T4C' and
7699 #           'NDRPDR'"
7700 #  parameters:
7701 #  - "throughput"
7702 #  - "name"
7703 #  - "tags"
7704 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7705 #  x-axis: "X = VNFs per Service Chain"
7706 #  y-axis: "Y = Number of Service Chains"
7707 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7708 #  layout:
7709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7710 #    layout: "plot-service-density"
7711 #
7712 ## Plots - NF Density - VSC - PDR 64b
7713 #- type: "plot"
7714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7715 #  algorithm: "plot_nf_heatmap"
7716 #  output-file-type: ".html"
7717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7719 #  filter: "'NIC_Intel-XXV710' and
7720 #           'NF_DENSITY' and
7721 #           'VHOST' and
7722 #           not 'VXLAN' and
7723 #           'CHAIN' and
7724 #           'NF_VPPIP4' and
7725 #           '64B' and
7726 #           '2T1C' and
7727 #           'NDRPDR'"
7728 #  parameters:
7729 #  - "throughput"
7730 #  - "name"
7731 #  - "tags"
7732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7733 #  x-axis: "X = VNFs per Service Chain"
7734 #  y-axis: "Y = Number of Service Chains"
7735 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7736 #  layout:
7737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7738 #    layout: "plot-service-density"
7739 #
7740 #- type: "plot"
7741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7742 #  algorithm: "plot_nf_heatmap"
7743 #  output-file-type: ".html"
7744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7745 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7746 #  filter: "'NIC_Intel-XXV710' and
7747 #           'NF_DENSITY' and
7748 #           'VHOST' and
7749 #           not 'VXLAN' and
7750 #           'CHAIN' and
7751 #           'NF_VPPIP4' and
7752 #           '64B' and
7753 #           '4T2C' and
7754 #           'NDRPDR'"
7755 #  parameters:
7756 #  - "throughput"
7757 #  - "name"
7758 #  - "tags"
7759 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7760 #  x-axis: "X = VNFs per Service Chain"
7761 #  y-axis: "Y = Number of Service Chains"
7762 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7763 #  layout:
7764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7765 #    layout: "plot-service-density"
7766 #
7767 #- type: "plot"
7768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7769 #  algorithm: "plot_nf_heatmap"
7770 #  output-file-type: ".html"
7771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7772 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7773 #  filter: "'NIC_Intel-XXV710' and
7774 #           'NF_DENSITY' and
7775 #           'VHOST' and
7776 #           not 'VXLAN' and
7777 #           'CHAIN' and
7778 #           'NF_VPPIP4' and
7779 #           '64B' and
7780 #           '8T4C' and
7781 #           'NDRPDR'"
7782 #  parameters:
7783 #  - "throughput"
7784 #  - "name"
7785 #  - "tags"
7786 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7787 #  x-axis: "X = VNFs per Service Chain"
7788 #  y-axis: "Y = Number of Service Chains"
7789 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7790 #  layout:
7791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7792 #    layout: "plot-service-density"
7793 #
7794 ## Plots - NF Density - VSC - PDR IMIX
7795 #- type: "plot"
7796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7797 #  algorithm: "plot_nf_heatmap"
7798 #  output-file-type: ".html"
7799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7800 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7801 #  filter: "'NIC_Intel-XXV710' and
7802 #           'NF_DENSITY' and
7803 #           'VHOST' and
7804 #           not 'VXLAN' and
7805 #           'CHAIN' and
7806 #           'NF_VPPIP4' and
7807 #           'IMIX' and
7808 #           '2T1C' and
7809 #           'NDRPDR'"
7810 #  parameters:
7811 #  - "throughput"
7812 #  - "name"
7813 #  - "tags"
7814 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7815 #  x-axis: "X = VNFs per Service Chain"
7816 #  y-axis: "Y = Number of Service Chains"
7817 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7818 #  layout:
7819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7820 #    layout: "plot-service-density"
7821 #
7822 #- type: "plot"
7823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7824 #  algorithm: "plot_nf_heatmap"
7825 #  output-file-type: ".html"
7826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7827 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7828 #  filter: "'NIC_Intel-XXV710' and
7829 #           'NF_DENSITY' and
7830 #           'VHOST' and
7831 #           not 'VXLAN' and
7832 #           'CHAIN' and
7833 #           'NF_VPPIP4' and
7834 #           'IMIX' and
7835 #           '4T2C' and
7836 #           'NDRPDR'"
7837 #  parameters:
7838 #  - "throughput"
7839 #  - "name"
7840 #  - "tags"
7841 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7842 #  x-axis: "X = VNFs per Service Chain"
7843 #  y-axis: "Y = Number of Service Chains"
7844 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7845 #  layout:
7846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7847 #    layout: "plot-service-density"
7848 #
7849 #- type: "plot"
7850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7851 #  algorithm: "plot_nf_heatmap"
7852 #  output-file-type: ".html"
7853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7854 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7855 #  filter: "'NIC_Intel-XXV710' and
7856 #           'NF_DENSITY' and
7857 #           'VHOST' and
7858 #           not 'VXLAN' and
7859 #           'CHAIN' and
7860 #           'NF_VPPIP4' and
7861 #           'IMIX' and
7862 #           '8T4C' and
7863 #           'NDRPDR'"
7864 #  parameters:
7865 #  - "throughput"
7866 #  - "name"
7867 #  - "tags"
7868 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7869 #  x-axis: "X = VNFs per Service Chain"
7870 #  y-axis: "Y = Number of Service Chains"
7871 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7872 #  layout:
7873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7874 #    layout: "plot-service-density"
7875 #
7876 ################################################################################
7877 ## Plots - NF Density - VSC - MRR 64b
7878 #- type: "plot"
7879 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7880 #  algorithm: "plot_nf_heatmap"
7881 #  output-file-type: ".html"
7882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7883 #  data: "plot-vpp-nfv-2n-skx-mrr"
7884 #  filter: "'NIC_Intel-XXV710' and
7885 #           'NF_DENSITY' and
7886 #           'VHOST' and
7887 #           'VXLAN' and
7888 #           'CHAIN' and
7889 #           '118' and
7890 #           '2T1C' and
7891 #           'MRR'"
7892 #  parameters:
7893 #  - "result"
7894 #  - "name"
7895 #  - "tags"
7896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7897 #  x-axis: "X = VNFs per Service Chain"
7898 #  y-axis: "Y = Number of Service Chains"
7899 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7900 #  layout:
7901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7902 #    layout: "plot-service-density"
7903 #
7904 #- type: "plot"
7905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7906 #  algorithm: "plot_nf_heatmap"
7907 #  output-file-type: ".html"
7908 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7909 #  data: "plot-vpp-nfv-2n-skx-mrr"
7910 #  filter: "'NIC_Intel-XXV710' and
7911 #           'NF_DENSITY' and
7912 #           'VHOST' and
7913 #           'VXLAN' and
7914 #           'CHAIN' and
7915 #           '118' and
7916 #           '4T2C' and
7917 #           'MRR'"
7918 #  parameters:
7919 #  - "result"
7920 #  - "name"
7921 #  - "tags"
7922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7923 #  x-axis: "X = VNFs per Service Chain"
7924 #  y-axis: "Y = Number of Service Chains"
7925 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7926 #  layout:
7927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7928 #    layout: "plot-service-density"
7929 #
7930 #- type: "plot"
7931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7932 #  algorithm: "plot_nf_heatmap"
7933 #  output-file-type: ".html"
7934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7935 #  data: "plot-vpp-nfv-2n-skx-mrr"
7936 #  filter: "'NIC_Intel-XXV710' and
7937 #           'NF_DENSITY' and
7938 #           'VHOST' and
7939 #           'VXLAN' and
7940 #           'CHAIN' and
7941 #           '118' and
7942 #           '8T4C' and
7943 #           'MRR'"
7944 #  parameters:
7945 #  - "result"
7946 #  - "name"
7947 #  - "tags"
7948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7949 #  x-axis: "X = VNFs per Service Chain"
7950 #  y-axis: "Y = Number of Service Chains"
7951 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7952 #  layout:
7953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7954 #    layout: "plot-service-density"
7955 #
7956 ## Plots - NF Density - VSC - MRR IMIX
7957 #- type: "plot"
7958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7959 #  algorithm: "plot_nf_heatmap"
7960 #  output-file-type: ".html"
7961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7962 #  data: "plot-vpp-nfv-2n-skx-mrr"
7963 #  filter: "'NIC_Intel-XXV710' and
7964 #           'NF_DENSITY' and
7965 #           'VHOST' and
7966 #           'VXLAN' and
7967 #           'CHAIN' and
7968 #           'IMIX' and
7969 #           '2T1C' and
7970 #           'MRR'"
7971 #  parameters:
7972 #  - "result"
7973 #  - "name"
7974 #  - "tags"
7975 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7976 #  x-axis: "X = VNFs per Service Chain"
7977 #  y-axis: "Y = Number of Service Chains"
7978 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7979 #  layout:
7980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7981 #    layout: "plot-service-density"
7982 #
7983 #- type: "plot"
7984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7985 #  algorithm: "plot_nf_heatmap"
7986 #  output-file-type: ".html"
7987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7988 #  data: "plot-vpp-nfv-2n-skx-mrr"
7989 #  filter: "'NIC_Intel-XXV710' and
7990 #           'NF_DENSITY' and
7991 #           'VHOST' and
7992 #           'VXLAN' and
7993 #           'CHAIN' and
7994 #           'IMIX' and
7995 #           '4T2C' and
7996 #           'MRR'"
7997 #  parameters:
7998 #  - "result"
7999 #  - "name"
8000 #  - "tags"
8001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8002 #  x-axis: "X = VNFs per Service Chain"
8003 #  y-axis: "Y = Number of Service Chains"
8004 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8005 #  layout:
8006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8007 #    layout: "plot-service-density"
8008 #
8009 #- type: "plot"
8010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8011 #  algorithm: "plot_nf_heatmap"
8012 #  output-file-type: ".html"
8013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8014 #  data: "plot-vpp-nfv-2n-skx-mrr"
8015 #  filter: "'NIC_Intel-XXV710' and
8016 #           'NF_DENSITY' and
8017 #           'VHOST' and
8018 #           'VXLAN' and
8019 #           'CHAIN' and
8020 #           'IMIX' and
8021 #           '8T4C' and
8022 #           'MRR'"
8023 #  parameters:
8024 #  - "result"
8025 #  - "name"
8026 #  - "tags"
8027 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8028 #  x-axis: "X = VNFs per Service Chain"
8029 #  y-axis: "Y = Number of Service Chains"
8030 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8031 #  layout:
8032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8033 #    layout: "plot-service-density"
8034 #
8035 ## Plots - NF Density - VSC - NDR 64b
8036 #- type: "plot"
8037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8038 #  algorithm: "plot_nf_heatmap"
8039 #  output-file-type: ".html"
8040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
8041 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8042 #  filter: "'NIC_Intel-XXV710' and
8043 #           'NF_DENSITY' and
8044 #           'VHOST' and
8045 #           'VXLAN' and
8046 #           'CHAIN' and
8047 #           '118' and
8048 #           '2T1C' and
8049 #           'NDRPDR'"
8050 #  parameters:
8051 #  - "throughput"
8052 #  - "name"
8053 #  - "tags"
8054 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8055 #  x-axis: "X = VNFs per Service Chain"
8056 #  y-axis: "Y = Number of Service Chains"
8057 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8058 #  layout:
8059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8060 #    layout: "plot-service-density"
8061 #
8062 #- type: "plot"
8063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8064 #  algorithm: "plot_nf_heatmap"
8065 #  output-file-type: ".html"
8066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8067 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8068 #  filter: "'NIC_Intel-XXV710' and
8069 #           'NF_DENSITY' and
8070 #           'VHOST' and
8071 #           'VXLAN' and
8072 #           'CHAIN' and
8073 #           '118' and
8074 #           '4T2C' and
8075 #           'NDRPDR'"
8076 #  parameters:
8077 #  - "throughput"
8078 #  - "name"
8079 #  - "tags"
8080 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8081 #  x-axis: "X = VNFs per Service Chain"
8082 #  y-axis: "Y = Number of Service Chains"
8083 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8084 #  layout:
8085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8086 #    layout: "plot-service-density"
8087 #
8088 #- type: "plot"
8089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8090 #  algorithm: "plot_nf_heatmap"
8091 #  output-file-type: ".html"
8092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8093 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8094 #  filter: "'NIC_Intel-XXV710' and
8095 #           'NF_DENSITY' and
8096 #           'VHOST' and
8097 #           'VXLAN' and
8098 #           'CHAIN' and
8099 #           '118' and
8100 #           '8T4C' and
8101 #           'NDRPDR'"
8102 #  parameters:
8103 #  - "throughput"
8104 #  - "name"
8105 #  - "tags"
8106 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8107 #  x-axis: "X = VNFs per Service Chain"
8108 #  y-axis: "Y = Number of Service Chains"
8109 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8110 #  layout:
8111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8112 #    layout: "plot-service-density"
8113 #
8114 ## Plots - NF Density - VSC - NDR IMIX
8115 #- type: "plot"
8116 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8117 #  algorithm: "plot_nf_heatmap"
8118 #  output-file-type: ".html"
8119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8120 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8121 #  filter: "'NIC_Intel-XXV710' and
8122 #           'NF_DENSITY' and
8123 #           'VHOST' and
8124 #           'VXLAN' and
8125 #           'CHAIN' and
8126 #           'IMIX' and
8127 #           '2T1C' and
8128 #           'NDRPDR'"
8129 #  parameters:
8130 #  - "throughput"
8131 #  - "name"
8132 #  - "tags"
8133 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8134 #  x-axis: "X = VNFs per Service Chain"
8135 #  y-axis: "Y = Number of Service Chains"
8136 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8137 #  layout:
8138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8139 #    layout: "plot-service-density"
8140 #
8141 #- type: "plot"
8142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8143 #  algorithm: "plot_nf_heatmap"
8144 #  output-file-type: ".html"
8145 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8146 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8147 #  filter: "'NIC_Intel-XXV710' and
8148 #           'NF_DENSITY' and
8149 #           'VHOST' and
8150 #           'VXLAN' and
8151 #           'CHAIN' and
8152 #           'IMIX' and
8153 #           '4T2C' and
8154 #           'NDRPDR'"
8155 #  parameters:
8156 #  - "throughput"
8157 #  - "name"
8158 #  - "tags"
8159 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8160 #  x-axis: "X = VNFs per Service Chain"
8161 #  y-axis: "Y = Number of Service Chains"
8162 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8163 #  layout:
8164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8165 #    layout: "plot-service-density"
8166 #
8167 #- type: "plot"
8168 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8169 #  algorithm: "plot_nf_heatmap"
8170 #  output-file-type: ".html"
8171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8173 #  filter: "'NIC_Intel-XXV710' and
8174 #           'NF_DENSITY' and
8175 #           'VHOST' and
8176 #           'VXLAN' and
8177 #           'CHAIN' and
8178 #           'IMIX' and
8179 #           '8T4C' and
8180 #           'NDRPDR'"
8181 #  parameters:
8182 #  - "throughput"
8183 #  - "name"
8184 #  - "tags"
8185 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8186 #  x-axis: "X = VNFs per Service Chain"
8187 #  y-axis: "Y = Number of Service Chains"
8188 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8189 #  layout:
8190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8191 #    layout: "plot-service-density"
8192 #
8193 ## Plots - NF Density - VSC - PDR 64b
8194 #- type: "plot"
8195 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8196 #  algorithm: "plot_nf_heatmap"
8197 #  output-file-type: ".html"
8198 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8199 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8200 #  filter: "'NIC_Intel-XXV710' and
8201 #           'NF_DENSITY' and
8202 #           'VHOST' and
8203 #           'VXLAN' and
8204 #           'CHAIN' and
8205 #           '118' and
8206 #           '2T1C' and
8207 #           'NDRPDR'"
8208 #  parameters:
8209 #  - "throughput"
8210 #  - "name"
8211 #  - "tags"
8212 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8213 #  x-axis: "X = VNFs per Service Chain"
8214 #  y-axis: "Y = Number of Service Chains"
8215 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8216 #  layout:
8217 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8218 #    layout: "plot-service-density"
8219 #
8220 #- type: "plot"
8221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8222 #  algorithm: "plot_nf_heatmap"
8223 #  output-file-type: ".html"
8224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8225 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8226 #  filter: "'NIC_Intel-XXV710' and
8227 #           'NF_DENSITY' and
8228 #           'VHOST' and
8229 #           'VXLAN' and
8230 #           'CHAIN' and
8231 #           '118' and
8232 #           '4T2C' and
8233 #           'NDRPDR'"
8234 #  parameters:
8235 #  - "throughput"
8236 #  - "name"
8237 #  - "tags"
8238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8239 #  x-axis: "X = VNFs per Service Chain"
8240 #  y-axis: "Y = Number of Service Chains"
8241 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8242 #  layout:
8243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8244 #    layout: "plot-service-density"
8245 #
8246 #- type: "plot"
8247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8248 #  algorithm: "plot_nf_heatmap"
8249 #  output-file-type: ".html"
8250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8251 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8252 #  filter: "'NIC_Intel-XXV710' and
8253 #           'NF_DENSITY' and
8254 #           'VHOST' and
8255 #           'VXLAN' and
8256 #           'CHAIN' and
8257 #           '118' and
8258 #           '8T4C' and
8259 #           'NDRPDR'"
8260 #  parameters:
8261 #  - "throughput"
8262 #  - "name"
8263 #  - "tags"
8264 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8265 #  x-axis: "X = VNFs per Service Chain"
8266 #  y-axis: "Y = Number of Service Chains"
8267 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8268 #  layout:
8269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8270 #    layout: "plot-service-density"
8271 #
8272 ## Plots - NF Density - VSC - PDR IMIX
8273 #- type: "plot"
8274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8275 #  algorithm: "plot_nf_heatmap"
8276 #  output-file-type: ".html"
8277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8278 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8279 #  filter: "'NIC_Intel-XXV710' and
8280 #           'NF_DENSITY' and
8281 #           'VHOST' and
8282 #           'VXLAN' and
8283 #           'CHAIN' and
8284 #           'IMIX' and
8285 #           '2T1C' and
8286 #           'NDRPDR'"
8287 #  parameters:
8288 #  - "throughput"
8289 #  - "name"
8290 #  - "tags"
8291 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8292 #  x-axis: "X = VNFs per Service Chain"
8293 #  y-axis: "Y = Number of Service Chains"
8294 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8295 #  layout:
8296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8297 #    layout: "plot-service-density"
8298 #
8299 #- type: "plot"
8300 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8301 #  algorithm: "plot_nf_heatmap"
8302 #  output-file-type: ".html"
8303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8304 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8305 #  filter: "'NIC_Intel-XXV710' and
8306 #           'NF_DENSITY' and
8307 #           'VHOST' and
8308 #           'VXLAN' and
8309 #           'CHAIN' and
8310 #           'IMIX' and
8311 #           '4T2C' and
8312 #           'NDRPDR'"
8313 #  parameters:
8314 #  - "throughput"
8315 #  - "name"
8316 #  - "tags"
8317 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8318 #  x-axis: "X = VNFs per Service Chain"
8319 #  y-axis: "Y = Number of Service Chains"
8320 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8321 #  layout:
8322 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8323 #    layout: "plot-service-density"
8324 #
8325 #- type: "plot"
8326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8327 #  algorithm: "plot_nf_heatmap"
8328 #  output-file-type: ".html"
8329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8330 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8331 #  filter: "'NIC_Intel-XXV710' and
8332 #           'NF_DENSITY' and
8333 #           'VHOST' and
8334 #           'VXLAN' and
8335 #           'CHAIN' and
8336 #           'IMIX' and
8337 #           '8T4C' and
8338 #           'NDRPDR'"
8339 #  parameters:
8340 #  - "throughput"
8341 #  - "name"
8342 #  - "tags"
8343 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8344 #  x-axis: "X = VNFs per Service Chain"
8345 #  y-axis: "Y = Number of Service Chains"
8346 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8347 #  layout:
8348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8349 #    layout: "plot-service-density"
8350 #
8351 ################################################################################
8352 ## Plots - NF Density - CSC - MRR 64b
8353 #- type: "plot"
8354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8355 #  algorithm: "plot_nf_heatmap"
8356 #  output-file-type: ".html"
8357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8358 #  data: "plot-vpp-nfv-2n-skx-mrr"
8359 #  filter: "'NIC_Intel-XXV710' and
8360 #           'NF_DENSITY' and
8361 #           'DOCKER' and
8362 #           'CHAIN' and
8363 #           'NF_VPPIP4' and
8364 #           '64B' and
8365 #           '2T1C' and
8366 #           'MRR'"
8367 #  parameters:
8368 #  - "result"
8369 #  - "name"
8370 #  - "tags"
8371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8372 #  x-axis: "X = CNFs per Service Chain"
8373 #  y-axis: "Y = Number of Service Chains"
8374 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8375 #  layout:
8376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8377 #    layout: "plot-service-density"
8378 #
8379 #- type: "plot"
8380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8381 #  algorithm: "plot_nf_heatmap"
8382 #  output-file-type: ".html"
8383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8384 #  data: "plot-vpp-nfv-2n-skx-mrr"
8385 #  filter: "'NIC_Intel-XXV710' and
8386 #           'NF_DENSITY' and
8387 #           'DOCKER' and
8388 #           'CHAIN' and
8389 #           'NF_VPPIP4' and
8390 #           '64B' and
8391 #           '4T2C' and
8392 #           'MRR'"
8393 #  parameters:
8394 #  - "result"
8395 #  - "name"
8396 #  - "tags"
8397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8398 #  x-axis: "X = CNFs per Service Chain"
8399 #  y-axis: "Y = Number of Service Chains"
8400 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8401 #  layout:
8402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8403 #    layout: "plot-service-density"
8404 #
8405 #- type: "plot"
8406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8407 #  algorithm: "plot_nf_heatmap"
8408 #  output-file-type: ".html"
8409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8410 #  data: "plot-vpp-nfv-2n-skx-mrr"
8411 #  filter: "'NIC_Intel-XXV710' and
8412 #           'NF_DENSITY' and
8413 #           'DOCKER' and
8414 #           'CHAIN' and
8415 #           'NF_VPPIP4' and
8416 #           '64B' and
8417 #           '8T4C' and
8418 #           'MRR'"
8419 #  parameters:
8420 #  - "result"
8421 #  - "name"
8422 #  - "tags"
8423 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8424 #  x-axis: "X = CNFs per Service Chain"
8425 #  y-axis: "Y = Number of Service Chains"
8426 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8427 #  layout:
8428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8429 #    layout: "plot-service-density"
8430 #
8431 ## Plots - NF Density - CSC - MRR IMIX
8432 #- type: "plot"
8433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8434 #  algorithm: "plot_nf_heatmap"
8435 #  output-file-type: ".html"
8436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8437 #  data: "plot-vpp-nfv-2n-skx-mrr"
8438 #  filter: "'NIC_Intel-XXV710' and
8439 #           'NF_DENSITY' and
8440 #           'DOCKER' and
8441 #           'CHAIN' and
8442 #           'NF_VPPIP4' and
8443 #           'IMIX' and
8444 #           '2T1C' and
8445 #           'MRR'"
8446 #  parameters:
8447 #  - "result"
8448 #  - "name"
8449 #  - "tags"
8450 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8451 #  x-axis: "X = CNFs per Service Chain"
8452 #  y-axis: "Y = Number of Service Chains"
8453 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8454 #  layout:
8455 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8456 #    layout: "plot-service-density"
8457 #
8458 #- type: "plot"
8459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8460 #  algorithm: "plot_nf_heatmap"
8461 #  output-file-type: ".html"
8462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8463 #  data: "plot-vpp-nfv-2n-skx-mrr"
8464 #  filter: "'NIC_Intel-XXV710' and
8465 #           'NF_DENSITY' and
8466 #           'DOCKER' and
8467 #           'CHAIN' and
8468 #           'NF_VPPIP4' and
8469 #           'IMIX' and
8470 #           '4T2C' and
8471 #           'MRR'"
8472 #  parameters:
8473 #  - "result"
8474 #  - "name"
8475 #  - "tags"
8476 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8477 #  x-axis: "X = CNFs per Service Chain"
8478 #  y-axis: "Y = Number of Service Chains"
8479 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8480 #  layout:
8481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8482 #    layout: "plot-service-density"
8483 #
8484 #- type: "plot"
8485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8486 #  algorithm: "plot_nf_heatmap"
8487 #  output-file-type: ".html"
8488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8489 #  data: "plot-vpp-nfv-2n-skx-mrr"
8490 #  filter: "'NIC_Intel-XXV710' and
8491 #           'NF_DENSITY' and
8492 #           'DOCKER' and
8493 #           'CHAIN' and
8494 #           'NF_VPPIP4' and
8495 #           'IMIX' and
8496 #           '8T4C' and
8497 #           'MRR'"
8498 #  parameters:
8499 #  - "result"
8500 #  - "name"
8501 #  - "tags"
8502 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8503 #  x-axis: "X = CNFs per Service Chain"
8504 #  y-axis: "Y = Number of Service Chains"
8505 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8506 #  layout:
8507 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8508 #    layout: "plot-service-density"
8509 #
8510 ## Plots - NF Density - CSC - NDR 64b
8511 #- type: "plot"
8512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8513 #  algorithm: "plot_nf_heatmap"
8514 #  output-file-type: ".html"
8515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8516 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8517 #  filter: "'NIC_Intel-XXV710' and
8518 #           'NF_DENSITY' and
8519 #           'DOCKER' and
8520 #           'CHAIN' and
8521 #           'NF_VPPIP4' and
8522 #           '64B' and
8523 #           '2T1C' and
8524 #           'NDRPDR'"
8525 #  parameters:
8526 #  - "throughput"
8527 #  - "name"
8528 #  - "tags"
8529 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8530 #  x-axis: "X = CNFs per Service Chain"
8531 #  y-axis: "Y = Number of Service Chains"
8532 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8533 #  layout:
8534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8535 #    layout: "plot-service-density"
8536 #
8537 #- type: "plot"
8538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8539 #  algorithm: "plot_nf_heatmap"
8540 #  output-file-type: ".html"
8541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8542 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8543 #  filter: "'NIC_Intel-XXV710' and
8544 #           'NF_DENSITY' and
8545 #           'DOCKER' and
8546 #           'CHAIN' and
8547 #           'NF_VPPIP4' and
8548 #           '64B' and
8549 #           '4T2C' and
8550 #           'NDRPDR'"
8551 #  parameters:
8552 #  - "throughput"
8553 #  - "name"
8554 #  - "tags"
8555 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8556 #  x-axis: "X = CNFs per Service Chain"
8557 #  y-axis: "Y = Number of Service Chains"
8558 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8559 #  layout:
8560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8561 #    layout: "plot-service-density"
8562 #
8563 #- type: "plot"
8564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8565 #  algorithm: "plot_nf_heatmap"
8566 #  output-file-type: ".html"
8567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8568 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8569 #  filter: "'NIC_Intel-XXV710' and
8570 #           'NF_DENSITY' and
8571 #           'DOCKER' and
8572 #           'CHAIN' and
8573 #           'NF_VPPIP4' and
8574 #           '64B' and
8575 #           '8T4C' and
8576 #           'NDRPDR'"
8577 #  parameters:
8578 #  - "throughput"
8579 #  - "name"
8580 #  - "tags"
8581 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8582 #  x-axis: "X = CNFs per Service Chain"
8583 #  y-axis: "Y = Number of Service Chains"
8584 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8585 #  layout:
8586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8587 #    layout: "plot-service-density"
8588 #
8589 ## Plots - NF Density - CSC - NDR IMIX
8590 #- type: "plot"
8591 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8592 #  algorithm: "plot_nf_heatmap"
8593 #  output-file-type: ".html"
8594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8595 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8596 #  filter: "'NIC_Intel-XXV710' and
8597 #           'NF_DENSITY' and
8598 #           'DOCKER' and
8599 #           'CHAIN' and
8600 #           'NF_VPPIP4' and
8601 #           'IMIX' and
8602 #           '2T1C' and
8603 #           'NDRPDR'"
8604 #  parameters:
8605 #  - "throughput"
8606 #  - "name"
8607 #  - "tags"
8608 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8609 #  x-axis: "X = CNFs per Service Chain"
8610 #  y-axis: "Y = Number of Service Chains"
8611 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8612 #  layout:
8613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8614 #    layout: "plot-service-density"
8615 #
8616 #- type: "plot"
8617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8618 #  algorithm: "plot_nf_heatmap"
8619 #  output-file-type: ".html"
8620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8621 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8622 #  filter: "'NIC_Intel-XXV710' and
8623 #           'NF_DENSITY' and
8624 #           'DOCKER' and
8625 #           'CHAIN' and
8626 #           'NF_VPPIP4' and
8627 #           'IMIX' and
8628 #           '4T2C' and
8629 #           'NDRPDR'"
8630 #  parameters:
8631 #  - "throughput"
8632 #  - "name"
8633 #  - "tags"
8634 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8635 #  x-axis: "X = CNFs per Service Chain"
8636 #  y-axis: "Y = Number of Service Chains"
8637 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8638 #  layout:
8639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8640 #    layout: "plot-service-density"
8641 #
8642 #- type: "plot"
8643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8644 #  algorithm: "plot_nf_heatmap"
8645 #  output-file-type: ".html"
8646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8647 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8648 #  filter: "'NIC_Intel-XXV710' and
8649 #           'NF_DENSITY' and
8650 #           'DOCKER' and
8651 #           'CHAIN' and
8652 #           'NF_VPPIP4' and
8653 #           'IMIX' and
8654 #           '8T4C' and
8655 #           'NDRPDR'"
8656 #  parameters:
8657 #  - "throughput"
8658 #  - "name"
8659 #  - "tags"
8660 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8661 #  x-axis: "X = CNFs per Service Chain"
8662 #  y-axis: "Y = Number of Service Chains"
8663 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8664 #  layout:
8665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8666 #    layout: "plot-service-density"
8667 #
8668 ## Plots - NF Density - CSC - PDR 64b
8669 #- type: "plot"
8670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8671 #  algorithm: "plot_nf_heatmap"
8672 #  output-file-type: ".html"
8673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8674 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8675 #  filter: "'NIC_Intel-XXV710' and
8676 #           'NF_DENSITY' and
8677 #           'DOCKER' and
8678 #           'CHAIN' and
8679 #           'NF_VPPIP4' and
8680 #           '64B' and
8681 #           '2T1C' and
8682 #           'NDRPDR'"
8683 #  parameters:
8684 #  - "throughput"
8685 #  - "name"
8686 #  - "tags"
8687 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8688 #  x-axis: "X = CNFs per Service Chain"
8689 #  y-axis: "Y = Number of Service Chains"
8690 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8691 #  layout:
8692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8693 #    layout: "plot-service-density"
8694 #
8695 #- type: "plot"
8696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8697 #  algorithm: "plot_nf_heatmap"
8698 #  output-file-type: ".html"
8699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8700 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8701 #  filter: "'NIC_Intel-XXV710' and
8702 #           'NF_DENSITY' and
8703 #           'DOCKER' and
8704 #           'CHAIN' and
8705 #           'NF_VPPIP4' and
8706 #           '64B' and
8707 #           '4T2C' and
8708 #           'NDRPDR'"
8709 #  parameters:
8710 #  - "throughput"
8711 #  - "name"
8712 #  - "tags"
8713 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8714 #  x-axis: "X = CNFs per Service Chain"
8715 #  y-axis: "Y = Number of Service Chains"
8716 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8717 #  layout:
8718 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8719 #    layout: "plot-service-density"
8720 #
8721 #- type: "plot"
8722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8723 #  algorithm: "plot_nf_heatmap"
8724 #  output-file-type: ".html"
8725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8726 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8727 #  filter: "'NIC_Intel-XXV710' and
8728 #           'NF_DENSITY' and
8729 #           'DOCKER' and
8730 #           'CHAIN' and
8731 #           'NF_VPPIP4' and
8732 #           '64B' and
8733 #           '8T4C' and
8734 #           'NDRPDR'"
8735 #  parameters:
8736 #  - "throughput"
8737 #  - "name"
8738 #  - "tags"
8739 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8740 #  x-axis: "X = CNFs per Service Chain"
8741 #  y-axis: "Y = Number of Service Chains"
8742 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8743 #  layout:
8744 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8745 #    layout: "plot-service-density"
8746 #
8747 ## Plots - NF Density - CSC - PDR IMIX
8748 #- type: "plot"
8749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8750 #  algorithm: "plot_nf_heatmap"
8751 #  output-file-type: ".html"
8752 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8753 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8754 #  filter: "'NIC_Intel-XXV710' and
8755 #           'NF_DENSITY' and
8756 #           'DOCKER' and
8757 #           'CHAIN' and
8758 #           'NF_VPPIP4' and
8759 #           'IMIX' and
8760 #           '2T1C' and
8761 #           'NDRPDR'"
8762 #  parameters:
8763 #  - "throughput"
8764 #  - "name"
8765 #  - "tags"
8766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8767 #  x-axis: "X = CNFs per Service Chain"
8768 #  y-axis: "Y = Number of Service Chains"
8769 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8770 #  layout:
8771 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8772 #    layout: "plot-service-density"
8773 #
8774 #- type: "plot"
8775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8776 #  algorithm: "plot_nf_heatmap"
8777 #  output-file-type: ".html"
8778 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8779 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8780 #  filter: "'NIC_Intel-XXV710' and
8781 #           'NF_DENSITY' and
8782 #           'DOCKER' and
8783 #           'CHAIN' and
8784 #           'NF_VPPIP4' and
8785 #           'IMIX' and
8786 #           '4T2C' and
8787 #           'NDRPDR'"
8788 #  parameters:
8789 #  - "throughput"
8790 #  - "name"
8791 #  - "tags"
8792 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8793 #  x-axis: "X = CNFs per Service Chain"
8794 #  y-axis: "Y = Number of Service Chains"
8795 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8796 #  layout:
8797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8798 #    layout: "plot-service-density"
8799 #
8800 #- type: "plot"
8801 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8802 #  algorithm: "plot_nf_heatmap"
8803 #  output-file-type: ".html"
8804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8805 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8806 #  filter: "'NIC_Intel-XXV710' and
8807 #           'NF_DENSITY' and
8808 #           'DOCKER' and
8809 #           'CHAIN' and
8810 #           'NF_VPPIP4' and
8811 #           'IMIX' and
8812 #           '8T4C' and
8813 #           'NDRPDR'"
8814 #  parameters:
8815 #  - "throughput"
8816 #  - "name"
8817 #  - "tags"
8818 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8822 #  layout:
8823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8824 #    layout: "plot-service-density"
8825 #
8826 ################################################################################
8827 #
8828 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8829 #- type: "plot"
8830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8831 #  algorithm: "plot_nf_heatmap"
8832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8833 #  data: "plot-vpp-nfv-3n-skx-mrr"
8834 #  filter: "'NIC_Intel-XXV710' and
8835 #           'NF_DENSITY' and
8836 #           'DOCKER' and
8837 #           'CHAIN' and
8838 #           'NF_VPPIP4' and
8839 #           'IPSEC' and
8840 #           'TNL_4' and
8841 #           'IMIX' and
8842 #           '2T1C' and
8843 #           'MRR'"
8844 #  parameters:
8845 #  - "result"
8846 #  - "name"
8847 #  - "tags"
8848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8849 #  x-axis: "X = CNFs per Service Chain"
8850 #  y-axis: "Y = Number of Service Chains"
8851 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8852 #  layout:
8853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8854 #    layout: "plot-service-density"
8855 #
8856 #- type: "plot"
8857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8858 #  algorithm: "plot_nf_heatmap"
8859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8860 #  data: "plot-vpp-nfv-3n-skx-mrr"
8861 #  filter: "'NIC_Intel-XXV710' and
8862 #           'NF_DENSITY' and
8863 #           'DOCKER' and
8864 #           'CHAIN' and
8865 #           'NF_VPPIP4' and
8866 #           'IPSEC' and
8867 #           'TNL_4' and
8868 #           'IMIX' and
8869 #           '4T2C' and
8870 #           'MRR'"
8871 #  parameters:
8872 #  - "result"
8873 #  - "name"
8874 #  - "tags"
8875 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8876 #  x-axis: "X = CNFs per Service Chain"
8877 #  y-axis: "Y = Number of Service Chains"
8878 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8879 #  layout:
8880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8881 #    layout: "plot-service-density"
8882 #
8883 #- type: "plot"
8884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8885 #  algorithm: "plot_nf_heatmap"
8886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8887 #  data: "plot-vpp-nfv-3n-skx-mrr"
8888 #  filter: "'NIC_Intel-XXV710' and
8889 #           'NF_DENSITY' and
8890 #           'DOCKER' and
8891 #           'CHAIN' and
8892 #           'NF_VPPIP4' and
8893 #           'IPSEC' and
8894 #           'TNL_4' and
8895 #           'IMIX' and
8896 #           '8T4C' and
8897 #           'MRR'"
8898 #  parameters:
8899 #  - "result"
8900 #  - "name"
8901 #  - "tags"
8902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8903 #  x-axis: "X = CNFs per Service Chain"
8904 #  y-axis: "Y = Number of Service Chains"
8905 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8906 #  layout:
8907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8908 #    layout: "plot-service-density"
8909
8910 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8911 - type: "plot"
8912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8913   algorithm: "plot_nf_heatmap"
8914   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8915   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8916   filter: "'NIC_Intel-XXV710' and
8917            'NF_DENSITY' and
8918            'DOCKER' and
8919            'CHAIN' and
8920            'NF_VPPIP4' and
8921            'IPSEC' and
8922            'TNL_4' and
8923            'IMIX' and
8924            '2T1C' and
8925            'NDRPDR'"
8926   parameters:
8927   - "throughput"
8928   - "name"
8929   - "tags"
8930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8931   x-axis: "X = CNFs per Service Chain"
8932   y-axis: "Y = Number of Service Chains"
8933   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8934   layout:
8935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8936     layout: "plot-service-density"
8937
8938 - type: "plot"
8939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8940   algorithm: "plot_nf_heatmap"
8941   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8942   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8943   filter: "'NIC_Intel-XXV710' and
8944            'NF_DENSITY' and
8945            'DOCKER' and
8946            'CHAIN' and
8947            'NF_VPPIP4' and
8948            'IPSEC' and
8949            'TNL_4' and
8950            'IMIX' and
8951            '4T2C' and
8952            'NDRPDR'"
8953   parameters:
8954   - "throughput"
8955   - "name"
8956   - "tags"
8957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8958   x-axis: "X = CNFs per Service Chain"
8959   y-axis: "Y = Number of Service Chains"
8960   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8961   layout:
8962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8963     layout: "plot-service-density"
8964
8965 - type: "plot"
8966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8967   algorithm: "plot_nf_heatmap"
8968   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8969   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8970   filter: "'NIC_Intel-XXV710' and
8971            'NF_DENSITY' and
8972            'DOCKER' and
8973            'CHAIN' and
8974            'NF_VPPIP4' and
8975            'IPSEC' and
8976            'TNL_4' and
8977            'IMIX' and
8978            '8T4C' and
8979            'NDRPDR'"
8980   parameters:
8981   - "throughput"
8982   - "name"
8983   - "tags"
8984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8985   x-axis: "X = CNFs per Service Chain"
8986   y-axis: "Y = Number of Service Chains"
8987   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8988   layout:
8989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8990     layout: "plot-service-density"
8991
8992 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8993 - type: "plot"
8994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8995   algorithm: "plot_nf_heatmap"
8996   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8997   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8998   filter: "'NIC_Intel-XXV710' and
8999            'NF_DENSITY' and
9000            'DOCKER' and
9001            'CHAIN' and
9002            'NF_VPPIP4' and
9003            'IPSEC' and
9004            'TNL_4' and
9005            'IMIX' and
9006            '2T1C' and
9007            'NDRPDR'"
9008   parameters:
9009   - "throughput"
9010   - "name"
9011   - "tags"
9012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9013   x-axis: "X = CNFs per Service Chain"
9014   y-axis: "Y = Number of Service Chains"
9015   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9016   layout:
9017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9018     layout: "plot-service-density"
9019
9020 - type: "plot"
9021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9022   algorithm: "plot_nf_heatmap"
9023   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9024   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9025   filter: "'NIC_Intel-XXV710' and
9026            'NF_DENSITY' and
9027            'DOCKER' and
9028            'CHAIN' and
9029            'NF_VPPIP4' and
9030            'IPSEC' and
9031            'TNL_4' and
9032            'IMIX' and
9033            '4T2C' and
9034            'NDRPDR'"
9035   parameters:
9036   - "throughput"
9037   - "name"
9038   - "tags"
9039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9040   x-axis: "X = CNFs per Service Chain"
9041   y-axis: "Y = Number of Service Chains"
9042   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9043   layout:
9044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9045     layout: "plot-service-density"
9046
9047 - type: "plot"
9048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9049   algorithm: "plot_nf_heatmap"
9050   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9051   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9052   filter: "'NIC_Intel-XXV710' and
9053            'NF_DENSITY' and
9054            'DOCKER' and
9055            'CHAIN' and
9056            'NF_VPPIP4' and
9057            'IPSEC' and
9058            'TNL_4' and
9059            'IMIX' and
9060            '8T4C' and
9061            'NDRPDR'"
9062   parameters:
9063   - "throughput"
9064   - "name"
9065   - "tags"
9066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9067   x-axis: "X = CNFs per Service Chain"
9068   y-axis: "Y = Number of Service Chains"
9069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9070   layout:
9071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9072     layout: "plot-service-density"
9073
9074 ###############################################################################
9075
9076 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9077 #- type: "plot"
9078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9079 #  algorithm: "plot_nf_heatmap"
9080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9081 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9082 #  filter: "'NIC_Intel-XL710' and
9083 #           'NF_DENSITY' and
9084 #           'DOCKER' and
9085 #           'CHAIN' and
9086 #           'NF_VPPIP4' and
9087 #           'IMIX' and
9088 #           'TNL_4' and
9089 #           '1T1C' and
9090 #           'MRR'"
9091 #  parameters:
9092 #  - "result"
9093 #  - "name"
9094 #  - "tags"
9095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9096 #  x-axis: "X = CNFs per Service Chain"
9097 #  y-axis: "Y = Number of Service Chains"
9098 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9099 #  layout:
9100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9101 #    layout: "plot-service-density"
9102 #
9103 #- type: "plot"
9104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9105 #  algorithm: "plot_nf_heatmap"
9106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9107 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9108 #  filter: "'NIC_Intel-XL710' and
9109 #           'NF_DENSITY' and
9110 #           'DOCKER' and
9111 #           'CHAIN' and
9112 #           'NF_VPPIP4' and
9113 #           'IPSEC' and
9114 #           'TNL_4' and
9115 #           'IMIX' and
9116 #           '2T2C' and
9117 #           'MRR'"
9118 #  parameters:
9119 #  - "result"
9120 #  - "name"
9121 #  - "tags"
9122 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9123 #  x-axis: "X = CNFs per Service Chain"
9124 #  y-axis: "Y = Number of Service Chains"
9125 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9126 #  layout:
9127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9128 #    layout: "plot-service-density"
9129 #
9130 #- type: "plot"
9131 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9132 #  algorithm: "plot_nf_heatmap"
9133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9134 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9135 #  filter: "'NIC_Intel-XL710' and
9136 #           'NF_DENSITY' and
9137 #           'DOCKER' and
9138 #           'CHAIN' and
9139 #           'NF_VPPIP4' and
9140 #           'IPSEC' and
9141 #           'TNL_4' and
9142 #           'IMIX' and
9143 #           '4T4C' and
9144 #           'MRR'"
9145 #  parameters:
9146 #  - "result"
9147 #  - "name"
9148 #  - "tags"
9149 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9150 #  x-axis: "X = CNFs per Service Chain"
9151 #  y-axis: "Y = Number of Service Chains"
9152 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9153 #  layout:
9154 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9155 #    layout: "plot-service-density"
9156
9157 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9158 #- type: "plot"
9159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9160 #  algorithm: "plot_nf_heatmap"
9161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9162 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9163 #  filter: "'NIC_Intel-XL710' and
9164 #           'NF_DENSITY' and
9165 #           'DOCKER' and
9166 #           'CHAIN' and
9167 #           'NF_VPPIP4' and
9168 #           'IPSEC' and
9169 #           'TNL_4' and
9170 #           'IMIX' and
9171 #           '1T1C' and
9172 #           'NDRPDR'"
9173 #  parameters:
9174 #  - "throughput"
9175 #  - "name"
9176 #  - "tags"
9177 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9178 #  x-axis: "X = CNFs per Service Chain"
9179 #  y-axis: "Y = Number of Service Chains"
9180 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9181 #  layout:
9182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9183 #    layout: "plot-service-density"
9184 #
9185 #- type: "plot"
9186 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9187 #  algorithm: "plot_nf_heatmap"
9188 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9189 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9190 #  filter: "'NIC_Intel-XL710' and
9191 #           'NF_DENSITY' and
9192 #           'DOCKER' and
9193 #           'CHAIN' and
9194 #           'NF_VPPIP4' and
9195 #           'IPSEC' and
9196 #           'TNL_4' and
9197 #           'IMIX' and
9198 #           '2T2C' and
9199 #           'NDRPDR'"
9200 #  parameters:
9201 #  - "throughput"
9202 #  - "name"
9203 #  - "tags"
9204 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9205 #  x-axis: "X = CNFs per Service Chain"
9206 #  y-axis: "Y = Number of Service Chains"
9207 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9208 #  layout:
9209 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9210 #    layout: "plot-service-density"
9211 #
9212 #- type: "plot"
9213 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9214 #  algorithm: "plot_nf_heatmap"
9215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9216 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9217 #  filter: "'NIC_Intel-XL710' and
9218 #           'NF_DENSITY' and
9219 #           'DOCKER' and
9220 #           'CHAIN' and
9221 #           'NF_VPPIP4' and
9222 #           'IPSEC' and
9223 #           'TNL_4' and
9224 #           'IMIX' and
9225 #           '4T4C' and
9226 #           'NDRPDR'"
9227 #  parameters:
9228 #  - "throughput"
9229 #  - "name"
9230 #  - "tags"
9231 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9235 #  layout:
9236 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9237 #    layout: "plot-service-density"
9238 #
9239 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9240 #- type: "plot"
9241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9242 #  algorithm: "plot_nf_heatmap"
9243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9244 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9245 #  filter: "'NIC_Intel-XL710' and
9246 #           'NF_DENSITY' and
9247 #           'DOCKER' and
9248 #           'CHAIN' and
9249 #           'NF_VPPIP4' and
9250 #           'IPSEC' and
9251 #           'TNL_4' and
9252 #           'IMIX' and
9253 #           '1T1C' and
9254 #           'NDRPDR'"
9255 #  parameters:
9256 #  - "throughput"
9257 #  - "name"
9258 #  - "tags"
9259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9260 #  x-axis: "X = CNFs per Service Chain"
9261 #  y-axis: "Y = Number of Service Chains"
9262 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9263 #  layout:
9264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9265 #    layout: "plot-service-density"
9266 #
9267 #- type: "plot"
9268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9269 #  algorithm: "plot_nf_heatmap"
9270 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9271 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9272 #  filter: "'NIC_Intel-XL710' and
9273 #           'NF_DENSITY' and
9274 #           'DOCKER' and
9275 #           'CHAIN' and
9276 #           'NF_VPPIP4' and
9277 #           'IPSEC' and
9278 #           'TNL_4' and
9279 #           'IMIX' and
9280 #           '2T2C' and
9281 #           'NDRPDR'"
9282 #  parameters:
9283 #  - "throughput"
9284 #  - "name"
9285 #  - "tags"
9286 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9287 #  x-axis: "X = CNFs per Service Chain"
9288 #  y-axis: "Y = Number of Service Chains"
9289 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9290 #  layout:
9291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9292 #    layout: "plot-service-density"
9293 #
9294 #- type: "plot"
9295 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9296 #  algorithm: "plot_nf_heatmap"
9297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9298 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9299 #  filter: "'NIC_Intel-XL710' and
9300 #           'NF_DENSITY' and
9301 #           'DOCKER' and
9302 #           'CHAIN' and
9303 #           'NF_VPPIP4' and
9304 #           'IPSEC' and
9305 #           'TNL_4' and
9306 #           'IMIX' and
9307 #           '4T4C' and
9308 #           'NDRPDR'"
9309 #  parameters:
9310 #  - "throughput"
9311 #  - "name"
9312 #  - "tags"
9313 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9317 #  layout:
9318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9319 #    layout: "plot-service-density"
9320
9321 ###############################################################################
9322
9323 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9324 #- type: "plot"
9325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9326 #  algorithm: "plot_nf_heatmap"
9327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9328 #  data: "plot-vpp-nfv-3n-skx-mrr"
9329 #  filter: "'NIC_Intel-XXV710' and
9330 #           'NF_DENSITY' and
9331 #           'DOCKER' and
9332 #           'CHAIN' and
9333 #           'NF_VPPIP4' and
9334 #           'IPSEC' and
9335 #           'TNL_1000' and
9336 #           'IMIX' and
9337 #           '2T1C' and
9338 #           'MRR'"
9339 #  parameters:
9340 #  - "result"
9341 #  - "name"
9342 #  - "tags"
9343 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9344 #  x-axis: "X = CNFs per Service Chain"
9345 #  y-axis: "Y = Number of Service Chains"
9346 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9347 #  layout:
9348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9349 #    layout: "plot-service-density"
9350 #
9351 #- type: "plot"
9352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9353 #  algorithm: "plot_nf_heatmap"
9354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9355 #  data: "plot-vpp-nfv-3n-skx-mrr"
9356 #  filter: "'NIC_Intel-XXV710' and
9357 #           'NF_DENSITY' and
9358 #           'DOCKER' and
9359 #           'CHAIN' and
9360 #           'NF_VPPIP4' and
9361 #           'IPSEC' and
9362 #           'TNL_1000' and
9363 #           'IMIX' and
9364 #           '4T2C' and
9365 #           'MRR'"
9366 #  parameters:
9367 #  - "result"
9368 #  - "name"
9369 #  - "tags"
9370 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9371 #  x-axis: "X = CNFs per Service Chain"
9372 #  y-axis: "Y = Number of Service Chains"
9373 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9374 #  layout:
9375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9376 #    layout: "plot-service-density"
9377 #
9378 #- type: "plot"
9379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9380 #  algorithm: "plot_nf_heatmap"
9381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9382 #  data: "plot-vpp-nfv-3n-skx-mrr"
9383 #  filter: "'NIC_Intel-XXV710' and
9384 #           'NF_DENSITY' and
9385 #           'DOCKER' and
9386 #           'CHAIN' and
9387 #           'NF_VPPIP4' and
9388 #           'IPSEC' and
9389 #           'TNL_1000' and
9390 #           'IMIX' and
9391 #           '8T4C' and
9392 #           'MRR'"
9393 #  parameters:
9394 #  - "result"
9395 #  - "name"
9396 #  - "tags"
9397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9398 #  x-axis: "X = CNFs per Service Chain"
9399 #  y-axis: "Y = Number of Service Chains"
9400 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9401 #  layout:
9402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9403 #    layout: "plot-service-density"
9404
9405 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9406 - type: "plot"
9407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9408   algorithm: "plot_nf_heatmap"
9409   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9410   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9411   filter: "'NIC_Intel-XXV710' and
9412            'NF_DENSITY' and
9413            'DOCKER' and
9414            'CHAIN' and
9415            'NF_VPPIP4' and
9416            'IPSEC' and
9417            'TNL_1000' and
9418            'IMIX' and
9419            '2T1C' and
9420            'NDRPDR'"
9421   parameters:
9422   - "throughput"
9423   - "name"
9424   - "tags"
9425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9426   x-axis: "X = CNFs per Service Chain"
9427   y-axis: "Y = Number of Service Chains"
9428   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9429   layout:
9430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9431     layout: "plot-service-density"
9432
9433 - type: "plot"
9434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9435   algorithm: "plot_nf_heatmap"
9436   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9437   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9438   filter: "'NIC_Intel-XXV710' and
9439            'NF_DENSITY' and
9440            'DOCKER' and
9441            'CHAIN' and
9442            'NF_VPPIP4' and
9443            'IPSEC' and
9444            'TNL_1000' and
9445            'IMIX' and
9446            '4T2C' and
9447            'NDRPDR'"
9448   parameters:
9449   - "throughput"
9450   - "name"
9451   - "tags"
9452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9453   x-axis: "X = CNFs per Service Chain"
9454   y-axis: "Y = Number of Service Chains"
9455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9456   layout:
9457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9458     layout: "plot-service-density"
9459
9460 - type: "plot"
9461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9462   algorithm: "plot_nf_heatmap"
9463   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9464   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9465   filter: "'NIC_Intel-XXV710' and
9466            'NF_DENSITY' and
9467            'DOCKER' and
9468            'CHAIN' and
9469            'NF_VPPIP4' and
9470            'IPSEC' and
9471            'TNL_1000' and
9472            'IMIX' and
9473            '8T4C' and
9474            'NDRPDR'"
9475   parameters:
9476   - "throughput"
9477   - "name"
9478   - "tags"
9479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9480   x-axis: "X = CNFs per Service Chain"
9481   y-axis: "Y = Number of Service Chains"
9482   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9483   layout:
9484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9485     layout: "plot-service-density"
9486
9487 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9488 - type: "plot"
9489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9490   algorithm: "plot_nf_heatmap"
9491   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9492   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9493   filter: "'NIC_Intel-XXV710' and
9494            'NF_DENSITY' and
9495            'DOCKER' and
9496            'CHAIN' and
9497            'NF_VPPIP4' and
9498            'IPSEC' and
9499            'TNL_1000' and
9500            'IMIX' and
9501            '2T1C' and
9502            'NDRPDR'"
9503   parameters:
9504   - "throughput"
9505   - "name"
9506   - "tags"
9507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9508   x-axis: "X = CNFs per Service Chain"
9509   y-axis: "Y = Number of Service Chains"
9510   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9511   layout:
9512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9513     layout: "plot-service-density"
9514
9515 - type: "plot"
9516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9517   algorithm: "plot_nf_heatmap"
9518   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9519   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9520   filter: "'NIC_Intel-XXV710' and
9521            'NF_DENSITY' and
9522            'DOCKER' and
9523            'CHAIN' and
9524            'NF_VPPIP4' and
9525            'IPSEC' and
9526            'TNL_1000' and
9527            'IMIX' and
9528            '4T2C' and
9529            'NDRPDR'"
9530   parameters:
9531   - "throughput"
9532   - "name"
9533   - "tags"
9534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9535   x-axis: "X = CNFs per Service Chain"
9536   y-axis: "Y = Number of Service Chains"
9537   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9538   layout:
9539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9540     layout: "plot-service-density"
9541
9542 - type: "plot"
9543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9544   algorithm: "plot_nf_heatmap"
9545   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9546   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9547   filter: "'NIC_Intel-XXV710' and
9548            'NF_DENSITY' and
9549            'DOCKER' and
9550            'CHAIN' and
9551            'NF_VPPIP4' and
9552            'IPSEC' and
9553            'TNL_1000' and
9554            'IMIX' and
9555            '8T4C' and
9556            'NDRPDR'"
9557   parameters:
9558   - "throughput"
9559   - "name"
9560   - "tags"
9561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9562   x-axis: "X = CNFs per Service Chain"
9563   y-axis: "Y = Number of Service Chains"
9564   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9565   layout:
9566     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9567     layout: "plot-service-density"
9568
9569 ###############################################################################
9570
9571 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9572 #- type: "plot"
9573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9574 #  algorithm: "plot_nf_heatmap"
9575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9576 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9577 #  filter: "'NIC_Intel-XL710' and
9578 #           'NF_DENSITY' and
9579 #           'DOCKER' and
9580 #           'CHAIN' and
9581 #           'NF_VPPIP4' and
9582 #           'IMIX' and
9583 #           'TNL_1000' and
9584 #           '1T1C' and
9585 #           'MRR'"
9586 #  parameters:
9587 #  - "result"
9588 #  - "name"
9589 #  - "tags"
9590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9591 #  x-axis: "X = CNFs per Service Chain"
9592 #  y-axis: "Y = Number of Service Chains"
9593 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9594 #  layout:
9595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9596 #    layout: "plot-service-density"
9597 #
9598 #- type: "plot"
9599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9600 #  algorithm: "plot_nf_heatmap"
9601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9602 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9603 #  filter: "'NIC_Intel-XL710' and
9604 #           'NF_DENSITY' and
9605 #           'DOCKER' and
9606 #           'CHAIN' and
9607 #           'NF_VPPIP4' and
9608 #           'IPSEC' and
9609 #           'TNL_1000' and
9610 #           'IMIX' and
9611 #           '2T2C' and
9612 #           'MRR'"
9613 #  parameters:
9614 #  - "result"
9615 #  - "name"
9616 #  - "tags"
9617 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9618 #  x-axis: "X = CNFs per Service Chain"
9619 #  y-axis: "Y = Number of Service Chains"
9620 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9621 #  layout:
9622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9623 #    layout: "plot-service-density"
9624 #
9625 #- type: "plot"
9626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9627 #  algorithm: "plot_nf_heatmap"
9628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9629 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9630 #  filter: "'NIC_Intel-XL710' and
9631 #           'NF_DENSITY' and
9632 #           'DOCKER' and
9633 #           'CHAIN' and
9634 #           'NF_VPPIP4' and
9635 #           'IPSEC' and
9636 #           'TNL_1000' and
9637 #           'IMIX' and
9638 #           '4T4C' and
9639 #           'MRR'"
9640 #  parameters:
9641 #  - "result"
9642 #  - "name"
9643 #  - "tags"
9644 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9645 #  x-axis: "X = CNFs per Service Chain"
9646 #  y-axis: "Y = Number of Service Chains"
9647 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9648 #  layout:
9649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9650 #    layout: "plot-service-density"
9651
9652 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9653 #- type: "plot"
9654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9655 #  algorithm: "plot_nf_heatmap"
9656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9657 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9658 #  filter: "'NIC_Intel-XL710' and
9659 #           'NF_DENSITY' and
9660 #           'DOCKER' and
9661 #           'CHAIN' and
9662 #           'NF_VPPIP4' and
9663 #           'IPSEC' and
9664 #           'TNL_1000' and
9665 #           'IMIX' and
9666 #           '1T1C' and
9667 #           'NDRPDR'"
9668 #  parameters:
9669 #  - "throughput"
9670 #  - "name"
9671 #  - "tags"
9672 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9673 #  x-axis: "X = CNFs per Service Chain"
9674 #  y-axis: "Y = Number of Service Chains"
9675 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9676 #  layout:
9677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9678 #    layout: "plot-service-density"
9679 #
9680 #- type: "plot"
9681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9682 #  algorithm: "plot_nf_heatmap"
9683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9684 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9685 #  filter: "'NIC_Intel-XL710' and
9686 #           'NF_DENSITY' and
9687 #           'DOCKER' and
9688 #           'CHAIN' and
9689 #           'NF_VPPIP4' and
9690 #           'IPSEC' and
9691 #           'TNL_1000' and
9692 #           'IMIX' and
9693 #           '2T2C' and
9694 #           'NDRPDR'"
9695 #  parameters:
9696 #  - "throughput"
9697 #  - "name"
9698 #  - "tags"
9699 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9700 #  x-axis: "X = CNFs per Service Chain"
9701 #  y-axis: "Y = Number of Service Chains"
9702 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9703 #  layout:
9704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9705 #    layout: "plot-service-density"
9706 #
9707 #- type: "plot"
9708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9709 #  algorithm: "plot_nf_heatmap"
9710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9711 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9712 #  filter: "'NIC_Intel-XL710' and
9713 #           'NF_DENSITY' and
9714 #           'DOCKER' and
9715 #           'CHAIN' and
9716 #           'NF_VPPIP4' and
9717 #           'IPSEC' and
9718 #           'TNL_1000' and
9719 #           'IMIX' and
9720 #           '4T4C' and
9721 #           'NDRPDR'"
9722 #  parameters:
9723 #  - "throughput"
9724 #  - "name"
9725 #  - "tags"
9726 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9730 #  layout:
9731 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9732 #    layout: "plot-service-density"
9733 #
9734 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9735 #- type: "plot"
9736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9737 #  algorithm: "plot_nf_heatmap"
9738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9739 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9740 #  filter: "'NIC_Intel-XL710' and
9741 #           'NF_DENSITY' and
9742 #           'DOCKER' and
9743 #           'CHAIN' and
9744 #           'NF_VPPIP4' and
9745 #           'IPSEC' and
9746 #           'TNL_1000' and
9747 #           'IMIX' and
9748 #           '1T1C' and
9749 #           'NDRPDR'"
9750 #  parameters:
9751 #  - "throughput"
9752 #  - "name"
9753 #  - "tags"
9754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9755 #  x-axis: "X = CNFs per Service Chain"
9756 #  y-axis: "Y = Number of Service Chains"
9757 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9758 #  layout:
9759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9760 #    layout: "plot-service-density"
9761 #
9762 #- type: "plot"
9763 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9764 #  algorithm: "plot_nf_heatmap"
9765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9766 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9767 #  filter: "'NIC_Intel-XL710' and
9768 #           'NF_DENSITY' and
9769 #           'DOCKER' and
9770 #           'CHAIN' and
9771 #           'NF_VPPIP4' and
9772 #           'IPSEC' and
9773 #           'TNL_1000' and
9774 #           'IMIX' and
9775 #           '2T2C' and
9776 #           'NDRPDR'"
9777 #  parameters:
9778 #  - "throughput"
9779 #  - "name"
9780 #  - "tags"
9781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9782 #  x-axis: "X = CNFs per Service Chain"
9783 #  y-axis: "Y = Number of Service Chains"
9784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9785 #  layout:
9786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9787 #    layout: "plot-service-density"
9788 #
9789 #- type: "plot"
9790 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9791 #  algorithm: "plot_nf_heatmap"
9792 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9793 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9794 #  filter: "'NIC_Intel-XL710' and
9795 #           'NF_DENSITY' and
9796 #           'DOCKER' and
9797 #           'CHAIN' and
9798 #           'NF_VPPIP4' and
9799 #           'IPSEC' and
9800 #           'TNL_1000' and
9801 #           'IMIX' and
9802 #           '4T4C' and
9803 #           'NDRPDR'"
9804 #  parameters:
9805 #  - "throughput"
9806 #  - "name"
9807 #  - "tags"
9808 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9812 #  layout:
9813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9814 #    layout: "plot-service-density"
9815
9816 ###############################################################################
9817
9818 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9819 #- type: "plot"
9820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9821 #  algorithm: "plot_nf_heatmap"
9822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9823 #  data: "plot-vpp-nfv-3n-skx-mrr"
9824 #  filter: "'NIC_Intel-XXV710' and
9825 #           'NF_DENSITY' and
9826 #           'DOCKER' and
9827 #           'CHAIN' and
9828 #           'NF_VPPIP4' and
9829 #           'IPSEC' and
9830 #           'TNL_10000' and
9831 #           'IMIX' and
9832 #           '2T1C' and
9833 #           'MRR'"
9834 #  parameters:
9835 #  - "result"
9836 #  - "name"
9837 #  - "tags"
9838 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9839 #  x-axis: "X = CNFs per Service Chain"
9840 #  y-axis: "Y = Number of Service Chains"
9841 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9842 #  layout:
9843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9844 #    layout: "plot-service-density"
9845 #
9846 #- type: "plot"
9847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9848 #  algorithm: "plot_nf_heatmap"
9849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9850 #  data: "plot-vpp-nfv-3n-skx-mrr"
9851 #  filter: "'NIC_Intel-XXV710' and
9852 #           'NF_DENSITY' and
9853 #           'DOCKER' and
9854 #           'CHAIN' and
9855 #           'NF_VPPIP4' and
9856 #           'IPSEC' and
9857 #           'TNL_10000' and
9858 #           'IMIX' and
9859 #           '4T2C' and
9860 #           'MRR'"
9861 #  parameters:
9862 #  - "result"
9863 #  - "name"
9864 #  - "tags"
9865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9866 #  x-axis: "X = CNFs per Service Chain"
9867 #  y-axis: "Y = Number of Service Chains"
9868 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9869 #  layout:
9870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9871 #    layout: "plot-service-density"
9872 #
9873 #- type: "plot"
9874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9875 #  algorithm: "plot_nf_heatmap"
9876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9877 #  data: "plot-vpp-nfv-3n-skx-mrr"
9878 #  filter: "'NIC_Intel-XXV710' and
9879 #           'NF_DENSITY' and
9880 #           'DOCKER' and
9881 #           'CHAIN' and
9882 #           'NF_VPPIP4' and
9883 #           'IPSEC' and
9884 #           'TNL_10000' and
9885 #           'IMIX' and
9886 #           '8T4C' and
9887 #           'MRR'"
9888 #  parameters:
9889 #  - "result"
9890 #  - "name"
9891 #  - "tags"
9892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9893 #  x-axis: "X = CNFs per Service Chain"
9894 #  y-axis: "Y = Number of Service Chains"
9895 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9896 #  layout:
9897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9898 #    layout: "plot-service-density"
9899
9900 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9901 - type: "plot"
9902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9903   algorithm: "plot_nf_heatmap"
9904   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9905   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9906   filter: "'NIC_Intel-XXV710' and
9907            'NF_DENSITY' and
9908            'DOCKER' and
9909            'CHAIN' and
9910            'NF_VPPIP4' and
9911            'IPSEC' and
9912            'TNL_10000' and
9913            'IMIX' and
9914            '2T1C' and
9915            'NDRPDR'"
9916   parameters:
9917   - "throughput"
9918   - "name"
9919   - "tags"
9920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9921   x-axis: "X = CNFs per Service Chain"
9922   y-axis: "Y = Number of Service Chains"
9923   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9924   layout:
9925     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9926     layout: "plot-service-density"
9927
9928 - type: "plot"
9929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9930   algorithm: "plot_nf_heatmap"
9931   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9932   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9933   filter: "'NIC_Intel-XXV710' and
9934            'NF_DENSITY' and
9935            'DOCKER' and
9936            'CHAIN' and
9937            'NF_VPPIP4' and
9938            'IPSEC' and
9939            'TNL_10000' and
9940            'IMIX' and
9941            '4T2C' and
9942            'NDRPDR'"
9943   parameters:
9944   - "throughput"
9945   - "name"
9946   - "tags"
9947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9948   x-axis: "X = CNFs per Service Chain"
9949   y-axis: "Y = Number of Service Chains"
9950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9951   layout:
9952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9953     layout: "plot-service-density"
9954
9955 - type: "plot"
9956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9957   algorithm: "plot_nf_heatmap"
9958   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9959   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9960   filter: "'NIC_Intel-XXV710' and
9961            'NF_DENSITY' and
9962            'DOCKER' and
9963            'CHAIN' and
9964            'NF_VPPIP4' and
9965            'IPSEC' and
9966            'TNL_10000' and
9967            'IMIX' and
9968            '8T4C' and
9969            'NDRPDR'"
9970   parameters:
9971   - "throughput"
9972   - "name"
9973   - "tags"
9974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9975   x-axis: "X = CNFs per Service Chain"
9976   y-axis: "Y = Number of Service Chains"
9977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9978   layout:
9979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9980     layout: "plot-service-density"
9981
9982 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9983 - type: "plot"
9984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9985   algorithm: "plot_nf_heatmap"
9986   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9987   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9988   filter: "'NIC_Intel-XXV710' and
9989            'NF_DENSITY' and
9990            'DOCKER' and
9991            'CHAIN' and
9992            'NF_VPPIP4' and
9993            'IPSEC' and
9994            'TNL_10000' and
9995            'IMIX' and
9996            '2T1C' and
9997            'NDRPDR'"
9998   parameters:
9999   - "throughput"
10000   - "name"
10001   - "tags"
10002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10003   x-axis: "X = CNFs per Service Chain"
10004   y-axis: "Y = Number of Service Chains"
10005   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10006   layout:
10007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10008     layout: "plot-service-density"
10009
10010 - type: "plot"
10011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10012   algorithm: "plot_nf_heatmap"
10013   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10014   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10015   filter: "'NIC_Intel-XXV710' and
10016            'NF_DENSITY' and
10017            'DOCKER' and
10018            'CHAIN' and
10019            'NF_VPPIP4' and
10020            'IPSEC' and
10021            'TNL_10000' and
10022            'IMIX' and
10023            '4T2C' and
10024            'NDRPDR'"
10025   parameters:
10026   - "throughput"
10027   - "name"
10028   - "tags"
10029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10030   x-axis: "X = CNFs per Service Chain"
10031   y-axis: "Y = Number of Service Chains"
10032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10033   layout:
10034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10035     layout: "plot-service-density"
10036
10037 - type: "plot"
10038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10039   algorithm: "plot_nf_heatmap"
10040   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10041   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10042   filter: "'NIC_Intel-XXV710' and
10043            'NF_DENSITY' and
10044            'DOCKER' and
10045            'CHAIN' and
10046            'NF_VPPIP4' and
10047            'IPSEC' and
10048            'TNL_10000' and
10049            'IMIX' and
10050            '8T4C' and
10051            'NDRPDR'"
10052   parameters:
10053   - "throughput"
10054   - "name"
10055   - "tags"
10056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10057   x-axis: "X = CNFs per Service Chain"
10058   y-axis: "Y = Number of Service Chains"
10059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10060   layout:
10061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10062     layout: "plot-service-density"
10063
10064 ###############################################################################
10065
10066 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10067 #- type: "plot"
10068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10069 #  algorithm: "plot_nf_heatmap"
10070 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10071 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10072 #  filter: "'NIC_Intel-XL710' and
10073 #           'NF_DENSITY' and
10074 #           'DOCKER' and
10075 #           'CHAIN' and
10076 #           'NF_VPPIP4' and
10077 #           'IMIX' and
10078 #           'TNL_10000' and
10079 #           '1T1C' and
10080 #           'MRR'"
10081 #  parameters:
10082 #  - "result"
10083 #  - "name"
10084 #  - "tags"
10085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10086 #  x-axis: "X = CNFs per Service Chain"
10087 #  y-axis: "Y = Number of Service Chains"
10088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10089 #  layout:
10090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10091 #    layout: "plot-service-density"
10092 #
10093 #- type: "plot"
10094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10095 #  algorithm: "plot_nf_heatmap"
10096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10097 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10098 #  filter: "'NIC_Intel-XL710' and
10099 #           'NF_DENSITY' and
10100 #           'DOCKER' and
10101 #           'CHAIN' and
10102 #           'NF_VPPIP4' and
10103 #           'IPSEC' and
10104 #           'TNL_10000' and
10105 #           'IMIX' and
10106 #           '2T2C' and
10107 #           'MRR'"
10108 #  parameters:
10109 #  - "result"
10110 #  - "name"
10111 #  - "tags"
10112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10113 #  x-axis: "X = CNFs per Service Chain"
10114 #  y-axis: "Y = Number of Service Chains"
10115 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10116 #  layout:
10117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10118 #    layout: "plot-service-density"
10119 #
10120 #- type: "plot"
10121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10122 #  algorithm: "plot_nf_heatmap"
10123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10124 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10125 #  filter: "'NIC_Intel-XL710' and
10126 #           'NF_DENSITY' and
10127 #           'DOCKER' and
10128 #           'CHAIN' and
10129 #           'NF_VPPIP4' and
10130 #           'IPSEC' and
10131 #           'TNL_10000' and
10132 #           'IMIX' and
10133 #           '4T4C' and
10134 #           'MRR'"
10135 #  parameters:
10136 #  - "result"
10137 #  - "name"
10138 #  - "tags"
10139 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10140 #  x-axis: "X = CNFs per Service Chain"
10141 #  y-axis: "Y = Number of Service Chains"
10142 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10143 #  layout:
10144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10145 #    layout: "plot-service-density"
10146
10147 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10148 #- type: "plot"
10149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10150 #  algorithm: "plot_nf_heatmap"
10151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10152 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10153 #  filter: "'NIC_Intel-XL710' and
10154 #           'NF_DENSITY' and
10155 #           'DOCKER' and
10156 #           'CHAIN' and
10157 #           'NF_VPPIP4' and
10158 #           'IPSEC' and
10159 #           'TNL_10000' and
10160 #           'IMIX' and
10161 #           '1T1C' and
10162 #           'NDRPDR'"
10163 #  parameters:
10164 #  - "throughput"
10165 #  - "name"
10166 #  - "tags"
10167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10168 #  x-axis: "X = CNFs per Service Chain"
10169 #  y-axis: "Y = Number of Service Chains"
10170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10171 #  layout:
10172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10173 #    layout: "plot-service-density"
10174 #
10175 #- type: "plot"
10176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10177 #  algorithm: "plot_nf_heatmap"
10178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10179 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10180 #  filter: "'NIC_Intel-XL710' and
10181 #           'NF_DENSITY' and
10182 #           'DOCKER' and
10183 #           'CHAIN' and
10184 #           'NF_VPPIP4' and
10185 #           'IPSEC' and
10186 #           'TNL_10000' and
10187 #           'IMIX' and
10188 #           '2T2C' and
10189 #           'NDRPDR'"
10190 #  parameters:
10191 #  - "throughput"
10192 #  - "name"
10193 #  - "tags"
10194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10195 #  x-axis: "X = CNFs per Service Chain"
10196 #  y-axis: "Y = Number of Service Chains"
10197 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10198 #  layout:
10199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10200 #    layout: "plot-service-density"
10201 #
10202 #- type: "plot"
10203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10204 #  algorithm: "plot_nf_heatmap"
10205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10206 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10207 #  filter: "'NIC_Intel-XL710' and
10208 #           'NF_DENSITY' and
10209 #           'DOCKER' and
10210 #           'CHAIN' and
10211 #           'NF_VPPIP4' and
10212 #           'IPSEC' and
10213 #           'TNL_10000' and
10214 #           'IMIX' and
10215 #           '4T4C' and
10216 #           'NDRPDR'"
10217 #  parameters:
10218 #  - "throughput"
10219 #  - "name"
10220 #  - "tags"
10221 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10222 #  x-axis: "X = CNFs per Service Chain"
10223 #  y-axis: "Y = Number of Service Chains"
10224 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10225 #  layout:
10226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10227 #    layout: "plot-service-density"
10228 #
10229 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10230 #- type: "plot"
10231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10232 #  algorithm: "plot_nf_heatmap"
10233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10234 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10235 #  filter: "'NIC_Intel-XL710' and
10236 #           'NF_DENSITY' and
10237 #           'DOCKER' and
10238 #           'CHAIN' and
10239 #           'NF_VPPIP4' and
10240 #           'IPSEC' and
10241 #           'TNL_10000' and
10242 #           'IMIX' and
10243 #           '1T1C' and
10244 #           'NDRPDR'"
10245 #  parameters:
10246 #  - "throughput"
10247 #  - "name"
10248 #  - "tags"
10249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10250 #  x-axis: "X = CNFs per Service Chain"
10251 #  y-axis: "Y = Number of Service Chains"
10252 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10253 #  layout:
10254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10255 #    layout: "plot-service-density"
10256 #
10257 #- type: "plot"
10258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10259 #  algorithm: "plot_nf_heatmap"
10260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10261 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10262 #  filter: "'NIC_Intel-XL710' and
10263 #           'NF_DENSITY' and
10264 #           'DOCKER' and
10265 #           'CHAIN' and
10266 #           'NF_VPPIP4' and
10267 #           'IPSEC' and
10268 #           'TNL_10000' and
10269 #           'IMIX' and
10270 #           '2T2C' and
10271 #           'NDRPDR'"
10272 #  parameters:
10273 #  - "throughput"
10274 #  - "name"
10275 #  - "tags"
10276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10277 #  x-axis: "X = CNFs per Service Chain"
10278 #  y-axis: "Y = Number of Service Chains"
10279 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10280 #  layout:
10281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10282 #    layout: "plot-service-density"
10283 #
10284 #- type: "plot"
10285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10286 #  algorithm: "plot_nf_heatmap"
10287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10288 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10289 #  filter: "'NIC_Intel-XL710' and
10290 #           'NF_DENSITY' and
10291 #           'DOCKER' and
10292 #           'CHAIN' and
10293 #           'NF_VPPIP4' and
10294 #           'IPSEC' and
10295 #           'TNL_10000' and
10296 #           'IMIX' and
10297 #           '4T4C' and
10298 #           'NDRPDR'"
10299 #  parameters:
10300 #  - "throughput"
10301 #  - "name"
10302 #  - "tags"
10303 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10304 #  x-axis: "X = CNFs per Service Chain"
10305 #  y-axis: "Y = Number of Service Chains"
10306 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10307 #  layout:
10308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10309 #    layout: "plot-service-density"
10310
10311 ###############################################################################
10312
10313 # Plots - NF Density - CSP - MRR 64b
10314
10315 #- type: "plot"
10316 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10317 #  algorithm: "plot_nf_heatmap"
10318 #  output-file-type: ".html"
10319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10320 #  data: "plot-vpp-nfv-2n-skx-mrr"
10321 #  filter: "'NIC_Intel-XXV710' and
10322 #           'NF_DENSITY' and
10323 #           'DOCKER' and
10324 #           'PIPELINE' and
10325 #           'NF_VPPIP4' and
10326 #           '64B' and
10327 #           '2T1C' and
10328 #           'MRR'"
10329 #  parameters:
10330 #  - "result"
10331 #  - "name"
10332 #  - "tags"
10333 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10334 #  x-axis: "X = CNFs per Service Pipeline"
10335 #  y-axis: "Y = Number of Service Pipelines"
10336 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10337 #  layout:
10338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10339 #    layout: "plot-service-density"
10340 #
10341 #- type: "plot"
10342 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10343 #  algorithm: "plot_nf_heatmap"
10344 #  output-file-type: ".html"
10345 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10346 #  data: "plot-vpp-nfv-2n-skx-mrr"
10347 #  filter: "'NIC_Intel-XXV710' and
10348 #           'NF_DENSITY' and
10349 #           'DOCKER' and
10350 #           'PIPELINE' and
10351 #           'NF_VPPIP4' and
10352 #           '64B' and
10353 #           '4T2C' and
10354 #           'MRR'"
10355 #  parameters:
10356 #  - "result"
10357 #  - "name"
10358 #  - "tags"
10359 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10360 #  x-axis: "X = CNFs per Service Pipeline"
10361 #  y-axis: "Y = Number of Service Pipelines"
10362 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10363 #  layout:
10364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10365 #    layout: "plot-service-density"
10366 #
10367 #- type: "plot"
10368 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10369 #  algorithm: "plot_nf_heatmap"
10370 #  output-file-type: ".html"
10371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10372 #  data: "plot-vpp-nfv-2n-skx-mrr"
10373 #  filter: "'NIC_Intel-XXV710' and
10374 #           'NF_DENSITY' and
10375 #           'DOCKER' and
10376 #           'PIPELINE' and
10377 #           'NF_VPPIP4' and
10378 #           '64B' and
10379 #           '8T4C' and
10380 #           'MRR'"
10381 #  parameters:
10382 #  - "result"
10383 #  - "name"
10384 #  - "tags"
10385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10386 #  x-axis: "X = CNFs per Service Pipeline"
10387 #  y-axis: "Y = Number of Service Pipelines"
10388 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10389 #  layout:
10390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10391 #    layout: "plot-service-density"
10392 #
10393 ## Plots - NF Density - CSP - MRR IMIX
10394 #- type: "plot"
10395 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10396 #  algorithm: "plot_nf_heatmap"
10397 #  output-file-type: ".html"
10398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10399 #  data: "plot-vpp-nfv-2n-skx-mrr"
10400 #  filter: "'NIC_Intel-XXV710' and
10401 #           'NF_DENSITY' and
10402 #           'DOCKER' and
10403 #           'PIPELINE' and
10404 #           'NF_VPPIP4' and
10405 #           'IMIX' and
10406 #           '2T1C' and
10407 #           'MRR'"
10408 #  parameters:
10409 #  - "result"
10410 #  - "name"
10411 #  - "tags"
10412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10413 #  x-axis: "X = CNFs per Service Pipeline"
10414 #  y-axis: "Y = Number of Service Pipelines"
10415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10416 #  layout:
10417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10418 #    layout: "plot-service-density"
10419 #
10420 #- type: "plot"
10421 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10422 #  algorithm: "plot_nf_heatmap"
10423 #  output-file-type: ".html"
10424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10425 #  data: "plot-vpp-nfv-2n-skx-mrr"
10426 #  filter: "'NIC_Intel-XXV710' and
10427 #           'NF_DENSITY' and
10428 #           'DOCKER' and
10429 #           'PIPELINE' and
10430 #           'NF_VPPIP4' and
10431 #           'IMIX' and
10432 #           '4T2C' and
10433 #           'MRR'"
10434 #  parameters:
10435 #  - "result"
10436 #  - "name"
10437 #  - "tags"
10438 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10439 #  x-axis: "X = CNFs per Service Pipeline"
10440 #  y-axis: "Y = Number of Service Pipelines"
10441 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10442 #  layout:
10443 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10444 #    layout: "plot-service-density"
10445 #
10446 #- type: "plot"
10447 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10448 #  algorithm: "plot_nf_heatmap"
10449 #  output-file-type: ".html"
10450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10451 #  data: "plot-vpp-nfv-2n-skx-mrr"
10452 #  filter: "'NIC_Intel-XXV710' and
10453 #           'NF_DENSITY' and
10454 #           'DOCKER' and
10455 #           'PIPELINE' and
10456 #           'NF_VPPIP4' and
10457 #           'IMIX' and
10458 #           '8T4C' and
10459 #           'MRR'"
10460 #  parameters:
10461 #  - "result"
10462 #  - "name"
10463 #  - "tags"
10464 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10465 #  x-axis: "X = CNFs per Service Pipeline"
10466 #  y-axis: "Y = Number of Service Pipelines"
10467 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10468 #  layout:
10469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10470 #    layout: "plot-service-density"
10471 #
10472 ## Plots - NF Density - CSP - NDR 64b
10473 #- type: "plot"
10474 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10475 #  algorithm: "plot_nf_heatmap"
10476 #  output-file-type: ".html"
10477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10478 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10479 #  filter: "'NIC_Intel-XXV710' and
10480 #           'NF_DENSITY' and
10481 #           'DOCKER' and
10482 #           'PIPELINE' and
10483 #           'NF_VPPIP4' and
10484 #           '64B' and
10485 #           '2T1C' and
10486 #           'NDRPDR'"
10487 #  parameters:
10488 #  - "throughput"
10489 #  - "name"
10490 #  - "tags"
10491 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10492 #  x-axis: "X = CNFs per Service Pipeline"
10493 #  y-axis: "Y = Number of Service Pipelines"
10494 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10495 #  layout:
10496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10497 #    layout: "plot-service-density"
10498 #
10499 #- type: "plot"
10500 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10501 #  algorithm: "plot_nf_heatmap"
10502 #  output-file-type: ".html"
10503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10504 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10505 #  filter: "'NIC_Intel-XXV710' and
10506 #           'NF_DENSITY' and
10507 #           'DOCKER' and
10508 #           'PIPELINE' and
10509 #           'NF_VPPIP4' and
10510 #           '64B' and
10511 #           '4T2C' and
10512 #           'NDRPDR'"
10513 #  parameters:
10514 #  - "throughput"
10515 #  - "name"
10516 #  - "tags"
10517 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10518 #  x-axis: "X = CNFs per Service Pipeline"
10519 #  y-axis: "Y = Number of Service Pipelines"
10520 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10521 #  layout:
10522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10523 #    layout: "plot-service-density"
10524 #
10525 #- type: "plot"
10526 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10527 #  algorithm: "plot_nf_heatmap"
10528 #  output-file-type: ".html"
10529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10530 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10531 #  filter: "'NIC_Intel-XXV710' and
10532 #           'NF_DENSITY' and
10533 #           'DOCKER' and
10534 #           'PIPELINE' and
10535 #           'NF_VPPIP4' and
10536 #           '64B' and
10537 #           '8T4C' and
10538 #           'NDRPDR'"
10539 #  parameters:
10540 #  - "throughput"
10541 #  - "name"
10542 #  - "tags"
10543 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10544 #  x-axis: "X = CNFs per Service Pipeline"
10545 #  y-axis: "Y = Number of Service Pipelines"
10546 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10547 #  layout:
10548 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10549 #    layout: "plot-service-density"
10550 #
10551 ## Plots - NF Density - CSP - NDR IMIX
10552 #- type: "plot"
10553 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10554 #  algorithm: "plot_nf_heatmap"
10555 #  output-file-type: ".html"
10556 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10557 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10558 #  filter: "'NIC_Intel-XXV710' and
10559 #           'NF_DENSITY' and
10560 #           'DOCKER' and
10561 #           'PIPELINE' and
10562 #           'NF_VPPIP4' and
10563 #           'IMIX' and
10564 #           '2T1C' and
10565 #           'NDRPDR'"
10566 #  parameters:
10567 #  - "throughput"
10568 #  - "name"
10569 #  - "tags"
10570 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10571 #  x-axis: "X = CNFs per Service Pipeline"
10572 #  y-axis: "Y = Number of Service Pipelines"
10573 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10574 #  layout:
10575 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10576 #    layout: "plot-service-density"
10577 #
10578 #- type: "plot"
10579 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10580 #  algorithm: "plot_nf_heatmap"
10581 #  output-file-type: ".html"
10582 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10583 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10584 #  filter: "'NIC_Intel-XXV710' and
10585 #           'NF_DENSITY' and
10586 #           'DOCKER' and
10587 #           'PIPELINE' and
10588 #           'NF_VPPIP4' and
10589 #           'IMIX' and
10590 #           '4T2C' and
10591 #           'NDRPDR'"
10592 #  parameters:
10593 #  - "throughput"
10594 #  - "name"
10595 #  - "tags"
10596 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10597 #  x-axis: "X = CNFs per Service Pipeline"
10598 #  y-axis: "Y = Number of Service Pipelines"
10599 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10600 #  layout:
10601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10602 #    layout: "plot-service-density"
10603 #
10604 #- type: "plot"
10605 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10606 #  algorithm: "plot_nf_heatmap"
10607 #  output-file-type: ".html"
10608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10609 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10610 #  filter: "'NIC_Intel-XXV710' and
10611 #           'NF_DENSITY' and
10612 #           'DOCKER' and
10613 #           'PIPELINE' and
10614 #           'NF_VPPIP4' and
10615 #           'IMIX' and
10616 #           '8T4C' and
10617 #           'NDRPDR'"
10618 #  parameters:
10619 #  - "throughput"
10620 #  - "name"
10621 #  - "tags"
10622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10623 #  x-axis: "X = CNFs per Service Pipeline"
10624 #  y-axis: "Y = Number of Service Pipelines"
10625 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10626 #  layout:
10627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10628 #    layout: "plot-service-density"
10629 #
10630 ## Plots - NF Density - CSP - PDR 64b
10631 #- type: "plot"
10632 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10633 #  algorithm: "plot_nf_heatmap"
10634 #  output-file-type: ".html"
10635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10636 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10637 #  filter: "'NIC_Intel-XXV710' and
10638 #           'NF_DENSITY' and
10639 #           'DOCKER' and
10640 #           'PIPELINE' and
10641 #           'NF_VPPIP4' and
10642 #           '64B' and
10643 #           '2T1C' and
10644 #           'NDRPDR'"
10645 #  parameters:
10646 #  - "throughput"
10647 #  - "name"
10648 #  - "tags"
10649 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10650 #  x-axis: "X = CNFs per Service Pipeline"
10651 #  y-axis: "Y = Number of Service Pipelines"
10652 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10653 #  layout:
10654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10655 #    layout: "plot-service-density"
10656 #
10657 #- type: "plot"
10658 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10659 #  algorithm: "plot_nf_heatmap"
10660 #  output-file-type: ".html"
10661 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10662 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10663 #  filter: "'NIC_Intel-XXV710' and
10664 #           'NF_DENSITY' and
10665 #           'DOCKER' and
10666 #           'PIPELINE' and
10667 #           'NF_VPPIP4' and
10668 #           '64B' and
10669 #           '4T2C' and
10670 #           'NDRPDR'"
10671 #  parameters:
10672 #  - "throughput"
10673 #  - "name"
10674 #  - "tags"
10675 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10676 #  x-axis: "X = CNFs per Service Pipeline"
10677 #  y-axis: "Y = Number of Service Pipelines"
10678 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10679 #  layout:
10680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10681 #    layout: "plot-service-density"
10682 #
10683 #- type: "plot"
10684 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10685 #  algorithm: "plot_nf_heatmap"
10686 #  output-file-type: ".html"
10687 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10688 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10689 #  filter: "'NIC_Intel-XXV710' and
10690 #           'NF_DENSITY' and
10691 #           'DOCKER' and
10692 #           'PIPELINE' and
10693 #           'NF_VPPIP4' and
10694 #           '64B' and
10695 #           '8T4C' and
10696 #           'NDRPDR'"
10697 #  parameters:
10698 #  - "throughput"
10699 #  - "name"
10700 #  - "tags"
10701 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10702 #  x-axis: "X = CNFs per Service Pipeline"
10703 #  y-axis: "Y = Number of Service Pipelines"
10704 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10705 #  layout:
10706 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10707 #    layout: "plot-service-density"
10708 #
10709 ## Plots - NF Density - CSP - PDR IMIX
10710 #- type: "plot"
10711 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10712 #  algorithm: "plot_nf_heatmap"
10713 #  output-file-type: ".html"
10714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10715 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10716 #  filter: "'NIC_Intel-XXV710' and
10717 #           'NF_DENSITY' and
10718 #           'DOCKER' and
10719 #           'PIPELINE' and
10720 #           'NF_VPPIP4' and
10721 #           'IMIX' and
10722 #           '2T1C' and
10723 #           'NDRPDR'"
10724 #  parameters:
10725 #  - "throughput"
10726 #  - "name"
10727 #  - "tags"
10728 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10729 #  x-axis: "X = CNFs per Service Pipeline"
10730 #  y-axis: "Y = Number of Service Pipelines"
10731 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10732 #  layout:
10733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10734 #    layout: "plot-service-density"
10735 #
10736 #- type: "plot"
10737 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10738 #  algorithm: "plot_nf_heatmap"
10739 #  output-file-type: ".html"
10740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10741 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10742 #  filter: "'NIC_Intel-XXV710' and
10743 #           'NF_DENSITY' and
10744 #           'DOCKER' and
10745 #           'PIPELINE' and
10746 #           'NF_VPPIP4' and
10747 #           'IMIX' and
10748 #           '4T2C' and
10749 #           'NDRPDR'"
10750 #  parameters:
10751 #  - "throughput"
10752 #  - "name"
10753 #  - "tags"
10754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10755 #  x-axis: "X = CNFs per Service Pipeline"
10756 #  y-axis: "Y = Number of Service Pipelines"
10757 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10758 #  layout:
10759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10760 #    layout: "plot-service-density"
10761 #
10762 #- type: "plot"
10763 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10764 #  algorithm: "plot_nf_heatmap"
10765 #  output-file-type: ".html"
10766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10767 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10768 #  filter: "'NIC_Intel-XXV710' and
10769 #           'NF_DENSITY' and
10770 #           'DOCKER' and
10771 #           'PIPELINE' and
10772 #           'NF_VPPIP4' and
10773 #           'IMIX' and
10774 #           '8T4C' and
10775 #           'NDRPDR'"
10776 #  parameters:
10777 #  - "throughput"
10778 #  - "name"
10779 #  - "tags"
10780 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10781 #  x-axis: "X = CNFs per Service Pipeline"
10782 #  y-axis: "Y = Number of Service Pipelines"
10783 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10784 #  layout:
10785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10786 #    layout: "plot-service-density"
10787
10788 ###############################################################################
10789 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10790
10791 - type: "plot"
10792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10793   algorithm: "plot_nf_heatmap"
10794   output-file-type: ".html"
10795   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10796   data: "plot-vpp-nfv-2n-clx-mrr"
10797   filter: "'NIC_Intel-XXV710' and
10798            'NF_DENSITY' and
10799            'VHOST' and
10800            not 'VXLAN' and
10801            'CHAIN' and
10802            'NF_VPPIP4' and
10803            'IMIX' and
10804            '2T1C' and
10805            'MRR'"
10806   parameters:
10807   - "result"
10808   - "name"
10809   - "tags"
10810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10811   x-axis: "X = VNFs per Service Chain"
10812   y-axis: "Y = Number of Service Chains"
10813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10814   layout:
10815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10816     layout: "plot-service-density"
10817
10818 - type: "plot"
10819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10820   algorithm: "plot_nf_heatmap"
10821   output-file-type: ".html"
10822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10823   data: "plot-vpp-nfv-2n-clx-mrr"
10824   filter: "'NIC_Intel-XXV710' and
10825            'NF_DENSITY' and
10826            'VHOST' and
10827            not 'VXLAN' and
10828            'CHAIN' and
10829            'NF_VPPIP4' and
10830            'IMIX' and
10831            '4T2C' and
10832            'MRR'"
10833   parameters:
10834   - "result"
10835   - "name"
10836   - "tags"
10837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10838   x-axis: "X = VNFs per Service Chain"
10839   y-axis: "Y = Number of Service Chains"
10840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10841   layout:
10842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10843     layout: "plot-service-density"
10844
10845 - type: "plot"
10846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10847   algorithm: "plot_nf_heatmap"
10848   output-file-type: ".html"
10849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10850   data: "plot-vpp-nfv-2n-clx-mrr"
10851   filter: "'NIC_Intel-XXV710' and
10852            'NF_DENSITY' and
10853            'VHOST' and
10854            not 'VXLAN' and
10855            'CHAIN' and
10856            'NF_VPPIP4' and
10857            'IMIX' and
10858            '8T4C' and
10859            'MRR'"
10860   parameters:
10861   - "result"
10862   - "name"
10863   - "tags"
10864   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10865   x-axis: "X = VNFs per Service Chain"
10866   y-axis: "Y = Number of Service Chains"
10867   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10868   layout:
10869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10870     layout: "plot-service-density"
10871
10872 # Plots - NF Density - VSC - NDR IMIX
10873 - type: "plot"
10874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10875   algorithm: "plot_nf_heatmap"
10876   output-file-type: ".html"
10877   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10878   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10879   filter: "'NIC_Intel-XXV710' and
10880            'NF_DENSITY' and
10881            'VHOST' and
10882            not 'VXLAN' and
10883            'CHAIN' and
10884            'NF_VPPIP4' and
10885            'IMIX' and
10886            '2T1C' and
10887            'NDRPDR'"
10888   parameters:
10889   - "throughput"
10890   - "name"
10891   - "tags"
10892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10893   x-axis: "X = VNFs per Service Chain"
10894   y-axis: "Y = Number of Service Chains"
10895   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10896   layout:
10897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10898     layout: "plot-service-density"
10899
10900 - type: "plot"
10901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10902   algorithm: "plot_nf_heatmap"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10905   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10906   filter: "'NIC_Intel-XXV710' and
10907            'NF_DENSITY' and
10908            'VHOST' and
10909            not 'VXLAN' and
10910            'CHAIN' and
10911            'NF_VPPIP4' and
10912            'IMIX' and
10913            '4T2C' and
10914            'NDRPDR'"
10915   parameters:
10916   - "throughput"
10917   - "name"
10918   - "tags"
10919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10920   x-axis: "X = VNFs per Service Chain"
10921   y-axis: "Y = Number of Service Chains"
10922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10923   layout:
10924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10925     layout: "plot-service-density"
10926
10927 - type: "plot"
10928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10929   algorithm: "plot_nf_heatmap"
10930   output-file-type: ".html"
10931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10932   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10933   filter: "'NIC_Intel-XXV710' and
10934            'NF_DENSITY' and
10935            'VHOST' and
10936            not 'VXLAN' and
10937            'CHAIN' and
10938            'NF_VPPIP4' and
10939            'IMIX' and
10940            '8T4C' and
10941            'NDRPDR'"
10942   parameters:
10943   - "throughput"
10944   - "name"
10945   - "tags"
10946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10947   x-axis: "X = VNFs per Service Chain"
10948   y-axis: "Y = Number of Service Chains"
10949   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10950   layout:
10951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10952     layout: "plot-service-density"
10953
10954 # Plots - NF Density - VSC - PDR IMIX
10955 - type: "plot"
10956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10957   algorithm: "plot_nf_heatmap"
10958   output-file-type: ".html"
10959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10960   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10961   filter: "'NIC_Intel-XXV710' and
10962            'NF_DENSITY' and
10963            'VHOST' and
10964            not 'VXLAN' and
10965            'CHAIN' and
10966            'NF_VPPIP4' and
10967            'IMIX' and
10968            '2T1C' and
10969            'NDRPDR'"
10970   parameters:
10971   - "throughput"
10972   - "name"
10973   - "tags"
10974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10975   x-axis: "X = VNFs per Service Chain"
10976   y-axis: "Y = Number of Service Chains"
10977   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10978   layout:
10979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10980     layout: "plot-service-density"
10981
10982 - type: "plot"
10983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10984   algorithm: "plot_nf_heatmap"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10987   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10988   filter: "'NIC_Intel-XXV710' and
10989            'NF_DENSITY' and
10990            'VHOST' and
10991            not 'VXLAN' and
10992            'CHAIN' and
10993            'NF_VPPIP4' and
10994            'IMIX' and
10995            '4T2C' and
10996            'NDRPDR'"
10997   parameters:
10998   - "throughput"
10999   - "name"
11000   - "tags"
11001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11002   x-axis: "X = VNFs per Service Chain"
11003   y-axis: "Y = Number of Service Chains"
11004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11005   layout:
11006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11007     layout: "plot-service-density"
11008
11009 - type: "plot"
11010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11011   algorithm: "plot_nf_heatmap"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11015   filter: "'NIC_Intel-XXV710' and
11016            'NF_DENSITY' and
11017            'VHOST' and
11018            not 'VXLAN' and
11019            'CHAIN' and
11020            'NF_VPPIP4' and
11021            'IMIX' and
11022            '8T4C' and
11023            'NDRPDR'"
11024   parameters:
11025   - "throughput"
11026   - "name"
11027   - "tags"
11028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11029   x-axis: "X = VNFs per Service Chain"
11030   y-axis: "Y = Number of Service Chains"
11031   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11032   layout:
11033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11034     layout: "plot-service-density"
11035
11036 # Plots - NF Density - VSC - MRR IMIX
11037 - type: "plot"
11038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11039   algorithm: "plot_nf_heatmap"
11040   output-file-type: ".html"
11041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11042   data: "plot-vpp-nfv-2n-clx-mrr"
11043   filter: "'NIC_Intel-XXV710' and
11044            'NF_DENSITY' and
11045            'VHOST' and
11046            'VXLAN' and
11047            'CHAIN' and
11048            'IMIX' and
11049            '2T1C' and
11050            'MRR'"
11051   parameters:
11052   - "result"
11053   - "name"
11054   - "tags"
11055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11056   x-axis: "X = VNFs per Service Chain"
11057   y-axis: "Y = Number of Service Chains"
11058   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11059   layout:
11060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11061     layout: "plot-service-density"
11062
11063 - type: "plot"
11064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11065   algorithm: "plot_nf_heatmap"
11066   output-file-type: ".html"
11067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11068   data: "plot-vpp-nfv-2n-clx-mrr"
11069   filter: "'NIC_Intel-XXV710' and
11070            'NF_DENSITY' and
11071            'VHOST' and
11072            'VXLAN' and
11073            'CHAIN' and
11074            'IMIX' and
11075            '4T2C' and
11076            'MRR'"
11077   parameters:
11078   - "result"
11079   - "name"
11080   - "tags"
11081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11082   x-axis: "X = VNFs per Service Chain"
11083   y-axis: "Y = Number of Service Chains"
11084   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11085   layout:
11086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11087     layout: "plot-service-density"
11088
11089 - type: "plot"
11090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11091   algorithm: "plot_nf_heatmap"
11092   output-file-type: ".html"
11093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11094   data: "plot-vpp-nfv-2n-clx-mrr"
11095   filter: "'NIC_Intel-XXV710' and
11096            'NF_DENSITY' and
11097            'VHOST' and
11098            'VXLAN' and
11099            'CHAIN' and
11100            'IMIX' and
11101            '8T4C' and
11102            'MRR'"
11103   parameters:
11104   - "result"
11105   - "name"
11106   - "tags"
11107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11108   x-axis: "X = VNFs per Service Chain"
11109   y-axis: "Y = Number of Service Chains"
11110   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11111   layout:
11112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11113     layout: "plot-service-density"
11114
11115 # Plots - NF Density - VSC - NDR IMIX
11116 - type: "plot"
11117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11118   algorithm: "plot_nf_heatmap"
11119   output-file-type: ".html"
11120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11121   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11122   filter: "'NIC_Intel-XXV710' and
11123            'NF_DENSITY' and
11124            'VHOST' and
11125            'VXLAN' and
11126            'CHAIN' and
11127            'IMIX' and
11128            '2T1C' and
11129            'NDRPDR'"
11130   parameters:
11131   - "throughput"
11132   - "name"
11133   - "tags"
11134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11135   x-axis: "X = VNFs per Service Chain"
11136   y-axis: "Y = Number of Service Chains"
11137   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11138   layout:
11139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11140     layout: "plot-service-density"
11141
11142 - type: "plot"
11143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11144   algorithm: "plot_nf_heatmap"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11147   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11148   filter: "'NIC_Intel-XXV710' and
11149            'NF_DENSITY' and
11150            'VHOST' and
11151            'VXLAN' and
11152            'CHAIN' and
11153            'IMIX' and
11154            '4T2C' and
11155            'NDRPDR'"
11156   parameters:
11157   - "throughput"
11158   - "name"
11159   - "tags"
11160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11161   x-axis: "X = VNFs per Service Chain"
11162   y-axis: "Y = Number of Service Chains"
11163   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11164   layout:
11165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11166     layout: "plot-service-density"
11167
11168 - type: "plot"
11169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11170   algorithm: "plot_nf_heatmap"
11171   output-file-type: ".html"
11172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11173   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11174   filter: "'NIC_Intel-XXV710' and
11175            'NF_DENSITY' and
11176            'VHOST' and
11177            'VXLAN' and
11178            'CHAIN' and
11179            'IMIX' and
11180            '8T4C' and
11181            'NDRPDR'"
11182   parameters:
11183   - "throughput"
11184   - "name"
11185   - "tags"
11186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11187   x-axis: "X = VNFs per Service Chain"
11188   y-axis: "Y = Number of Service Chains"
11189   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11190   layout:
11191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11192     layout: "plot-service-density"
11193
11194 # Plots - NF Density - VSC - PDR IMIX
11195 - type: "plot"
11196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11197   algorithm: "plot_nf_heatmap"
11198   output-file-type: ".html"
11199   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11200   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11201   filter: "'NIC_Intel-XXV710' and
11202            'NF_DENSITY' and
11203            'VHOST' and
11204            'VXLAN' and
11205            'CHAIN' and
11206            'IMIX' and
11207            '2T1C' and
11208            'NDRPDR'"
11209   parameters:
11210   - "throughput"
11211   - "name"
11212   - "tags"
11213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11214   x-axis: "X = VNFs per Service Chain"
11215   y-axis: "Y = Number of Service Chains"
11216   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11217   layout:
11218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11219     layout: "plot-service-density"
11220
11221 - type: "plot"
11222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11223   algorithm: "plot_nf_heatmap"
11224   output-file-type: ".html"
11225   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11226   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11227   filter: "'NIC_Intel-XXV710' and
11228            'NF_DENSITY' and
11229            'VHOST' and
11230            'VXLAN' and
11231            'CHAIN' and
11232            'IMIX' and
11233            '4T2C' and
11234            'NDRPDR'"
11235   parameters:
11236   - "throughput"
11237   - "name"
11238   - "tags"
11239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11240   x-axis: "X = VNFs per Service Chain"
11241   y-axis: "Y = Number of Service Chains"
11242   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11243   layout:
11244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11245     layout: "plot-service-density"
11246
11247 - type: "plot"
11248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11249   algorithm: "plot_nf_heatmap"
11250   output-file-type: ".html"
11251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11252   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11253   filter: "'NIC_Intel-XXV710' and
11254            'NF_DENSITY' and
11255            'VHOST' and
11256            'VXLAN' and
11257            'CHAIN' and
11258            'IMIX' and
11259            '8T4C' and
11260            'NDRPDR'"
11261   parameters:
11262   - "throughput"
11263   - "name"
11264   - "tags"
11265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11266   x-axis: "X = VNFs per Service Chain"
11267   y-axis: "Y = Number of Service Chains"
11268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11269   layout:
11270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11271     layout: "plot-service-density"
11272
11273 # Plots - NF Density - CSC - MRR IMIX
11274 - type: "plot"
11275   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11276   algorithm: "plot_nf_heatmap"
11277   output-file-type: ".html"
11278   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11279   data: "plot-vpp-nfv-2n-clx-mrr"
11280   filter: "'NIC_Intel-XXV710' and
11281            'NF_DENSITY' and
11282            'DOCKER' and
11283            'CHAIN' and
11284            'NF_VPPIP4' and
11285            'IMIX' and
11286            '2T1C' and
11287            'MRR'"
11288   parameters:
11289   - "result"
11290   - "name"
11291   - "tags"
11292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11293   x-axis: "X = CNFs per Service Chain"
11294   y-axis: "Y = Number of Service Chains"
11295   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11296   layout:
11297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11298     layout: "plot-service-density"
11299
11300 - type: "plot"
11301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11302   algorithm: "plot_nf_heatmap"
11303   output-file-type: ".html"
11304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11305   data: "plot-vpp-nfv-2n-clx-mrr"
11306   filter: "'NIC_Intel-XXV710' and
11307            'NF_DENSITY' and
11308            'DOCKER' and
11309            'CHAIN' and
11310            'NF_VPPIP4' and
11311            'IMIX' and
11312            '4T2C' and
11313            'MRR'"
11314   parameters:
11315   - "result"
11316   - "name"
11317   - "tags"
11318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11319   x-axis: "X = CNFs per Service Chain"
11320   y-axis: "Y = Number of Service Chains"
11321   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11322   layout:
11323     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11324     layout: "plot-service-density"
11325
11326 - type: "plot"
11327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11328   algorithm: "plot_nf_heatmap"
11329   output-file-type: ".html"
11330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11331   data: "plot-vpp-nfv-2n-clx-mrr"
11332   filter: "'NIC_Intel-XXV710' and
11333            'NF_DENSITY' and
11334            'DOCKER' and
11335            'CHAIN' and
11336            'NF_VPPIP4' and
11337            'IMIX' and
11338            '8T4C' and
11339            'MRR'"
11340   parameters:
11341   - "result"
11342   - "name"
11343   - "tags"
11344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11345   x-axis: "X = CNFs per Service Chain"
11346   y-axis: "Y = Number of Service Chains"
11347   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11348   layout:
11349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11350     layout: "plot-service-density"
11351
11352 # Plots - NF Density - CSC - NDR IMIX
11353 - type: "plot"
11354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11355   algorithm: "plot_nf_heatmap"
11356   output-file-type: ".html"
11357   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11358   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11359   filter: "'NIC_Intel-XXV710' and
11360            'NF_DENSITY' and
11361            'DOCKER' and
11362            'CHAIN' and
11363            'NF_VPPIP4' and
11364            'IMIX' and
11365            '2T1C' and
11366            'NDRPDR'"
11367   parameters:
11368   - "throughput"
11369   - "name"
11370   - "tags"
11371   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11372   x-axis: "X = CNFs per Service Chain"
11373   y-axis: "Y = Number of Service Chains"
11374   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11375   layout:
11376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11377     layout: "plot-service-density"
11378
11379 - type: "plot"
11380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11381   algorithm: "plot_nf_heatmap"
11382   output-file-type: ".html"
11383   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11384   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11385   filter: "'NIC_Intel-XXV710' and
11386            'NF_DENSITY' and
11387            'DOCKER' and
11388            'CHAIN' and
11389            'NF_VPPIP4' and
11390            'IMIX' and
11391            '4T2C' and
11392            'NDRPDR'"
11393   parameters:
11394   - "throughput"
11395   - "name"
11396   - "tags"
11397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11398   x-axis: "X = CNFs per Service Chain"
11399   y-axis: "Y = Number of Service Chains"
11400   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11401   layout:
11402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11403     layout: "plot-service-density"
11404
11405 - type: "plot"
11406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11407   algorithm: "plot_nf_heatmap"
11408   output-file-type: ".html"
11409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11410   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11411   filter: "'NIC_Intel-XXV710' and
11412            'NF_DENSITY' and
11413            'DOCKER' and
11414            'CHAIN' and
11415            'NF_VPPIP4' and
11416            'IMIX' and
11417            '8T4C' and
11418            'NDRPDR'"
11419   parameters:
11420   - "throughput"
11421   - "name"
11422   - "tags"
11423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11424   x-axis: "X = CNFs per Service Chain"
11425   y-axis: "Y = Number of Service Chains"
11426   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11427   layout:
11428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11429     layout: "plot-service-density"
11430
11431 # Plots - NF Density - CSC - PDR IMIX
11432 - type: "plot"
11433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11434   algorithm: "plot_nf_heatmap"
11435   output-file-type: ".html"
11436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11437   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11438   filter: "'NIC_Intel-XXV710' and
11439            'NF_DENSITY' and
11440            'DOCKER' and
11441            'CHAIN' and
11442            'NF_VPPIP4' and
11443            'IMIX' and
11444            '2T1C' and
11445            'NDRPDR'"
11446   parameters:
11447   - "throughput"
11448   - "name"
11449   - "tags"
11450   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11451   x-axis: "X = CNFs per Service Chain"
11452   y-axis: "Y = Number of Service Chains"
11453   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11454   layout:
11455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11456     layout: "plot-service-density"
11457
11458 - type: "plot"
11459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11460   algorithm: "plot_nf_heatmap"
11461   output-file-type: ".html"
11462   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11463   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11464   filter: "'NIC_Intel-XXV710' and
11465            'NF_DENSITY' and
11466            'DOCKER' and
11467            'CHAIN' and
11468            'NF_VPPIP4' and
11469            'IMIX' and
11470            '4T2C' and
11471            'NDRPDR'"
11472   parameters:
11473   - "throughput"
11474   - "name"
11475   - "tags"
11476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11477   x-axis: "X = CNFs per Service Chain"
11478   y-axis: "Y = Number of Service Chains"
11479   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11480   layout:
11481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11482     layout: "plot-service-density"
11483
11484 - type: "plot"
11485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11486   algorithm: "plot_nf_heatmap"
11487   output-file-type: ".html"
11488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11489   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11490   filter: "'NIC_Intel-XXV710' and
11491            'NF_DENSITY' and
11492            'DOCKER' and
11493            'CHAIN' and
11494            'NF_VPPIP4' and
11495            'IMIX' and
11496            '8T4C' and
11497            'NDRPDR'"
11498   parameters:
11499   - "throughput"
11500   - "name"
11501   - "tags"
11502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11503   x-axis: "X = CNFs per Service Chain"
11504   y-axis: "Y = Number of Service Chains"
11505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11506   layout:
11507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11508     layout: "plot-service-density"
11509
11510 # Plots - NF Density - CSP - MRR IMIX
11511 - type: "plot"
11512   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11513   algorithm: "plot_nf_heatmap"
11514   output-file-type: ".html"
11515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11516   data: "plot-vpp-nfv-2n-clx-mrr"
11517   filter: "'NIC_Intel-XXV710' and
11518            'NF_DENSITY' and
11519            'DOCKER' and
11520            'PIPELINE' and
11521            'NF_VPPIP4' and
11522            'IMIX' and
11523            '2T1C' and
11524            'MRR'"
11525   parameters:
11526   - "result"
11527   - "name"
11528   - "tags"
11529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11530   x-axis: "X = CNFs per Service Pipeline"
11531   y-axis: "Y = Number of Service Pipelines"
11532   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11533   layout:
11534     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11535     layout: "plot-service-density"
11536
11537 - type: "plot"
11538   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11539   algorithm: "plot_nf_heatmap"
11540   output-file-type: ".html"
11541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11542   data: "plot-vpp-nfv-2n-clx-mrr"
11543   filter: "'NIC_Intel-XXV710' and
11544            'NF_DENSITY' and
11545            'DOCKER' and
11546            'PIPELINE' and
11547            'NF_VPPIP4' and
11548            'IMIX' and
11549            '4T2C' and
11550            'MRR'"
11551   parameters:
11552   - "result"
11553   - "name"
11554   - "tags"
11555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11556   x-axis: "X = CNFs per Service Pipeline"
11557   y-axis: "Y = Number of Service Pipelines"
11558   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11559   layout:
11560     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11561     layout: "plot-service-density"
11562
11563 - type: "plot"
11564   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11565   algorithm: "plot_nf_heatmap"
11566   output-file-type: ".html"
11567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11568   data: "plot-vpp-nfv-2n-clx-mrr"
11569   filter: "'NIC_Intel-XXV710' and
11570            'NF_DENSITY' and
11571            'DOCKER' and
11572            'PIPELINE' and
11573            'NF_VPPIP4' and
11574            'IMIX' and
11575            '8T4C' and
11576            'MRR'"
11577   parameters:
11578   - "result"
11579   - "name"
11580   - "tags"
11581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11582   x-axis: "X = CNFs per Service Pipeline"
11583   y-axis: "Y = Number of Service Pipelines"
11584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11585   layout:
11586     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11587     layout: "plot-service-density"
11588
11589 # Plots - NF Density - CSP - NDR IMIX
11590 - type: "plot"
11591   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11592   algorithm: "plot_nf_heatmap"
11593   output-file-type: ".html"
11594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11595   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11596   filter: "'NIC_Intel-XXV710' and
11597            'NF_DENSITY' and
11598            'DOCKER' and
11599            'PIPELINE' and
11600            'NF_VPPIP4' and
11601            'IMIX' and
11602            '2T1C' and
11603            'NDRPDR'"
11604   parameters:
11605   - "throughput"
11606   - "name"
11607   - "tags"
11608   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11609   x-axis: "X = CNFs per Service Pipeline"
11610   y-axis: "Y = Number of Service Pipelines"
11611   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11612   layout:
11613     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11614     layout: "plot-service-density"
11615
11616 - type: "plot"
11617   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11618   algorithm: "plot_nf_heatmap"
11619   output-file-type: ".html"
11620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11621   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11622   filter: "'NIC_Intel-XXV710' and
11623            'NF_DENSITY' and
11624            'DOCKER' and
11625            'PIPELINE' and
11626            'NF_VPPIP4' and
11627            'IMIX' and
11628            '4T2C' and
11629            'NDRPDR'"
11630   parameters:
11631   - "throughput"
11632   - "name"
11633   - "tags"
11634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11635   x-axis: "X = CNFs per Service Pipeline"
11636   y-axis: "Y = Number of Service Pipelines"
11637   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11638   layout:
11639     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11640     layout: "plot-service-density"
11641
11642 - type: "plot"
11643   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11644   algorithm: "plot_nf_heatmap"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11647   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11648   filter: "'NIC_Intel-XXV710' and
11649            'NF_DENSITY' and
11650            'DOCKER' and
11651            'PIPELINE' and
11652            'NF_VPPIP4' and
11653            'IMIX' and
11654            '8T4C' and
11655            'NDRPDR'"
11656   parameters:
11657   - "throughput"
11658   - "name"
11659   - "tags"
11660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11661   x-axis: "X = CNFs per Service Pipeline"
11662   y-axis: "Y = Number of Service Pipelines"
11663   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11664   layout:
11665     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11666     layout: "plot-service-density"
11667
11668 # Plots - NF Density - CSP - PDR IMIX
11669 - type: "plot"
11670   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11671   algorithm: "plot_nf_heatmap"
11672   output-file-type: ".html"
11673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11674   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11675   filter: "'NIC_Intel-XXV710' and
11676            'NF_DENSITY' and
11677            'DOCKER' and
11678            'PIPELINE' and
11679            'NF_VPPIP4' and
11680            'IMIX' and
11681            '2T1C' and
11682            'NDRPDR'"
11683   parameters:
11684   - "throughput"
11685   - "name"
11686   - "tags"
11687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11688   x-axis: "X = CNFs per Service Pipeline"
11689   y-axis: "Y = Number of Service Pipelines"
11690   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11691   layout:
11692     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11693     layout: "plot-service-density"
11694
11695 - type: "plot"
11696   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11697   algorithm: "plot_nf_heatmap"
11698   output-file-type: ".html"
11699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11700   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11701   filter: "'NIC_Intel-XXV710' and
11702            'NF_DENSITY' and
11703            'DOCKER' and
11704            'PIPELINE' and
11705            'NF_VPPIP4' and
11706            'IMIX' and
11707            '4T2C' and
11708            'NDRPDR'"
11709   parameters:
11710   - "throughput"
11711   - "name"
11712   - "tags"
11713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11714   x-axis: "X = CNFs per Service Pipeline"
11715   y-axis: "Y = Number of Service Pipelines"
11716   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11717   layout:
11718     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11719     layout: "plot-service-density"
11720
11721 - type: "plot"
11722   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11723   algorithm: "plot_nf_heatmap"
11724   output-file-type: ".html"
11725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11726   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11727   filter: "'NIC_Intel-XXV710' and
11728            'NF_DENSITY' and
11729            'DOCKER' and
11730            'PIPELINE' and
11731            'NF_VPPIP4' and
11732            'IMIX' and
11733            '8T4C' and
11734            'NDRPDR'"
11735   parameters:
11736   - "throughput"
11737   - "name"
11738   - "tags"
11739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11740   x-axis: "X = CNFs per Service Pipeline"
11741   y-axis: "Y = Number of Service Pipelines"
11742   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11743   layout:
11744     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11745     layout: "plot-service-density"
11746
11747 ################################################################################
11748
11749 # Packet Throughput
11750
11751 - type: "plot"
11752   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11753   algorithm: "plot_perf_box_name"
11754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11756   include:
11757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11761   layout:
11762     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11770   include:
11771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11775   layout:
11776     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11784   include:
11785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11789   layout:
11790     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11798   include:
11799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11803   layout:
11804     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11812   include:
11813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11818   layout:
11819     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11820     layout: "plot-throughput"
11821
11822 - type: "plot"
11823   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11824   algorithm: "plot_perf_box_name"
11825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11827   include:
11828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11833   layout:
11834     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11842   include:
11843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11848   layout:
11849     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11850     layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11857   include:
11858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11861     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11862     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11863   layout:
11864     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11865     layout: "plot-throughput"
11866
11867 - type: "plot"
11868   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11869   algorithm: "plot_perf_box_name"
11870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11872   include:
11873     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11876     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11877     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11878   layout:
11879     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11886   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11887   include:
11888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11890     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11891     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11892     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11893   layout:
11894     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11902   include:
11903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11909   layout:
11910     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11918   include:
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11925   layout:
11926     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11934   include:
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11940   layout:
11941     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11949   include:
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11955   layout:
11956     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11964   include:
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11968   layout:
11969     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11977   include:
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11981   layout:
11982     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11996   layout:
11997     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12005   include:
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12011   layout:
12012     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12020   include:
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12024   layout:
12025     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12033   include:
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12037   layout:
12038     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12053   layout:
12054     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12059   algorithm: "plot_perf_box_name"
12060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12062   include:
12063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12069   layout:
12070     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12078   include:
12079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12085   layout:
12086     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12094   include:
12095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12101   layout:
12102     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12103     layout: "plot-throughput"
12104
12105 - type: "plot"
12106   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12107   algorithm: "plot_perf_box_name"
12108   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12110   include:
12111     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12114   layout:
12115     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12123   include:
12124     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12127   layout:
12128     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12136   include:
12137     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12140 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12141 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12142   layout:
12143     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12151   include:
12152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12155 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12156 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12157   layout:
12158     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12166   include:
12167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12172   layout:
12173     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12181   include:
12182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12187   layout:
12188     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12202   layout:
12203     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12217   layout:
12218     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12226   include:
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12233   layout:
12234     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12242   include:
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12249   layout:
12250     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12258   include:
12259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12265   layout:
12266     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12274   include:
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12281   layout:
12282     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12283     layout: "plot-throughput"
12284
12285 - type: "plot"
12286   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12287   algorithm: "plot_perf_box_name"
12288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12289   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12290   include:
12291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12296   layout:
12297     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12298     layout: "plot-throughput"
12299
12300 - type: "plot"
12301   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12302   algorithm: "plot_perf_box_name"
12303   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12304   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12305   include:
12306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12311   layout:
12312     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12313     layout: "plot-throughput"
12314
12315 - type: "plot"
12316   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12317   algorithm: "plot_perf_box_name"
12318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12320   include:
12321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12327   layout:
12328     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12336   include:
12337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12343   layout:
12344     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12351   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12352   include:
12353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12358   layout:
12359     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12366   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12367   include:
12368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12373   layout:
12374     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12381   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12382   include:
12383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12389   layout:
12390     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12398   include:
12399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12405   layout:
12406     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12407     layout: "plot-throughput"
12408
12409 - type: "plot"
12410   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12411   algorithm: "plot_perf_box_name"
12412   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12413   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12414   include:
12415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12420   layout:
12421     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12429   include:
12430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12435   layout:
12436     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12437     layout: "plot-throughput"
12438
12439 - type: "plot"
12440   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12441   algorithm: "plot_perf_box_name"
12442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12444   include:
12445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12451   layout:
12452     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12453     layout: "plot-throughput"
12454
12455 - type: "plot"
12456   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12457   algorithm: "plot_perf_box_name"
12458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12460   include:
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12467   layout:
12468     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12473   algorithm: "plot_perf_box_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12476   include:
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12479   layout:
12480     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12488   include:
12489     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12491   layout:
12492     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12497   algorithm: "plot_perf_box_name"
12498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12500   include:
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12505   layout:
12506     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12514   include:
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12519   layout:
12520     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12528   include:
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12533   layout:
12534     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12542   include:
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12547   layout:
12548     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12556   include:
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12561   layout:
12562     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12570   include:
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12575   layout:
12576     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12583   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12584   include:
12585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12589   layout:
12590     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12595   algorithm: "plot_perf_box_name"
12596   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12597   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12598   include:
12599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12603   layout:
12604     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12612   include:
12613     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12619   layout:
12620     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12628   include:
12629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12650   layout:
12651     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12665   layout:
12666     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12680   layout:
12681     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12695   layout:
12696     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12704   include:
12705     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12708   layout:
12709     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12714   algorithm: "plot_perf_box_name"
12715   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12716   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12717   include:
12718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12721   layout:
12722     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12734   layout:
12735     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12743   include:
12744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12747   layout:
12748     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12756   include:
12757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12762   layout:
12763     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12777   layout:
12778     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12786   include:
12787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12792   layout:
12793     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12801   include:
12802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12807   layout:
12808     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12816   include:
12817     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12822   layout:
12823     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12831   include:
12832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12837   layout:
12838     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12839     layout: "plot-throughput"
12840
12841 - type: "plot"
12842   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12843   algorithm: "plot_perf_box_name"
12844   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12845   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12846   include:
12847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12852   layout:
12853     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12860   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12861   include:
12862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12867   layout:
12868     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12869     layout: "plot-throughput"
12870
12871 - type: "plot"
12872   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12873   algorithm: "plot_perf_box_name"
12874   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12875   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12876   include:
12877     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12878     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12882   layout:
12883     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12891   include:
12892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12897   layout:
12898     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12899     layout: "plot-throughput"
12900
12901 - type: "plot"
12902   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12903   algorithm: "plot_perf_box_name"
12904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12906   include:
12907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12913   layout:
12914     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12922   include:
12923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929   layout:
12930     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12938   include:
12939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943   layout:
12944     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12945     layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12952   include:
12953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957   layout:
12958     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12966   include:
12967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973   layout:
12974     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12982   include:
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989   layout:
12990     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12998   include:
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005   layout:
13006     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13014   include:
13015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021   layout:
13022     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13023     layout: "plot-throughput"
13024
13025 - type: "plot"
13026   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13027   algorithm: "plot_perf_box_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13030   include:
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037   layout:
13038     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13039     layout: "plot-throughput"
13040
13041 - type: "plot"
13042   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13043   algorithm: "plot_perf_box_name"
13044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13046   include:
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13053   layout:
13054     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13055     layout: "plot-throughput"
13056
13057 - type: "plot"
13058   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13059   algorithm: "plot_perf_box_name"
13060   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13061   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13062   include:
13063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13069   layout:
13070     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13077   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13078   include:
13079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13085   layout:
13086     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13094   include:
13095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13101   layout:
13102     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13109   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13110   include:
13111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13117   layout:
13118     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13119     layout: "plot-throughput"
13120
13121 - type: "plot"
13122   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13123   algorithm: "plot_perf_box_name"
13124   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13126   include:
13127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13133   layout:
13134     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13142   include:
13143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13149   layout:
13150     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13151     layout: "plot-throughput"
13152
13153 - type: "plot"
13154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13155   algorithm: "plot_perf_box_name"
13156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13158   include:
13159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13165   layout:
13166     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13167     layout: "plot-throughput"
13168
13169 - type: "plot"
13170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13171   algorithm: "plot_perf_box_name"
13172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13174   include:
13175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13181   layout:
13182     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13187   algorithm: "plot_perf_box_name"
13188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13190   include:
13191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13197   layout:
13198     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13199     layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13206   include:
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13213   layout:
13214     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13215     layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13222   include:
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13227   layout:
13228     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13236   include:
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13241   layout:
13242     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13250   include:
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13255   layout:
13256     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13257     layout: "plot-throughput"
13258
13259 - type: "plot"
13260   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13261   algorithm: "plot_perf_box_name"
13262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13264   include:
13265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13269   layout:
13270     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13271     layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13278   include:
13279     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13285   layout:
13286     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13294   include:
13295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13301   layout:
13302     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13303     layout: "plot-throughput"
13304
13305 - type: "plot"
13306   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13307   algorithm: "plot_perf_box_name"
13308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13310   include:
13311     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13316   layout:
13317     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13331   layout:
13332     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13333     layout: "plot-throughput"
13334
13335 - type: "plot"
13336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13337   algorithm: "plot_perf_box_name"
13338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13340   include:
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13346   layout:
13347     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355   include:
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13361   layout:
13362     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13363     layout: "plot-throughput"
13364
13365 - type: "plot"
13366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13367   algorithm: "plot_perf_box_name"
13368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370   include:
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13375   layout:
13376     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384   include:
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13389   layout:
13390     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398   include:
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13405   layout:
13406     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13414   include:
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13421   layout:
13422     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13423     layout: "plot-throughput"
13424
13425 - type: "plot"
13426   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13427   algorithm: "plot_perf_box_name"
13428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13430   include:
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13437   layout:
13438     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13446   include:
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13453   layout:
13454     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13455     layout: "plot-throughput"
13456
13457 - type: "plot"
13458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13459   algorithm: "plot_perf_box_name"
13460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13462   include:
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13469   layout:
13470     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13475   algorithm: "plot_perf_box_name"
13476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13478   include:
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13485   layout:
13486     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13494   include:
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13501   layout:
13502     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13503     layout: "plot-throughput"
13504
13505 - type: "plot"
13506   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13507   algorithm: "plot_perf_box_name"
13508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13510   include:
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13517   layout:
13518     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13523   algorithm: "plot_perf_box_name"
13524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13526   include:
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13531   layout:
13532     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13533     layout: "plot-throughput"
13534
13535 - type: "plot"
13536   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13537   algorithm: "plot_perf_box_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13540   include:
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13545   layout:
13546     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13554   include:
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13561   layout:
13562     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13563     layout: "plot-throughput"
13564
13565 - type: "plot"
13566   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13567   algorithm: "plot_perf_box_name"
13568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13570   include:
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13577   layout:
13578     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13579     layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13586   include:
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13593   layout:
13594     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13602   include:
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13609   layout:
13610     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13611     layout: "plot-throughput"
13612
13613 #- type: "plot"
13614 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13615 #  algorithm: "plot_perf_box_name"
13616 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13617 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13618 #  include:
13619 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13620 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13621 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13622 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13623 #  layout:
13624 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13625 #    layout: "plot-throughput"
13626 #
13627 #- type: "plot"
13628 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13629 #  algorithm: "plot_perf_box_name"
13630 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13631 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13632 #  include:
13633 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13634 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13635 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13636 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13637 #  layout:
13638 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13639 #    layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13645   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13646   include:
13647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13653   layout:
13654     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13655     layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13661   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13662   include:
13663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13669   layout:
13670     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13671     layout: "plot-throughput"
13672
13673 #- type: "plot"
13674 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13675 #  algorithm: "plot_perf_box_name"
13676 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13677 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13678 #  include:
13679 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13680 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13681 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13682 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13683 #  layout:
13684 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13685 #    layout: "plot-throughput"
13686 #
13687 #- type: "plot"
13688 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13689 #  algorithm: "plot_perf_box_name"
13690 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13691 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13692 #  include:
13693 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13694 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13695 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13697 #  layout:
13698 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13699 #    layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13703   algorithm: "plot_perf_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13706   include:
13707     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13708     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13711     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13712     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13713   layout:
13714     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13715     layout: "plot-throughput"
13716
13717 - type: "plot"
13718   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13719   algorithm: "plot_perf_box_name"
13720   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13721   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13722   include:
13723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13726     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13727     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13729   layout:
13730     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13731     layout: "plot-throughput"
13732
13733 #- type: "plot"
13734 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13735 #  algorithm: "plot_perf_box_name"
13736 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13737 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13738 #  include:
13739 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13740 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13741 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13742 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13743 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13744 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13745 #  layout:
13746 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13747 #    layout: "plot-throughput"
13748 #
13749 #- type: "plot"
13750 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13751 #  algorithm: "plot_perf_box_name"
13752 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13753 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13754 #  include:
13755 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13756 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13757 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13758 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13759 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13760 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13761 #  layout:
13762 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13763 #    layout: "plot-throughput"
13764
13765 - type: "plot"
13766   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13767   algorithm: "plot_perf_box_name"
13768   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13770   include:
13771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13777   layout:
13778     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13779     layout: "plot-throughput"
13780
13781 - type: "plot"
13782   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13783   algorithm: "plot_perf_box_name"
13784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13786   include:
13787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13791     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13793   layout:
13794     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13795     layout: "plot-throughput"
13796
13797 - type: "plot"
13798   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13799   algorithm: "plot_perf_box_name"
13800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13802   include:
13803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13809   layout:
13810     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13811     layout: "plot-throughput"
13812
13813 - type: "plot"
13814   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13815   algorithm: "plot_perf_box_name"
13816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13818   include:
13819     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13822     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13823     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13825   layout:
13826     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13827     layout: "plot-throughput"
13828
13829 - type: "plot"
13830   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13831   algorithm: "plot_perf_box_name"
13832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13834   include:
13835     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13836     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13837     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13838     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13841   layout:
13842     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13843     layout: "plot-throughput"
13844
13845 - type: "plot"
13846   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13847   algorithm: "plot_perf_box_name"
13848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13850   include:
13851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13857   layout:
13858     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13859     layout: "plot-throughput"
13860
13861 - type: "plot"
13862   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13863   algorithm: "plot_perf_box_name"
13864   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13865   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13866   include:
13867     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13868     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13869     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13870     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13871     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13872     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13873   layout:
13874     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13875     layout: "plot-throughput"
13876
13877 - type: "plot"
13878   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13879   algorithm: "plot_perf_box_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13882   include:
13883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13886     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13887     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13888     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13889   layout:
13890     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13891     layout: "plot-throughput"
13892
13893 #- type: "plot"
13894 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13895 #  algorithm: "plot_perf_box_name"
13896 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13897 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13898 #  include:
13899 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13900 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13901 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13902 #  layout:
13903 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13904 #    layout: "plot-throughput"
13905 #
13906 #- type: "plot"
13907 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13908 #  algorithm: "plot_perf_box_name"
13909 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13910 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13911 #  include:
13912 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13914 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13915 #  layout:
13916 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13917 #    layout: "plot-throughput"
13918
13919 - type: "plot"
13920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13921   algorithm: "plot_perf_box_name"
13922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13924   include:
13925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13930   layout:
13931     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13932     layout: "plot-throughput"
13933
13934 - type: "plot"
13935   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13936   algorithm: "plot_perf_box_name"
13937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13945   layout:
13946     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13947     layout: "plot-throughput"
13948
13949 - type: "plot"
13950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13951   algorithm: "plot_perf_box_name"
13952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13954   include:
13955     - "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"
13956     - "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"
13957     - "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"
13958     - "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"
13959     - "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"
13960   layout:
13961     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13962     layout: "plot-throughput"
13963
13964 - type: "plot"
13965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13966   algorithm: "plot_perf_box_name"
13967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13969   include:
13970     - "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"
13971     - "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"
13972     - "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"
13973     - "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"
13974     - "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"
13975   layout:
13976     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13977     layout: "plot-throughput"
13978
13979 - type: "plot"
13980   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13981   algorithm: "plot_perf_box_name"
13982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13984   include:
13985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13990   layout:
13991     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13992     layout: "plot-throughput"
13993
13994 - type: "plot"
13995   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13996   algorithm: "plot_perf_box_name"
13997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13999   include:
14000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14005   layout:
14006     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14007     layout: "plot-throughput"
14008
14009 - type: "plot"
14010   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14011   algorithm: "plot_perf_box_name"
14012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14020   layout:
14021     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14022     layout: "plot-throughput"
14023
14024 - type: "plot"
14025   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14026   algorithm: "plot_perf_box_name"
14027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14035   layout:
14036     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14037     layout: "plot-throughput"
14038
14039 - type: "plot"
14040   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14041   algorithm: "plot_perf_box_name"
14042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14044   include:
14045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14050   layout:
14051     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14052     layout: "plot-throughput"
14053
14054 - type: "plot"
14055   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14056   algorithm: "plot_perf_box_name"
14057   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14059   include:
14060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14065   layout:
14066     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14067     layout: "plot-throughput"
14068
14069 - type: "plot"
14070   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14071   algorithm: "plot_perf_box_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14074   include:
14075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14080   layout:
14081     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14082     layout: "plot-throughput"
14083
14084 - type: "plot"
14085   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14086   algorithm: "plot_perf_box_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14089   include:
14090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14095   layout:
14096     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14097     layout: "plot-throughput"
14098
14099 - type: "plot"
14100   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14101   algorithm: "plot_perf_box_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14104   include:
14105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14109   layout:
14110     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14111     layout: "plot-throughput"
14112
14113 - type: "plot"
14114   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14115   algorithm: "plot_perf_box_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123   layout:
14124     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14125     layout: "plot-throughput"
14126
14127 - type: "plot"
14128   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14129   algorithm: "plot_perf_box_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "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"
14134     - "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"
14135     - "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"
14136     - "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"
14137   layout:
14138     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14139     layout: "plot-throughput"
14140
14141 - type: "plot"
14142   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14143   algorithm: "plot_perf_box_name"
14144   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14146   include:
14147     - "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"
14148     - "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"
14149     - "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"
14150     - "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"
14151   layout:
14152     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14153     layout: "plot-throughput"
14154
14155 - type: "plot"
14156   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14157   algorithm: "plot_perf_box_name"
14158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14160   include:
14161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14167   layout:
14168     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14169     layout: "plot-throughput"
14170
14171 - type: "plot"
14172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14173   algorithm: "plot_perf_box_name"
14174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14176   include:
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14183   layout:
14184     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14185     layout: "plot-throughput"
14186
14187 - type: "plot"
14188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14189   algorithm: "plot_perf_box_name"
14190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14199   layout:
14200     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14201     layout: "plot-throughput"
14202
14203 - type: "plot"
14204   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14205   algorithm: "plot_perf_box_name"
14206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14208   include:
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215   layout:
14216     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14217     layout: "plot-throughput"
14218
14219 - type: "plot"
14220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14221   algorithm: "plot_perf_box_name"
14222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14224   include:
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14231   layout:
14232     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14233     layout: "plot-throughput"
14234
14235 - type: "plot"
14236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14237   algorithm: "plot_perf_box_name"
14238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14247   layout:
14248     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14249     layout: "plot-throughput"
14250
14251 - type: "plot"
14252   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14253   algorithm: "plot_perf_box_name"
14254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14262   layout:
14263     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14264     layout: "plot-throughput"
14265
14266 - type: "plot"
14267   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14268   algorithm: "plot_perf_box_name"
14269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14271   include:
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14277   layout:
14278     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14279     layout: "plot-throughput"
14280
14281 - type: "plot"
14282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14283   algorithm: "plot_perf_box_name"
14284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14286   include:
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14289   layout:
14290     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14291     layout: "plot-throughput"
14292
14293 - type: "plot"
14294   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14295   algorithm: "plot_perf_box_name"
14296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14301   layout:
14302     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14303     layout: "plot-throughput"
14304
14305 - type: "plot"
14306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14307   algorithm: "plot_perf_box_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "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"
14312     - "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"
14313   layout:
14314     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14315     layout: "plot-throughput"
14316
14317 - type: "plot"
14318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14319   algorithm: "plot_perf_box_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14322   include:
14323     - "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"
14324     - "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"
14325   layout:
14326     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14327     layout: "plot-throughput"
14328
14329 - type: "plot"
14330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14331   algorithm: "plot_perf_box_name"
14332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14334   include:
14335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14337   layout:
14338     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14339     layout: "plot-throughput"
14340
14341 - type: "plot"
14342   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14343   algorithm: "plot_perf_box_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14346   include:
14347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14349   layout:
14350     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14351     layout: "plot-throughput"
14352
14353 - type: "plot"
14354   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14355   algorithm: "plot_perf_box_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14358   include:
14359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361   layout:
14362     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14363     layout: "plot-throughput"
14364
14365 - type: "plot"
14366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14367   algorithm: "plot_perf_box_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14373   layout:
14374     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14375     layout: "plot-throughput"
14376
14377 - type: "plot"
14378   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14379   algorithm: "plot_perf_box_name"
14380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14382   include:
14383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14389   layout:
14390     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14391     layout: "plot-throughput"
14392
14393 - type: "plot"
14394   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14395   algorithm: "plot_perf_box_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14398   include:
14399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14405   layout:
14406     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14407     layout: "plot-throughput"
14408
14409 - type: "plot"
14410   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14411   algorithm: "plot_perf_box_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14414   include:
14415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14421   layout:
14422     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14423     layout: "plot-throughput"
14424
14425 - type: "plot"
14426   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14427   algorithm: "plot_perf_box_name"
14428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14430   include:
14431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14437   layout:
14438     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14439     layout: "plot-throughput"
14440
14441 #- type: "plot"
14442 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14443 #  algorithm: "plot_perf_box_name"
14444 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14445 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14446 #  include:
14447 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14448 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14449 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14450 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14451 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14452 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14453 #  layout:
14454 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14455 #    layout: "plot-throughput"
14456 #
14457 #- type: "plot"
14458 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14459 #  algorithm: "plot_perf_box_name"
14460 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14461 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14462 #  include:
14463 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14464 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14465 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14466 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14467 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14468 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14469 #  layout:
14470 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14471 #    layout: "plot-throughput"
14472
14473 - type: "plot"
14474   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14475   algorithm: "plot_perf_box_name"
14476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14478   include:
14479     - "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"
14480     - "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"
14481     - "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"
14482     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14483     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14484     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14485   layout:
14486     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14487     layout: "plot-throughput"
14488
14489 - type: "plot"
14490   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14491   algorithm: "plot_perf_box_name"
14492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14494   include:
14495     - "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"
14496     - "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"
14497     - "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"
14498     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14499     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14500     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14501   layout:
14502     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14503     layout: "plot-throughput"
14504
14505 ################################################################################
14506
14507 # Packet Speedup
14508
14509 - type: "plot"
14510   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14511   algorithm: "plot_tsa_name"
14512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14514   include:
14515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14519   layout:
14520     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14528   include:
14529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14533   layout:
14534     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14542   include:
14543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14547   layout:
14548     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14549     layout: "plot-throughput-speedup-analysis"
14550
14551 - type: "plot"
14552   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14553   algorithm: "plot_tsa_name"
14554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14556   include:
14557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14561   layout:
14562     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14576   layout:
14577     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14591   layout:
14592     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14600   include:
14601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14604     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14605     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14606   layout:
14607     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14618     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14619     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14620     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14621   layout:
14622     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14637   layout:
14638     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14653   layout:
14654     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14662   include:
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14668   layout:
14669     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14677   include:
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14683   layout:
14684     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14692   include:
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14696   layout:
14697     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14698     layout: "plot-throughput-speedup-analysis"
14699
14700 - type: "plot"
14701   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14702   algorithm: "plot_tsa_name"
14703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14705   include:
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14709   layout:
14710     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14718   include:
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14724   layout:
14725     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14726     layout: "plot-throughput-speedup-analysis"
14727
14728 - type: "plot"
14729   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14730   algorithm: "plot_tsa_name"
14731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14733   include:
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14739   layout:
14740     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14741     layout: "plot-throughput-speedup-analysis"
14742
14743 - type: "plot"
14744   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14745   algorithm: "plot_tsa_name"
14746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14748   include:
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14752   layout:
14753     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14765   layout:
14766     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14767     layout: "plot-throughput-speedup-analysis"
14768
14769 - type: "plot"
14770   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14771   algorithm: "plot_tsa_name"
14772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14781   layout:
14782     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14797   layout:
14798     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14799     layout: "plot-throughput-speedup-analysis"
14800
14801 - type: "plot"
14802   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14803   algorithm: "plot_tsa_name"
14804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14806   include:
14807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14813   layout:
14814     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14829   layout:
14830     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14838   include:
14839     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14842   layout:
14843     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 - type: "plot"
14847   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14848   algorithm: "plot_tsa_name"
14849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14851   include:
14852     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14855   layout:
14856     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14857     layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14864   include:
14865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14868 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14869 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14870   layout:
14871     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14879   include:
14880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14883 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14884 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14885   layout:
14886     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14900   layout:
14901     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14909   include:
14910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14915   layout:
14916     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14924   include:
14925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14930   layout:
14931     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14945   layout:
14946     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14954   include:
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14961   layout:
14962     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14977   layout:
14978     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14986   include:
14987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14993   layout:
14994     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15009   layout:
15010     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15011     layout: "plot-throughput-speedup-analysis"
15012
15013 - type: "plot"
15014   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15015   algorithm: "plot_tsa_name"
15016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15018   include:
15019     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15021   layout:
15022     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15030   include:
15031     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15033   layout:
15034     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15047   layout:
15048     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 - type: "plot"
15052   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15053   algorithm: "plot_tsa_name"
15054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15056   include:
15057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15061   layout:
15062     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15075   layout:
15076     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15077     layout: "plot-throughput-speedup-analysis"
15078
15079 - type: "plot"
15080   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15081   algorithm: "plot_tsa_name"
15082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15084   include:
15085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15089   layout:
15090     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15105   layout:
15106     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15121   layout:
15122     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15130   include:
15131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15136   layout:
15137     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15145   include:
15146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15151   layout:
15152     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15166   layout:
15167     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15181   layout:
15182     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15190   include:
15191     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15194   layout:
15195     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15203   include:
15204     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15207   layout:
15208     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15220   layout:
15221     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15229   include:
15230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15233   layout:
15234     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15242   include:
15243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15248   layout:
15249     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 - type: "plot"
15253   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15254   algorithm: "plot_tsa_name"
15255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15257   include:
15258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15263   layout:
15264     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15272   include:
15273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15278   layout:
15279     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15293   layout:
15294     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15295     layout: "plot-throughput-speedup-analysis"
15296
15297 - type: "plot"
15298   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15299   algorithm: "plot_tsa_name"
15300   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15302   include:
15303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15309   layout:
15310     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15318   include:
15319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15322     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15325   layout:
15326     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15334   include:
15335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15339   layout:
15340     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15341     layout: "plot-throughput-speedup-analysis"
15342
15343 - type: "plot"
15344   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15345   algorithm: "plot_tsa_name"
15346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15348   include:
15349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15353   layout:
15354     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15362   include:
15363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15369   layout:
15370     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15371     layout: "plot-throughput-speedup-analysis"
15372
15373 - type: "plot"
15374   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15375   algorithm: "plot_tsa_name"
15376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15378   include:
15379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15385   layout:
15386     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 - type: "plot"
15390   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15391   algorithm: "plot_tsa_name"
15392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15394   include:
15395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15398     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15399     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15401   layout:
15402     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15403     layout: "plot-throughput-speedup-analysis"
15404
15405 - type: "plot"
15406   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15407   algorithm: "plot_tsa_name"
15408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15410   include:
15411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15413     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15414     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15415     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15416     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15417   layout:
15418     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15419     layout: "plot-throughput-speedup-analysis"
15420
15421 - type: "plot"
15422   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15423   algorithm: "plot_tsa_name"
15424   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15426   include:
15427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15433   layout:
15434     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15435     layout: "plot-throughput-speedup-analysis"
15436
15437 - type: "plot"
15438   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15439   algorithm: "plot_tsa_name"
15440   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15442   include:
15443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15449   layout:
15450     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15458   include:
15459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15465   layout:
15466     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15474   include:
15475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15481   layout:
15482     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15490   include:
15491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15497   layout:
15498     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15499     layout: "plot-throughput-speedup-analysis"
15500
15501 - type: "plot"
15502   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15503   algorithm: "plot_tsa_name"
15504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15506   include:
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15513   layout:
15514     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15522   include:
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15527   layout:
15528     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15536   include:
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15541   layout:
15542     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15550   include:
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15555   layout:
15556     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15564   include:
15565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15569   layout:
15570     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15571     layout: "plot-throughput-speedup-analysis"
15572
15573 - type: "plot"
15574   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15575   algorithm: "plot_tsa_name"
15576   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15578   include:
15579     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15585   layout:
15586     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15594   include:
15595     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15601   layout:
15602     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15616   layout:
15617     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15618     layout: "plot-throughput-speedup-analysis"
15619
15620 - type: "plot"
15621   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15622   algorithm: "plot_tsa_name"
15623   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15625   include:
15626     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15631   layout:
15632     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15633     layout: "plot-throughput-speedup-analysis"
15634
15635 - type: "plot"
15636   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15637   algorithm: "plot_tsa_name"
15638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15640   include:
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15646   layout:
15647     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15655   include:
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15661   layout:
15662     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15670   include:
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15675   layout:
15676     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15677     layout: "plot-throughput-speedup-analysis"
15678
15679 - type: "plot"
15680   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15681   algorithm: "plot_tsa_name"
15682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15684   include:
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15689   layout:
15690     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15698   include:
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15705   layout:
15706     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15714   include:
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15721   layout:
15722     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15723     layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15730   include:
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15737   layout:
15738     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15746   include:
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15753   layout:
15754     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15755     layout: "plot-throughput-speedup-analysis"
15756
15757 - type: "plot"
15758   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15759   algorithm: "plot_tsa_name"
15760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15762   include:
15763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15769   layout:
15770     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15771     layout: "plot-throughput-speedup-analysis"
15772
15773 - type: "plot"
15774   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15775   algorithm: "plot_tsa_name"
15776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15778   include:
15779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15785   layout:
15786     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15794   include:
15795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15798     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15801   layout:
15802     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15803     layout: "plot-throughput-speedup-analysis"
15804
15805 - type: "plot"
15806   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15807   algorithm: "plot_tsa_name"
15808   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15810   include:
15811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15817   layout:
15818     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15819     layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15826   include:
15827     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15828     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15829     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15830     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15833   layout:
15834     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15842   include:
15843     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15844     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15845     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15846     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15847     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15849   layout:
15850     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15851     layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15858   include:
15859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15864   layout:
15865     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15866     layout: "plot-throughput-speedup-analysis"
15867
15868 - type: "plot"
15869   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15870   algorithm: "plot_tsa_name"
15871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15873   include:
15874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15879   layout:
15880     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15888   include:
15889     - "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"
15890     - "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"
15891     - "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"
15892     - "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"
15893     - "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"
15894   layout:
15895     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15896     layout: "plot-throughput-speedup-analysis"
15897
15898 - type: "plot"
15899   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15900   algorithm: "plot_tsa_name"
15901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15903   include:
15904     - "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"
15905     - "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"
15906     - "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"
15907     - "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"
15908     - "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"
15909   layout:
15910     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 - type: "plot"
15914   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15915   algorithm: "plot_tsa_name"
15916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15918   include:
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15924   layout:
15925     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15933   include:
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15939   layout:
15940     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15948   include:
15949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15954   layout:
15955     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15963   include:
15964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15969   layout:
15970     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15978   include:
15979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15984   layout:
15985     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15986     layout: "plot-throughput-speedup-analysis"
15987
15988 - type: "plot"
15989   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15990   algorithm: "plot_tsa_name"
15991   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15993   include:
15994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15999   layout:
16000     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16008   include:
16009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16014   layout:
16015     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16016     layout: "plot-throughput-speedup-analysis"
16017
16018 - type: "plot"
16019   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16020   algorithm: "plot_tsa_name"
16021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16023   include:
16024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16029   layout:
16030     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16038   include:
16039     - "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"
16040     - "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"
16041     - "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"
16042     - "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"
16043   layout:
16044     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16045     layout: "plot-throughput-speedup-analysis"
16046
16047 - type: "plot"
16048   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16049   algorithm: "plot_tsa_name"
16050   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16052   include:
16053     - "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"
16054     - "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"
16055     - "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"
16056     - "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"
16057   layout:
16058     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16059     layout: "plot-throughput-speedup-analysis"
16060
16061 - type: "plot"
16062   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16063   algorithm: "plot_tsa_name"
16064   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16066   include:
16067     - "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"
16068     - "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"
16069     - "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"
16070     - "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"
16071   layout:
16072     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16073     layout: "plot-throughput-speedup-analysis"
16074
16075 - type: "plot"
16076   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16077   algorithm: "plot_tsa_name"
16078   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16080   include:
16081     - "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"
16082     - "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"
16083     - "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"
16084     - "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"
16085   layout:
16086     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16087     layout: "plot-throughput-speedup-analysis"
16088
16089 - type: "plot"
16090   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16091   algorithm: "plot_tsa_name"
16092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16094   include:
16095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16101   layout:
16102     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16103     layout: "plot-throughput-speedup-analysis"
16104
16105 - type: "plot"
16106   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16107   algorithm: "plot_tsa_name"
16108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16110   include:
16111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16117   layout:
16118     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16119     layout: "plot-throughput-speedup-analysis"
16120
16121 - type: "plot"
16122   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16123   algorithm: "plot_tsa_name"
16124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16126   include:
16127     - "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"
16128     - "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"
16129     - "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"
16130     - "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"
16131     - "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"
16132     - "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"
16133   layout:
16134     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16135     layout: "plot-throughput-speedup-analysis"
16136
16137 - type: "plot"
16138   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16139   algorithm: "plot_tsa_name"
16140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16142   include:
16143     - "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"
16144     - "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"
16145     - "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"
16146     - "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"
16147     - "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"
16148     - "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"
16149   layout:
16150     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16151     layout: "plot-throughput-speedup-analysis"
16152
16153 - type: "plot"
16154   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16155   algorithm: "plot_tsa_name"
16156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16158   include:
16159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16165   layout:
16166     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16174   include:
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16181   layout:
16182     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 - type: "plot"
16186   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16187   algorithm: "plot_tsa_name"
16188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16190   include:
16191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16196   layout:
16197     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16205   include:
16206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16211   layout:
16212     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16220   include:
16221     - "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"
16222     - "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"
16223   layout:
16224     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16225     layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16232   include:
16233     - "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"
16234     - "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"
16235   layout:
16236     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16237     layout: "plot-throughput-speedup-analysis"
16238
16239 - type: "plot"
16240   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16241   algorithm: "plot_tsa_name"
16242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16244   include:
16245     - "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"
16246     - "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"
16247   layout:
16248     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16256   include:
16257     - "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"
16258     - "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"
16259   layout:
16260     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16268   include:
16269     - "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"
16270     - "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"
16271     - "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"
16272     - "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"
16273     - "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"
16274     - "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"
16275   layout:
16276     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16284   include:
16285     - "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"
16286     - "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"
16287     - "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"
16288     - "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"
16289     - "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"
16290     - "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"
16291   layout:
16292     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16300   include:
16301     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16302     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16303     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16304     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16305     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16306   layout:
16307     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16315   include:
16316     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16317     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16318     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16319     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16320     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16321   layout:
16322     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16330   include:
16331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16336   layout:
16337     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16345   include:
16346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16351   layout:
16352     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16360   include:
16361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16367   layout:
16368     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16376   include:
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16383   layout:
16384     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16392   include:
16393     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16397   layout:
16398     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16399     layout: "plot-throughput-speedup-analysis"
16400
16401 - type: "plot"
16402   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16403   algorithm: "plot_tsa_name"
16404   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16405   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16406   include:
16407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16411   layout:
16412     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16413     layout: "plot-throughput-speedup-analysis"
16414
16415 - type: "plot"
16416   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16417   algorithm: "plot_tsa_name"
16418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16420   include:
16421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16426   layout:
16427     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16435   include:
16436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16441   layout:
16442     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16450   include:
16451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16457   layout:
16458     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16466   include:
16467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16473   layout:
16474     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16475     layout: "plot-throughput-speedup-analysis"
16476
16477 - type: "plot"
16478   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16479   algorithm: "plot_tsa_name"
16480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16482   include:
16483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16487   layout:
16488     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16489     layout: "plot-throughput-speedup-analysis"
16490
16491 - type: "plot"
16492   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16493   algorithm: "plot_tsa_name"
16494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16496   include:
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16501   layout:
16502     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16503     layout: "plot-throughput-speedup-analysis"
16504
16505 - type: "plot"
16506   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16507   algorithm: "plot_tsa_name"
16508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16510   include:
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16517   layout:
16518     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16526   include:
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16533   layout:
16534     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16535     layout: "plot-throughput-speedup-analysis"
16536
16537 - type: "plot"
16538   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16539   algorithm: "plot_tsa_name"
16540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16542   include:
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16549   layout:
16550     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 - type: "plot"
16554   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16555   algorithm: "plot_tsa_name"
16556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16558   include:
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16565   layout:
16566     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16567     layout: "plot-throughput-speedup-analysis"
16568
16569 - type: "plot"
16570   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16571   algorithm: "plot_tsa_name"
16572   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16573   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16574   include:
16575     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16576     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16577     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16578     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16579     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16580     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16581   layout:
16582     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16583     layout: "plot-throughput-speedup-analysis"
16584
16585 - type: "plot"
16586   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16587   algorithm: "plot_tsa_name"
16588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16590   include:
16591     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16592     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16593     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16594     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16595     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16596     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16597   layout:
16598     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16599     layout: "plot-throughput-speedup-analysis"
16600
16601 - type: "plot"
16602   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16603   algorithm: "plot_tsa_name"
16604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16606   include:
16607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16613   layout:
16614     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16615     layout: "plot-throughput-speedup-analysis"
16616
16617 - type: "plot"
16618   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16619   algorithm: "plot_tsa_name"
16620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16622   include:
16623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16629   layout:
16630     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16631     layout: "plot-throughput-speedup-analysis"
16632
16633 - type: "plot"
16634   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16635   algorithm: "plot_tsa_name"
16636   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16637   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16638   include:
16639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16645   layout:
16646     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16647     layout: "plot-throughput-speedup-analysis"
16648
16649 - type: "plot"
16650   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16651   algorithm: "plot_tsa_name"
16652   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16653   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16654   include:
16655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16661   layout:
16662     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16663     layout: "plot-throughput-speedup-analysis"
16664
16665 #- type: "plot"
16666 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16667 #  algorithm: "plot_tsa_name"
16668 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16669 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16670 #  include:
16671 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16672 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16673 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16674 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16675 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16676 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16677 #  layout:
16678 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16679 #    layout: "plot-throughput-speedup-analysis"
16680 #
16681 #- type: "plot"
16682 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16683 #  algorithm: "plot_tsa_name"
16684 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16685 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16686 #  include:
16687 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16688 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16689 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16690 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16691 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16693 #  layout:
16694 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16695 #    layout: "plot-throughput-speedup-analysis"
16696
16697 - type: "plot"
16698   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16699   algorithm: "plot_tsa_name"
16700   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16701   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16702   include:
16703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16708   layout:
16709     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16710     layout: "plot-throughput-speedup-analysis"
16711
16712 - type: "plot"
16713   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16714   algorithm: "plot_tsa_name"
16715   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16716   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16717   include:
16718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16723   layout:
16724     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16725     layout: "plot-throughput-speedup-analysis"
16726
16727 - type: "plot"
16728   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16729   algorithm: "plot_tsa_name"
16730   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16731   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16732   include:
16733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16739   layout:
16740     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16741     layout: "plot-throughput-speedup-analysis"
16742
16743 - type: "plot"
16744   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16745   algorithm: "plot_tsa_name"
16746   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16747   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16748   include:
16749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16755   layout:
16756     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16757     layout: "plot-throughput-speedup-analysis"
16758
16759 - type: "plot"
16760   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16761   algorithm: "plot_tsa_name"
16762   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16763   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16764   include:
16765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16770   layout:
16771     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16772     layout: "plot-throughput-speedup-analysis"
16773
16774 - type: "plot"
16775   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16776   algorithm: "plot_tsa_name"
16777   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16778   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16779   include:
16780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16785   layout:
16786     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16787     layout: "plot-throughput-speedup-analysis"
16788
16789 #- type: "plot"
16790 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16791 #  algorithm: "plot_tsa_name"
16792 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16793 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16794 #  include:
16795 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16796 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16797 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16798 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16799 #  layout:
16800 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16801 #    layout: "plot-throughput-speedup-analysis"
16802 #
16803 #- type: "plot"
16804 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16805 #  algorithm: "plot_tsa_name"
16806 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16807 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16808 #  include:
16809 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16810 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16811 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16812 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16813 #  layout:
16814 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16815 #    layout: "plot-throughput-speedup-analysis"
16816
16817 - type: "plot"
16818   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16819   algorithm: "plot_tsa_name"
16820   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16821   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16822   include:
16823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16829   layout:
16830     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 - type: "plot"
16834   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16835   algorithm: "plot_tsa_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16837   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16838   include:
16839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16845   layout:
16846     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16847     layout: "plot-throughput-speedup-analysis"
16848
16849 - type: "plot"
16850   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16851   algorithm: "plot_tsa_name"
16852   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16853   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16854   include:
16855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16860   layout:
16861     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16862     layout: "plot-throughput-speedup-analysis"
16863
16864 - type: "plot"
16865   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16866   algorithm: "plot_tsa_name"
16867   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16868   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16869   include:
16870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16875   layout:
16876     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16877     layout: "plot-throughput-speedup-analysis"
16878
16879 - type: "plot"
16880   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16881   algorithm: "plot_tsa_name"
16882   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16883   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16884   include:
16885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16891   layout:
16892     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16893     layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16899   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16900   include:
16901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16907   layout:
16908     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16909     layout: "plot-throughput-speedup-analysis"
16910
16911 - type: "plot"
16912   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16913   algorithm: "plot_tsa_name"
16914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16916   include:
16917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16921   layout:
16922     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16935   layout:
16936     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16937     layout: "plot-throughput-speedup-analysis"
16938
16939 - type: "plot"
16940   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16941   algorithm: "plot_tsa_name"
16942   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16943   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16944   include:
16945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16950   layout:
16951     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16952     layout: "plot-throughput-speedup-analysis"
16953
16954 - type: "plot"
16955   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16956   algorithm: "plot_tsa_name"
16957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16959   include:
16960     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16965   layout:
16966     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16967     layout: "plot-throughput-speedup-analysis"
16968
16969 - type: "plot"
16970   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16971   algorithm: "plot_tsa_name"
16972   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16973   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16974   include:
16975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16981   layout:
16982     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16983     layout: "plot-throughput-speedup-analysis"
16984
16985 - type: "plot"
16986   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16987   algorithm: "plot_tsa_name"
16988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16990   include:
16991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16997   layout:
16998     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16999     layout: "plot-throughput-speedup-analysis"
17000
17001 #- type: "plot"
17002 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17003 #  algorithm: "plot_tsa_name"
17004 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17005 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17006 #  include:
17007 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17008 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17009 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17010 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17011 #  layout:
17012 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17013 #    layout: "plot-throughput-speedup-analysis"
17014 #
17015 #- type: "plot"
17016 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17017 #  algorithm: "plot_tsa_name"
17018 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17019 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17020 #  include:
17021 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17022 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17023 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17024 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17025 #  layout:
17026 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17027 #    layout: "plot-throughput-speedup-analysis"
17028
17029 - type: "plot"
17030   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17031   algorithm: "plot_tsa_name"
17032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17034   include:
17035     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17036     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17037     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17038     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17040     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17041   layout:
17042     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17043     layout: "plot-throughput-speedup-analysis"
17044
17045 - type: "plot"
17046   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17047   algorithm: "plot_tsa_name"
17048   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17049   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17050   include:
17051     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17052     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17053     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17054     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17057   layout:
17058     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17059     layout: "plot-throughput-speedup-analysis"
17060
17061 #- type: "plot"
17062 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17063 #  algorithm: "plot_tsa_name"
17064 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17065 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17066 #  include:
17067 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17068 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17069 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17070 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17071 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17072 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17073 #  layout:
17074 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17075 #    layout: "plot-throughput-speedup-analysis"
17076 #
17077 #- type: "plot"
17078 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17079 #  algorithm: "plot_tsa_name"
17080 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17081 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17082 #  include:
17083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17085 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17086 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17087 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17088 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17089 #  layout:
17090 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17091 #    layout: "plot-throughput-speedup-analysis"
17092
17093 #- type: "plot"
17094 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17095 #  algorithm: "plot_tsa_name"
17096 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17097 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17098 #  include:
17099 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17100 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17101 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17102 #  layout:
17103 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17104 #    layout: "plot-throughput-speedup-analysis"
17105 #
17106 #- type: "plot"
17107 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17108 #  algorithm: "plot_tsa_name"
17109 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17110 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17111 #  include:
17112 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17113 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17114 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17115 #  layout:
17116 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17117 #    layout: "plot-throughput-speedup-analysis"
17118
17119 ################################################################################
17120
17121 # Packet Throughput - DPDK
17122
17123 # 2n-skx-xxv710
17124
17125 - type: "plot"
17126   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17129   data: "plot-dpdk-throughput-latency-2n-skx"
17130   include:
17131     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17132     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17133   layout:
17134     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17141   data: "plot-dpdk-throughput-latency-2n-skx"
17142   include:
17143     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17144     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17145   layout:
17146     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17153   data: "plot-dpdk-throughput-latency-2n-skx"
17154   include:
17155     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17156     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17157   layout:
17158     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17165   data: "plot-dpdk-throughput-latency-2n-skx"
17166   include:
17167     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17168     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17169   layout:
17170     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17171     layout: "plot-throughput"
17172
17173 # 2n-skx-x710
17174
17175 - type: "plot"
17176   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17177   algorithm: "plot_perf_box_name"
17178   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17179   data: "plot-dpdk-throughput-latency-2n-skx"
17180   include:
17181     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17182     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17183   layout:
17184     title: "2n-skx-x710-64b-2t1c-base-ndr"
17185     layout: "plot-throughput"
17186
17187 - type: "plot"
17188   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17189   algorithm: "plot_perf_box_name"
17190   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17191   data: "plot-dpdk-throughput-latency-2n-skx"
17192   include:
17193     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17194     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17195   layout:
17196     title: "2n-skx-x710-64b-4t2c-base-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17203   data: "plot-dpdk-throughput-latency-2n-skx"
17204   include:
17205     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17206     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17207   layout:
17208     title: "2n-skx-x710-64b-2t1c-base-pdr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17215   data: "plot-dpdk-throughput-latency-2n-skx"
17216   include:
17217     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17218     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17219   layout:
17220     title: "2n-skx-x710-64b-4t2c-base-pdr"
17221     layout: "plot-throughput"
17222
17223 # 3n-skx-xxv710
17224
17225 - type: "plot"
17226   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17229   data: "plot-dpdk-throughput-latency-3n-skx"
17230   include:
17231     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17232     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17233   layout:
17234     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17241   data: "plot-dpdk-throughput-latency-3n-skx"
17242   include:
17243     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17244     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17245   layout:
17246     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17253   data: "plot-dpdk-throughput-latency-3n-skx"
17254   include:
17255     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17256     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17257   layout:
17258     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17265   data: "plot-dpdk-throughput-latency-3n-skx"
17266   include:
17267     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17268     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17269   layout:
17270     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17271     layout: "plot-throughput"
17272
17273 # 3n-skx-x710
17274
17275 - type: "plot"
17276   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17277   algorithm: "plot_perf_box_name"
17278   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17279   data: "plot-dpdk-throughput-latency-3n-skx"
17280   include:
17281     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17282     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17283   layout:
17284     title: "3n-skx-x710-64b-2t1c-base-ndr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17291   data: "plot-dpdk-throughput-latency-3n-skx"
17292   include:
17293     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17294     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17295   layout:
17296     title: "3n-skx-x710-64b-4t2c-base-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17303   data: "plot-dpdk-throughput-latency-3n-skx"
17304   include:
17305     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17306     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17307   layout:
17308     title: "3n-skx-x710-64b-2t1c-base-pdr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17315   data: "plot-dpdk-throughput-latency-3n-skx"
17316   include:
17317     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17318     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17319   layout:
17320     title: "3n-skx-x710-64b-4t2c-base-pdr"
17321     layout: "plot-throughput"
17322
17323 # 3n-hsw-xl710
17324
17325 - type: "plot"
17326   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17329   data: "plot-dpdk-throughput-latency-3n-hsw"
17330   include:
17331     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17332     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17333   layout:
17334     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17341   data: "plot-dpdk-throughput-latency-3n-hsw"
17342   include:
17343     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17344     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17345   layout:
17346     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17353   data: "plot-dpdk-throughput-latency-3n-hsw"
17354   include:
17355     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17356     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17357   layout:
17358     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17365   data: "plot-dpdk-throughput-latency-3n-hsw"
17366   include:
17367     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17368     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17369   layout:
17370     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17371     layout: "plot-throughput"
17372
17373 # 3n-hsw-x710
17374
17375 - type: "plot"
17376   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17379   data: "plot-dpdk-throughput-latency-3n-hsw"
17380   include:
17381     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17382     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17383   layout:
17384     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17391   data: "plot-dpdk-throughput-latency-3n-hsw"
17392   include:
17393     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17394     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17395   layout:
17396     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17403   data: "plot-dpdk-throughput-latency-3n-hsw"
17404   include:
17405     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17406     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17407   layout:
17408     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17409     layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17415   data: "plot-dpdk-throughput-latency-3n-hsw"
17416   include:
17417     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17418     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17419   layout:
17420     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17421     layout: "plot-throughput"
17422
17423 # 2n-dnv-x553
17424
17425 - type: "plot"
17426   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17427   algorithm: "plot_perf_box_name"
17428   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17429   data: "plot-dpdk-throughput-latency-2n-dnv"
17430   include:
17431     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17432     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17433   layout:
17434     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17441   data: "plot-dpdk-throughput-latency-2n-dnv"
17442   include:
17443     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17444     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17445   layout:
17446     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17453   data: "plot-dpdk-throughput-latency-2n-dnv"
17454   include:
17455     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17456     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17457   layout:
17458     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17459     layout: "plot-throughput"
17460
17461 - type: "plot"
17462   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17463   algorithm: "plot_perf_box_name"
17464   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17465   data: "plot-dpdk-throughput-latency-2n-dnv"
17466   include:
17467     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17468     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17469   layout:
17470     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17471     layout: "plot-throughput"
17472
17473 # 3n-dnv-x553
17474
17475 - type: "plot"
17476   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17479   data: "plot-dpdk-throughput-latency-3n-dnv"
17480   include:
17481     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17482     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17483   layout:
17484     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17485     layout: "plot-throughput"
17486
17487 - type: "plot"
17488   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17489   algorithm: "plot_perf_box_name"
17490   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17491   data: "plot-dpdk-throughput-latency-3n-dnv"
17492   include:
17493     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17494     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17495   layout:
17496     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17503   data: "plot-dpdk-throughput-latency-3n-dnv"
17504   include:
17505     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17506     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17507   layout:
17508     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17509     layout: "plot-throughput"
17510
17511 - type: "plot"
17512   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17513   algorithm: "plot_perf_box_name"
17514   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17515   data: "plot-dpdk-throughput-latency-3n-dnv"
17516   include:
17517     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17518     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17519   layout:
17520     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17521     layout: "plot-throughput"
17522
17523 # 3n-tsh-x520
17524
17525 - type: "plot"
17526   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17527   algorithm: "plot_perf_box_name"
17528   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17529   data: "plot-dpdk-throughput-latency-3n-tsh"
17530   include:
17531     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17532     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17533   layout:
17534     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17541   data: "plot-dpdk-throughput-latency-3n-tsh"
17542   include:
17543     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17544     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17545   layout:
17546     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17553   data: "plot-dpdk-throughput-latency-3n-tsh"
17554   include:
17555     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17556     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17557   layout:
17558     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17559     layout: "plot-throughput"
17560
17561 - type: "plot"
17562   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17563   algorithm: "plot_perf_box_name"
17564   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17565   data: "plot-dpdk-throughput-latency-3n-tsh"
17566   include:
17567     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17568     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17569   layout:
17570     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17571     layout: "plot-throughput"
17572
17573 ################################################################################
17574 ###   2n-clx                                                                 ###
17575 ################################################################################
17576
17577 # Packet Throughput
17578
17579 - type: "plot"
17580   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17584   include:
17585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17589   layout:
17590     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17591     layout: "plot-throughput"
17592
17593 - type: "plot"
17594   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17595   algorithm: "plot_perf_box_name"
17596   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17598   include:
17599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17603   layout:
17604     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17605     layout: "plot-throughput"
17606
17607 - type: "plot"
17608   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17609   algorithm: "plot_perf_box_name"
17610   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17612   include:
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17617   layout:
17618     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17619     layout: "plot-throughput"
17620
17621 - type: "plot"
17622   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17623   algorithm: "plot_perf_box_name"
17624   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17626   include:
17627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17631   layout:
17632     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17633     layout: "plot-throughput"
17634
17635 - type: "plot"
17636   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17637   algorithm: "plot_perf_box_name"
17638   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17640   include:
17641     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17642     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17643     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17644     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17645   layout:
17646     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17647     layout: "plot-throughput"
17648
17649 - type: "plot"
17650   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17651   algorithm: "plot_perf_box_name"
17652   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17654   include:
17655     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17656     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17657     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17658     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17659   layout:
17660     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17661     layout: "plot-throughput"
17662
17663 - type: "plot"
17664   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17665   algorithm: "plot_perf_box_name"
17666   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17668   include:
17669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17675   layout:
17676     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17677     layout: "plot-throughput"
17678
17679 - type: "plot"
17680   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17681   algorithm: "plot_perf_box_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17690   layout:
17691     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17692     layout: "plot-throughput"
17693
17694 - type: "plot"
17695   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17696   algorithm: "plot_perf_box_name"
17697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17699   include:
17700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17704   layout:
17705     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17713   include:
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17718   layout:
17719     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17724   algorithm: "plot_perf_box_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17731   layout:
17732     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17733     layout: "plot-throughput"
17734
17735 - type: "plot"
17736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17737   algorithm: "plot_perf_box_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17746     layout: "plot-throughput"
17747
17748 - type: "plot"
17749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17750   algorithm: "plot_perf_box_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17759   layout:
17760     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17761     layout: "plot-throughput"
17762
17763 - type: "plot"
17764   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17765   algorithm: "plot_perf_box_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17774   layout:
17775     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17776     layout: "plot-throughput"
17777
17778 - type: "plot"
17779   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17780   algorithm: "plot_perf_box_name"
17781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17783   include:
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17787   layout:
17788     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17789     layout: "plot-throughput"
17790
17791 - type: "plot"
17792   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17793   algorithm: "plot_perf_box_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17800   layout:
17801     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17802     layout: "plot-throughput"
17803
17804 - type: "plot"
17805   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17806   algorithm: "plot_perf_box_name"
17807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17809   include:
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17816   layout:
17817     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17818     layout: "plot-throughput"
17819
17820 - type: "plot"
17821   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17822   algorithm: "plot_perf_box_name"
17823   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17825   include:
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17832   layout:
17833     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17834     layout: "plot-throughput"
17835
17836 - type: "plot"
17837   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17838   algorithm: "plot_perf_box_name"
17839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17841   include:
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17848   layout:
17849     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17850     layout: "plot-throughput"
17851
17852 - type: "plot"
17853   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17854   algorithm: "plot_perf_box_name"
17855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17857   include:
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17864   layout:
17865     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17870   algorithm: "plot_perf_box_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17876   layout:
17877     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17878     layout: "plot-throughput"
17879
17880 - type: "plot"
17881   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17882   algorithm: "plot_perf_box_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17888   layout:
17889     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17890     layout: "plot-throughput"
17891
17892 - type: "plot"
17893   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17894   algorithm: "plot_perf_box_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17904   layout:
17905     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17920   layout:
17921     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17922     layout: "plot-throughput"
17923
17924 - type: "plot"
17925   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17926   algorithm: "plot_perf_box_name"
17927   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17929   include:
17930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17936   layout:
17937     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17938     layout: "plot-throughput"
17939
17940 - type: "plot"
17941   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17942   algorithm: "plot_perf_box_name"
17943   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17945   include:
17946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17952   layout:
17953     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17958   algorithm: "plot_perf_box_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17968   layout:
17969     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17970     layout: "plot-throughput"
17971
17972 - type: "plot"
17973   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17974   algorithm: "plot_perf_box_name"
17975   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17977   include:
17978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17984   layout:
17985     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17999   layout:
18000     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18014   layout:
18015     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18029   layout:
18030     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18044   layout:
18045     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18055     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18059   layout:
18060     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18074   layout:
18075     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18076     layout: "plot-throughput"
18077
18078 - type: "plot"
18079   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18080   algorithm: "plot_perf_box_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18089   layout:
18090     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18091     layout: "plot-throughput"
18092
18093 - type: "plot"
18094   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18095   algorithm: "plot_perf_box_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18104   layout:
18105     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18110   algorithm: "plot_perf_box_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18119   layout:
18120     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18121     layout: "plot-throughput"
18122
18123 - type: "plot"
18124   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18125   algorithm: "plot_perf_box_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18134   layout:
18135     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18136     layout: "plot-throughput"
18137
18138 - type: "plot"
18139   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18140   algorithm: "plot_perf_box_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18150   layout:
18151     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18166   layout:
18167     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18168     layout: "plot-throughput"
18169
18170 - type: "plot"
18171   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18172   algorithm: "plot_perf_box_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18180   layout:
18181     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18182     layout: "plot-throughput"
18183
18184 - type: "plot"
18185   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18186   algorithm: "plot_perf_box_name"
18187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18189   include:
18190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18194   layout:
18195     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18196     layout: "plot-throughput"
18197
18198 - type: "plot"
18199   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18200   algorithm: "plot_perf_box_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18226   layout:
18227     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18240   layout:
18241     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18242     layout: "plot-throughput"
18243
18244 - type: "plot"
18245   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18246   algorithm: "plot_perf_box_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18254   layout:
18255     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18256     layout: "plot-throughput"
18257
18258 - type: "plot"
18259   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18260   algorithm: "plot_perf_box_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18263   include:
18264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18270   layout:
18271     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18272     layout: "plot-throughput"
18273
18274 - type: "plot"
18275   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18276   algorithm: "plot_perf_box_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18286   layout:
18287     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18288     layout: "plot-throughput"
18289
18290 - type: "plot"
18291   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18292   algorithm: "plot_perf_box_name"
18293   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18295   include:
18296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18300   layout:
18301     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18302     layout: "plot-throughput"
18303
18304 - type: "plot"
18305   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18306   algorithm: "plot_perf_box_name"
18307   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18309   include:
18310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18314   layout:
18315     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18316     layout: "plot-throughput"
18317
18318 - type: "plot"
18319   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18320   algorithm: "plot_perf_box_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18323   include:
18324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18329   layout:
18330     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18331     layout: "plot-throughput"
18332
18333 - type: "plot"
18334   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18335   algorithm: "plot_perf_box_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18338   include:
18339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18344   layout:
18345     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18346     layout: "plot-throughput"
18347
18348 - type: "plot"
18349   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18350   algorithm: "plot_perf_box_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "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"
18355     - "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"
18356     - "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"
18357     - "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"
18358     - "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"
18359   layout:
18360     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18361     layout: "plot-throughput"
18362
18363 - type: "plot"
18364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18365   algorithm: "plot_perf_box_name"
18366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18368   include:
18369     - "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"
18370     - "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"
18371     - "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"
18372     - "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"
18373     - "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"
18374   layout:
18375     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18376     layout: "plot-throughput"
18377
18378 - type: "plot"
18379   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18380   algorithm: "plot_perf_box_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18389   layout:
18390     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18391     layout: "plot-throughput"
18392
18393 - type: "plot"
18394   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18395   algorithm: "plot_perf_box_name"
18396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18398   include:
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18404   layout:
18405     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18406     layout: "plot-throughput"
18407
18408 - type: "plot"
18409   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18410   algorithm: "plot_perf_box_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18419   layout:
18420     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18421     layout: "plot-throughput"
18422
18423 - type: "plot"
18424   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18425   algorithm: "plot_perf_box_name"
18426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18428   include:
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18434   layout:
18435     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18436     layout: "plot-throughput"
18437
18438 - type: "plot"
18439   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18440   algorithm: "plot_perf_box_name"
18441   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18443   include:
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18448   layout:
18449     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18450     layout: "plot-throughput"
18451
18452 - type: "plot"
18453   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18454   algorithm: "plot_perf_box_name"
18455   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18457   include:
18458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18462   layout:
18463     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18464     layout: "plot-throughput"
18465
18466 - type: "plot"
18467   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18468   algorithm: "plot_perf_box_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "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"
18473     - "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"
18474     - "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"
18475     - "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"
18476   layout:
18477     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18478     layout: "plot-throughput"
18479
18480 - type: "plot"
18481   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18482   algorithm: "plot_perf_box_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "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"
18487     - "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"
18488     - "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"
18489     - "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"
18490   layout:
18491     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18492     layout: "plot-throughput"
18493
18494 - type: "plot"
18495   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18496   algorithm: "plot_perf_box_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "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"
18501     - "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"
18502     - "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"
18503     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18504     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18505     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18506   layout:
18507     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18508     layout: "plot-throughput"
18509
18510 - type: "plot"
18511   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18512   algorithm: "plot_perf_box_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "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"
18517     - "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"
18518     - "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"
18519     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18520     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18521     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18522   layout:
18523     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18524     layout: "plot-throughput"
18525
18526 ################################################################################
18527
18528 # Packet Speedup
18529
18530 - type: "plot"
18531   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18532   algorithm: "plot_tsa_name"
18533   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18535   include:
18536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18540   layout:
18541     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18542     layout: "plot-throughput-speedup-analysis"
18543
18544 - type: "plot"
18545   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18546   algorithm: "plot_tsa_name"
18547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18549   include:
18550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18554   layout:
18555     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18556     layout: "plot-throughput-speedup-analysis"
18557
18558 - type: "plot"
18559   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18560   algorithm: "plot_tsa_name"
18561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18563   include:
18564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18568   layout:
18569     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18570     layout: "plot-throughput-speedup-analysis"
18571
18572 - type: "plot"
18573   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18574   algorithm: "plot_tsa_name"
18575   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18577   include:
18578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18582   layout:
18583     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18593     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18594     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18595     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18596   layout:
18597     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18607     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18608     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18609     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18610   layout:
18611     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18612     layout: "plot-throughput-speedup-analysis"
18613
18614 - type: "plot"
18615   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18616   algorithm: "plot_tsa_name"
18617   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619   include:
18620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18626   layout:
18627     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18628     layout: "plot-throughput-speedup-analysis"
18629
18630 - type: "plot"
18631   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18632   algorithm: "plot_tsa_name"
18633   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18635   include:
18636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18642   layout:
18643     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18644     layout: "plot-throughput-speedup-analysis"
18645
18646 - type: "plot"
18647   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18648   algorithm: "plot_tsa_name"
18649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18651   include:
18652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18656   layout:
18657     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18658     layout: "plot-throughput-speedup-analysis"
18659
18660 - type: "plot"
18661   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18662   algorithm: "plot_tsa_name"
18663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18665   include:
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18670   layout:
18671     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18672     layout: "plot-throughput-speedup-analysis"
18673
18674 - type: "plot"
18675   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18676   algorithm: "plot_tsa_name"
18677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18679   include:
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18683   layout:
18684     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18696   layout:
18697     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18698     layout: "plot-throughput-speedup-analysis"
18699
18700 - type: "plot"
18701   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18702   algorithm: "plot_tsa_name"
18703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18705   include:
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18711   layout:
18712     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18713     layout: "plot-throughput-speedup-analysis"
18714
18715 - type: "plot"
18716   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18717   algorithm: "plot_tsa_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18726   layout:
18727     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18728     layout: "plot-throughput-speedup-analysis"
18729
18730 - type: "plot"
18731   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18732   algorithm: "plot_tsa_name"
18733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18735   include:
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18739   layout:
18740     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18741     layout: "plot-throughput-speedup-analysis"
18742
18743 - type: "plot"
18744   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18745   algorithm: "plot_tsa_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18752   layout:
18753     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18754     layout: "plot-throughput-speedup-analysis"
18755
18756 - type: "plot"
18757   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18758   algorithm: "plot_tsa_name"
18759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18761   include:
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18768   layout:
18769     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18770     layout: "plot-throughput-speedup-analysis"
18771
18772 - type: "plot"
18773   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18774   algorithm: "plot_tsa_name"
18775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18777   include:
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18784   layout:
18785     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18786     layout: "plot-throughput-speedup-analysis"
18787
18788 - type: "plot"
18789   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18790   algorithm: "plot_tsa_name"
18791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18793   include:
18794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18800   layout:
18801     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18802     layout: "plot-throughput-speedup-analysis"
18803
18804 - type: "plot"
18805   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18806   algorithm: "plot_tsa_name"
18807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18809   include:
18810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18816   layout:
18817     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18818     layout: "plot-throughput-speedup-analysis"
18819
18820 - type: "plot"
18821   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18822   algorithm: "plot_tsa_name"
18823   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18825   include:
18826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18828   layout:
18829     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18830     layout: "plot-throughput-speedup-analysis"
18831
18832 - type: "plot"
18833   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18834   algorithm: "plot_tsa_name"
18835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18837   include:
18838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18840   layout:
18841     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18842     layout: "plot-throughput-speedup-analysis"
18843
18844 - type: "plot"
18845   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18846   algorithm: "plot_tsa_name"
18847   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18849   include:
18850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18856   layout:
18857     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18858     layout: "plot-throughput-speedup-analysis"
18859
18860 - type: "plot"
18861   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18862   algorithm: "plot_tsa_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18865   include:
18866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18872   layout:
18873     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18874     layout: "plot-throughput-speedup-analysis"
18875
18876 - type: "plot"
18877   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18878   algorithm: "plot_tsa_name"
18879   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18881   include:
18882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18888   layout:
18889     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18890     layout: "plot-throughput-speedup-analysis"
18891
18892 - type: "plot"
18893   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18894   algorithm: "plot_tsa_name"
18895   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18897   include:
18898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18904   layout:
18905     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18906     layout: "plot-throughput-speedup-analysis"
18907
18908 - type: "plot"
18909   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18910   algorithm: "plot_tsa_name"
18911   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18913   include:
18914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18920   layout:
18921     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18922     layout: "plot-throughput-speedup-analysis"
18923
18924 - type: "plot"
18925   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18926   algorithm: "plot_tsa_name"
18927   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18929   include:
18930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18936   layout:
18937     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18951   layout:
18952     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18966   layout:
18967     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18968     layout: "plot-throughput-speedup-analysis"
18969
18970 - type: "plot"
18971   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18972   algorithm: "plot_tsa_name"
18973   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18975   include:
18976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18981   layout:
18982     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18996   layout:
18997     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18998     layout: "plot-throughput-speedup-analysis"
18999
19000 - type: "plot"
19001   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19002   algorithm: "plot_tsa_name"
19003   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19005   include:
19006     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19011   layout:
19012     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19020   include:
19021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19025     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19026   layout:
19027     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19028     layout: "plot-throughput-speedup-analysis"
19029
19030 - type: "plot"
19031   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19032   algorithm: "plot_tsa_name"
19033   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19035   include:
19036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19041   layout:
19042     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19043     layout: "plot-throughput-speedup-analysis"
19044
19045 - type: "plot"
19046   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19047   algorithm: "plot_tsa_name"
19048   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19050   include:
19051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19056   layout:
19057     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19058     layout: "plot-throughput-speedup-analysis"
19059
19060 - type: "plot"
19061   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19062   algorithm: "plot_tsa_name"
19063   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19065   include:
19066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19071   layout:
19072     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19073     layout: "plot-throughput-speedup-analysis"
19074
19075 - type: "plot"
19076   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19077   algorithm: "plot_tsa_name"
19078   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19080   include:
19081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19086   layout:
19087     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19088     layout: "plot-throughput-speedup-analysis"
19089
19090 - type: "plot"
19091   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19092   algorithm: "plot_tsa_name"
19093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19095   include:
19096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19102   layout:
19103     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19118   layout:
19119     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19120     layout: "plot-throughput-speedup-analysis"
19121
19122 - type: "plot"
19123   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19124   algorithm: "plot_tsa_name"
19125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19127   include:
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19132   layout:
19133     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19134     layout: "plot-throughput-speedup-analysis"
19135
19136 - type: "plot"
19137   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19138   algorithm: "plot_tsa_name"
19139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19141   include:
19142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19146   layout:
19147     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19148     layout: "plot-throughput-speedup-analysis"
19149
19150 - type: "plot"
19151   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19152   algorithm: "plot_tsa_name"
19153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19155   include:
19156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19162   layout:
19163     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19178   layout:
19179     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19180     layout: "plot-throughput-speedup-analysis"
19181
19182 - type: "plot"
19183   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19184   algorithm: "plot_tsa_name"
19185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19187   include:
19188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19192   layout:
19193     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19194     layout: "plot-throughput-speedup-analysis"
19195
19196 - type: "plot"
19197   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19198   algorithm: "plot_tsa_name"
19199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19201   include:
19202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19206   layout:
19207     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19208     layout: "plot-throughput-speedup-analysis"
19209
19210 - type: "plot"
19211   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19212   algorithm: "plot_tsa_name"
19213   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19215   include:
19216     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19217     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19222   layout:
19223     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19231   include:
19232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19233     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19238   layout:
19239     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19240     layout: "plot-throughput-speedup-analysis"
19241
19242 - type: "plot"
19243   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19244   algorithm: "plot_tsa_name"
19245   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19247   include:
19248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19249     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19252   layout:
19253     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19261   include:
19262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19266   layout:
19267     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19268     layout: "plot-throughput-speedup-analysis"
19269
19270 - type: "plot"
19271   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19272   algorithm: "plot_tsa_name"
19273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19275   include:
19276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19281   layout:
19282     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19283     layout: "plot-throughput-speedup-analysis"
19284
19285 - type: "plot"
19286   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19287   algorithm: "plot_tsa_name"
19288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19290   include:
19291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19296   layout:
19297     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19298     layout: "plot-throughput-speedup-analysis"
19299
19300 - type: "plot"
19301   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19302   algorithm: "plot_tsa_name"
19303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19305   include:
19306     - "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"
19307     - "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"
19308     - "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"
19309     - "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"
19310     - "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"
19311   layout:
19312     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19313     layout: "plot-throughput-speedup-analysis"
19314
19315 - type: "plot"
19316   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19317   algorithm: "plot_tsa_name"
19318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19320   include:
19321     - "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"
19322     - "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"
19323     - "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"
19324     - "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"
19325     - "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"
19326   layout:
19327     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19341   layout:
19342     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19356   layout:
19357     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19365   include:
19366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19371   layout:
19372     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19373     layout: "plot-throughput-speedup-analysis"
19374
19375 - type: "plot"
19376   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19377   algorithm: "plot_tsa_name"
19378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19380   include:
19381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19386   layout:
19387     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19388     layout: "plot-throughput-speedup-analysis"
19389
19390 - type: "plot"
19391   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19392   algorithm: "plot_tsa_name"
19393   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19395   include:
19396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19400   layout:
19401     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19402     layout: "plot-throughput-speedup-analysis"
19403
19404 - type: "plot"
19405   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19406   algorithm: "plot_tsa_name"
19407   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19409   include:
19410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19414   layout:
19415     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19416     layout: "plot-throughput-speedup-analysis"
19417
19418 - type: "plot"
19419   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19420   algorithm: "plot_tsa_name"
19421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19423   include:
19424     - "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"
19425     - "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"
19426     - "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"
19427     - "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"
19428   layout:
19429     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19430     layout: "plot-throughput-speedup-analysis"
19431
19432 - type: "plot"
19433   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19434   algorithm: "plot_tsa_name"
19435   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19437   include:
19438     - "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"
19439     - "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"
19440     - "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"
19441     - "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"
19442   layout:
19443     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19444     layout: "plot-throughput-speedup-analysis"
19445
19446 - type: "plot"
19447   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19448   algorithm: "plot_tsa_name"
19449   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19451   include:
19452     - "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"
19453     - "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"
19454     - "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"
19455     - "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"
19456     - "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"
19457     - "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"
19458   layout:
19459     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19460     layout: "plot-throughput-speedup-analysis"
19461
19462 - type: "plot"
19463   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19464   algorithm: "plot_tsa_name"
19465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19467   include:
19468     - "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"
19469     - "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"
19470     - "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"
19471     - "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"
19472     - "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"
19473     - "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"
19474   layout:
19475     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19476     layout: "plot-throughput-speedup-analysis"
19477
19478 ################################################################################
19479
19480 # Packet Throughput - DPDK
19481
19482 # 2n-clx-xxv710
19483
19484 - type: "plot"
19485   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19486   algorithm: "plot_perf_box_name"
19487   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19488   data: "plot-dpdk-throughput-latency-2n-clx"
19489   include:
19490     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19491     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19492   layout:
19493     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19494     layout: "plot-throughput"
19495
19496 - type: "plot"
19497   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19498   algorithm: "plot_perf_box_name"
19499   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19500   data: "plot-dpdk-throughput-latency-2n-clx"
19501   include:
19502     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19503     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19504   layout:
19505     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19506     layout: "plot-throughput"
19507
19508 - type: "plot"
19509   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19510   algorithm: "plot_perf_box_name"
19511   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19512   data: "plot-dpdk-throughput-latency-2n-clx"
19513   include:
19514     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19515     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19516   layout:
19517     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19518     layout: "plot-throughput"
19519
19520 - type: "plot"
19521   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19522   algorithm: "plot_perf_box_name"
19523   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19524   data: "plot-dpdk-throughput-latency-2n-clx"
19525   include:
19526     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19527     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19528   layout:
19529     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19530     layout: "plot-throughput"
19531
19532 # 2n-clx-x710
19533
19534 - type: "plot"
19535   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19536   algorithm: "plot_perf_box_name"
19537   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19538   data: "plot-dpdk-throughput-latency-2n-clx"
19539   include:
19540     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19541     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19542   layout:
19543     title: "2n-clx-x710-64b-2t1c-base-ndr"
19544     layout: "plot-throughput"
19545
19546 - type: "plot"
19547   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19548   algorithm: "plot_perf_box_name"
19549   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19550   data: "plot-dpdk-throughput-latency-2n-clx"
19551   include:
19552     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19553     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19554   layout:
19555     title: "2n-clx-x710-64b-4t2c-base-ndr"
19556     layout: "plot-throughput"
19557
19558 - type: "plot"
19559   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19560   algorithm: "plot_perf_box_name"
19561   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19562   data: "plot-dpdk-throughput-latency-2n-clx"
19563   include:
19564     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19565     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19566   layout:
19567     title: "2n-clx-x710-64b-2t1c-base-pdr"
19568     layout: "plot-throughput"
19569
19570 - type: "plot"
19571   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19572   algorithm: "plot_perf_box_name"
19573   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19574   data: "plot-dpdk-throughput-latency-2n-clx"
19575   include:
19576     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19577     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19578   layout:
19579     title: "2n-clx-x710-64b-4t2c-base-pdr"
19580     layout: "plot-throughput"
19581
19582 ################################################################################
19583
19584 - type: "plot"
19585   title: "Latency by percentile: 2n-skx"
19586   algorithm: "plot_hdrh_lat_by_percentile"
19587   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19588   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19589   target-links: "../../_static/vpp"
19590   data: "plot-vpp-hdrh-lat-2n-skx"
19591   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19592   layout:
19593     layout: "plot-hdrh-latency-by-percentile"
19594
19595 - type: "plot"
19596   title: "Latency by percentile: 3n-skx"
19597   algorithm: "plot_hdrh_lat_by_percentile"
19598   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19599   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19600   target-links: "../../_static/vpp"
19601   data: "plot-vpp-hdrh-lat-3n-skx"
19602   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19603   layout:
19604     layout: "plot-hdrh-latency-by-percentile"
19605
19606 - type: "plot"
19607   title: "Latency by percentile: 2n-clx"
19608   algorithm: "plot_hdrh_lat_by_percentile"
19609   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19610   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19611   target-links: "../../_static/vpp"
19612   data: "plot-vpp-hdrh-lat-2n-clx"
19613   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19614   layout:
19615     layout: "plot-hdrh-latency-by-percentile"
19616
19617 - type: "plot"
19618   title: "Latency by percentile: 3n-hsw"
19619   algorithm: "plot_hdrh_lat_by_percentile"
19620   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19621   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19622   target-links: "../../_static/vpp"
19623   data: "plot-vpp-hdrh-lat-3n-hsw"
19624   filter: "'1T1C' and 'NIC_Intel-XL710'"
19625   layout:
19626     layout: "plot-hdrh-latency-by-percentile"
19627
19628 - type: "plot"
19629   title: "Latency by percentile: 3n-tsh"
19630   algorithm: "plot_hdrh_lat_by_percentile"
19631   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19632   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19633   target-links: "../../_static/vpp"
19634   data: "plot-vpp-hdrh-lat-3n-tsh"
19635   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19636   layout:
19637     layout: "plot-hdrh-latency-by-percentile"
19638
19639 - type: "plot"
19640   title: "Latency by percentile: DPDK 2n-skx"
19641   algorithm: "plot_hdrh_lat_by_percentile"
19642   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19643   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19644   target-links: "../../_static/dpdk"
19645   data: "plot-dpdk-hdrh-lat-2n-skx"
19646   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19647   layout:
19648     layout: "plot-hdrh-latency-by-percentile"
19649
19650 - type: "plot"
19651   title: "Latency by percentile: DPDK 3n-skx"
19652   algorithm: "plot_hdrh_lat_by_percentile"
19653   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19654   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19655   target-links: "../../_static/dpdk"
19656   data: "plot-dpdk-hdrh-lat-3n-skx"
19657   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19658   layout:
19659     layout: "plot-hdrh-latency-by-percentile"
19660
19661 - type: "plot"
19662   title: "Latency by percentile: DPDK 2n-clx"
19663   algorithm: "plot_hdrh_lat_by_percentile"
19664   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19665   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19666   target-links: "../../_static/dpdk"
19667   data: "plot-dpdk-hdrh-lat-2n-clx"
19668   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19669   layout:
19670     layout: "plot-hdrh-latency-by-percentile"
19671
19672 - type: "plot"
19673   title: "Latency by percentile: DPDK 3n-hsw"
19674   algorithm: "plot_hdrh_lat_by_percentile"
19675   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19676   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19677   target-links: "../../_static/dpdk"
19678   data: "plot-dpdk-hdrh-lat-3n-hsw"
19679   filter: "'1T1C' and 'NIC_Intel-XL710'"
19680   layout:
19681     layout: "plot-hdrh-latency-by-percentile"
19682
19683 - type: "plot"
19684   title: "Latency by percentile: DPDK 3n-tsh"
19685   algorithm: "plot_hdrh_lat_by_percentile"
19686   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19687   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19688   target-links: "../../_static/dpdk"
19689   data: "plot-dpdk-hdrh-lat-3n-tsh"
19690   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19691   layout:
19692     layout: "plot-hdrh-latency-by-percentile"