Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278         - 49  # NDRPDR sel
279         - 51  # NDRPDR sel
280         - 52  # NDRPDR sel
281         - 59  # NDRPDR sel
282         - 65  # NDRPDR sel
283         - 66  # NDRPDR sel
284         - 54  # NDRPDR sel addition
285         - 55  # NDRPDR sel addition
286         - 56  # NDRPDR sel addition
287         - 57  # NDRPDR sel addition
288         - 58  # NDRPDR sel addition
289         - 60  # NDRPDR sel addition
290         - 61  # NDRPDR sel addition
291         - 62  # NDRPDR sel addition
292         - 63  # NDRPDR sel addition
293         - 64  # NDRPDR sel addition
294
295     plot-vpp-hdrh-lat-3n-skx:
296       csit-vpp-perf-verify-2001-3n-skx:
297         - 46  # NDRPDR sel
298
299     plot-vpp-nfv-3n-skx-ndrpdr:
300       # TODO: Add data
301       csit-vpp-perf-verify-2001-3n-skx:
302         - 45  # NDRPDR sel
303         - 46  # NDRPDR sel
304         - 47  # NDRPDR sel
305         - 48  # NDRPDR sel
306         - 49  # NDRPDR sel
307         - 51  # NDRPDR sel
308         - 52  # NDRPDR sel
309         - 59  # NDRPDR sel
310         - 65  # NDRPDR sel
311         - 66  # NDRPDR sel
312
313     plot-vpp-nfv-3n-skx-mrr:
314       csit-vpp-perf-verify-2001-3n-skx:
315         - 50  # MRR sel
316
317     plot-dpdk-throughput-latency-3n-skx:
318       csit-dpdk-perf-verify-2001-3n-skx:
319         - 29  # NDRPDR sel xxv710
320         - 33  # NDRPDR sel xxv710
321         - 34  # NDRPDR sel xxv710
322         - 35  # NDRPDR sel xxv710
323         - 36  # NDRPDR sel xxv710
324         - 37  # NDRPDR sel xxv710
325         - 41  # NDRPDR sel xxv710
326         - 42  # NDRPDR sel xxv710
327         - 43  # NDRPDR sel xxv710
328         - 45  # NDRPDR sel xxv710
329         - 30  # NDRPDR sel x710
330         - 31  # NDRPDR sel x710
331         - 32  # NDRPDR sel x710
332         - 38  # NDRPDR sel x710
333         - 39  # NDRPDR sel x710
334         - 40  # NDRPDR sel x710
335         - 44  # NDRPDR sel x710
336         - 46  # NDRPDR sel x710
337         - 47  # NDRPDR sel x710
338         - 48  # NDRPDR sel x710
339
340     plot-dpdk-hdrh-lat-3n-skx:
341       csit-dpdk-perf-verify-2001-3n-skx:
342         - 29  # NDRPDR sel xxv710
343
344     # 2n-skx
345
346     plot-vpp-throughput-lat-tsa-2n-skx:
347       csit-vpp-perf-verify-2001-2n-skx:
348         - 92  # NDRPDR sel
349         - 93  # NDRPDR sel
350         - 94  # NDRPDR sel
351         - 95  # NDRPDR sel
352         - 96  # NDRPDR sel
353         - 97  # NDRPDR sel
354         - 98  # NDRPDR sel
355         - 99  # NDRPDR sel
356         - 100 # NDRPDR sel
357         - 102 # NDRPDR sel
358         - 129 # NDRPDR sel addition
359         - 130 # NDRPDR sel addition
360         - 131 # NDRPDR sel addition
361         - 132 # NDRPDR sel addition
362         - 133 # NDRPDR sel addition
363         - 134 # NDRPDR sel addition
364         - 135 # NDRPDR sel addition
365         - 136 # NDRPDR sel addition
366         - 137 # NDRPDR sel addition
367         - 138 # NDRPDR sel addition
368
369     plot-vpp-hdrh-lat-2n-skx:
370       csit-vpp-perf-verify-2001-2n-skx:
371         - 92  # NDRPDR sel
372
373     plot-vpp-http-server-performance:
374       csit-vpp-perf-verify-2001-2n-clx:
375         - 80  # TCP
376         - 82  # TCP
377         - 83  # TCP
378         - 85  # TCP
379         - 86  # TCP
380         - 87  # TCP
381         - 88  # TCP
382         - 89  # TCP
383         - 90  # TCP
384         - 91  # TCP
385
386     plot-vpp-soak-2n-skx:
387       # TODO: Replace the data
388       # csit-vpp-perf-verify-2001-2n-skx:
389       csit-vpp-perf-verify-1908-2n-skx:
390         - 83  # SOAK
391         - 86  # SOAK
392
393     plot-vpp-nfv-2n-skx-ndrpdr:
394       # TODO: Replace the data
395       csit-vpp-perf-verify-2001-2n-skx:
396         - 30  # NFV
397         - 31  # NFV
398
399     plot-vpp-nfv-2n-skx-mrr:
400       # TODO: Replace the data
401       # csit-vpp-perf-verify-2001-2n-skx:
402       csit-vpp-perf-verify-1908-2n-skx:
403         - 71  # NFV MRR
404
405     plot-vpp-nfv-reconf-2n-skx:
406       # TODO: Replace the data
407       # csit-vpp-perf-verify-2001-2n-skx:
408       csit-vpp-perf-verify-1908-2n-skx:
409         - 113 # NFV reconf sel
410         - 114 # NFV reconf sel
411         - 115 # NFV reconf sel
412
413     plot-dpdk-throughput-latency-2n-skx:
414       csit-dpdk-perf-verify-2001-2n-skx:
415         - 35  # NDRPDR sel xxv710
416         - 36  # NDRPDR sel xxv710
417         - 37  # NDRPDR sel xxv710
418         - 41  # NDRPDR sel xxv710
419         - 42  # NDRPDR sel xxv710
420         - 43  # NDRPDR sel xxv710
421         - 46  # NDRPDR sel xxv710
422         - 47  # NDRPDR sel xxv710
423         - 52  # NDRPDR sel xxv710
424         - 53  # NDRPDR sel xxv710
425         - 38  # NDRPDR sel x710
426         - 39  # NDRPDR sel x710
427         - 40  # NDRPDR sel x710
428         - 44  # NDRPDR sel x710
429         - 45  # NDRPDR sel x710
430         - 48  # NDRPDR sel x710
431         - 49  # NDRPDR sel x710
432         - 50  # NDRPDR sel x710
433         - 51  # NDRPDR sel x710
434         - 54  # NDRPDR sel x710
435
436     plot-dpdk-hdrh-lat-2n-skx:
437       csit-dpdk-perf-verify-2001-2n-skx:
438         - 35  # NDRPDR sel xxv710
439
440     # 2n-clx
441
442     plot-vpp-throughput-lat-tsa-2n-clx:
443       csit-vpp-perf-verify-2001-2n-clx:
444         - 28  # NDRPDR sel
445         - 29  # NDRPDR sel
446         - 32  # NDRPDR sel
447         - 40  # NDRPDR sel
448         - 43  # NDRPDR sel
449         - 44  # NDRPDR sel
450         - 45  # NDRPDR sel
451         - 47  # NDRPDR sel
452         - 48  # NDRPDR sel
453         - 49  # NDRPDR sel
454
455     plot-vpp-hdrh-lat-2n-clx:
456       csit-vpp-perf-verify-2001-2n-clx:
457         - 28  # NDRPDR sel
458
459     plot-vpp-nfv-2n-clx-ndrpdr:
460       csit-vpp-perf-verify-2001-2n-clx:
461         - 28  # NDRPDR sel
462         - 29  # NDRPDR sel
463         - 32  # NDRPDR sel
464         - 40  # NDRPDR sel
465         - 43  # NDRPDR sel
466         - 44  # NDRPDR sel
467         - 45  # NDRPDR sel
468         - 47  # NDRPDR sel
469         - 48  # NDRPDR sel
470         - 49  # NDRPDR sel
471
472     plot-vpp-nfv-2n-clx-mrr:
473       csit-vpp-perf-verify-2001-2n-clx:
474         - 39  # MRR
475
476     plot-vpp-nfv-reconf-2n-clx:
477       csit-vpp-perf-verify-2001-2n-clx:
478         - 68  # Reconf
479         - 69  # Reconf
480         - 70  # Reconf
481         - 71  # Reconf
482         - 72  # Reconf
483         - 73  # Reconf
484         - 74  # Reconf
485         - 75  # Reconf
486         - 76  # Reconf
487         - 77  # Reconf
488
489     plot-vpp-soak-2n-clx:
490       csit-vpp-perf-verify-2001-2n-clx:
491         - 93  # Soak
492         - 94  # Soak
493
494     plot-dpdk-throughput-latency-2n-clx:
495       csit-dpdk-perf-verify-2001-2n-clx:
496         - 15  # NDRPDR sel
497         - 16  # NDRPDR sel
498         - 17  # NDRPDR sel
499         - 18  # NDRPDR sel
500         - 19  # NDRPDR sel
501         - 20  # NDRPDR sel
502         - 21  # NDRPDR sel
503         - 22  # NDRPDR sel
504         - 23  # NDRPDR sel
505         - 24  # NDRPDR sel
506         - 25  # NDRPDR sel
507         - 26  # NDRPDR sel
508         - 27  # NDRPDR sel
509         - 28  # NDRPDR sel
510         - 29  # NDRPDR sel
511         - 30  # NDRPDR sel
512         - 31  # NDRPDR sel
513         - 32  # NDRPDR sel
514         - 33  # NDRPDR sel
515         - 34  # NDRPDR sel
516
517
518     plot-dpdk-hdrh-lat-2n-clx:
519       csit-dpdk-perf-verify-2001-2n-clx:
520         - 15  # NDRPDR sel
521
522     # 3n-tsh
523
524     plot-vpp-throughput-lat-tsa-3n-tsh:
525       csit-vpp-perf-verify-2001-3n-tsh:
526         - 3   # NDRPDR sel
527         - 4   # NDRPDR sel
528         - 7   # NDRPDR sel
529         - 8   # NDRPDR sel
530         - 10  # NDRPDR sel
531         - 12  # NDRPDR sel
532         - 13  # NDRPDR sel
533         - 14  # NDRPDR sel
534         - 15  # NDRPDR sel
535         - 21  # NDRPDR sel
536
537     plot-vpp-hdrh-lat-3n-tsh:
538       csit-vpp-perf-verify-2001-3n-tsh:
539         - 10  # NDRPDR sel
540
541     plot-dpdk-throughput-latency-3n-tsh:
542       csit-dpdk-perf-verify-2001-3n-tsh:
543         - 3   # NDRPDR sel
544         - 4   # NDRPDR sel
545         - 5   # NDRPDR sel
546         - 9   # NDRPDR sel
547         - 10  # NDRPDR sel
548         - 11  # NDRPDR sel
549         - 12  # NDRPDR sel
550         - 14  # NDRPDR sel
551         - 15  # NDRPDR sel
552         - 18  # NDRPDR sel
553
554     plot-dpdk-hdrh-lat-3n-tsh:
555       csit-dpdk-perf-verify-2001-3n-tsh:
556         - 3   # NDRPDR sel
557
558     # 3n-dnv
559
560     plot-vpp-throughput-lat-tsa-3n-dnv:
561       csit-vpp-perf-verify-2001-3n-dnv:
562         - 5   # NDRPDR sel
563         - 6   # NDRPDR sel
564         - 7   # NDRPDR sel
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 12  # NDRPDR sel
569         - 16  # NDRPDR sel
570         - 17  # NDRPDR sel
571         - 18  # NDRPDR sel
572
573     plot-dpdk-throughput-latency-3n-dnv:
574       csit-dpdk-perf-verify-2001-3n-dnv:
575         - 12  # NDRPDR sel
576         - 13  # NDRPDR sel
577         - 14  # NDRPDR sel
578         - 15  # NDRPDR sel
579         - 16  # NDRPDR sel
580         - 17  # NDRPDR sel
581         - 18  # NDRPDR sel
582         - 19  # NDRPDR sel
583         - 20  # NDRPDR sel
584         - 22  # NDRPDR sel
585
586     # 2n-dnv
587
588     plot-vpp-throughput-lat-tsa-2n-dnv:
589       csit-vpp-perf-verify-2001-2n-dnv:
590         - 4   # NDRPDR sel
591         - 5   # NDRPDR sel
592         - 6   # NDRPDR sel
593         - 7   # NDRPDR sel
594         - 8   # NDRPDR sel
595         - 9   # NDRPDR sel
596         - 10  # NDRPDR sel
597         - 11  # NDRPDR sel
598         - 13  # NDRPDR sel
599         - 16  # NDRPDR sel
600
601     plot-dpdk-throughput-latency-2n-dnv:
602       csit-dpdk-perf-verify-2001-2n-dnv:
603         - 9   # NDRPDR sel
604         - 10  # NDRPDR sel
605         - 11  # NDRPDR sel
606         - 12  # NDRPDR sel
607         - 13  # NDRPDR sel
608         - 14  # NDRPDR sel
609         - 15  # NDRPDR sel
610         - 16  # NDRPDR sel
611         - 17  # NDRPDR sel
612         - 18  # NDRPDR sel
613
614     ###########################################################################
615     # Simple tables (only one data set):
616
617     # NIC Comparisons
618
619     vpp-nic-comparison-3n-skx:
620       # TODO: Add the data
621       csit-vpp-perf-verify-2001-3n-skx:
622         - 45  # NDRPDR sel
623         - 46  # NDRPDR sel
624         - 47  # NDRPDR sel
625         - 48  # NDRPDR sel
626         - 49  # NDRPDR sel
627         - 51  # NDRPDR sel
628         - 52  # NDRPDR sel
629         - 59  # NDRPDR sel
630         - 65  # NDRPDR sel
631         - 66  # NDRPDR sel
632         - 54  # NDRPDR sel addition
633         - 55  # NDRPDR sel addition
634         - 56  # NDRPDR sel addition
635         - 57  # NDRPDR sel addition
636         - 58  # NDRPDR sel addition
637         - 60  # NDRPDR sel addition
638         - 61  # NDRPDR sel addition
639         - 62  # NDRPDR sel addition
640         - 63  # NDRPDR sel addition
641         - 64  # NDRPDR sel addition
642
643     vpp-nic-comparison-2n-skx:
644       csit-vpp-perf-verify-2001-2n-skx:
645         - 92  # NDRPDR sel
646         - 93  # NDRPDR sel
647         - 94  # NDRPDR sel
648         - 95  # NDRPDR sel
649         - 96  # NDRPDR sel
650         - 97  # NDRPDR sel
651         - 98  # NDRPDR sel
652         - 99  # NDRPDR sel
653         - 100 # NDRPDR sel
654         - 102 # NDRPDR sel
655         - 129 # NDRPDR sel addition
656         - 130 # NDRPDR sel addition
657         - 131 # NDRPDR sel addition
658         - 132 # NDRPDR sel addition
659         - 133 # NDRPDR sel addition
660         - 134 # NDRPDR sel addition
661         - 135 # NDRPDR sel addition
662         - 136 # NDRPDR sel addition
663         - 137 # NDRPDR sel addition
664         - 138 # NDRPDR sel addition
665
666     vpp-nic-comparison-3n-skx-mrr:
667       csit-vpp-perf-verify-2001-3n-skx:
668         - 50  # MRR sel
669         - 53  # MRR sel addition
670
671     vpp-nic-comparison-2n-skx-mrr:
672       csit-vpp-perf-verify-2001-2n-skx:
673         - 101 # MRR sel
674         - 128 # MRR sel addition
675
676     # Results
677
678     vpp-perf-results-3n-hsw:
679       csit-vpp-perf-verify-2001-3n-hsw:
680         - 18  # NDRPDR full
681         - 20  # NDRPDR full
682         - 28  # NDRPDR full
683         - 35  # NDRPDR full
684         - 42  # NDRPDR full
685         - 46  # NDRPDR full
686         - 47  # NDRPDR full
687         - 48  # NDRPDR full
688         - 49  # NDRPDR full
689         - 50  # NDRPDR full
690         - 51  # NDRPDR full
691         - 52  # NDRPDR full
692         - 53  # NDRPDR full
693         - 54  # NDRPDR full
694         - 55  # NDRPDR full
695         - 56  # NDRPDR full
696         - 57  # NDRPDR full
697         - 58  # NDRPDR full
698         - 59  # NDRPDR full
699         - 61  # NDRPDR full
700         - 62  # NDRPDR full
701         - 63  # NDRPDR full
702         - 64  # NDRPDR full
703         - 65  # NDRPDR full
704         - 67  # NDRPDR full
705         - 70  # NDRPDR full
706         - 72  # NDRPDR full
707         - 73  # NDRPDR full
708         - 76  # NDRPDR full
709         - 77  # NDRPDR full
710         - 78  # NDRPDR full
711         - 79  # NDRPDR full
712         - 81  # NDRPDR full
713         - 82  # NDRPDR full
714         - 84  # NDRPDR full
715         - 85  # NDRPDR full
716
717     vpp-perf-results-3n-skx:
718       # TODO: Replace
719       csit-vpp-perf-verify-2001-3n-skx:
720         - 47  # NDRPDR sel
721         - 54  # NDRPDR sel addition
722
723     vpp-perf-results-2n-skx:
724       csit-vpp-perf-verify-2001-2n-skx:
725         # TODO: Replace
726         - 92  # NDRPDR sel
727
728     vpp-perf-results-2n-clx:
729       csit-vpp-perf-verify-2001-2n-clx:
730         - 53  # NDRPDR full
731         - 54  # NDRPDR full
732         - 55  # NDRPDR full
733         - 56  # NDRPDR full
734         - 57  # NDRPDR full
735         - 58  # NDRPDR full
736         - 59  # NDRPDR full
737         - 60  # NDRPDR full
738         - 61  # NDRPDR full
739         - 62  # NDRPDR full
740         - 63  # NDRPDR full
741         - 64  # NDRPDR full
742         - 65  # NDRPDR full
743         - 66  # NDRPDR full
744         - 67  # NDRPDR full
745
746     vpp-perf-results-3n-tsh:
747       csit-vpp-perf-verify-2001-3n-tsh:
748         - 10  # NDRPDR sel
749
750     vpp-perf-results-3n-dnv:
751       csit-vpp-perf-verify-2001-3n-dnv:
752         - 19  # NDRPDR full
753         - 20  # NDRPDR full
754         - 21  # NDRPDR full
755         - 22  # NDRPDR full
756         - 23  # NDRPDR full
757         - 24  # NDRPDR full
758         - 25  # NDRPDR full
759         - 26  # NDRPDR full
760         - 37  # NDRPDR full
761         - 38  # NDRPDR full
762         - 39  # NDRPDR full
763
764     vpp-perf-results-2n-dnv:
765       csit-vpp-perf-verify-2001-2n-dnv:
766         - 21  # NDRPDR full
767         - 22  # NDRPDR full
768         - 25  # NDRPDR full
769         - 26  # NDRPDR full
770         - 27  # NDRPDR full
771         - 28  # NDRPDR full
772
773     vpp-mrr-results-3n-hsw:
774       csit-vpp-perf-verify-2001-3n-hsw:
775         - 17  # MRR sel
776
777     vpp-mrr-results-3n-skx:
778       csit-vpp-perf-verify-2001-3n-skx:
779         - 50  # MRR sel
780         - 53  # MRR sel addition
781
782     vpp-mrr-results-2n-skx:
783       csit-vpp-perf-verify-2001-2n-skx:
784         - 101 # MRR sel
785         - 128 # MRR sel addition
786
787     vpp-mrr-results-2n-clx:
788       csit-vpp-perf-verify-2001-2n-clx:
789         - 39  # MRR
790
791     vpp-mrr-results-3n-tsh:
792       csit-vpp-perf-verify-2001-3n-tsh:
793         - 9   # MRR sel
794
795     vpp-mrr-results-3n-dnv:
796       csit-vpp-perf-verify-2001-3n-dnv:
797         - 11  # MRR sel
798
799     vpp-mrr-results-2n-dnv:
800       csit-vpp-perf-verify-2001-2n-dnv:
801         - 12  # MRR sel
802
803     vpp-device-results-ubuntu:
804       csit-vpp-device-2001-ubuntu1804-1n-skx:
805         - 57
806
807     dpdk-perf-results-3n-hsw:
808       csit-dpdk-perf-verify-2001-3n-hsw:
809         - 25  # NDRPDR full
810         - 26  # NDRPDR full
811
812     dpdk-perf-results-3n-skx:
813       csit-dpdk-perf-verify-2001-3n-skx:
814         - 29  # NDRPDR sel xxv710
815         - 30  # NDRPDR sel x710
816
817     dpdk-perf-results-2n-skx:
818       csit-dpdk-perf-verify-2001-2n-skx:
819         - 35  # NDRPDR sel xxv710
820         - 38  # NDRPDR sel x710
821
822     dpdk-perf-results-2n-clx:
823       csit-dpdk-perf-verify-2001-2n-clx:
824         - 15  # NDRPDR sel
825         - 34  # NDRPDR sel
826
827     dpdk-perf-results-2n-dnv:
828       csit-dpdk-perf-verify-2001-2n-dnv:
829         - 16  # NDRPDR sel
830
831     dpdk-perf-results-3n-dnv:
832       csit-dpdk-perf-verify-2001-3n-dnv:
833         - 12  # NDRPDR sel
834
835     dpdk-perf-results-3n-tsh:
836       csit-dpdk-perf-verify-2001-3n-tsh:
837         - 3   # NDRPDR sel
838
839 ###########################################################################
840     # Tables (more than one data set)
841
842     # Performance changes
843
844     vpp-performance-changes-3n-hsw-h1:
845       csit-vpp-perf-verify-1904-3n-hsw:
846         - 11  # NDRPDR sel
847         - 12  # NDRPDR sel
848         - 20  # NDRPDR sel
849         - 21  # NDRPDR sel
850         - 23  # NDRPDR sel
851         - 24  # NDRPDR sel
852         - 25  # NDRPDR sel
853         - 26  # NDRPDR sel
854         - 29  # NDRPDR sel
855         - 30  # NDRPDR sel
856     vpp-performance-changes-3n-hsw-ref:
857       csit-vpp-perf-verify-1908-3n-hsw:
858         - 12  # NDRPDR sel
859         - 13  # NDRPDR sel
860         - 14  # NDRPDR sel
861         - 15  # NDRPDR sel
862         - 16  # NDRPDR sel
863         - 17  # NDRPDR sel
864         - 18  # NDRPDR sel
865         - 19  # NDRPDR sel
866         - 20  # NDRPDR sel
867         - 21  # NDRPDR sel
868     vpp-performance-changes-3n-hsw-cmp:
869       csit-vpp-perf-verify-2001-3n-hsw:
870         - 21  # NDRPDR sel
871         - 22  # NDRPDR sel
872         - 23  # NDRPDR sel
873         - 24  # NDRPDR sel
874         - 25  # NDRPDR sel
875         - 29  # NDRPDR sel
876         - 30  # NDRPDR sel
877         - 31  # NDRPDR sel
878         - 32  # NDRPDR sel
879         - 34  # NDRPDR sel
880     vpp-performance-changes-3n-hsw:
881       - "vpp-performance-changes-3n-hsw-h1"
882       - "vpp-performance-changes-3n-hsw-ref"
883       - "vpp-performance-changes-3n-hsw-cmp"
884
885     vpp-performance-changes-3n-skx-h1:
886       csit-vpp-perf-verify-1904-3n-skx:
887         - 8   # NDRPDR sel
888         - 9   # NDRPDR sel
889         - 10  # NDRPDR sel
890         - 11  # NDRPDR sel
891         - 12  # NDRPDR sel
892         - 14  # NDRPDR sel
893         - 16  # NDRPDR sel
894         - 21  # NDRPDR sel
895         - 23  # NDRPDR sel
896         - 25  # NDRPDR sel
897     vpp-performance-changes-3n-skx-ref:
898       csit-vpp-perf-verify-1908-3n-skx:
899         - 14  # NDRPDR sel
900         - 16  # NDRPDR sel
901         - 19  # NDRPDR sel
902         - 20  # NDRPDR sel
903         - 22  # NDRPDR sel
904         - 23  # NDRPDR sel
905         - 24  # NDRPDR sel
906         - 25  # NDRPDR sel
907         - 26  # NDRPDR sel
908         - 29  # NDRPDR sel
909     vpp-performance-changes-3n-skx-cmp:
910       # TODO: Add the data
911       csit-vpp-perf-verify-2001-3n-skx:
912         - 45  # NDRPDR sel
913         - 46  # NDRPDR sel
914         - 47  # NDRPDR sel
915         - 48  # NDRPDR sel
916         - 49  # NDRPDR sel
917         - 51  # NDRPDR sel
918         - 52  # NDRPDR sel
919         - 59  # NDRPDR sel
920         - 65  # NDRPDR sel
921         - 66  # NDRPDR sel
922         - 54  # NDRPDR sel addition
923         - 55  # NDRPDR sel addition
924         - 56  # NDRPDR sel addition
925         - 57  # NDRPDR sel addition
926         - 58  # NDRPDR sel addition
927         - 60  # NDRPDR sel addition
928         - 61  # NDRPDR sel addition
929         - 62  # NDRPDR sel addition
930         - 63  # NDRPDR sel addition
931         - 64  # NDRPDR sel addition
932     vpp-performance-changes-3n-skx:
933       - "vpp-performance-changes-3n-skx-h1"
934       - "vpp-performance-changes-3n-skx-ref"
935       - "vpp-performance-changes-3n-skx-cmp"
936
937     vpp-performance-changes-2n-skx-h1:
938       csit-vpp-perf-verify-1904-2n-skx:
939         - 12  # NDRPDR sel
940         - 14  # NDRPDR sel
941         - 16  # NDRPDR sel
942         - 17  # NDRPDR sel
943         - 18  # NDRPDR sel
944         - 21  # NDRPDR sel
945         - 27  # NDRPDR sel
946         - 30  # NDRPDR sel
947         - 31  # NDRPDR sel
948         - 32  # NDRPDR sel
949     vpp-performance-changes-2n-skx-ref:
950       csit-vpp-perf-verify-1908-2n-skx:
951         - 26  # NDRPDR sel
952         - 27  # NDRPDR sel
953         - 34  # NDRPDR sel
954         - 35  # NDRPDR sel
955         - 36  # NDRPDR sel
956         - 42  # NDRPDR sel
957         - 43  # NDRPDR sel
958         - 44  # NDRPDR sel
959         - 45  # NDRPDR sel
960         - 46  # NDRPDR sel
961     vpp-performance-changes-2n-skx-cmp:
962       csit-vpp-perf-verify-2001-2n-skx:
963         - 92  # NDRPDR sel
964         - 93  # NDRPDR sel
965         - 94  # NDRPDR sel
966         - 95  # NDRPDR sel
967         - 96  # NDRPDR sel
968         - 97  # NDRPDR sel
969         - 98  # NDRPDR sel
970         - 99  # NDRPDR sel
971         - 100 # NDRPDR sel
972         - 102 # NDRPDR sel
973         - 129 # NDRPDR sel addition
974         - 130 # NDRPDR sel addition
975         - 131 # NDRPDR sel addition
976         - 132 # NDRPDR sel addition
977         - 133 # NDRPDR sel addition
978         - 134 # NDRPDR sel addition
979         - 135 # NDRPDR sel addition
980         - 136 # NDRPDR sel addition
981         - 137 # NDRPDR sel addition
982         - 138 # NDRPDR sel addition
983     vpp-performance-changes-2n-skx:
984       - "vpp-performance-changes-2n-skx-h1"
985       - "vpp-performance-changes-2n-skx-ref"
986       - "vpp-performance-changes-2n-skx-cmp"
987
988     vpp-performance-changes-nfv-2n-skx-ref:
989       csit-vpp-perf-verify-1908-2n-skx:
990         - 22  # NFV
991         - 31  # NFV
992         - 32  # NFV
993     vpp-performance-changes-nfv-2n-skx-cmp:
994       # TODO: Add the data
995       csit-vpp-perf-verify-2001-2n-skx:
996         - 30  # NFV
997         - 31  # NFV
998     vpp-performance-changes-nfv-2n-skx:
999       - "vpp-performance-changes-nfv-2n-skx-ref"
1000       - "vpp-performance-changes-nfv-2n-skx-cmp"
1001
1002     vpp-performance-changes-2n-dnv-ref:
1003       csit-vpp-perf-verify-1908-2n-dnv:
1004         - 1   # NDRPDR sel
1005         - 2   # NDRPDR sel
1006         - 3   # NDRPDR sel
1007         - 4   # NDRPDR sel
1008         - 5   # NDRPDR sel
1009         - 6   # NDRPDR sel
1010         - 7   # NDRPDR sel
1011         - 8   # NDRPDR sel
1012         - 9   # NDRPDR sel
1013         - 10  # NDRPDR sel
1014     vpp-performance-changes-2n-dnv-cmp:
1015       csit-vpp-perf-verify-2001-2n-dnv:
1016         - 4   # NDRPDR sel
1017         - 5   # NDRPDR sel
1018         - 6   # NDRPDR sel
1019         - 7   # NDRPDR sel
1020         - 8   # NDRPDR sel
1021         - 9   # NDRPDR sel
1022         - 10  # NDRPDR sel
1023         - 11  # NDRPDR sel
1024         - 13  # NDRPDR sel
1025         - 16  # NDRPDR sel
1026     vpp-performance-changes-2n-dnv:
1027       - "vpp-performance-changes-2n-dnv-ref"
1028       - "vpp-performance-changes-2n-dnv-cmp"
1029
1030     vpp-performance-changes-3n-dnv-ref:
1031       csit-vpp-perf-verify-1908-3n-dnv:
1032         - 6   # NDRPDR sel
1033         - 7   # NDRPDR sel
1034         - 8   # NDRPDR sel
1035         - 9   # NDRPDR sel
1036         - 10  # NDRPDR sel
1037         - 12  # NDRPDR sel
1038         - 13  # NDRPDR sel
1039         - 14  # NDRPDR sel
1040         - 15  # NDRPDR sel
1041         - 16  # NDRPDR sel
1042     vpp-performance-changes-3n-dnv-cmp:
1043       csit-vpp-perf-verify-2001-3n-dnv:
1044         - 5   # NDRPDR sel
1045         - 6   # NDRPDR sel
1046         - 7   # NDRPDR sel
1047         - 8   # NDRPDR sel
1048         - 9   # NDRPDR sel
1049         - 10  # NDRPDR sel
1050         - 12  # NDRPDR sel
1051         - 16  # NDRPDR sel
1052         - 17  # NDRPDR sel
1053         - 18  # NDRPDR sel
1054     vpp-performance-changes-3n-dnv:
1055       - "vpp-performance-changes-3n-dnv-ref"
1056       - "vpp-performance-changes-3n-dnv-cmp"
1057
1058     vpp-performance-changes-3n-tsh-ref:
1059       csit-vpp-perf-verify-1908-3n-tsh:
1060         - 7   # NDRPDR sel
1061         - 8   # NDRPDR sel
1062         - 9   # NDRPDR sel
1063         - 10  # NDRPDR sel
1064         - 11  # NDRPDR sel
1065         - 12  # NDRPDR sel
1066         - 13  # NDRPDR sel
1067         - 14  # NDRPDR sel
1068         - 15  # NDRPDR sel
1069         - 16  # NDRPDR sel
1070     vpp-performance-changes-3n-tsh-cmp:
1071       csit-vpp-perf-verify-2001-3n-tsh:
1072         - 3   # NDRPDR sel
1073         - 4   # NDRPDR sel
1074         - 7   # NDRPDR sel
1075         - 8   # NDRPDR sel
1076         - 10  # NDRPDR sel
1077         - 12  # NDRPDR sel
1078         - 13  # NDRPDR sel
1079         - 14  # NDRPDR sel
1080         - 15  # NDRPDR sel
1081         - 21  # NDRPDR sel
1082     vpp-performance-changes-3n-tsh:
1083       - "vpp-performance-changes-3n-tsh-ref"
1084       - "vpp-performance-changes-3n-tsh-cmp"
1085
1086     vpp-soak-vs-ndr-2n-skx-ref:
1087       csit-vpp-perf-verify-2001-2n-skx:
1088         - 92  # NDRPDR sel
1089         - 93  # NDRPDR sel
1090         - 94  # NDRPDR sel
1091         - 95  # NDRPDR sel
1092         - 96  # NDRPDR sel
1093         - 97  # NDRPDR sel
1094         - 98  # NDRPDR sel
1095         - 99  # NDRPDR sel
1096         - 100 # NDRPDR sel
1097         - 102 # NDRPDR sel
1098         - 129 # NDRPDR sel addition
1099         - 130 # NDRPDR sel addition
1100         - 131 # NDRPDR sel addition
1101         - 132 # NDRPDR sel addition
1102         - 133 # NDRPDR sel addition
1103         - 134 # NDRPDR sel addition
1104         - 135 # NDRPDR sel addition
1105         - 136 # NDRPDR sel addition
1106         - 137 # NDRPDR sel addition
1107         - 138 # NDRPDR sel addition
1108     vpp-soak-vs-ndr-2n-skx-cmp:
1109       # TODO: Replace
1110       # csit-vpp-perf-verify-2001-2n-skx:
1111       csit-vpp-perf-verify-1908-2n-skx:
1112         - 83  # SOAK
1113         - 86  # SOAK
1114     vpp-soak-vs-ndr-2n-skx:
1115       csit-vpp-perf-verify-2001-2n-skx:
1116         - 92  # NDRPDR sel
1117         - 93  # NDRPDR sel
1118         - 94  # NDRPDR sel
1119         - 95  # NDRPDR sel
1120         - 96  # NDRPDR sel
1121         - 97  # NDRPDR sel
1122         - 98  # NDRPDR sel
1123         - 99  # NDRPDR sel
1124         - 100 # NDRPDR sel
1125         - 102 # NDRPDR sel
1126         - 129 # NDRPDR sel addition
1127         - 130 # NDRPDR sel addition
1128         - 131 # NDRPDR sel addition
1129         - 132 # NDRPDR sel addition
1130         - 133 # NDRPDR sel addition
1131         - 134 # NDRPDR sel addition
1132         - 135 # NDRPDR sel addition
1133         - 136 # NDRPDR sel addition
1134         - 137 # NDRPDR sel addition
1135         - 138 # NDRPDR sel addition
1136         - 83  # SOAK
1137         - 86  # SOAK
1138
1139     vpp-soak-vs-ndr-2n-clx-ref:
1140       csit-vpp-perf-verify-2001-2n-clx:
1141         - 28  # NDRPDR sel
1142         - 29  # NDRPDR sel
1143         - 32  # NDRPDR sel
1144         - 40  # NDRPDR sel
1145         - 43  # NDRPDR sel
1146         - 44  # NDRPDR sel
1147         - 45  # NDRPDR sel
1148         - 47  # NDRPDR sel
1149         - 48  # NDRPDR sel
1150         - 49  # NDRPDR sel
1151     vpp-soak-vs-ndr-2n-clx-cmp:
1152       csit-vpp-perf-verify-2001-2n-clx:
1153         - 93  # SOAK
1154         - 94  # Soak
1155     vpp-soak-vs-ndr-2n-clx:
1156       csit-vpp-perf-verify-2001-2n-clx:
1157         - 28  # NDRPDR sel
1158         - 29  # NDRPDR sel
1159         - 32  # NDRPDR sel
1160         - 40  # NDRPDR sel
1161         - 43  # NDRPDR sel
1162         - 44  # NDRPDR sel
1163         - 45  # NDRPDR sel
1164         - 47  # NDRPDR sel
1165         - 48  # NDRPDR sel
1166         - 49  # NDRPDR sel
1167         - 93  # SOAK
1168         - 94  # Soak
1169
1170     vpp-performance-changes-3n-hsw-mrr-h1:
1171       csit-vpp-perf-verify-1904-3n-hsw:
1172         - 9   # MRR sel
1173     vpp-performance-changes-3n-hsw-mrr-ref:
1174       csit-vpp-perf-verify-1908-3n-hsw:
1175         - 39  # MRR sel
1176     vpp-performance-changes-3n-hsw-mrr-cmp:
1177       csit-vpp-perf-verify-2001-3n-hsw:
1178         - 17  # MRR sel
1179     vpp-performance-changes-3n-hsw-mrr:
1180       - "vpp-performance-changes-3n-hsw-mrr-h1"
1181       - "vpp-performance-changes-3n-hsw-mrr-ref"
1182       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1183
1184     vpp-performance-changes-3n-skx-mrr-h1:
1185       csit-vpp-perf-verify-1904-3n-skx:
1186         - 7   # MRR sel
1187     vpp-performance-changes-3n-skx-mrr-ref:
1188       csit-vpp-perf-verify-1908-3n-skx:
1189         - 36  # MRR sel
1190     vpp-performance-changes-3n-skx-mrr-cmp:
1191       csit-vpp-perf-verify-2001-3n-skx:
1192         - 50  # MRR sel
1193         - 53  # MRR sel addition
1194     vpp-performance-changes-3n-skx-mrr:
1195       - "vpp-performance-changes-3n-skx-mrr-h1"
1196       - "vpp-performance-changes-3n-skx-mrr-ref"
1197       - "vpp-performance-changes-3n-skx-mrr-cmp"
1198
1199     vpp-performance-changes-2n-skx-mrr-h1:
1200       csit-vpp-perf-verify-1904-2n-skx:
1201         - 11  # MRR sel
1202     vpp-performance-changes-2n-skx-mrr-ref:
1203       csit-vpp-perf-verify-1908-2n-skx:
1204         - 69  # MRR sel
1205     vpp-performance-changes-2n-skx-mrr-cmp:
1206       csit-vpp-perf-verify-2001-2n-skx:
1207         - 101 # MRR sel
1208         - 128 # MRR sel addition
1209     vpp-performance-changes-2n-skx-mrr:
1210       - "vpp-performance-changes-2n-skx-mrr-h1"
1211       - "vpp-performance-changes-2n-skx-mrr-ref"
1212       - "vpp-performance-changes-2n-skx-mrr-cmp"
1213
1214     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1215       csit-vpp-perf-verify-1908-2n-skx:
1216         - 71  # NFV MRR
1217     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1218       # TODO: Replace
1219       # csit-vpp-perf-verify-2001-2n-skx:
1220       csit-vpp-perf-verify-1908-2n-skx:
1221         - 71  # NFV MRR
1222     vpp-performance-changes-nfv-2n-skx-mrr:
1223       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1224       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1225
1226     vpp-performance-changes-2n-dnv-mrr-ref:
1227       csit-vpp-perf-verify-1908-2n-dnv:
1228         - 11  # MRR sel
1229     vpp-performance-changes-2n-dnv-mrr-cmp:
1230       csit-vpp-perf-verify-2001-2n-dnv:
1231         - 12  # MRR sel
1232     vpp-performance-changes-2n-dnv-mrr:
1233       - "vpp-performance-changes-2n-dnv-mrr-ref"
1234       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1235
1236     vpp-performance-changes-3n-dnv-mrr-ref:
1237       csit-vpp-perf-verify-1908-3n-dnv:
1238         - 17  # MRR sel
1239     vpp-performance-changes-3n-dnv-mrr-cmp:
1240       csit-vpp-perf-verify-2001-3n-dnv:
1241         - 11  # MRR sel
1242     vpp-performance-changes-3n-dnv-mrr:
1243       - "vpp-performance-changes-3n-dnv-mrr-ref"
1244       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1245
1246     vpp-performance-changes-3n-tsh-mrr-ref:
1247       csit-vpp-perf-verify-1908-3n-tsh:
1248         - 17  # MRR sel
1249     vpp-performance-changes-3n-tsh-mrr-cmp:
1250       csit-vpp-perf-verify-2001-3n-tsh:
1251         - 9   # MRR sel
1252     vpp-performance-changes-3n-tsh-mrr:
1253       - "vpp-performance-changes-3n-tsh-mrr-ref"
1254       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1255
1256     dpdk-performance-changes-3n-hsw-h1:
1257       csit-dpdk-perf-verify-1904-3n-hsw:
1258         - 2   # NDRPDR sel
1259         - 3   # NDRPDR sel
1260         - 5   # NDRPDR sel
1261         - 6   # NDRPDR sel
1262         - 13  # NDRPDR sel
1263         - 14  # NDRPDR sel
1264         - 15  # NDRPDR sel
1265         - 18  # NDRPDR sel
1266         - 19  # NDRPDR sel
1267         - 20  # NDRPDR sel
1268     dpdk-performance-changes-3n-hsw-ref:
1269       csit-dpdk-perf-verify-1908-3n-hsw:
1270         - 2   # NDRPDR sel
1271         - 3   # NDRPDR sel
1272         - 4   # NDRPDR sel
1273         - 5   # NDRPDR sel
1274         - 6   # NDRPDR sel
1275         - 7   # NDRPDR sel
1276         - 8   # NDRPDR sel
1277         - 9   # NDRPDR sel
1278         - 10  # NDRPDR sel
1279         - 11  # NDRPDR sel
1280     dpdk-performance-changes-3n-hsw-cmp:
1281       csit-dpdk-perf-verify-2001-3n-hsw:
1282 #        - 4   # NDRPDR sel
1283 #        - 5   # NDRPDR sel
1284 #        - 6   # NDRPDR sel
1285 #        - 7   # NDRPDR sel
1286 #        - 8   # NDRPDR sel
1287 #        - 9   # NDRPDR sel
1288 #        - 10  # NDRPDR sel
1289 #        - 11  # NDRPDR sel
1290 #        - 12  # NDRPDR sel
1291 #        - 13  # NDRPDR sel
1292         - 15  # NDRPDR sel
1293         - 16  # NDRPDR sel
1294         - 17  # NDRPDR sel
1295         - 18  # NDRPDR sel
1296         - 19  # NDRPDR sel
1297         - 20  # NDRPDR sel
1298         - 21  # NDRPDR sel
1299         - 22  # NDRPDR sel
1300         - 23  # NDRPDR sel
1301         - 24  # NDRPDR sel
1302     dpdk-performance-changes-3n-hsw:
1303       - "dpdk-performance-changes-3n-hsw-h1"
1304       - "dpdk-performance-changes-3n-hsw-ref"
1305       - "dpdk-performance-changes-3n-hsw-cmp"
1306
1307     dpdk-performance-changes-3n-skx-h1:
1308       csit-dpdk-perf-verify-1904-3n-skx:
1309         - 2   # NDRPDR sel
1310         - 3   # NDRPDR sel
1311         - 4   # NDRPDR sel
1312         - 5   # NDRPDR sel
1313         - 6   # NDRPDR sel
1314         - 7   # NDRPDR sel
1315         - 11  # NDRPDR sel
1316         - 12  # NDRPDR sel
1317         - 13  # NDRPDR sel
1318         - 14  # NDRPDR sel
1319     dpdk-performance-changes-3n-skx-ref:
1320       csit-dpdk-perf-verify-1908-3n-skx:
1321         - 3   # NDRPDR sel
1322         - 4   # NDRPDR sel
1323         - 5   # NDRPDR sel
1324         - 6   # NDRPDR sel
1325         - 7   # NDRPDR sel
1326         - 8   # NDRPDR sel
1327         - 9   # NDRPDR sel
1328         - 10  # NDRPDR sel
1329         - 11  # NDRPDR sel
1330         - 12  # NDRPDR sel
1331     dpdk-performance-changes-3n-skx-cmp:
1332       csit-dpdk-perf-verify-2001-3n-skx:
1333         - 29  # NDRPDR sel xxv710
1334         - 33  # NDRPDR sel xxv710
1335         - 34  # NDRPDR sel xxv710
1336         - 35  # NDRPDR sel xxv710
1337         - 36  # NDRPDR sel xxv710
1338         - 37  # NDRPDR sel xxv710
1339         - 41  # NDRPDR sel xxv710
1340         - 42  # NDRPDR sel xxv710
1341         - 43  # NDRPDR sel xxv710
1342         - 45  # NDRPDR sel xxv710
1343         - 30  # NDRPDR sel x710
1344         - 31  # NDRPDR sel x710
1345         - 32  # NDRPDR sel x710
1346         - 38  # NDRPDR sel x710
1347         - 39  # NDRPDR sel x710
1348         - 40  # NDRPDR sel x710
1349         - 44  # NDRPDR sel x710
1350         - 46  # NDRPDR sel x710
1351         - 47  # NDRPDR sel x710
1352         - 48  # NDRPDR sel x710
1353     dpdk-performance-changes-3n-skx:
1354       - "dpdk-performance-changes-3n-skx-h1"
1355       - "dpdk-performance-changes-3n-skx-ref"
1356       - "dpdk-performance-changes-3n-skx-cmp"
1357
1358     dpdk-performance-changes-2n-skx-h1:
1359       csit-dpdk-perf-verify-1904-2n-skx:
1360         - 2   # NDRPDR sel
1361         - 3   # NDRPDR sel
1362         - 4   # NDRPDR sel
1363         - 5   # NDRPDR sel
1364         - 7   # NDRPDR sel
1365         - 8   # NDRPDR sel
1366         - 9   # NDRPDR sel
1367         - 10  # NDRPDR sel
1368         - 11  # NDRPDR sel
1369         - 12  # NDRPDR sel
1370     dpdk-performance-changes-2n-skx-ref:
1371       csit-dpdk-perf-verify-1908-2n-skx:
1372         - 2   # NDRPDR sel
1373         - 3   # NDRPDR sel
1374         - 4   # NDRPDR sel
1375         - 5   # NDRPDR sel
1376         - 7   # NDRPDR sel
1377         - 8   # NDRPDR sel
1378         - 9   # NDRPDR sel
1379         - 10  # NDRPDR sel
1380         - 11  # NDRPDR sel
1381         - 12  # NDRPDR sel
1382     dpdk-performance-changes-2n-skx-cmp:
1383       csit-dpdk-perf-verify-2001-2n-skx:
1384         - 35  # NDRPDR sel xxv710
1385         - 36  # NDRPDR sel xxv710
1386         - 37  # NDRPDR sel xxv710
1387         - 41  # NDRPDR sel xxv710
1388         - 42  # NDRPDR sel xxv710
1389         - 43  # NDRPDR sel xxv710
1390         - 46  # NDRPDR sel xxv710
1391         - 47  # NDRPDR sel xxv710
1392         - 52  # NDRPDR sel xxv710
1393         - 53  # NDRPDR sel xxv710
1394         - 38  # NDRPDR sel x710
1395         - 39  # NDRPDR sel x710
1396         - 40  # NDRPDR sel x710
1397         - 44  # NDRPDR sel x710
1398         - 45  # NDRPDR sel x710
1399         - 48  # NDRPDR sel x710
1400         - 49  # NDRPDR sel x710
1401         - 50  # NDRPDR sel x710
1402         - 51  # NDRPDR sel x710
1403         - 54  # NDRPDR sel x710
1404     dpdk-performance-changes-2n-skx:
1405       - "dpdk-performance-changes-2n-skx-h1"
1406       - "dpdk-performance-changes-2n-skx-ref"
1407       - "dpdk-performance-changes-2n-skx-cmp"
1408
1409     # Compare testbeds
1410
1411     vpp-compare-testbeds-ref:
1412       csit-vpp-perf-verify-2001-3n-hsw:
1413         - 21  # NDRPDR sel
1414         - 22  # NDRPDR sel
1415         - 23  # NDRPDR sel
1416         - 24  # NDRPDR sel
1417         - 25  # NDRPDR sel
1418         - 29  # NDRPDR sel
1419         - 30  # NDRPDR sel
1420         - 31  # NDRPDR sel
1421         - 32  # NDRPDR sel
1422         - 34  # NDRPDR sel
1423     vpp-compare-testbeds-cmp:
1424       # TODO: Add the data
1425       csit-vpp-perf-verify-2001-3n-skx:
1426         - 45  # NDRPDR sel
1427         - 46  # NDRPDR sel
1428         - 47  # NDRPDR sel
1429         - 48  # NDRPDR sel
1430         - 49  # NDRPDR sel
1431         - 51  # NDRPDR sel
1432         - 52  # NDRPDR sel
1433         - 59  # NDRPDR sel
1434         - 65  # NDRPDR sel
1435         - 66  # NDRPDR sel
1436         - 54  # NDRPDR sel addition
1437         - 55  # NDRPDR sel addition
1438         - 56  # NDRPDR sel addition
1439         - 57  # NDRPDR sel addition
1440         - 58  # NDRPDR sel addition
1441         - 60  # NDRPDR sel addition
1442         - 61  # NDRPDR sel addition
1443         - 62  # NDRPDR sel addition
1444         - 63  # NDRPDR sel addition
1445         - 64  # NDRPDR sel addition
1446     vpp-compare-testbeds:
1447       - "vpp-compare-testbeds-ref"
1448       - "vpp-compare-testbeds-cmp"
1449
1450     vpp-compare-testbeds-skx-clx-ref:
1451       csit-vpp-perf-verify-2001-2n-skx:
1452         - 92  # NDRPDR sel
1453         - 93  # NDRPDR sel
1454         - 94  # NDRPDR sel
1455         - 95  # NDRPDR sel
1456         - 96  # NDRPDR sel
1457         - 97  # NDRPDR sel
1458         - 98  # NDRPDR sel
1459         - 99  # NDRPDR sel
1460         - 100 # NDRPDR sel
1461         - 102 # NDRPDR sel
1462         - 129 # NDRPDR sel addition
1463         - 130 # NDRPDR sel addition
1464         - 131 # NDRPDR sel addition
1465         - 132 # NDRPDR sel addition
1466         - 133 # NDRPDR sel addition
1467         - 134 # NDRPDR sel addition
1468         - 135 # NDRPDR sel addition
1469         - 136 # NDRPDR sel addition
1470         - 137 # NDRPDR sel addition
1471         - 138 # NDRPDR sel addition
1472     vpp-compare-testbeds-skx-clx-cmp:
1473       csit-vpp-perf-verify-2001-2n-clx:
1474         - 28  # NDRPDR sel
1475         - 29  # NDRPDR sel
1476         - 32  # NDRPDR sel
1477         - 40  # NDRPDR sel
1478         - 43  # NDRPDR sel
1479         - 44  # NDRPDR sel
1480         - 45  # NDRPDR sel
1481         - 47  # NDRPDR sel
1482         - 48  # NDRPDR sel
1483         - 49  # NDRPDR sel
1484     vpp-compare-testbeds-skx-clx:
1485       - "vpp-compare-testbeds-skx-clx-ref"
1486       - "vpp-compare-testbeds-skx-clx-cmp"
1487
1488     vpp-compare-testbeds-hsw-clx-ref:
1489       csit-vpp-perf-verify-2001-3n-hsw:
1490         - 21  # NDRPDR sel
1491         - 22  # NDRPDR sel
1492         - 23  # NDRPDR sel
1493         - 24  # NDRPDR sel
1494         - 25  # NDRPDR sel
1495         - 29  # NDRPDR sel
1496         - 30  # NDRPDR sel
1497         - 31  # NDRPDR sel
1498         - 32  # NDRPDR sel
1499         - 34  # NDRPDR sel
1500     vpp-compare-testbeds-hsw-clx-cmp:
1501       csit-vpp-perf-verify-2001-2n-clx:
1502         - 28  # NDRPDR sel
1503         - 29  # NDRPDR sel
1504         - 32  # NDRPDR sel
1505         - 40  # NDRPDR sel
1506         - 43  # NDRPDR sel
1507         - 44  # NDRPDR sel
1508         - 45  # NDRPDR sel
1509         - 47  # NDRPDR sel
1510         - 48  # NDRPDR sel
1511         - 49  # NDRPDR sel
1512     vpp-compare-testbeds-hsw-clx:
1513       - "vpp-compare-testbeds-hsw-clx-ref"
1514       - "vpp-compare-testbeds-hsw-clx-cmp"
1515
1516     vpp-compare-testbeds-mrr-ref:
1517       csit-vpp-perf-verify-2001-3n-hsw:
1518         - 17  # MRR sel
1519     vpp-compare-testbeds-mrr-cmp:
1520       csit-vpp-perf-verify-2001-3n-skx:
1521         - 50  # MRR sel
1522         - 53  # MRR sel addition
1523     vpp-compare-testbeds-mrr:
1524       - "vpp-compare-testbeds-mrr-ref"
1525       - "vpp-compare-testbeds-mrr-cmp"
1526
1527     vpp-compare-testbeds-mrr-skx-clx-ref:
1528       csit-vpp-perf-verify-2001-2n-skx:
1529         - 101 # MRR sel
1530         - 128 # MRR sel addition
1531     vpp-compare-testbeds-mrr-skx-clx-cmp:
1532       csit-vpp-perf-verify-2001-2n-clx:
1533         - 39  # MRR
1534     vpp-compare-testbeds-mrr-skx-clx:
1535       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1536       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1537
1538     vpp-compare-testbeds-mrr-hsw-clx-ref:
1539       csit-vpp-perf-verify-2001-3n-hsw:
1540         - 17  # MRR sel
1541     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1542       csit-vpp-perf-verify-2001-2n-clx:
1543         - 39  # MRR
1544     vpp-compare-testbeds-mrr-hsw-clx:
1545       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1546       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1547
1548     dpdk-compare-testbeds-ref:
1549       csit-dpdk-perf-verify-2001-3n-hsw:
1550         - 4   # NDRPDR sel
1551         - 5   # NDRPDR sel
1552         - 6   # NDRPDR sel
1553         - 7   # NDRPDR sel
1554         - 8   # NDRPDR sel
1555         - 9   # NDRPDR sel
1556         - 10  # NDRPDR sel
1557         - 11  # NDRPDR sel
1558         - 12  # NDRPDR sel
1559         - 13  # NDRPDR sel
1560         - 15  # NDRPDR sel
1561         - 16  # NDRPDR sel
1562         - 17  # NDRPDR sel
1563         - 18  # NDRPDR sel
1564         - 19  # NDRPDR sel
1565         - 20  # NDRPDR sel
1566         - 21  # NDRPDR sel
1567         - 22  # NDRPDR sel
1568         - 23  # NDRPDR sel
1569         - 24  # NDRPDR sel
1570     dpdk-compare-testbeds-cmp:
1571       csit-dpdk-perf-verify-2001-3n-skx:
1572         - 29  # NDRPDR sel xxv710
1573         - 33  # NDRPDR sel xxv710
1574         - 34  # NDRPDR sel xxv710
1575         - 35  # NDRPDR sel xxv710
1576         - 36  # NDRPDR sel xxv710
1577         - 37  # NDRPDR sel xxv710
1578         - 41  # NDRPDR sel xxv710
1579         - 42  # NDRPDR sel xxv710
1580         - 43  # NDRPDR sel xxv710
1581         - 45  # NDRPDR sel xxv710
1582         - 30  # NDRPDR sel x710
1583         - 31  # NDRPDR sel x710
1584         - 32  # NDRPDR sel x710
1585         - 38  # NDRPDR sel x710
1586         - 39  # NDRPDR sel x710
1587         - 40  # NDRPDR sel x710
1588         - 44  # NDRPDR sel x710
1589         - 46  # NDRPDR sel x710
1590         - 47  # NDRPDR sel x710
1591         - 48  # NDRPDR sel x710
1592     dpdk-compare-testbeds:
1593       - "dpdk-compare-testbeds-ref"
1594       - "dpdk-compare-testbeds-cmp"
1595
1596     dpdk-compare-testbeds-skx-clx-ref:
1597       csit-dpdk-perf-verify-2001-2n-skx:
1598         - 35  # NDRPDR sel xxv710
1599         - 36  # NDRPDR sel xxv710
1600         - 37  # NDRPDR sel xxv710
1601         - 41  # NDRPDR sel xxv710
1602         - 42  # NDRPDR sel xxv710
1603         - 43  # NDRPDR sel xxv710
1604         - 46  # NDRPDR sel xxv710
1605         - 47  # NDRPDR sel xxv710
1606         - 52  # NDRPDR sel xxv710
1607         - 53  # NDRPDR sel xxv710
1608         - 38  # NDRPDR sel x710
1609         - 39  # NDRPDR sel x710
1610         - 40  # NDRPDR sel x710
1611         - 44  # NDRPDR sel x710
1612         - 45  # NDRPDR sel x710
1613         - 48  # NDRPDR sel x710
1614         - 49  # NDRPDR sel x710
1615         - 50  # NDRPDR sel x710
1616         - 51  # NDRPDR sel x710
1617         - 54  # NDRPDR sel x710
1618     dpdk-compare-testbeds-skx-clx-cmp:
1619       csit-dpdk-perf-verify-2001-2n-clx:
1620         - 15  # NDRPDR sel
1621         - 16  # NDRPDR sel
1622         - 17  # NDRPDR sel
1623         - 18  # NDRPDR sel
1624         - 19  # NDRPDR sel
1625         - 20  # NDRPDR sel
1626         - 21  # NDRPDR sel
1627         - 22  # NDRPDR sel
1628         - 23  # NDRPDR sel
1629         - 24  # NDRPDR sel
1630         - 25  # NDRPDR sel
1631         - 26  # NDRPDR sel
1632         - 27  # NDRPDR sel
1633         - 28  # NDRPDR sel
1634         - 29  # NDRPDR sel
1635         - 30  # NDRPDR sel
1636         - 31  # NDRPDR sel
1637         - 32  # NDRPDR sel
1638         - 33  # NDRPDR sel
1639         - 34  # NDRPDR sel
1640
1641     dpdk-compare-testbeds-skx-clx:
1642       - "dpdk-compare-testbeds-skx-clx-ref"
1643       - "dpdk-compare-testbeds-skx-clx-cmp"
1644
1645     # Compare topologies
1646
1647     vpp-compare-topologies-ref:
1648       # TODO: Add the data
1649       csit-vpp-perf-verify-2001-3n-skx:
1650         - 45  # NDRPDR sel
1651         - 46  # NDRPDR sel
1652         - 47  # NDRPDR sel
1653         - 48  # NDRPDR sel
1654         - 49  # NDRPDR sel
1655         - 51  # NDRPDR sel
1656         - 52  # NDRPDR sel
1657         - 59  # NDRPDR sel
1658         - 65  # NDRPDR sel
1659         - 66  # NDRPDR sel
1660         - 54  # NDRPDR sel addition
1661         - 55  # NDRPDR sel addition
1662         - 56  # NDRPDR sel addition
1663         - 57  # NDRPDR sel addition
1664         - 58  # NDRPDR sel addition
1665         - 60  # NDRPDR sel addition
1666         - 61  # NDRPDR sel addition
1667         - 62  # NDRPDR sel addition
1668         - 63  # NDRPDR sel addition
1669         - 64  # NDRPDR sel addition
1670     vpp-compare-topologies-cmp:
1671       csit-vpp-perf-verify-2001-2n-skx:
1672         - 92  # NDRPDR sel
1673         - 93  # NDRPDR sel
1674         - 94  # NDRPDR sel
1675         - 95  # NDRPDR sel
1676         - 96  # NDRPDR sel
1677         - 97  # NDRPDR sel
1678         - 98  # NDRPDR sel
1679         - 99  # NDRPDR sel
1680         - 100 # NDRPDR sel
1681         - 102 # NDRPDR sel
1682         - 129 # NDRPDR sel addition
1683         - 130 # NDRPDR sel addition
1684         - 131 # NDRPDR sel addition
1685         - 132 # NDRPDR sel addition
1686         - 133 # NDRPDR sel addition
1687         - 134 # NDRPDR sel addition
1688         - 135 # NDRPDR sel addition
1689         - 136 # NDRPDR sel addition
1690         - 137 # NDRPDR sel addition
1691         - 138 # NDRPDR sel addition
1692     vpp-compare-topologies:
1693       - "vpp-compare-topologies-ref"
1694       - "vpp-compare-topologies-cmp"
1695
1696     vpp-compare-topologies-mrr-ref:
1697       csit-vpp-perf-verify-2001-3n-skx:
1698         - 50  # MRR sel
1699         - 53  # MRR sel addition
1700     vpp-compare-topologies-mrr-cmp:
1701       csit-vpp-perf-verify-2001-2n-skx:
1702         - 101 # MRR sel
1703         - 128 # MRR sel addition
1704     vpp-compare-topologies-mrr:
1705       - "vpp-compare-topologies-mrr-ref"
1706       - "vpp-compare-topologies-mrr-cmp"
1707
1708     dpdk-compare-topologies-ref:
1709       csit-dpdk-perf-verify-2001-3n-skx:
1710         - 29  # NDRPDR sel xxv710
1711         - 33  # NDRPDR sel xxv710
1712         - 34  # NDRPDR sel xxv710
1713         - 35  # NDRPDR sel xxv710
1714         - 36  # NDRPDR sel xxv710
1715         - 37  # NDRPDR sel xxv710
1716         - 41  # NDRPDR sel xxv710
1717         - 42  # NDRPDR sel xxv710
1718         - 43  # NDRPDR sel xxv710
1719         - 45  # NDRPDR sel xxv710
1720         - 30  # NDRPDR sel x710
1721         - 31  # NDRPDR sel x710
1722         - 32  # NDRPDR sel x710
1723         - 38  # NDRPDR sel x710
1724         - 39  # NDRPDR sel x710
1725         - 40  # NDRPDR sel x710
1726         - 44  # NDRPDR sel x710
1727         - 46  # NDRPDR sel x710
1728         - 47  # NDRPDR sel x710
1729         - 48  # NDRPDR sel x710
1730     dpdk-compare-topologies-cmp:
1731       csit-dpdk-perf-verify-2001-2n-skx:
1732         - 35  # NDRPDR sel xxv710
1733         - 36  # NDRPDR sel xxv710
1734         - 37  # NDRPDR sel xxv710
1735         - 41  # NDRPDR sel xxv710
1736         - 42  # NDRPDR sel xxv710
1737         - 43  # NDRPDR sel xxv710
1738         - 46  # NDRPDR sel xxv710
1739         - 47  # NDRPDR sel xxv710
1740         - 52  # NDRPDR sel xxv710
1741         - 53  # NDRPDR sel xxv710
1742         - 38  # NDRPDR sel x710
1743         - 39  # NDRPDR sel x710
1744         - 40  # NDRPDR sel x710
1745         - 44  # NDRPDR sel x710
1746         - 45  # NDRPDR sel x710
1747         - 48  # NDRPDR sel x710
1748         - 49  # NDRPDR sel x710
1749         - 50  # NDRPDR sel x710
1750         - 51  # NDRPDR sel x710
1751         - 54  # NDRPDR sel x710
1752     dpdk-compare-topologies:
1753       - "dpdk-compare-topologies-ref"
1754       - "dpdk-compare-topologies-cmp"
1755
1756   plot-layouts:
1757
1758     plot-soak-throughput:
1759       titlefont:
1760         size: 18
1761       xaxis:
1762         title: "<b>Test Cases [Index]</b>"
1763         titlefont:
1764           size: 16
1765         autorange: True
1766         fixedrange: False
1767         gridcolor: "rgb(230, 230, 230)"
1768         linecolor: "rgb(220, 220, 220)"
1769         linewidth: 1
1770         showgrid: True
1771         showline: True
1772         showticklabels: True
1773         tickcolor: "rgb(220, 220, 220)"
1774         tickmode: "linear"
1775         tickfont:
1776           size: 16
1777         zeroline: False
1778       yaxis:
1779         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1780         titlefont:
1781           size: 16
1782         gridcolor: "rgb(230, 230, 230)"
1783         hoverformat: ".4r"
1784         tickformat: ".3r"
1785         linecolor: "rgb(220, 220, 220)"
1786         linewidth: 1
1787         showgrid: True
1788         showline: True
1789         showticklabels: True
1790         tickcolor: "rgb(220, 220, 220)"
1791         tickfont:
1792           size: 16
1793         zeroline: False
1794         range: [0,50]
1795       autosize: False
1796       margin:
1797         t: 50
1798         b: 0
1799         l: 80
1800         r: 20
1801       showlegend: True
1802       legend:
1803         orientation: "h"
1804         font:
1805           size: 16
1806       width: 700
1807       height: 900
1808       paper_bgcolor: "#fff"
1809       plot_bgcolor: "#fff"
1810       hoverlabel:
1811         namelength: -1
1812
1813     plot-service-density:
1814       titlefont:
1815         size: 18
1816       xaxis:
1817         side: "top"
1818         autorange: True
1819         fixedrange: False
1820         showgrid: False
1821         showline: False
1822         showticklabels: False
1823         ticks: ""
1824         ticklen: 0
1825         tickwidth: 0
1826         zeroline: False
1827       yaxis:
1828         autorange: "reversed"
1829         showgrid: False
1830         showline: False
1831         showticklabels: False
1832         ticks: ""
1833         ticklen: 0
1834         tickwidth: 0
1835         zeroline: False
1836       showlegend: False
1837       paper_bgcolor: "#fff"
1838       plot_bgcolor: "#fff"
1839       width: 700
1840       height: 700
1841       hoverlabel:
1842         namelength: -1
1843
1844     plot-cps:
1845       titlefont:
1846         size: 18
1847       xaxis:
1848         title: "<b>Test Cases [Index]</b>"
1849         titlefont:
1850           size: 16
1851         autorange: True
1852         fixedrange: False
1853         gridcolor: "rgb(230, 230, 230)"
1854         linecolor: "rgb(220, 220, 220)"
1855         linewidth: 1
1856         showgrid: True
1857         showline: True
1858         showticklabels: True
1859         tickcolor: "rgb(220, 220, 220)"
1860         tickmode: "linear"
1861         tickfont:
1862           size: 16
1863         zeroline: False
1864       yaxis:
1865         title: "<b>Connections Per Second [cps]</b>"
1866         titlefont:
1867           size: 16
1868         gridcolor: "rgb(230, 230, 230)"
1869         hoverformat: ".4s"
1870         linecolor: "rgb(220, 220, 220)"
1871         linewidth: 1
1872         rangemode: "tozero"
1873         showgrid: True
1874         showline: True
1875         showticklabels: True
1876         tickcolor: "rgb(220, 220, 220)"
1877         tickformat: ".3s"
1878         tickfont:
1879           size: 16
1880         zeroline: False
1881       boxmode: "group"
1882       boxgroupgap: 0.5
1883       autosize: False
1884       margin:
1885         t: 50
1886         b: 20
1887         l: 80
1888         r: 20
1889       showlegend: True
1890       legend:
1891         orientation: "h"
1892         font:
1893           size: 16
1894       width: 700
1895       height: 800
1896       paper_bgcolor: "#fff"
1897       plot_bgcolor: "#fff"
1898       hoverlabel:
1899         namelength: -1
1900
1901     plot-rps:
1902       titlefont:
1903         size: 18
1904       xaxis:
1905         title: "<b>Test Cases [Index]</b>"
1906         titlefont:
1907           size: 16
1908         autorange: True
1909         fixedrange: False
1910         gridcolor: "rgb(230, 230, 230)"
1911         linecolor: "rgb(220, 220, 220)"
1912         linewidth: 1
1913         showgrid: True
1914         showline: True
1915         showticklabels: True
1916         tickcolor: "rgb(220, 220, 220)"
1917         tickmode: "linear"
1918         tickfont:
1919           size: 16
1920         zeroline: False
1921       yaxis:
1922         title: "<b>Requests Per Second [rps]</b>"
1923         titlefont:
1924           size: 16
1925         gridcolor: "rgb(230, 230, 230)"
1926         hoverformat: ".4s"
1927         linecolor: "rgb(220, 220, 220)"
1928         linewidth: 1
1929         rangemode: "tozero"
1930         showgrid: True
1931         showline: True
1932         showticklabels: True
1933         tickcolor: "rgb(230, 230, 230)"
1934         tickformat: ".3s"
1935         tickfont:
1936           size: 16
1937         zeroline: False
1938       boxmode: "group"
1939       boxgroupgap: 0.5
1940       autosize: False
1941       margin:
1942         t: 50
1943         b: 20
1944         l: 80
1945         r: 20
1946       showlegend: True
1947       legend:
1948         orientation: "h"
1949         font:
1950           size: 16
1951       width: 700
1952       height: 800
1953       paper_bgcolor: "#fff"
1954       plot_bgcolor: "#fff"
1955       hoverlabel:
1956         namelength: -1
1957
1958     plot-hoststack:
1959       titlefont:
1960         size: 16
1961       xaxis:
1962         title: "<b>Test Cases [Index]</b>"
1963         titlefont:
1964           size: 14
1965         autorange: True
1966         fixedrange: False
1967         gridcolor: "rgb(230, 230, 230)"
1968         linecolor: "rgb(220, 220, 220)"
1969         linewidth: 1
1970         showgrid: True
1971         showline: True
1972         showticklabels: True
1973         tickcolor: "rgb(220, 220, 220)"
1974         tickmode: "linear"
1975         tickfont:
1976           size: 14
1977         zeroline: False
1978       yaxis:
1979         title: "<b>Bandwidth [Gbps]</b>"
1980         titlefont:
1981           size: 14
1982         gridcolor: "rgb(230, 230, 230)"
1983         hoverformat: ".4s"
1984         linecolor: "rgb(220, 220, 220)"
1985         linewidth: 1
1986         rangemode: "tozero"
1987         showgrid: True
1988         showline: True
1989         showticklabels: True
1990         tickcolor: "rgb(230, 230, 230)"
1991         tickformat: ".3s"
1992         tickfont:
1993           size: 14
1994         zeroline: False
1995       boxmode: "group"
1996       boxgroupgap: 0.5
1997       autosize: False
1998       margin:
1999         t: 50
2000         b: 20
2001         l: 80
2002         r: 20
2003       showlegend: True
2004       legend:
2005         orientation: "h"
2006         font:
2007           size: 14
2008       width: 700
2009       height: 800
2010       paper_bgcolor: "#fff"
2011       plot_bgcolor: "#fff"
2012       hoverlabel:
2013         namelength: -1
2014
2015     plot-throughput:
2016       titlefont:
2017         size: 18
2018       xaxis:
2019         title: "<b>Test Cases [Index]</b>"
2020         titlefont:
2021           size: 16
2022         autorange: True
2023         fixedrange: False
2024         gridcolor: "rgb(230, 230, 230)"
2025         linecolor: "rgb(220, 220, 220)"
2026         linewidth: 1
2027         showgrid: True
2028         showline: True
2029         showticklabels: True
2030         tickcolor: "rgb(220, 220, 220)"
2031         tickmode: "linear"
2032         tickfont:
2033           size: 16
2034         zeroline: False
2035       yaxis:
2036         title: "<b>Packet Throughput [Mpps]</b>"
2037         titlefont:
2038           size: 16
2039         gridcolor: "rgb(230, 230, 230)"
2040         hoverformat: ".4r"
2041         tickformat: ".3r"
2042         linecolor: "rgb(220, 220, 220)"
2043         linewidth: 1
2044         showgrid: True
2045         showline: True
2046         showticklabels: True
2047         tickcolor: "rgb(220, 220, 220)"
2048         tickfont:
2049           size: 16
2050         zeroline: False
2051         range: [0,50]
2052       autosize: False
2053       margin:
2054         t: 50
2055         b: 0
2056         l: 80
2057         r: 20
2058       showlegend: True
2059       legend:
2060         orientation: "h"
2061         font:
2062           size: 16
2063       width: 700
2064       height: 900
2065       paper_bgcolor: "#fff"
2066       plot_bgcolor: "#fff"
2067       hoverlabel:
2068         namelength: -1
2069
2070     plot-throughput-speedup-analysis:
2071       titlefont:
2072         size: 18
2073       xaxis:
2074         title: "<b>Number of Cores [Qty]</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(238, 238, 238)"
2086         tickmode: "linear"
2087         tickfont:
2088           size: 16
2089         zeroline: False
2090       yaxis:
2091         title: "<b>Packet Throughput [Mpps]</b>"
2092         titlefont:
2093           size: 16
2094         type: "linear"
2095         gridcolor: "rgb(230, 230, 230)"
2096         hoverformat: ".4s"
2097         linecolor: "rgb(220, 220, 220)"
2098         linewidth: 1
2099         showgrid: True
2100         showline: True
2101         showticklabels: True
2102         tickcolor: "rgb(220, 220, 220)"
2103         tickformat: ".4s"
2104         tickfont:
2105           size: 16
2106         zeroline: True
2107         rangemode: "tozero"
2108         range: [0,100]
2109       legend:
2110         orientation: "h"
2111         font:
2112           size: 16
2113         xanchor: "left"
2114         yanchor: "top"
2115         x: 0
2116         y: -0.2
2117         bgcolor: "rgba(255, 255, 255, 0)"
2118         bordercolor: "rgba(255, 255, 255, 0)"
2119         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2120       autosize: False
2121       margin:
2122           't': 50
2123           'b': 150
2124           'l': 85
2125           'r': 10
2126       showlegend: True
2127       width: 700
2128       height: 700
2129       paper_bgcolor: "#fff"
2130       plot_bgcolor: "#fff"
2131       hoverlabel:
2132         namelength: -1
2133       annotations: [
2134         {
2135           text: "_ _          __          ...",
2136           align: "left",
2137           showarrow: False,
2138           xref: "paper",
2139           yref: "paper",
2140           xanchor: "left",
2141           yanchor: "top",
2142           x: 0,
2143           y: -0.13,
2144           font: {
2145             family: "Consolas, Courier New",
2146             size: 15
2147           },
2148         },
2149         {
2150           text: "    Perfect     Measured     Limit",
2151           align: "left",
2152           showarrow: False,
2153           xref: "paper",
2154           yref: "paper",
2155           xanchor: "left",
2156           yanchor: "top",
2157           x: 0,
2158           y: -0.15,
2159           font: {
2160             family: "Consolas, Courier New",
2161             size: 15
2162           },
2163         },
2164       ]
2165
2166     plot-latency:
2167       titlefont:
2168         size: 18
2169       xaxis:
2170         title: "<b>Direction</b>"
2171         titlefont:
2172           size: 16
2173         autorange: True
2174         fixedrange: False
2175         gridcolor: "rgb(230, 230, 230)"
2176         linecolor: "rgb(220, 220, 220)"
2177         linewidth: 1
2178         showgrid: True
2179         showline: True
2180         showticklabels: False
2181         tickcolor: "rgb(220, 220, 220)"
2182         tickmode: "linear"
2183         tickfont:
2184           size: 16
2185         zeroline: False
2186       yaxis:
2187         title: "<b>Packet Latency [uSec]</b>"
2188         titlefont:
2189           size: 16
2190         type: "linear"
2191         gridcolor: "rgb(230, 230, 230)"
2192         hoverformat: ".4s"
2193         linecolor: "rgb(220, 220, 220)"
2194         linewidth: 1
2195         showgrid: True
2196         showline: True
2197         showticklabels: True
2198         tickcolor: "rgb(220, 220, 220)"
2199         tickformat: ".4s"
2200         tickfont:
2201           size: 16
2202         zeroline: True
2203         rangemode: "tozero"
2204       legend:
2205         orientation: "h"
2206         font:
2207           size: 16
2208         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2209       autosize: False
2210       margin:
2211           't': 50
2212           'b': 150
2213           'l': 80
2214           'r': 10
2215       showlegend: True
2216       width: 700
2217       height: 700
2218       paper_bgcolor: "#fff"
2219       plot_bgcolor: "#fff"
2220       hoverlabel:
2221         namelength: -1
2222
2223     plot-hdrh-latency:
2224       title:
2225         text: ""
2226         xanchor: "center"
2227         x: 0.5
2228         font:
2229           size: 16
2230       width: 700
2231       plot_bgcolor: "white"
2232       annotations:
2233         - font:
2234             size: 14
2235           showarrow: False
2236           text: "<b>Packet Latency [uSec]</b>"
2237           x: 1
2238           xanchor: "right"
2239           xref: "paper"
2240           y: -0.045
2241           yanchor: "top"
2242           yref: "paper"
2243         - font:
2244             size: 14
2245           showarrow: False
2246           text: "<b>Probability [%]</b>"
2247           textangle: 270
2248           x: -0.06
2249           xanchor: "center"
2250           xref: "paper"
2251           y: 0.5
2252           yanchor: "middle"
2253           yref: "paper"
2254         - font:
2255             size: 14
2256           showarrow: False
2257           text: "<b>Direction: E-W</b>"
2258           x: 0.24
2259           xanchor: "center"
2260           xref: "paper"
2261           y: 1.05
2262           yanchor: "bottom"
2263           yref: "paper"
2264         - font:
2265             size: 14
2266           showarrow: False
2267           text: "<b>Direction: W-E</b>"
2268           x: 0.74
2269           xanchor: "center"
2270           xref: "paper"
2271           y: 1.05
2272           yanchor: "bottom"
2273           yref: "paper"
2274
2275     plot-hdrh-latency-percentile:
2276       title:
2277         text: ""
2278         xanchor: "center"
2279         x: 0.5
2280         font:
2281           size: 18
2282       xaxis:
2283         type: "log"
2284         title: "<b>Percentile [%]</b>"
2285         titlefont:
2286           size: 16
2287         autorange: True
2288         fixedrange: False
2289         gridcolor: "rgb(230, 230, 230)"
2290         linecolor: "rgb(220, 220, 220)"
2291         linewidth: 1
2292         showgrid: True
2293         showline: True
2294         showticklabels: True
2295         tickcolor: "rgb(220, 220, 220)"
2296         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2297         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2298         tickfont:
2299           size: 16
2300       yaxis:
2301         title: "<b>Packet Latency [uSec]</b>"
2302         titlefont:
2303           size: 16
2304         gridcolor: "rgb(230, 230, 230)"
2305         linecolor: "rgb(220, 220, 220)"
2306         linewidth: 1
2307         showgrid: True
2308         showline: True
2309         showticklabels: True
2310         tickcolor: "rgb(220, 220, 220)"
2311         tickfont:
2312           size: 16
2313       autosize: False
2314       showlegend: True
2315       legend:
2316         traceorder: "normal"
2317         orientation: "h"
2318         font:
2319           size: 16
2320         xanchor: "left"
2321         yanchor: "top"
2322         x: 0
2323         y: -0.15
2324         bgcolor: "rgba(255, 255, 255, 0)"
2325         bordercolor: "rgba(255, 255, 255, 0)"
2326       width: 700
2327       height: 700
2328       paper_bgcolor: "white"
2329       plot_bgcolor: "white"
2330
2331     plot-hdrh-latency-by-percentile:
2332       title:
2333         text: "<b>Latency by Percentile Distribution</b>"
2334         xanchor: "center"
2335         x: 0.5
2336         font:
2337           size: 18
2338       showlegend: True
2339       legend:
2340         traceorder: "normal"
2341         orientation: "h"
2342         font:
2343           size: 16
2344         xanchor: "left"
2345         yanchor: "top"
2346         x: 0
2347         y: -0.2
2348         bgcolor: "rgba(255, 255, 255, 0)"
2349         bordercolor: "rgba(255, 255, 255, 0)"
2350       xaxis:
2351         type: "linear"
2352         title: "<b>Percentile [%]</b>"
2353         titlefont:
2354           size: 14
2355         autorange: False
2356         fixedrange: False
2357         range: [0, 100]
2358         gridcolor: "rgb(230, 230, 230)"
2359         linecolor: "rgb(220, 220, 220)"
2360         linewidth: 1
2361         showgrid: True
2362         showline: True
2363         showticklabels: True
2364         tickcolor: "rgb(220, 220, 220)"
2365         tickvals: [0, 25, 50, 75, 100]
2366         ticktext: [0, 25, 50, 75, 100]
2367         tickfont:
2368           size: 14
2369       yaxis:
2370         title: "<b>One-Way Latency per Direction [uSec]</b>"
2371         titlefont:
2372           size: 14
2373         gridcolor: "rgb(230, 230, 230)"
2374         linecolor: "rgb(220, 220, 220)"
2375         linewidth: 1
2376         showgrid: True
2377         showline: True
2378         showticklabels: True
2379         tickcolor: "rgb(220, 220, 220)"
2380         tickfont:
2381           size: 14
2382       width: 700
2383       height: 700
2384       paper_bgcolor: "white"
2385       plot_bgcolor: "white"
2386
2387 - type: "static"
2388   src-path: "{DIR[RST]}"
2389   dst-path: "{DIR[WORKING,SRC]}"
2390
2391 - type: "input"
2392   general:
2393     file-name: "output_info.xml.gz"
2394     file-format: ".gz"
2395     arch-file-format:
2396       - ".gz"
2397       - ".zip"
2398     download-path: "{job}/{build}/archives/{filename}"
2399     extract: "output.xml"
2400
2401     zip-file-name: "robot-plugin.zip"
2402     zip-file-format: ".zip"
2403     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2404     zip-extract: "robot-plugin/output.xml"
2405
2406   builds:
2407
2408     csit-vpp-perf-verify-1904-3n-hsw:
2409       - 9   # MRR sel
2410       - 11  # NDRPDR sel
2411       - 12  # NDRPDR sel
2412       - 20  # NDRPDR sel
2413       - 21  # NDRPDR sel
2414       - 23  # NDRPDR sel
2415       - 24  # NDRPDR sel
2416       - 25  # NDRPDR sel
2417       - 26  # NDRPDR sel
2418       - 29  # NDRPDR sel
2419       - 30  # NDRPDR sel
2420     csit-vpp-perf-verify-1908-3n-hsw:
2421       - 12  # NDRPDR sel
2422       - 13  # NDRPDR sel
2423       - 14  # NDRPDR sel
2424       - 15  # NDRPDR sel
2425       - 16  # NDRPDR sel
2426       - 17  # NDRPDR sel
2427       - 18  # NDRPDR sel
2428       - 19  # NDRPDR sel
2429       - 20  # NDRPDR sel
2430       - 21  # NDRPDR sel
2431       - 48  # NDRPDR sel vhost
2432       - 49  # NDRPDR sel vhost
2433       - 52  # NDRPDR sel vhost
2434       - 53  # NDRPDR sel vhost
2435       - 54  # NDRPDR sel vhost
2436       - 55  # NDRPDR sel vhost
2437       - 56  # NDRPDR sel vhost
2438       - 57  # NDRPDR sel vhost
2439       - 58  # NDRPDR sel vhost
2440       - 59  # NDRPDR sel vhost
2441       - 39  # MRR sel
2442     csit-vpp-perf-verify-2001-3n-hsw:
2443       - 21  # NDRPDR sel
2444       - 22  # NDRPDR sel
2445       - 23  # NDRPDR sel
2446       - 24  # NDRPDR sel
2447       - 25  # NDRPDR sel
2448       - 29  # NDRPDR sel
2449       - 30  # NDRPDR sel
2450       - 31  # NDRPDR sel
2451       - 32  # NDRPDR sel
2452       - 34  # NDRPDR sel
2453       - 17  # MRR sel
2454       - 18  # NDRPDR full
2455       - 20  # NDRPDR full
2456       - 28  # NDRPDR full
2457       - 35  # NDRPDR full
2458       - 42  # NDRPDR full
2459       - 46  # NDRPDR full
2460       - 47  # NDRPDR full
2461       - 48  # NDRPDR full
2462       - 49  # NDRPDR full
2463       - 50  # NDRPDR full
2464       - 51  # NDRPDR full
2465       - 52  # NDRPDR full
2466       - 53  # NDRPDR full
2467       - 54  # NDRPDR full
2468       - 55  # NDRPDR full
2469       - 56  # NDRPDR full
2470       - 57  # NDRPDR full
2471       - 58  # NDRPDR full
2472       - 59  # NDRPDR full
2473       - 61  # NDRPDR full
2474       - 62  # NDRPDR full
2475       - 63  # NDRPDR full
2476       - 64  # NDRPDR full
2477       - 65  # NDRPDR full
2478       - 67  # NDRPDR full
2479       - 70  # NDRPDR full
2480       - 72  # NDRPDR full
2481       - 73  # NDRPDR full
2482       - 76  # NDRPDR full
2483       - 77  # NDRPDR full
2484       - 78  # NDRPDR full
2485       - 79  # NDRPDR full
2486       - 81  # NDRPDR full
2487       - 82  # NDRPDR full
2488       - 84  # NDRPDR full
2489       - 85  # NDRPDR full
2490       - 87  # hoststack
2491       - 88  # hoststack
2492       - 89  # hoststack
2493       - 90  # hoststack
2494       - 91  # hoststack
2495       - 92  # hoststack
2496       - 93  # hoststack
2497       - 94  # hoststack
2498       - 95  # hoststack
2499       - 96  # hoststack
2500
2501     csit-vpp-perf-verify-1904-3n-skx:
2502       - 7   # MRR sel
2503       - 8   # NDRPDR sel
2504       - 9   # NDRPDR sel
2505       - 10  # NDRPDR sel
2506       - 11  # NDRPDR sel
2507       - 12  # NDRPDR sel
2508       - 14  # NDRPDR sel
2509       - 16  # NDRPDR sel
2510       - 21  # NDRPDR sel
2511       - 23  # NDRPDR sel
2512       - 25  # NDRPDR sel
2513     csit-vpp-perf-verify-1908-3n-skx:
2514       - 14  # NDRPDR sel
2515       - 16  # NDRPDR sel
2516       - 19  # NDRPDR sel
2517       - 20  # NDRPDR sel
2518       - 22  # NDRPDR sel
2519       - 23  # NDRPDR sel
2520       - 24  # NDRPDR sel
2521       - 25  # NDRPDR sel
2522       - 26  # NDRPDR sel
2523       - 29  # NDRPDR sel
2524       - 52  # NDRPDR sel vhost
2525       - 53  # NDRPDR sel vhost
2526       - 55  # NDRPDR sel vhost
2527       - 61  # NDRPDR sel vhost
2528       - 62  # NDRPDR sel vhost
2529       - 63  # NDRPDR sel vhost
2530       - 64  # NDRPDR sel vhost
2531       - 65  # NDRPDR sel vhost
2532       - 66  # NDRPDR sel vhost
2533       - 67  # NDRPDR sel vhost
2534       - 36  # MRR sel
2535     csit-vpp-perf-verify-2001-3n-skx:
2536       - 45  # NDRPDR sel
2537       - 46  # NDRPDR sel
2538       - 47  # NDRPDR sel
2539       - 48  # NDRPDR sel
2540       - 49  # NDRPDR sel
2541       - 51  # NDRPDR sel
2542       - 52  # NDRPDR sel
2543       - 59  # NDRPDR sel
2544       - 65  # NDRPDR sel
2545       - 66  # NDRPDR sel
2546       - 54  # NDRPDR sel addition
2547       - 55  # NDRPDR sel addition
2548       - 56  # NDRPDR sel addition
2549       - 57  # NDRPDR sel addition
2550       - 58  # NDRPDR sel addition
2551       - 60  # NDRPDR sel addition
2552       - 61  # NDRPDR sel addition
2553       - 62  # NDRPDR sel addition
2554       - 63  # NDRPDR sel addition
2555       - 64  # NDRPDR sel addition
2556       - 50  # MRR sel
2557       - 53  # MRR sel addition
2558
2559     csit-vpp-perf-verify-1904-2n-skx:
2560       - 11  # MRR sel
2561       - 12  # NDRPDR sel
2562       - 14  # NDRPDR sel
2563       - 16  # NDRPDR sel
2564       - 17  # NDRPDR sel
2565       - 18  # NDRPDR sel
2566       - 21  # NDRPDR sel
2567       - 27  # NDRPDR sel
2568       - 30  # NDRPDR sel
2569       - 31  # NDRPDR sel
2570       - 32  # NDRPDR sel
2571     csit-vpp-perf-verify-1908-2n-skx:
2572       - 26  # NDRPDR sel
2573       - 27  # NDRPDR sel
2574       - 34  # NDRPDR sel
2575       - 35  # NDRPDR sel
2576       - 36  # NDRPDR sel
2577       - 42  # NDRPDR sel
2578       - 43  # NDRPDR sel
2579       - 44  # NDRPDR sel
2580       - 45  # NDRPDR sel
2581       - 46  # NDRPDR sel
2582       - 88  # NDRPDR sel vhost
2583       - 89  # NDRPDR sel vhost
2584       - 91  # NDRPDR sel vhost
2585       - 92  # NDRPDR sel vhost
2586       - 93  # NDRPDR sel vhost
2587       - 94  # NDRPDR sel vhost
2588       - 95  # NDRPDR sel vhost
2589       - 96  # NDRPDR sel vhost
2590       - 97  # NDRPDR sel vhost
2591       - 98  # NDRPDR sel vhost
2592       - 69  # MRR sel
2593 #      - 22  # NFV
2594 #      - 31  # NFV
2595 #      - 32  # NFV
2596 #      - 71  # NFV MRR
2597     csit-vpp-perf-verify-2001-2n-skx:
2598       - 92  # NDRPDR sel
2599       - 93  # NDRPDR sel
2600       - 94  # NDRPDR sel
2601       - 95  # NDRPDR sel
2602       - 96  # NDRPDR sel
2603       - 97  # NDRPDR sel
2604       - 98  # NDRPDR sel
2605       - 99  # NDRPDR sel
2606       - 100 # NDRPDR sel
2607       - 102 # NDRPDR sel
2608       - 129 # NDRPDR sel addition
2609       - 130 # NDRPDR sel addition
2610       - 131 # NDRPDR sel addition
2611       - 132 # NDRPDR sel addition
2612       - 133 # NDRPDR sel addition
2613       - 134 # NDRPDR sel addition
2614       - 135 # NDRPDR sel addition
2615       - 136 # NDRPDR sel addition
2616       - 137 # NDRPDR sel addition
2617       - 138 # NDRPDR sel addition
2618       - 101 # MRR sel
2619       - 128 # MRR sel addition
2620
2621     csit-vpp-perf-verify-2001-2n-clx:
2622       - 28  # NDRPDR sel
2623       - 29  # NDRPDR sel
2624       - 32  # NDRPDR sel
2625       - 40  # NDRPDR sel
2626       - 43  # NDRPDR sel
2627       - 44  # NDRPDR sel
2628       - 45  # NDRPDR sel
2629       - 47  # NDRPDR sel
2630       - 48  # NDRPDR sel
2631       - 49  # NDRPDR sel
2632       - 39  # MRR
2633       - 53  # NDRPDR full
2634       - 54  # NDRPDR full
2635       - 55  # NDRPDR full
2636       - 56  # NDRPDR full
2637       - 57  # NDRPDR full
2638       - 58  # NDRPDR full
2639       - 59  # NDRPDR full
2640       - 60  # NDRPDR full
2641       - 61  # NDRPDR full
2642       - 62  # NDRPDR full
2643       - 63  # NDRPDR full
2644       - 64  # NDRPDR full
2645       - 65  # NDRPDR full
2646       - 66  # NDRPDR full
2647       - 67  # NDRPDR full
2648       - 68  # Reconf
2649       - 69  # Reconf
2650       - 70  # Reconf
2651       - 71  # Reconf
2652       - 72  # Reconf
2653       - 73  # Reconf
2654       - 74  # Reconf
2655       - 75  # Reconf
2656       - 76  # Reconf
2657       - 77  # Reconf
2658       - 80  # TCP
2659       - 82  # TCP
2660       - 83  # TCP
2661       - 85  # TCP
2662       - 86  # TCP
2663       - 87  # TCP
2664       - 88  # TCP
2665       - 89  # TCP
2666       - 90  # TCP
2667       - 91  # TCP
2668       - 93  # Soak
2669       - 94  # Soak
2670
2671     csit-vpp-perf-verify-1908-3n-tsh:
2672       - 7   # NDRPDR sel
2673       - 8   # NDRPDR sel
2674       - 9   # NDRPDR sel
2675       - 10  # NDRPDR sel
2676       - 11  # NDRPDR sel
2677       - 12  # NDRPDR sel
2678       - 13  # NDRPDR sel
2679       - 14  # NDRPDR sel
2680       - 15  # NDRPDR sel
2681       - 16  # NDRPDR sel
2682       - 17  # MRR sel
2683     csit-vpp-perf-verify-2001-3n-tsh:
2684       - 3   # NDRPDR sel
2685       - 4   # NDRPDR sel
2686       - 7   # NDRPDR sel
2687       - 8   # NDRPDR sel
2688       - 10  # NDRPDR sel
2689       - 12  # NDRPDR sel
2690       - 13  # NDRPDR sel
2691       - 14  # NDRPDR sel
2692       - 15  # NDRPDR sel
2693       - 21  # NDRPDR sel
2694       - 9   # MRR sel
2695
2696     csit-vpp-perf-verify-1908-3n-dnv:
2697       - 6   # NDRPDR sel
2698       - 7   # NDRPDR sel
2699       - 8   # NDRPDR sel
2700       - 9   # NDRPDR sel
2701       - 10  # NDRPDR sel
2702       - 12  # NDRPDR sel
2703       - 13  # NDRPDR sel
2704       - 14  # NDRPDR sel
2705       - 15  # NDRPDR sel
2706       - 16  # NDRPDR sel
2707       - 17  # MRR sel
2708     csit-vpp-perf-verify-2001-3n-dnv:
2709       - 5   # NDRPDR sel
2710       - 6   # NDRPDR sel
2711       - 7   # NDRPDR sel
2712       - 8   # NDRPDR sel
2713       - 9   # NDRPDR sel
2714       - 10  # NDRPDR sel
2715       - 12  # NDRPDR sel
2716       - 16  # NDRPDR sel
2717       - 17  # NDRPDR sel
2718       - 18  # NDRPDR sel
2719       - 11  # MRR sel
2720       - 19  # NDRPDR full
2721       - 20  # NDRPDR full
2722       - 21  # NDRPDR full
2723       - 22  # NDRPDR full
2724       - 23  # NDRPDR full
2725       - 24  # NDRPDR full
2726       - 25  # NDRPDR full
2727       - 26  # NDRPDR full
2728       - 37  # NDRPDR full
2729       - 38  # NDRPDR full
2730       - 39  # NDRPDR full
2731
2732     csit-vpp-perf-verify-1908-2n-dnv:
2733       - 1   # NDRPDR sel
2734       - 2   # NDRPDR sel
2735       - 3   # NDRPDR sel
2736       - 4   # NDRPDR sel
2737       - 5   # NDRPDR sel
2738       - 6   # NDRPDR sel
2739       - 7   # NDRPDR sel
2740       - 8   # NDRPDR sel
2741       - 9   # NDRPDR sel
2742       - 10  # NDRPDR sel
2743       - 11  # MRR sel
2744     csit-vpp-perf-verify-2001-2n-dnv:
2745       - 4   # NDRPDR sel
2746       - 5   # NDRPDR sel
2747       - 6   # NDRPDR sel
2748       - 7   # NDRPDR sel
2749       - 8   # NDRPDR sel
2750       - 9   # NDRPDR sel
2751       - 10  # NDRPDR sel
2752       - 11  # NDRPDR sel
2753       - 13  # NDRPDR sel
2754       - 16  # NDRPDR sel
2755       - 12  # MRR sel
2756       - 21  # NDRPDR full
2757       - 22  # NDRPDR full
2758       - 25  # NDRPDR full
2759       - 26  # NDRPDR full
2760       - 27  # NDRPDR full
2761       - 28  # NDRPDR full
2762
2763     csit-dpdk-perf-verify-1904-3n-hsw:
2764       - 2   # NDRPDR sel
2765       - 3   # NDRPDR sel
2766       - 5   # NDRPDR sel
2767       - 6   # NDRPDR sel
2768       - 13  # NDRPDR sel
2769       - 14  # NDRPDR sel
2770       - 15  # NDRPDR sel
2771       - 18  # NDRPDR sel
2772       - 19  # NDRPDR sel
2773       - 20  # NDRPDR sel
2774     csit-dpdk-perf-verify-1908-3n-hsw:
2775       - 2   # NDRPDR sel
2776       - 3   # NDRPDR sel
2777       - 4   # NDRPDR sel
2778       - 5   # NDRPDR sel
2779       - 6   # NDRPDR sel
2780       - 7   # NDRPDR sel
2781       - 8   # NDRPDR sel
2782       - 9   # NDRPDR sel
2783       - 10  # NDRPDR sel
2784       - 11  # NDRPDR sel
2785     csit-dpdk-perf-verify-2001-3n-hsw:
2786       - 4   # NDRPDR sel
2787       - 5   # NDRPDR sel
2788       - 6   # NDRPDR sel
2789       - 7   # NDRPDR sel
2790       - 8   # NDRPDR sel
2791       - 9   # NDRPDR sel
2792       - 10  # NDRPDR sel
2793       - 11  # NDRPDR sel
2794       - 12  # NDRPDR sel
2795       - 13  # NDRPDR sel
2796       - 15  # NDRPDR sel
2797       - 16  # NDRPDR sel
2798       - 17  # NDRPDR sel
2799       - 18  # NDRPDR sel
2800       - 19  # NDRPDR sel
2801       - 20  # NDRPDR sel
2802       - 21  # NDRPDR sel
2803       - 22  # NDRPDR sel
2804       - 23  # NDRPDR sel
2805       - 24  # NDRPDR sel
2806       - 25  # NDRPDR full
2807       - 26  # NDRPDR full
2808
2809     csit-dpdk-perf-verify-1904-3n-skx:
2810       - 2   # NDRPDR sel
2811       - 3   # NDRPDR sel
2812       - 4   # NDRPDR sel
2813       - 5   # NDRPDR sel
2814       - 6   # NDRPDR sel
2815       - 7   # NDRPDR sel
2816       - 11  # NDRPDR sel
2817       - 12  # NDRPDR sel
2818       - 13  # NDRPDR sel
2819       - 14  # NDRPDR sel
2820     csit-dpdk-perf-verify-1908-3n-skx:
2821       - 3   # NDRPDR sel
2822       - 4   # NDRPDR sel
2823       - 5   # NDRPDR sel
2824       - 6   # NDRPDR sel
2825       - 7   # NDRPDR sel
2826       - 8   # NDRPDR sel
2827       - 9   # NDRPDR sel
2828       - 10  # NDRPDR sel
2829       - 11  # NDRPDR sel
2830       - 12  # NDRPDR sel
2831     csit-dpdk-perf-verify-2001-3n-skx:
2832       - 29  # NDRPDR sel xxv710
2833       - 33  # NDRPDR sel xxv710
2834       - 34  # NDRPDR sel xxv710
2835       - 35  # NDRPDR sel xxv710
2836       - 36  # NDRPDR sel xxv710
2837       - 37  # NDRPDR sel xxv710
2838       - 41  # NDRPDR sel xxv710
2839       - 42  # NDRPDR sel xxv710
2840       - 43  # NDRPDR sel xxv710
2841       - 45  # NDRPDR sel xxv710
2842       - 30  # NDRPDR sel x710
2843       - 31  # NDRPDR sel x710
2844       - 32  # NDRPDR sel x710
2845       - 38  # NDRPDR sel x710
2846       - 39  # NDRPDR sel x710
2847       - 40  # NDRPDR sel x710
2848       - 44  # NDRPDR sel x710
2849       - 46  # NDRPDR sel x710
2850       - 47  # NDRPDR sel x710
2851       - 48  # NDRPDR sel x710
2852
2853     csit-dpdk-perf-verify-1904-2n-skx:
2854       - 2   # NDRPDR sel
2855       - 3   # NDRPDR sel
2856       - 4   # NDRPDR sel
2857       - 5   # NDRPDR sel
2858       - 7   # NDRPDR sel
2859       - 8   # NDRPDR sel
2860       - 9   # NDRPDR sel
2861       - 10  # NDRPDR sel
2862       - 11  # NDRPDR sel
2863       - 12  # NDRPDR sel
2864     csit-dpdk-perf-verify-1908-2n-skx:
2865       - 2   # NDRPDR sel
2866       - 3   # NDRPDR sel
2867       - 4   # NDRPDR sel
2868       - 5   # NDRPDR sel
2869       - 7   # NDRPDR sel
2870       - 8   # NDRPDR sel
2871       - 9   # NDRPDR sel
2872       - 10  # NDRPDR sel
2873       - 11  # NDRPDR sel
2874       - 12  # NDRPDR sel
2875     csit-dpdk-perf-verify-2001-2n-skx:
2876       - 35  # NDRPDR sel xxv710
2877       - 36  # NDRPDR sel xxv710
2878       - 37  # NDRPDR sel xxv710
2879       - 41  # NDRPDR sel xxv710
2880       - 42  # NDRPDR sel xxv710
2881       - 43  # NDRPDR sel xxv710
2882       - 46  # NDRPDR sel xxv710
2883       - 47  # NDRPDR sel xxv710
2884       - 52  # NDRPDR sel xxv710
2885       - 53  # NDRPDR sel xxv710
2886       - 38  # NDRPDR sel x710
2887       - 39  # NDRPDR sel x710
2888       - 40  # NDRPDR sel x710
2889       - 44  # NDRPDR sel x710
2890       - 45  # NDRPDR sel x710
2891       - 48  # NDRPDR sel x710
2892       - 49  # NDRPDR sel x710
2893       - 50  # NDRPDR sel x710
2894       - 51  # NDRPDR sel x710
2895       - 54  # NDRPDR sel x710
2896
2897
2898     csit-dpdk-perf-verify-2001-2n-clx:
2899       - 15  # NDRPDR sel
2900       - 16  # NDRPDR sel
2901       - 17  # NDRPDR sel
2902       - 18  # NDRPDR sel
2903       - 19  # NDRPDR sel
2904       - 20  # NDRPDR sel
2905       - 21  # NDRPDR sel
2906       - 22  # NDRPDR sel
2907       - 23  # NDRPDR sel
2908       - 24  # NDRPDR sel
2909       - 25  # NDRPDR sel
2910       - 26  # NDRPDR sel
2911       - 27  # NDRPDR sel
2912       - 28  # NDRPDR sel
2913       - 29  # NDRPDR sel
2914       - 30  # NDRPDR sel
2915       - 31  # NDRPDR sel
2916       - 32  # NDRPDR sel
2917       - 33  # NDRPDR sel
2918       - 34  # NDRPDR sel
2919
2920     csit-dpdk-perf-verify-2001-2n-dnv:
2921       - 9   # NDRPDR sel
2922       - 10  # NDRPDR sel
2923       - 11  # NDRPDR sel
2924       - 12  # NDRPDR sel
2925       - 13  # NDRPDR sel
2926       - 14  # NDRPDR sel
2927       - 15  # NDRPDR sel
2928       - 16  # NDRPDR sel
2929       - 17  # NDRPDR sel
2930       - 18  # NDRPDR sel
2931
2932     csit-dpdk-perf-verify-2001-3n-dnv:
2933       - 12  # NDRPDR sel
2934       - 13  # NDRPDR sel
2935       - 14  # NDRPDR sel
2936       - 15  # NDRPDR sel
2937       - 16  # NDRPDR sel
2938       - 17  # NDRPDR sel
2939       - 18  # NDRPDR sel
2940       - 19  # NDRPDR sel
2941       - 20  # NDRPDR sel
2942       - 22  # NDRPDR sel
2943
2944     csit-dpdk-perf-verify-2001-3n-tsh:
2945       - 3   # NDRPDR sel
2946       - 4   # NDRPDR sel
2947       - 5   # NDRPDR sel
2948       - 9   # NDRPDR sel
2949       - 10  # NDRPDR sel
2950       - 11  # NDRPDR sel
2951       - 12  # NDRPDR sel
2952       - 14  # NDRPDR sel
2953       - 15  # NDRPDR sel
2954       - 18  # NDRPDR sel
2955
2956     csit-vpp-device-2001-ubuntu1804-1n-skx:
2957       - 57
2958
2959 - type: "output"
2960   output: "report"
2961   format:
2962     html:
2963     - full
2964 #    pdf:
2965 #    - minimal
2966
2967 ################################################################################
2968 ###                               T A B L E S                                ###
2969 ################################################################################
2970
2971 ## VPP Soak vs NDR - 2n-skx
2972 #- type: "table"
2973 #  title: "VPP Soak vs NDR 2n-skx"
2974 #  algorithm: "table_soak_vs_ndr"
2975 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2976 #  reference:
2977 #    title: "NDR"
2978 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2979 #  compare:
2980 #    title: "Soak"
2981 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2982 #  data: "vpp-soak-vs-ndr-2n-skx"
2983 #  include-tests: "NDR"
2984 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2985 #  parameters:
2986 #    - "throughput"
2987 #    - "name"
2988 #    - "parent"
2989
2990 # VPP Soak vs NDR - 2n-clx
2991 - type: "table"
2992   title: "VPP Soak vs NDR 2n-clx"
2993   algorithm: "table_soak_vs_ndr"
2994   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2995   reference:
2996     title: "NDR"
2997     data: "vpp-soak-vs-ndr-2n-clx-ref"
2998   compare:
2999     title: "Soak"
3000     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3001   data: "vpp-soak-vs-ndr-2n-clx"
3002   include-tests: "NDR"
3003   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3004   parameters:
3005     - "throughput"
3006     - "name"
3007     - "parent"
3008
3009 ################################################################################
3010
3011 # VPP Compare NICs 3n-skx 2t1c ndr
3012 - type: "table"
3013   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3014   algorithm: "table_nics_comparison"
3015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3016   reference:
3017     title: "x710"
3018     nic: "NIC_Intel-X710"
3019   compare:
3020     title: "xxv710"
3021     nic: "NIC_Intel-XXV710"
3022   data: "vpp-nic-comparison-3n-skx"
3023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3024   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3025   parameters:
3026   - "name"
3027   - "parent"
3028   - "throughput"
3029   - "tags"
3030
3031 # VPP Compare NICs 3n-skx 4t2c ndr
3032 - type: "table"
3033   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3034   algorithm: "table_nics_comparison"
3035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3036   reference:
3037     title: "x710"
3038     nic: "NIC_Intel-X710"
3039   compare:
3040     title: "xxv710"
3041     nic: "NIC_Intel-XXV710"
3042   data: "vpp-nic-comparison-3n-skx"
3043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3044   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3045   parameters:
3046   - "name"
3047   - "parent"
3048   - "throughput"
3049   - "tags"
3050
3051 # VPP Compare NICs 3n-skx 2t1c pdr
3052 - type: "table"
3053   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3054   algorithm: "table_nics_comparison"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3056   reference:
3057     title: "x710"
3058     nic: "NIC_Intel-X710"
3059   compare:
3060     title: "xxv710"
3061     nic: "NIC_Intel-XXV710"
3062   data: "vpp-nic-comparison-3n-skx"
3063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3064   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3065   parameters:
3066   - "name"
3067   - "parent"
3068   - "throughput"
3069   - "tags"
3070
3071  # VPP Compare NICs 3n-skx 4t2c pdr
3072 - type: "table"
3073   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3074   algorithm: "table_nics_comparison"
3075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3076   reference:
3077     title: "x710"
3078     nic: "NIC_Intel-X710"
3079   compare:
3080     title: "xxv710"
3081     nic: "NIC_Intel-XXV710"
3082   data: "vpp-nic-comparison-3n-skx"
3083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3084   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3085   parameters:
3086   - "name"
3087   - "parent"
3088   - "throughput"
3089   - "tags"
3090
3091 # VPP Compare NICs 3n-skx 2t1c mrr
3092 - type: "table"
3093   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3094   algorithm: "table_nics_comparison"
3095   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3096   reference:
3097     title: "x710"
3098     nic: "NIC_Intel-X710"
3099   compare:
3100     title: "xxv710"
3101     nic: "NIC_Intel-XXV710"
3102   data: "vpp-nic-comparison-3n-skx-mrr"
3103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3104   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3105   parameters:
3106   - "name"
3107   - "parent"
3108   - "result"
3109   - "tags"
3110
3111 # VPP Compare NICs 3n-skx 4t2c mrr
3112 - type: "table"
3113   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3114   algorithm: "table_nics_comparison"
3115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3116   reference:
3117     title: "x710"
3118     nic: "NIC_Intel-X710"
3119   compare:
3120     title: "xxv710"
3121     nic: "NIC_Intel-XXV710"
3122   data: "vpp-nic-comparison-3n-skx-mrr"
3123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3124   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3125   parameters:
3126   - "name"
3127   - "parent"
3128   - "result"
3129   - "tags"
3130
3131  # VPP Compare NICs 3n-skx 8t4c mrr
3132 - type: "table"
3133   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3134   algorithm: "table_nics_comparison"
3135   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3136   reference:
3137     title: "x710"
3138     nic: "NIC_Intel-X710"
3139   compare:
3140     title: "xxv710"
3141     nic: "NIC_Intel-XXV710"
3142   data: "vpp-nic-comparison-3n-skx-mrr"
3143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3144   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3145   parameters:
3146   - "name"
3147   - "parent"
3148   - "result"
3149   - "tags"
3150
3151 # VPP Compare NICs 2n-skx 2t1c ndr
3152 - type: "table"
3153   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3154   algorithm: "table_nics_comparison"
3155   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3156   reference:
3157     title: "x710"
3158     nic: "NIC_Intel-X710"
3159   compare:
3160     title: "xxv710"
3161     nic: "NIC_Intel-XXV710"
3162   data: "vpp-nic-comparison-2n-skx"
3163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3164   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3165   parameters:
3166   - "name"
3167   - "parent"
3168   - "throughput"
3169   - "tags"
3170
3171 # VPP Compare NICs 2n-skx 4t2c ndr
3172 - type: "table"
3173   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3174   algorithm: "table_nics_comparison"
3175   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3176   reference:
3177     title: "x710"
3178     nic: "NIC_Intel-X710"
3179   compare:
3180     title: "xxv710"
3181     nic: "NIC_Intel-XXV710"
3182   data: "vpp-nic-comparison-2n-skx"
3183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3184   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3185   parameters:
3186   - "name"
3187   - "parent"
3188   - "throughput"
3189   - "tags"
3190
3191  # VPP Compare NICs 2n-skx 2t1c pdr
3192 - type: "table"
3193   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3194   algorithm: "table_nics_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3196   reference:
3197     title: "x710"
3198     nic: "NIC_Intel-X710"
3199   compare:
3200     title: "xxv710"
3201     nic: "NIC_Intel-XXV710"
3202   data: "vpp-nic-comparison-2n-skx"
3203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3204   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3205   parameters:
3206   - "name"
3207   - "parent"
3208   - "throughput"
3209   - "tags"
3210
3211 # VPP Compare NICs 2n-skx 4t2c pdr
3212 - type: "table"
3213   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3214   algorithm: "table_nics_comparison"
3215   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3216   reference:
3217     title: "x710"
3218     nic: "NIC_Intel-X710"
3219   compare:
3220     title: "xxv710"
3221     nic: "NIC_Intel-XXV710"
3222   data: "vpp-nic-comparison-2n-skx"
3223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3224   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3225   parameters:
3226   - "name"
3227   - "parent"
3228   - "throughput"
3229   - "tags"
3230
3231 # VPP Compare NICs 2n-skx 2t1c mrr
3232 - type: "table"
3233   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3234   algorithm: "table_nics_comparison"
3235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3236   reference:
3237     title: "x710"
3238     nic: "NIC_Intel-X710"
3239   compare:
3240     title: "xxv710"
3241     nic: "NIC_Intel-XXV710"
3242   data: "vpp-nic-comparison-2n-skx-mrr"
3243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3244   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3245   parameters:
3246   - "name"
3247   - "parent"
3248   - "result"
3249   - "tags"
3250
3251 # VPP Compare NICs 2n-skx 4t2c mrr
3252 - type: "table"
3253   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3254   algorithm: "table_nics_comparison"
3255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3256   reference:
3257     title: "x710"
3258     nic: "NIC_Intel-X710"
3259   compare:
3260     title: "xxv710"
3261     nic: "NIC_Intel-XXV710"
3262   data: "vpp-nic-comparison-2n-skx-mrr"
3263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3264   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3265   parameters:
3266   - "name"
3267   - "parent"
3268   - "result"
3269   - "tags"
3270
3271 # VPP Compare NICs 2n-skx 8t4c mrr
3272 - type: "table"
3273   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3274   algorithm: "table_nics_comparison"
3275   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3276   reference:
3277     title: "x710"
3278     nic: "NIC_Intel-X710"
3279   compare:
3280     title: "xxv710"
3281     nic: "NIC_Intel-XXV710"
3282   data: "vpp-nic-comparison-2n-skx-mrr"
3283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3284   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3285   parameters:
3286   - "name"
3287   - "parent"
3288   - "result"
3289   - "tags"
3290
3291 ################################################################################
3292 # VPP
3293
3294 # VPP Performance Changes 3n-hsw 1t1c pdr
3295 - type: "table"
3296   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3297   algorithm: "table_perf_comparison"
3298   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3299   history:
3300     - title: "1904"
3301       data: "vpp-performance-changes-3n-hsw-h1"
3302   reference:
3303     title: "1908"
3304     data: "vpp-performance-changes-3n-hsw-ref"
3305     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3306   compare:
3307     title: "2001"
3308     data: "vpp-performance-changes-3n-hsw-cmp"
3309   data: "vpp-performance-changes-3n-hsw"
3310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3311   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3312   parameters:
3313   - "name"
3314   - "parent"
3315   - "throughput"
3316
3317 # VPP Performance Changes 3n-hsw 2t2c pdr
3318 - type: "table"
3319   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3320   algorithm: "table_perf_comparison"
3321   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3322   history:
3323     - title: "1904"
3324       data: "vpp-performance-changes-3n-hsw-h1"
3325   reference:
3326     title: "1908"
3327     data: "vpp-performance-changes-3n-hsw-ref"
3328     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3329   compare:
3330     title: "2001"
3331     data: "vpp-performance-changes-3n-hsw-cmp"
3332   data: "vpp-performance-changes-3n-hsw"
3333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3334   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3335   parameters:
3336   - "name"
3337   - "parent"
3338   - "throughput"
3339
3340 # VPP Performance Changes 3n-hsw 1t1c ndr
3341 - type: "table"
3342   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3343   algorithm: "table_perf_comparison"
3344   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3345   history:
3346     - title: "1904"
3347       data: "vpp-performance-changes-3n-hsw-h1"
3348   reference:
3349     title: "1908"
3350     data: "vpp-performance-changes-3n-hsw-ref"
3351     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3352   compare:
3353     title: "2001"
3354     data: "vpp-performance-changes-3n-hsw-cmp"
3355   data: "vpp-performance-changes-3n-hsw"
3356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3357   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3358   parameters:
3359   - "name"
3360   - "parent"
3361   - "throughput"
3362
3363 # VPP Performance Changes 3n-hsw 2t2c ndr
3364 - type: "table"
3365   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3366   algorithm: "table_perf_comparison"
3367   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3368   history:
3369     - title: "1904"
3370       data: "vpp-performance-changes-3n-hsw-h1"
3371   reference:
3372     title: "1908"
3373     data: "vpp-performance-changes-3n-hsw-ref"
3374     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3375   compare:
3376     title: "2001"
3377     data: "vpp-performance-changes-3n-hsw-cmp"
3378   data: "vpp-performance-changes-3n-hsw"
3379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3380   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3381   parameters:
3382   - "name"
3383   - "parent"
3384   - "throughput"
3385
3386 # VPP Performance Changes 3n-skx 2t1c pdr
3387 - type: "table"
3388   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3389   algorithm: "table_perf_comparison_nic"
3390   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3391   rca:
3392     title: "RCA"
3393     data-file: "rca/rca-3n-skx-2t1c-pdr.yaml"
3394   history:
3395     - title: "1904"
3396       data: "vpp-performance-changes-3n-skx-h1"
3397       nic: "NIC_Intel-X710"
3398   reference:
3399     title: "1908"
3400     data: "vpp-performance-changes-3n-skx-ref"
3401     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3402     nic: "NIC_Intel-XXV710"
3403   compare:
3404     title: "2001"
3405     data: "vpp-performance-changes-3n-skx-cmp"
3406     nic: "NIC_Intel-XXV710"
3407   data: "vpp-performance-changes-3n-skx"
3408   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3409   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3410   parameters:
3411   - "name"
3412   - "parent"
3413   - "throughput"
3414   - "tags"
3415
3416 # VPP Performance Changes 3n-skx 4t2c pdr
3417 - type: "table"
3418   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3419   algorithm: "table_perf_comparison_nic"
3420   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3421 #  rca:
3422 #    title: "RCA"
3423 #    data-file: "rca/rca-3n-skx-4t2c-pdr.yaml"
3424   history:
3425     - title: "1904"
3426       data: "vpp-performance-changes-3n-skx-h1"
3427       nic: "NIC_Intel-X710"
3428   reference:
3429     title: "1908"
3430     data: "vpp-performance-changes-3n-skx-ref"
3431     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3432     nic: "NIC_Intel-XXV710"
3433   compare:
3434     title: "2001"
3435     data: "vpp-performance-changes-3n-skx-cmp"
3436     nic: "NIC_Intel-XXV710"
3437   data: "vpp-performance-changes-3n-skx"
3438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3439   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3440   parameters:
3441   - "name"
3442   - "parent"
3443   - "throughput"
3444   - "tags"
3445
3446 # VPP Performance Changes 3n-skx 2t1c ndr
3447 - type: "table"
3448   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3449   algorithm: "table_perf_comparison_nic"
3450   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3451 #  rca:
3452 #    title: "RCA"
3453 #    data-file: "rca/rca-3n-skx-2t1c-ndr.yaml"
3454   history:
3455     - title: "1904"
3456       data: "vpp-performance-changes-3n-skx-h1"
3457       nic: "NIC_Intel-X710"
3458   reference:
3459     title: "1908"
3460     data: "vpp-performance-changes-3n-skx-ref"
3461     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3462     nic: "NIC_Intel-XXV710"
3463   compare:
3464     title: "2001"
3465     data: "vpp-performance-changes-3n-skx-cmp"
3466     nic: "NIC_Intel-XXV710"
3467   data: "vpp-performance-changes-3n-skx"
3468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3469   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3470   parameters:
3471   - "name"
3472   - "parent"
3473   - "throughput"
3474   - "tags"
3475
3476 # VPP Performance Changes 3n-skx 4t2c ndr
3477 - type: "table"
3478   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3479   algorithm: "table_perf_comparison_nic"
3480   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3481 #  rca:
3482 #    title: "RCA"
3483 #    data-file: "rca/rca-3n-skx-4t2c-ndr.yaml"
3484   history:
3485     - title: "1904"
3486       data: "vpp-performance-changes-3n-skx-h1"
3487       nic: "NIC_Intel-X710"
3488   reference:
3489     title: "1908"
3490     data: "vpp-performance-changes-3n-skx-ref"
3491     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3492     nic: "NIC_Intel-XXV710"
3493   compare:
3494     title: "2001"
3495     data: "vpp-performance-changes-3n-skx-cmp"
3496     nic: "NIC_Intel-XXV710"
3497   data: "vpp-performance-changes-3n-skx"
3498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3499   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3500   parameters:
3501   - "name"
3502   - "parent"
3503   - "throughput"
3504   - "tags"
3505
3506 # VPP Performance Changes 2n-skx 2t1c pdr
3507 - type: "table"
3508   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3509   algorithm: "table_perf_comparison_nic"
3510   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3511   rca:
3512     title: "RCA"
3513     data-file: "rca/rca-2n-skx-2t1c-pdr.yaml"
3514   history:
3515     - title: "1904"
3516       data: "vpp-performance-changes-2n-skx-h1"
3517       nic: "NIC_Intel-X710"
3518   reference:
3519     title: "1908"
3520     data: "vpp-performance-changes-2n-skx-ref"
3521     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3522     nic: "NIC_Intel-XXV710"
3523   compare:
3524     title: "2001"
3525     data: "vpp-performance-changes-2n-skx-cmp"
3526     nic: "NIC_Intel-XXV710"
3527   data: "vpp-performance-changes-2n-skx"
3528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3530   parameters:
3531     - "name"
3532     - "parent"
3533     - "throughput"
3534     - "tags"
3535
3536 # VPP Performance Changes 2n-skx 4t2c pdr
3537 - type: "table"
3538   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3539   algorithm: "table_perf_comparison_nic"
3540   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3541 #  rca:
3542 #    title: "RCA"
3543 #    data-file: "rca/rca-2n-skx-4t2c-pdr.yaml"
3544   history:
3545     - title: "1904"
3546       data: "vpp-performance-changes-2n-skx-h1"
3547       nic: "NIC_Intel-X710"
3548   reference:
3549     title: "1908"
3550     data: "vpp-performance-changes-2n-skx-ref"
3551     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3552     nic: "NIC_Intel-XXV710"
3553   compare:
3554     title: "2001"
3555     data: "vpp-performance-changes-2n-skx-cmp"
3556     nic: "NIC_Intel-XXV710"
3557   data: "vpp-performance-changes-2n-skx"
3558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3559   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3560   parameters:
3561     - "name"
3562     - "parent"
3563     - "throughput"
3564     - "tags"
3565
3566 # VPP Performance Changes 2n-skx 2t1c ndr
3567 - type: "table"
3568   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3569   algorithm: "table_perf_comparison_nic"
3570   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3571 #  rca:
3572 #    title: "RCA"
3573 #    data-file: "rca/rca-2n-skx-2t1c-ndr.yaml"
3574   history:
3575     - title: "1904"
3576       data: "vpp-performance-changes-2n-skx-h1"
3577       nic: "NIC_Intel-X710"
3578   reference:
3579     title: "1908"
3580     data: "vpp-performance-changes-2n-skx-ref"
3581     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3582     nic: "NIC_Intel-XXV710"
3583   compare:
3584     title: "2001"
3585     data: "vpp-performance-changes-2n-skx-cmp"
3586     nic: "NIC_Intel-XXV710"
3587   data: "vpp-performance-changes-2n-skx"
3588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3590   parameters:
3591     - "name"
3592     - "parent"
3593     - "throughput"
3594     - "tags"
3595
3596 # VPP Performance Changes 2n-skx 4t2c ndr
3597 - type: "table"
3598   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3599   algorithm: "table_perf_comparison_nic"
3600   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3601 #  rca:
3602 #    title: "RCA"
3603 #    data-file: "rca/rca-2n-skx-4t2c-ndr.yaml"
3604   history:
3605     - title: "1904"
3606       data: "vpp-performance-changes-2n-skx-h1"
3607       nic: "NIC_Intel-X710"
3608   reference:
3609     title: "1908"
3610     data: "vpp-performance-changes-2n-skx-ref"
3611     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3612     nic: "NIC_Intel-XXV710"
3613   compare:
3614     title: "2001"
3615     data: "vpp-performance-changes-2n-skx-cmp"
3616     nic: "NIC_Intel-XXV710"
3617   data: "vpp-performance-changes-2n-skx"
3618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3620   parameters:
3621     - "name"
3622     - "parent"
3623     - "throughput"
3624     - "tags"
3625
3626 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3627 #- type: "table"
3628 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3629 #  algorithm: "table_perf_comparison"
3630 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3631 #  reference:
3632 #    title: "1908"
3633 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3634 #  compare:
3635 #    title: "2001"
3636 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3637 #  data: "vpp-performance-changes-nfv-2n-skx"
3638 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3639 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3640 #  parameters:
3641 #  - "name"
3642 #  - "parent"
3643 #  - "throughput"
3644 #  - "tags"
3645 #
3646 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3647 #- type: "table"
3648 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3649 #  algorithm: "table_perf_comparison"
3650 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3651 #  reference:
3652 #    title: "1908"
3653 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3654 #  compare:
3655 #    title: "2001"
3656 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3657 #  data: "vpp-performance-changes-nfv-2n-skx"
3658 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3659 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3660 #  parameters:
3661 #  - "name"
3662 #  - "parent"
3663 #  - "throughput"
3664 #  - "tags"
3665 #
3666 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3667 #- type: "table"
3668 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3669 #  algorithm: "table_perf_comparison"
3670 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3671 #  reference:
3672 #    title: "1908"
3673 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3674 #  compare:
3675 #    title: "2001"
3676 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3677 #  data: "vpp-performance-changes-nfv-2n-skx"
3678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3679 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3680 #  parameters:
3681 #  - "name"
3682 #  - "parent"
3683 #  - "throughput"
3684 #  - "tags"
3685 #
3686 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3687 #- type: "table"
3688 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3689 #  algorithm: "table_perf_comparison"
3690 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3691 #  reference:
3692 #    title: "1908"
3693 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3694 #  compare:
3695 #    title: "2001"
3696 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3697 #  data: "vpp-performance-changes-nfv-2n-skx"
3698 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3699 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3700 #  parameters:
3701 #  - "name"
3702 #  - "parent"
3703 #  - "throughput"
3704 #  - "tags"
3705
3706 # VPP Performance Changes 2n-dnv 1t1c pdr
3707 - type: "table"
3708   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3709   algorithm: "table_perf_comparison"
3710   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3711   reference:
3712     title: "1908"
3713     data: "vpp-performance-changes-2n-dnv-ref"
3714   compare:
3715     title: "2001"
3716     data: "vpp-performance-changes-2n-dnv-cmp"
3717   data: "vpp-performance-changes-2n-dnv"
3718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3719   filter: "'1T1C'"
3720   parameters:
3721   - "name"
3722   - "parent"
3723   - "throughput"
3724   - "tags"
3725
3726 # VPP Performance Changes 2n-dnv 2t2c pdr
3727 - type: "table"
3728   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3729   algorithm: "table_perf_comparison"
3730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3731   reference:
3732     title: "1908"
3733     data: "vpp-performance-changes-2n-dnv-ref"
3734   compare:
3735     title: "2001"
3736     data: "vpp-performance-changes-2n-dnv-cmp"
3737   data: "vpp-performance-changes-2n-dnv"
3738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'2T2C'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744   - "tags"
3745
3746 # VPP Performance Changes 2n-dnv 1t1c ndr
3747 - type: "table"
3748   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3749   algorithm: "table_perf_comparison"
3750   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3751   reference:
3752     title: "1908"
3753     data: "vpp-performance-changes-2n-dnv-ref"
3754   compare:
3755     title: "2001"
3756     data: "vpp-performance-changes-2n-dnv-cmp"
3757   data: "vpp-performance-changes-2n-dnv"
3758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3759   filter: "'1T1C'"
3760   parameters:
3761   - "name"
3762   - "parent"
3763   - "throughput"
3764   - "tags"
3765
3766 # VPP Performance Changes 2n-dnv 2t2c ndr
3767 - type: "table"
3768   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3769   algorithm: "table_perf_comparison"
3770   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3771   reference:
3772     title: "1908"
3773     data: "vpp-performance-changes-2n-dnv-ref"
3774   compare:
3775     title: "2001"
3776     data: "vpp-performance-changes-2n-dnv-cmp"
3777   data: "vpp-performance-changes-2n-dnv"
3778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3779   filter: "'2T2C'"
3780   parameters:
3781   - "name"
3782   - "parent"
3783   - "throughput"
3784   - "tags"
3785
3786 # VPP Performance Changes 3n-dnv 1t1c pdr
3787 - type: "table"
3788   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3789   algorithm: "table_perf_comparison"
3790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3791   reference:
3792     title: "1908"
3793     data: "vpp-performance-changes-3n-dnv-ref"
3794   compare:
3795     title: "2001"
3796     data: "vpp-performance-changes-3n-dnv-cmp"
3797   data: "vpp-performance-changes-3n-dnv"
3798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3799   filter: "'1T1C'"
3800   parameters:
3801   - "name"
3802   - "parent"
3803   - "throughput"
3804   - "tags"
3805
3806 # VPP Performance Changes 3n-dnv 2t2c pdr
3807 - type: "table"
3808   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3809   algorithm: "table_perf_comparison"
3810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3811   reference:
3812     title: "1908"
3813     data: "vpp-performance-changes-3n-dnv-ref"
3814   compare:
3815     title: "2001"
3816     data: "vpp-performance-changes-3n-dnv-cmp"
3817   data: "vpp-performance-changes-3n-dnv"
3818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3819   filter: "'2T2C'"
3820   parameters:
3821   - "name"
3822   - "parent"
3823   - "throughput"
3824   - "tags"
3825
3826 # VPP Performance Changes 3n-dnv 1t1c ndr
3827 - type: "table"
3828   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3829   algorithm: "table_perf_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3831   reference:
3832     title: "1908"
3833     data: "vpp-performance-changes-3n-dnv-ref"
3834   compare:
3835     title: "2001"
3836     data: "vpp-performance-changes-3n-dnv-cmp"
3837   data: "vpp-performance-changes-3n-dnv"
3838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3839   filter: "'1T1C'"
3840   parameters:
3841   - "name"
3842   - "parent"
3843   - "throughput"
3844   - "tags"
3845
3846 # VPP Performance Changes 3n-dnv 2t2c ndr
3847 - type: "table"
3848   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3849   algorithm: "table_perf_comparison"
3850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3851   reference:
3852     title: "1908"
3853     data: "vpp-performance-changes-3n-dnv-ref"
3854   compare:
3855     title: "2001"
3856     data: "vpp-performance-changes-3n-dnv-cmp"
3857   data: "vpp-performance-changes-3n-dnv"
3858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'2T2C'"
3860   parameters:
3861   - "name"
3862   - "parent"
3863   - "throughput"
3864   - "tags"
3865
3866 # VPP Performance Changes 3n-tsh 1t1c pdr
3867 - type: "table"
3868   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3869   algorithm: "table_perf_comparison"
3870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3871   reference:
3872     title: "1908"
3873     data: "vpp-performance-changes-3n-tsh-ref"
3874   compare:
3875     title: "2001"
3876     data: "vpp-performance-changes-3n-tsh-cmp"
3877   data: "vpp-performance-changes-3n-tsh"
3878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3879   filter: "'1T1C'"
3880   parameters:
3881   - "name"
3882   - "parent"
3883   - "throughput"
3884   - "tags"
3885
3886 # VPP Performance Changes 3n-tsh 2t2c pdr
3887 - type: "table"
3888   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3889   algorithm: "table_perf_comparison"
3890   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3891   reference:
3892     title: "1908"
3893     data: "vpp-performance-changes-3n-tsh-ref"
3894   compare:
3895     title: "2001"
3896     data: "vpp-performance-changes-3n-tsh-cmp"
3897   data: "vpp-performance-changes-3n-tsh"
3898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3899   filter: "'2T2C'"
3900   parameters:
3901   - "name"
3902   - "parent"
3903   - "throughput"
3904   - "tags"
3905
3906 # VPP Performance Changes 3n-tsh 1t1c ndr
3907 - type: "table"
3908   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3909   algorithm: "table_perf_comparison"
3910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3911   reference:
3912     title: "1908"
3913     data: "vpp-performance-changes-3n-tsh-ref"
3914   compare:
3915     title: "2001"
3916     data: "vpp-performance-changes-3n-tsh-cmp"
3917   data: "vpp-performance-changes-3n-tsh"
3918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3919   filter: "'1T1C'"
3920   parameters:
3921   - "name"
3922   - "parent"
3923   - "throughput"
3924   - "tags"
3925
3926 # VPP Performance Changes 3n-tsh 2t2c ndr
3927 - type: "table"
3928   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3929   algorithm: "table_perf_comparison"
3930   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3931   reference:
3932     title: "1908"
3933     data: "vpp-performance-changes-3n-tsh-ref"
3934   compare:
3935     title: "2001"
3936     data: "vpp-performance-changes-3n-tsh-cmp"
3937   data: "vpp-performance-changes-3n-tsh"
3938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3939   filter: "'2T2C'"
3940   parameters:
3941   - "name"
3942   - "parent"
3943   - "throughput"
3944   - "tags"
3945
3946 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3947 - type: "table"
3948   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3949   algorithm: "table_perf_comparison_nic"
3950   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3951   reference:
3952     title: "3n-hsw xl710"
3953     data: "vpp-compare-testbeds-ref"
3954     nic: "NIC_Intel-XL710"
3955   compare:
3956     title: "3n-skx xxv710"
3957     data: "vpp-compare-testbeds-cmp"
3958     nic: "NIC_Intel-XXV710"
3959   data: "vpp-compare-testbeds"
3960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3961   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3962   parameters:
3963   - "name"
3964   - "parent"
3965   - "throughput"
3966   - "tags"
3967
3968 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3969 - type: "table"
3970   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3971   algorithm: "table_perf_comparison_nic"
3972   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3973   reference:
3974     title: "3n-hsw xl710"
3975     data: "vpp-compare-testbeds-ref"
3976     nic: "NIC_Intel-XL710"
3977   compare:
3978     title: "3n-skx xxv710"
3979     data: "vpp-compare-testbeds-cmp"
3980     nic: "NIC_Intel-XXV710"
3981   data: "vpp-compare-testbeds"
3982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3983   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3984   parameters:
3985   - "name"
3986   - "parent"
3987   - "throughput"
3988   - "tags"
3989
3990 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3991 - type: "table"
3992   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3993   algorithm: "table_perf_comparison_nic"
3994   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3995   reference:
3996     title: "3n-hsw xl710"
3997     data: "vpp-compare-testbeds-ref"
3998     nic: "NIC_Intel-XL710"
3999   compare:
4000     title: "3n-skx xxv710"
4001     data: "vpp-compare-testbeds-cmp"
4002     nic: "NIC_Intel-XXV710"
4003   data: "vpp-compare-testbeds"
4004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4005   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4006   parameters:
4007   - "name"
4008   - "parent"
4009   - "throughput"
4010   - "tags"
4011
4012 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4013 - type: "table"
4014   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4015   algorithm: "table_perf_comparison_nic"
4016   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4017   reference:
4018     title: "3n-hsw xl710"
4019     data: "vpp-compare-testbeds-ref"
4020     nic: "NIC_Intel-XL710"
4021   compare:
4022     title: "3n-skx xxv710"
4023     data: "vpp-compare-testbeds-cmp"
4024     nic: "NIC_Intel-XXV710"
4025   data: "vpp-compare-testbeds"
4026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4027   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4028   parameters:
4029   - "name"
4030   - "parent"
4031   - "throughput"
4032   - "tags"
4033
4034 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4035 - type: "table"
4036   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4037   algorithm: "table_perf_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4039   reference:
4040     title: "2n-skx"
4041     data: "vpp-compare-testbeds-skx-clx-ref"
4042   compare:
4043     title: "2n-clx"
4044     data: "vpp-compare-testbeds-skx-clx-cmp"
4045   data: "vpp-compare-testbeds-skx-clx"
4046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4047   filter: "'2T1C'"
4048   parameters:
4049   - "name"
4050   - "parent"
4051   - "throughput"
4052   - "tags"
4053
4054 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4055 - type: "table"
4056   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4057   algorithm: "table_perf_comparison"
4058   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4059   reference:
4060     title: "2n-skx"
4061     data: "vpp-compare-testbeds-skx-clx-ref"
4062   compare:
4063     title: "2n-clx"
4064     data: "vpp-compare-testbeds-skx-clx-cmp"
4065   data: "vpp-compare-testbeds-skx-clx"
4066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4067   filter: "'4T2C'"
4068   parameters:
4069   - "name"
4070   - "parent"
4071   - "throughput"
4072   - "tags"
4073
4074 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4075 - type: "table"
4076   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4077   algorithm: "table_perf_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4079   reference:
4080     title: "2n-skx"
4081     data: "vpp-compare-testbeds-skx-clx-ref"
4082   compare:
4083     title: "2n-clx"
4084     data: "vpp-compare-testbeds-skx-clx-cmp"
4085   data: "vpp-compare-testbeds-skx-clx"
4086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4087   filter: "'2T1C'"
4088   parameters:
4089   - "name"
4090   - "parent"
4091   - "throughput"
4092   - "tags"
4093
4094 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4095 - type: "table"
4096   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4097   algorithm: "table_perf_comparison"
4098   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4099   reference:
4100     title: "2n-skx"
4101     data: "vpp-compare-testbeds-skx-clx-ref"
4102   compare:
4103     title: "2n-clx"
4104     data: "vpp-compare-testbeds-skx-clx-cmp"
4105   data: "vpp-compare-testbeds-skx-clx"
4106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4107   filter: "'4T2C'"
4108   parameters:
4109   - "name"
4110   - "parent"
4111   - "throughput"
4112   - "tags"
4113
4114 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4115 - type: "table"
4116   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4117   algorithm: "table_perf_comparison_nic"
4118   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4119   reference:
4120     title: "3n-hsw xl710"
4121     data: "vpp-compare-testbeds-hsw-clx-ref"
4122     nic: "NIC_Intel-XL710"
4123   compare:
4124     title: "2n-clx xxv710"
4125     data: "vpp-compare-testbeds-hsw-clx-cmp"
4126     nic: "NIC_Intel-XXV710"
4127   data: "vpp-compare-testbeds-hsw-clx"
4128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4129   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4130   parameters:
4131   - "name"
4132   - "parent"
4133   - "throughput"
4134   - "tags"
4135
4136 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4137 - type: "table"
4138   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4139   algorithm: "table_perf_comparison_nic"
4140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4141   reference:
4142     title: "3n-hsw xl710"
4143     data: "vpp-compare-testbeds-hsw-clx-ref"
4144     nic: "NIC_Intel-XL710"
4145   compare:
4146     title: "2n-clx xxv710"
4147     data: "vpp-compare-testbeds-hsw-clx-cmp"
4148     nic: "NIC_Intel-XXV710"
4149   data: "vpp-compare-testbeds-hsw-clx"
4150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4151   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4152   parameters:
4153   - "name"
4154   - "parent"
4155   - "throughput"
4156   - "tags"
4157
4158 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4159 - type: "table"
4160   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4161   algorithm: "table_perf_comparison_nic"
4162   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4163   reference:
4164     title: "3n-hsw xl710"
4165     data: "vpp-compare-testbeds-hsw-clx-ref"
4166     nic: "NIC_Intel-XL710"
4167   compare:
4168     title: "2n-clx xxv710"
4169     data: "vpp-compare-testbeds-hsw-clx-cmp"
4170     nic: "NIC_Intel-XXV710"
4171   data: "vpp-compare-testbeds-hsw-clx"
4172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4173   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4174   parameters:
4175   - "name"
4176   - "parent"
4177   - "throughput"
4178   - "tags"
4179
4180 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4181 - type: "table"
4182   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4183   algorithm: "table_perf_comparison_nic"
4184   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4185   reference:
4186     title: "3n-hsw xl710"
4187     data: "vpp-compare-testbeds-hsw-clx-ref"
4188     nic: "NIC_Intel-XL710"
4189   compare:
4190     title: "2n-clx xxv710"
4191     data: "vpp-compare-testbeds-hsw-clx-cmp"
4192     nic: "NIC_Intel-XXV710"
4193   data: "vpp-compare-testbeds-hsw-clx"
4194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4195   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4196   parameters:
4197   - "name"
4198   - "parent"
4199   - "throughput"
4200   - "tags"
4201
4202 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4203 - type: "table"
4204   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4205   algorithm: "table_perf_comparison"
4206   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4207   reference:
4208     title: "3n-skx"
4209     data: "vpp-compare-topologies-ref"
4210   compare:
4211     title: "2n-skx"
4212     data: "vpp-compare-topologies-cmp"
4213   data: "vpp-compare-topologies"
4214   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4215   filter: "'NDRPDR' and '1C'"
4216   parameters:
4217   - "name"
4218   - "parent"
4219   - "throughput"
4220
4221 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4222 - type: "table"
4223   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4224   algorithm: "table_perf_comparison"
4225   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4226   reference:
4227     title: "3n-skx"
4228     data: "vpp-compare-topologies-ref"
4229   compare:
4230     title: "2n-skx"
4231     data: "vpp-compare-topologies-cmp"
4232   data: "vpp-compare-topologies"
4233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4234   filter: "'NDRPDR' and '2C'"
4235   parameters:
4236   - "name"
4237   - "parent"
4238   - "throughput"
4239
4240 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4241 - type: "table"
4242   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4243   algorithm: "table_perf_comparison"
4244   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4245   reference:
4246     title: "3n-skx"
4247     data: "vpp-compare-topologies-ref"
4248   compare:
4249     title: "2n-skx"
4250     data: "vpp-compare-topologies-cmp"
4251   data: "vpp-compare-topologies"
4252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4253   filter: "'NDRPDR' and '1C'"
4254   parameters:
4255   - "name"
4256   - "parent"
4257   - "throughput"
4258
4259 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4260 - type: "table"
4261   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4262   algorithm: "table_perf_comparison"
4263   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4264   reference:
4265     title: "3n-skx"
4266     data: "vpp-compare-topologies-ref"
4267   compare:
4268     title: "2n-skx"
4269     data: "vpp-compare-topologies-cmp"
4270   data: "vpp-compare-topologies"
4271   include-tests: "PDR"
4272   filter: "'NDRPDR' and '2C'"
4273   parameters:
4274   - "name"
4275   - "parent"
4276   - "throughput"
4277
4278 # VPP Performance Changes 3n-hsw 1t1c MRR
4279 - type: "table"
4280   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4281   algorithm: "table_perf_comparison"
4282   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4283   history:
4284     - title: "1904"
4285       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4286   reference:
4287     title: "1908"
4288     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4289   compare:
4290     title: "2001"
4291     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4292   data: "vpp-performance-changes-3n-hsw-mrr"
4293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4294   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4295   parameters:
4296   - "name"
4297   - "parent"
4298   - "result"
4299
4300 # VPP Performance Changes 3n-hsw 2t2c MRR
4301 - type: "table"
4302   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4303   algorithm: "table_perf_comparison"
4304   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4305   history:
4306     - title: "1904"
4307       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4308   reference:
4309     title: "1908"
4310     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4311   compare:
4312     title: "2001"
4313     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4314   data: "vpp-performance-changes-3n-hsw-mrr"
4315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4316   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4317   parameters:
4318   - "name"
4319   - "parent"
4320   - "result"
4321
4322 # VPP Performance Changes 3n-hsw 4t4c MRR
4323 - type: "table"
4324   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4325   algorithm: "table_perf_comparison"
4326   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4327   history:
4328     - title: "1904"
4329       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4330   reference:
4331     title: "1908"
4332     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4333   compare:
4334     title: "2001"
4335     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4336   data: "vpp-performance-changes-3n-hsw-mrr"
4337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4338   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4339   parameters:
4340   - "name"
4341   - "parent"
4342   - "result"
4343
4344 # VPP Performance Changes 3n-skx 2t1c MRR
4345 - type: "table"
4346   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4347   algorithm: "table_perf_comparison"
4348   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4349 #  rca:
4350 #    title: "RCA"
4351 #    data-file: "rca/rca-3n-skx-2t1c-mrr.yaml"
4352   history:
4353     - title: "1904"
4354       data: "vpp-performance-changes-3n-skx-mrr-h1"
4355   reference:
4356     title: "1908"
4357     data: "vpp-performance-changes-3n-skx-mrr-ref"
4358   compare:
4359     title: "2001"
4360     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4361   data: "vpp-performance-changes-3n-skx-mrr"
4362   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4363   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4364   parameters:
4365   - "name"
4366   - "parent"
4367   - "result"
4368
4369 # VPP Performance Changes 3n-skx 4t2c MRR
4370 - type: "table"
4371   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4372   algorithm: "table_perf_comparison"
4373   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4374 #  rca:
4375 #    title: "RCA"
4376 #    data-file: "rca/rca-3n-skx-4t2c-mrr.yaml"
4377   history:
4378     - title: "1904"
4379       data: "vpp-performance-changes-3n-skx-mrr-h1"
4380   reference:
4381     title: "1908"
4382     data: "vpp-performance-changes-3n-skx-mrr-ref"
4383   compare:
4384     title: "2001"
4385     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4386   data: "vpp-performance-changes-3n-skx-mrr"
4387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4388   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4389   parameters:
4390   - "name"
4391   - "parent"
4392   - "result"
4393
4394 # VPP Performance Changes 3n-skx 8t4c MRR
4395 - type: "table"
4396   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4397   algorithm: "table_perf_comparison"
4398   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4399 #  rca:
4400 #    title: "RCA"
4401 #    data-file: "rca/rca-3n-skx-8t4c-mrr.yaml"
4402   history:
4403     - title: "1904"
4404       data: "vpp-performance-changes-3n-skx-mrr-h1"
4405   reference:
4406     title: "1908"
4407     data: "vpp-performance-changes-3n-skx-mrr-ref"
4408   compare:
4409     title: "2001"
4410     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4411   data: "vpp-performance-changes-3n-skx-mrr"
4412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4413   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4414   parameters:
4415   - "name"
4416   - "parent"
4417   - "result"
4418
4419 # VPP Performance Changes 2n-skx 2t1c MRR
4420 - type: "table"
4421   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4422   algorithm: "table_perf_comparison"
4423   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4424 #  rca:
4425 #    title: "RCA"
4426 #    data-file: "rca/rca-2n-skx-2t1c-mrr.yaml"
4427   history:
4428     - title: "1904"
4429       data: "vpp-performance-changes-2n-skx-mrr-h1"
4430   reference:
4431     title: "1908"
4432     data: "vpp-performance-changes-2n-skx-mrr-ref"
4433   compare:
4434     title: "2001"
4435     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4436   data: "vpp-performance-changes-2n-skx-mrr"
4437   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4438   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4439   parameters:
4440   - "name"
4441   - "parent"
4442   - "result"
4443
4444 # VPP Performance Changes 2n-skx 4t2c MRR
4445 - type: "table"
4446   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4447   algorithm: "table_perf_comparison"
4448   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4449 #  rca:
4450 #    title: "RCA"
4451 #    data-file: "rca/rca-2n-skx-4t2c-mrr.yaml"
4452   history:
4453     - title: "1904"
4454       data: "vpp-performance-changes-2n-skx-mrr-h1"
4455   reference:
4456     title: "1908"
4457     data: "vpp-performance-changes-2n-skx-mrr-ref"
4458   compare:
4459     title: "2001"
4460     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4461   data: "vpp-performance-changes-2n-skx-mrr"
4462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4463   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4464   parameters:
4465   - "name"
4466   - "parent"
4467   - "result"
4468
4469 # VPP Performance Changes 2n-skx 8t4c MRR
4470 - type: "table"
4471   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4472   algorithm: "table_perf_comparison"
4473   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4474 #  rca:
4475 #    title: "RCA"
4476 #    data-file: "rca/rca-2n-skx-8t4c-mrr.yaml"
4477   history:
4478     - title: "1904"
4479       data: "vpp-performance-changes-2n-skx-mrr-h1"
4480   reference:
4481     title: "1908"
4482     data: "vpp-performance-changes-2n-skx-mrr-ref"
4483   compare:
4484     title: "2001"
4485     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4486   data: "vpp-performance-changes-2n-skx-mrr"
4487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4488   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4489   parameters:
4490   - "name"
4491   - "parent"
4492   - "result"
4493
4494 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4495 #- type: "table"
4496 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4497 #  algorithm: "table_perf_comparison"
4498 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4499 #  reference:
4500 #    title: "1908"
4501 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4502 #  compare:
4503 #    title: "2001"
4504 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4505 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4506 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4507 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4508 #  parameters:
4509 #  - "name"
4510 #  - "parent"
4511 #  - "result"
4512 #
4513 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4514 #- type: "table"
4515 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4516 #  algorithm: "table_perf_comparison"
4517 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4518 #  reference:
4519 #    title: "1908"
4520 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4521 #  compare:
4522 #    title: "2001"
4523 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4524 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4525 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4526 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4527 #  parameters:
4528 #  - "name"
4529 #  - "parent"
4530 #  - "result"
4531 #
4532 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4533 #- type: "table"
4534 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4535 #  algorithm: "table_perf_comparison"
4536 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4537 #  reference:
4538 #    title: "1908"
4539 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4540 #  compare:
4541 #    title: "2001"
4542 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4543 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4544 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4545 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4546 #  parameters:
4547 #  - "name"
4548 #  - "parent"
4549 #  - "result"
4550
4551 # VPP Performance Changes 2n-dnv 1t1c MRR
4552 - type: "table"
4553   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4554   algorithm: "table_perf_comparison"
4555   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4556   reference:
4557     title: "1908"
4558     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4559   compare:
4560     title: "2001"
4561     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4562   data: "vpp-performance-changes-2n-dnv-mrr"
4563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4564   filter: "'1T1C' and 'MRR'"
4565   parameters:
4566   - "name"
4567   - "parent"
4568   - "result"
4569
4570 # VPP Performance Changes 2n-dnv 2t2c MRR
4571 - type: "table"
4572   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4573   algorithm: "table_perf_comparison"
4574   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4575   reference:
4576     title: "1908"
4577     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4578   compare:
4579     title: "2001"
4580     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4581   data: "vpp-performance-changes-2n-dnv-mrr"
4582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4583   filter: "'2T2C' and 'MRR'"
4584   parameters:
4585   - "name"
4586   - "parent"
4587   - "result"
4588
4589 # VPP Performance Changes 2n-dnv 4t4c MRR
4590 - type: "table"
4591   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4592   algorithm: "table_perf_comparison"
4593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4594   reference:
4595     title: "1908"
4596     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4597   compare:
4598     title: "2001"
4599     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4600   data: "vpp-performance-changes-2n-dnv-mrr"
4601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4602   filter: "'4T4C' and 'MRR'"
4603   parameters:
4604   - "name"
4605   - "parent"
4606   - "result"
4607
4608 # VPP Performance Changes 3n-dnv 1t1c MRR
4609 - type: "table"
4610   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4611   algorithm: "table_perf_comparison"
4612   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4613   reference:
4614     title: "1908"
4615     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4616   compare:
4617     title: "2001"
4618     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4619   data: "vpp-performance-changes-3n-dnv-mrr"
4620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4621   filter: "'1T1C' and 'MRR'"
4622   parameters:
4623   - "name"
4624   - "parent"
4625   - "result"
4626
4627 # VPP Performance Changes 3n-dnv 2t2c MRR
4628 - type: "table"
4629   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4630   algorithm: "table_perf_comparison"
4631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4632   reference:
4633     title: "1908"
4634     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4635   compare:
4636     title: "2001"
4637     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4638   data: "vpp-performance-changes-3n-dnv-mrr"
4639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4640   filter: "'2T2C' and 'MRR'"
4641   parameters:
4642   - "name"
4643   - "parent"
4644   - "result"
4645
4646 # VPP Performance Changes 3n-dnv 4t4c MRR
4647 - type: "table"
4648   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4649   algorithm: "table_perf_comparison"
4650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4651   reference:
4652     title: "1908"
4653     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4654   compare:
4655     title: "2001"
4656     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4657   data: "vpp-performance-changes-3n-dnv-mrr"
4658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4659   filter: "'4T4C' and 'MRR'"
4660   parameters:
4661   - "name"
4662   - "parent"
4663   - "result"
4664
4665 # VPP Performance Changes 3n-tsh 1t1c MRR
4666 - type: "table"
4667   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4668   algorithm: "table_perf_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4670   reference:
4671     title: "1908"
4672     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4673   compare:
4674     title: "2001"
4675     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4676   data: "vpp-performance-changes-3n-tsh-mrr"
4677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4678   filter: "'1T1C' and 'MRR'"
4679   parameters:
4680   - "name"
4681   - "parent"
4682   - "result"
4683
4684 # VPP Performance Changes 3n-tsh 2t2c MRR
4685 - type: "table"
4686   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4687   algorithm: "table_perf_comparison"
4688   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4689   reference:
4690     title: "1908"
4691     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4692   compare:
4693     title: "2001"
4694     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4695   data: "vpp-performance-changes-3n-tsh-mrr"
4696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4697   filter: "'2T2C' and 'MRR'"
4698   parameters:
4699   - "name"
4700   - "parent"
4701   - "result"
4702
4703 # VPP Performance Changes 3n-tsh 4t4c MRR
4704 - type: "table"
4705   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4706   algorithm: "table_perf_comparison"
4707   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4708   reference:
4709     title: "1908"
4710     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4711   compare:
4712     title: "2001"
4713     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4714   data: "vpp-performance-changes-3n-tsh-mrr"
4715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4716   filter: "'4T4C' and 'MRR'"
4717   parameters:
4718   - "name"
4719   - "parent"
4720   - "result"
4721
4722 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4723 - type: "table"
4724   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4725   algorithm: "table_perf_comparison_nic"
4726   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4727   reference:
4728     title: "3n-hsw xl710"
4729     data: "vpp-compare-testbeds-mrr-ref"
4730     nic: "NIC_Intel-XL710"
4731   compare:
4732     title: "3n-skx xxv710"
4733     data: "vpp-compare-testbeds-mrr-cmp"
4734     nic: "NIC_Intel-XXV710"
4735   data: "vpp-compare-testbeds-mrr"
4736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4737   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4738   parameters:
4739   - "name"
4740   - "parent"
4741   - "result"
4742   - "tags"
4743
4744 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4745 - type: "table"
4746   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4747   algorithm: "table_perf_comparison_nic"
4748   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4749   reference:
4750     title: "3n-hsw xl710"
4751     data: "vpp-compare-testbeds-mrr-ref"
4752     nic: "NIC_Intel-XL710"
4753   compare:
4754     title: "3n-skx xxv710"
4755     data: "vpp-compare-testbeds-mrr-cmp"
4756     nic: "NIC_Intel-XXV710"
4757   data: "vpp-compare-testbeds-mrr"
4758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4759   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4760   parameters:
4761   - "name"
4762   - "parent"
4763   - "result"
4764   - "tags"
4765
4766 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4767 - type: "table"
4768   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4769   algorithm: "table_perf_comparison_nic"
4770   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4771   reference:
4772     title: "3n-hsw xl710"
4773     data: "vpp-compare-testbeds-mrr-ref"
4774     nic: "NIC_Intel-XL710"
4775   compare:
4776     title: "3n-skx xxv710"
4777     data: "vpp-compare-testbeds-mrr-cmp"
4778     nic: "NIC_Intel-XXV710"
4779   data: "vpp-compare-testbeds-mrr"
4780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4781   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4782   parameters:
4783   - "name"
4784   - "parent"
4785   - "result"
4786   - "tags"
4787
4788 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4789 - type: "table"
4790   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4791   algorithm: "table_perf_comparison"
4792   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4793   reference:
4794     title: "2n-skx"
4795     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4796   compare:
4797     title: "2n-clx"
4798     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4799   data: "vpp-compare-testbeds-mrr-skx-clx"
4800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4801   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4802   parameters:
4803   - "name"
4804   - "parent"
4805   - "result"
4806   - "tags"
4807
4808 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4809 - type: "table"
4810   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4811   algorithm: "table_perf_comparison"
4812   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4813   reference:
4814     title: "2n-skx"
4815     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4816   compare:
4817     title: "2n-clx"
4818     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4819   data: "vpp-compare-testbeds-mrr-skx-clx"
4820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4821   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4822   parameters:
4823   - "name"
4824   - "parent"
4825   - "result"
4826   - "tags"
4827
4828 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4829 - type: "table"
4830   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4831   algorithm: "table_perf_comparison"
4832   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4833   reference:
4834     title: "2n-skx"
4835     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4836   compare:
4837     title: "2n-clx"
4838     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4839   data: "vpp-compare-testbeds-mrr-skx-clx"
4840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4841   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4842   parameters:
4843   - "name"
4844   - "parent"
4845   - "result"
4846   - "tags"
4847
4848 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4849 - type: "table"
4850   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4851   algorithm: "table_perf_comparison"
4852   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4853   reference:
4854     title: "3n-skx"
4855     data: "vpp-compare-topologies-mrr-ref"
4856   compare:
4857     title: "2n-skx"
4858     data: "vpp-compare-topologies-mrr-cmp"
4859   data: "vpp-compare-topologies-mrr"
4860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4861   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4862   parameters:
4863   - "name"
4864   - "parent"
4865   - "result"
4866
4867 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4868 - type: "table"
4869   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4870   algorithm: "table_perf_comparison"
4871   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4872   reference:
4873     title: "3n-skx"
4874     data: "vpp-compare-topologies-mrr-ref"
4875   compare:
4876     title: "2n-skx"
4877     data: "vpp-compare-topologies-mrr-cmp"
4878   data: "vpp-compare-topologies-mrr"
4879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4880   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4881   parameters:
4882   - "name"
4883   - "parent"
4884   - "result"
4885
4886 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4887 - type: "table"
4888   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4889   algorithm: "table_perf_comparison"
4890   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4891   reference:
4892     title: "3n-skx"
4893     data: "vpp-compare-topologies-mrr-ref"
4894   compare:
4895     title: "2n-skx"
4896     data: "vpp-compare-topologies-mrr-cmp"
4897   data: "vpp-compare-topologies-mrr"
4898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4899   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4900   parameters:
4901   - "name"
4902   - "parent"
4903   - "result"
4904
4905 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4906 - type: "table"
4907   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4908   algorithm: "table_perf_comparison_nic"
4909   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4910   reference:
4911     title: "3n-hsw xl710"
4912     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4913     nic: "NIC_Intel-XL710"
4914   compare:
4915     title: "2n-clx xxv710"
4916     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4917     nic: "NIC_Intel-XXV710"
4918   data: "vpp-compare-testbeds-mrr-hsw-clx"
4919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4920   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4921   parameters:
4922   - "name"
4923   - "parent"
4924   - "result"
4925   - "tags"
4926
4927 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4928 - type: "table"
4929   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4930   algorithm: "table_perf_comparison_nic"
4931   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4932   reference:
4933     title: "3n-hsw xl710"
4934     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4935     nic: "NIC_Intel-XL710"
4936   compare:
4937     title: "2n-clx xxv710"
4938     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4939     nic: "NIC_Intel-XXV710"
4940   data: "vpp-compare-testbeds-mrr-hsw-clx"
4941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4942   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4943   parameters:
4944   - "name"
4945   - "parent"
4946   - "result"
4947   - "tags"
4948
4949 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4950 - type: "table"
4951   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4952   algorithm: "table_perf_comparison_nic"
4953   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4954   reference:
4955     title: "3n-hsw xl710"
4956     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4957     nic: "NIC_Intel-XL710"
4958   compare:
4959     title: "2n-clx xxv710"
4960     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4961     nic: "NIC_Intel-XXV710"
4962   data: "vpp-compare-testbeds-mrr-hsw-clx"
4963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4964   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4965   parameters:
4966   - "name"
4967   - "parent"
4968   - "result"
4969   - "tags"
4970
4971 # Detailed Test Results - VPP Performance Results 3n-hsw
4972 - type: "table"
4973   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4974   algorithm: "table_merged_details"
4975   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4976   columns:
4977   - title: " |prein| Test Name |preout| "
4978     data: "data name"
4979   - 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| "
4980     data: "data msg"
4981   data: "vpp-perf-results-3n-hsw"
4982   filter: "all"
4983   parameters:
4984   - "name"
4985   - "parent"
4986   - "msg"
4987
4988 # Detailed Test Results - VPP Performance Results 3n-skx
4989 - type: "table"
4990   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4991   algorithm: "table_merged_details"
4992   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4993   columns:
4994   - title: " |prein| Test Name |preout| "
4995     data: "data name"
4996   - 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| "
4997     data: "data msg"
4998   data: "vpp-perf-results-3n-skx"
4999   filter: "all"
5000   remove-ndr: True  # Temporary solution: remove NDR results from test message
5001   parameters:
5002   - "name"
5003   - "parent"
5004   - "msg"
5005
5006 # Detailed Test Results - VPP Performance Results 2n-skx
5007 - type: "table"
5008   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5009   algorithm: "table_merged_details"
5010   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5011   columns:
5012   - title: " |prein| Test Name |preout| "
5013     data: "data name"
5014   - 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| "
5015     data: "data msg"
5016   data: "vpp-perf-results-2n-skx"
5017   filter: "all"
5018   remove-ndr: True  # Temporary solution: remove NDR results from test message
5019   parameters:
5020   - "name"
5021   - "parent"
5022   - "msg"
5023
5024 # Detailed Test Results - VPP Performance Results 2n-clx
5025 - type: "table"
5026   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5027   algorithm: "table_merged_details"
5028   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5029   columns:
5030   - title: " |prein| Test Name |preout| "
5031     data: "data name"
5032   - 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| "
5033     data: "data msg"
5034   data: "vpp-perf-results-2n-clx"
5035   filter: "all"
5036   parameters:
5037   - "name"
5038   - "parent"
5039   - "msg"
5040
5041 # Detailed Test Results - VPP Performance Results 3n-tsh
5042 - type: "table"
5043   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5044   algorithm: "table_merged_details"
5045   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5046   columns:
5047   - title: " |prein| Test Name |preout| "
5048     data: "data name"
5049   - 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| "
5050     data: "data msg"
5051   data: "vpp-perf-results-3n-tsh"
5052   filter: "all"
5053   parameters:
5054   - "name"
5055   - "parent"
5056   - "msg"
5057
5058 # Detailed Test Results - VPP Performance Results 3n-dnv
5059 - type: "table"
5060   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5061   algorithm: "table_merged_details"
5062   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5063   columns:
5064   - title: " |prein| Test Name |preout| "
5065     data: "data name"
5066   - 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| "
5067     data: "data msg"
5068   data: "vpp-perf-results-3n-dnv"
5069   filter: "all"
5070   parameters:
5071   - "name"
5072   - "parent"
5073   - "msg"
5074
5075 # Detailed Test Results - VPP Performance Results 2n-dnv
5076 - type: "table"
5077   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5078   algorithm: "table_merged_details"
5079   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5080   columns:
5081   - title: " |prein| Test Name |preout| "
5082     data: "data name"
5083   - 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| "
5084     data: "data msg"
5085   data: "vpp-perf-results-2n-dnv"
5086   filter: "all"
5087   parameters:
5088   - "name"
5089   - "parent"
5090   - "msg"
5091
5092 # Test configuration - VPP Performance Test Configs 3n-hsw
5093 - type: "table"
5094   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5095   algorithm: "table_merged_details"
5096   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5097   columns:
5098   - title: " |prein| Test Name |preout| "
5099     data: "data name"
5100   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5101     data: "data conf-history"
5102   data: "vpp-perf-results-3n-hsw"
5103   filter: "all"
5104   parameters:
5105   - "parent"
5106   - "name"
5107   - "conf-history"
5108
5109 # Test configuration - VPP Performance Test Configs 3n-skx
5110 - type: "table"
5111   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5112   algorithm: "table_merged_details"
5113   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5114   columns:
5115   - title: " |prein| Test Name |preout| "
5116     data: "data name"
5117   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5118     data: "data conf-history"
5119   data: "vpp-perf-results-3n-skx"
5120   filter: "all"
5121   parameters:
5122   - "parent"
5123   - "name"
5124   - "conf-history"
5125
5126 # Test configuration - VPP Performance Test Configs 2n-skx
5127 - type: "table"
5128   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5129   algorithm: "table_merged_details"
5130   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5131   columns:
5132   - title: " |prein| Test Name |preout| "
5133     data: "data name"
5134   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5135     data: "data conf-history"
5136   data: "vpp-perf-results-2n-skx"
5137   filter: "all"
5138   parameters:
5139   - "parent"
5140   - "name"
5141   - "conf-history"
5142
5143 # Test configuration - VPP Performance Test Configs 2n-clx
5144 - type: "table"
5145   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5146   algorithm: "table_merged_details"
5147   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5148   columns:
5149   - title: " |prein| Test Name |preout| "
5150     data: "data name"
5151   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5152     data: "data conf-history"
5153   data: "vpp-perf-results-2n-clx"
5154   filter: "all"
5155   parameters:
5156   - "parent"
5157   - "name"
5158   - "conf-history"
5159
5160 # Test configuration - VPP Performance Test Configs 3n-tsh
5161 - type: "table"
5162   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5163   algorithm: "table_merged_details"
5164   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5165   columns:
5166   - title: " |prein| Test Name |preout| "
5167     data: "data name"
5168   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5169     data: "data conf-history"
5170   data: "vpp-perf-results-3n-tsh"
5171   filter: "all"
5172   parameters:
5173   - "parent"
5174   - "name"
5175   - "conf-history"
5176
5177 # Test configuration - VPP Performance Test Configs 3n-dnv
5178 - type: "table"
5179   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5180   algorithm: "table_merged_details"
5181   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5182   columns:
5183   - title: " |prein| Test Name |preout| "
5184     data: "data name"
5185   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5186     data: "data conf-history"
5187   data: "vpp-perf-results-3n-dnv"
5188   filter: "all"
5189   parameters:
5190   - "parent"
5191   - "name"
5192   - "conf-history"
5193
5194 # Test configuration - VPP Performance Test Configs 2n-dnv
5195 - type: "table"
5196   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5197   algorithm: "table_merged_details"
5198   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5199   columns:
5200   - title: " |prein| Test Name |preout| "
5201     data: "data name"
5202   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5203     data: "data conf-history"
5204   data: "vpp-perf-results-2n-dnv"
5205   filter: "all"
5206   parameters:
5207   - "parent"
5208   - "name"
5209   - "conf-history"
5210
5211 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5212 - type: "table"
5213   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5214   algorithm: "table_oper_data_html"
5215   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5216   data: "vpp-perf-results-3n-hsw"
5217   filter: "all"
5218
5219 # Test Operational Data - VPP Performance Operational Data 3n-skx
5220 - type: "table"
5221   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5222   algorithm: "table_oper_data_html"
5223   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5224   data: "vpp-perf-results-3n-skx"
5225   filter: "all"
5226
5227 # Test Operational Data - VPP Performance Operational Data 2n-skx
5228 - type: "table"
5229   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5230   algorithm: "table_oper_data_html"
5231   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5232   data: "vpp-perf-results-2n-skx"
5233   filter: "all"
5234
5235 # Test Operational Data - VPP Performance Operational Data 2n-clx
5236 - type: "table"
5237   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5238   algorithm: "table_oper_data_html"
5239   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5240   data: "vpp-perf-results-2n-clx"
5241   filter: "all"
5242
5243 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5244 - type: "table"
5245   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5246   algorithm: "table_oper_data_html"
5247   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5248   data: "vpp-perf-results-3n-tsh"
5249   filter: "all"
5250
5251 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5252 - type: "table"
5253   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5254   algorithm: "table_oper_data_html"
5255   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5256   data: "vpp-perf-results-3n-dnv"
5257   filter: "all"
5258
5259 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5260 - type: "table"
5261   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5262   algorithm: "table_oper_data_html"
5263   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5264   data: "vpp-perf-results-2n-dnv"
5265   filter: "all"
5266
5267 # Detailed Test Results - VPP MRR Results 3n-hsw
5268 - type: "table"
5269   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5270   algorithm: "table_merged_details"
5271   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5272   columns:
5273   - title: " |prein| Test Name |preout| "
5274     data: "data name"
5275   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5276     data: "data msg"
5277   data: "vpp-mrr-results-3n-hsw"
5278   filter: "all"
5279   parameters:
5280   - "name"
5281   - "parent"
5282   - "msg"
5283
5284 # Detailed Test Results - VPP MRR Results 3n-skx
5285 - type: "table"
5286   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5287   algorithm: "table_merged_details"
5288   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5289   columns:
5290   - title: " |prein| Test Name |preout| "
5291     data: "data name"
5292   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5293     data: "data msg"
5294   data: "vpp-mrr-results-3n-skx"
5295   filter: "all"
5296   parameters:
5297   - "name"
5298   - "parent"
5299   - "msg"
5300
5301 # Detailed Test Results - VPP MRR Results 2n-skx
5302 - type: "table"
5303   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5304   algorithm: "table_merged_details"
5305   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5306   columns:
5307   - title: " |prein| Test Name |preout| "
5308     data: "data name"
5309   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5310     data: "data msg"
5311   data: "vpp-mrr-results-2n-skx"
5312   filter: "all"
5313   parameters:
5314   - "name"
5315   - "parent"
5316   - "msg"
5317
5318 # Detailed Test Results - VPP MRR Results 2n-clx
5319 - type: "table"
5320   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5321   algorithm: "table_merged_details"
5322   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5323   columns:
5324   - title: " |prein| Test Name |preout| "
5325     data: "data name"
5326   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5327     data: "data msg"
5328   data: "vpp-mrr-results-2n-clx"
5329   filter: "all"
5330   parameters:
5331   - "name"
5332   - "parent"
5333   - "msg"
5334
5335 # Detailed Test Results - VPP MRR Results 3n-tsh
5336 - type: "table"
5337   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5338   algorithm: "table_merged_details"
5339   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5340   columns:
5341   - title: " |prein| Test Name |preout| "
5342     data: "data name"
5343   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5344     data: "data msg"
5345   data: "vpp-mrr-results-3n-tsh"
5346   filter: "all"
5347   parameters:
5348   - "name"
5349   - "parent"
5350   - "msg"
5351
5352 # Detailed Test Results - VPP MRR Results 3n-dnv
5353 - type: "table"
5354   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5355   algorithm: "table_merged_details"
5356   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5357   columns:
5358   - title: " |prein| Test Name |preout| "
5359     data: "data name"
5360   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5361     data: "data msg"
5362   data: "vpp-mrr-results-3n-dnv"
5363   filter: "all"
5364   parameters:
5365   - "name"
5366   - "parent"
5367   - "msg"
5368
5369 # Detailed Test Results - VPP MRR Results 2n-dnv
5370 - type: "table"
5371   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5372   algorithm: "table_merged_details"
5373   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5374   columns:
5375   - title: " |prein| Test Name |preout| "
5376     data: "data name"
5377   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5378     data: "data msg"
5379   data: "vpp-mrr-results-2n-dnv"
5380   filter: "all"
5381   parameters:
5382   - "name"
5383   - "parent"
5384   - "msg"
5385
5386 # Test configuration - VPP MRR Test Configs 3n-hsw
5387 - type: "table"
5388   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5389   algorithm: "table_merged_details"
5390   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5391   columns:
5392   - title: " |prein| Test Name |preout| "
5393     data: "data name"
5394   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5395     data: "data conf-history"
5396   data: "vpp-mrr-results-3n-hsw"
5397   filter: "all"
5398   parameters:
5399   - "parent"
5400   - "name"
5401   - "conf-history"
5402
5403 # Test configuration - VPP MRR Test Configs 3n-skx
5404 - type: "table"
5405   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5406   algorithm: "table_merged_details"
5407   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5408   columns:
5409   - title: " |prein| Test Name |preout| "
5410     data: "data name"
5411   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5412     data: "data conf-history"
5413   data: "vpp-mrr-results-3n-skx"
5414   filter: "all"
5415   parameters:
5416   - "parent"
5417   - "name"
5418   - "conf-history"
5419
5420 # Test configuration - VPP MRR Test Configs 2n-skx
5421 - type: "table"
5422   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5423   algorithm: "table_merged_details"
5424   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5425   columns:
5426   - title: " |prein| Test Name |preout| "
5427     data: "data name"
5428   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5429     data: "data conf-history"
5430   data: "vpp-mrr-results-2n-skx"
5431   filter: "all"
5432   parameters:
5433   - "parent"
5434   - "name"
5435   - "conf-history"
5436
5437 # Test configuration - VPP MRR Test Configs 2n-clx
5438 - type: "table"
5439   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5440   algorithm: "table_merged_details"
5441   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5442   columns:
5443   - title: " |prein| Test Name |preout| "
5444     data: "data name"
5445   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5446     data: "data conf-history"
5447   data: "vpp-mrr-results-2n-clx"
5448   filter: "all"
5449   parameters:
5450   - "parent"
5451   - "name"
5452   - "conf-history"
5453
5454 # Test configuration - VPP MRR Test Configs 3n-tsh
5455 - type: "table"
5456   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5457   algorithm: "table_merged_details"
5458   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5459   columns:
5460   - title: " |prein| Test Name |preout| "
5461     data: "data name"
5462   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5463     data: "data conf-history"
5464   data: "vpp-mrr-results-3n-tsh"
5465   filter: "all"
5466   parameters:
5467   - "parent"
5468   - "name"
5469   - "conf-history"
5470
5471 # Test configuration - VPP MRR Test Configs 3n-dnv
5472 - type: "table"
5473   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5474   algorithm: "table_merged_details"
5475   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5476   columns:
5477   - title: " |prein| Test Name |preout| "
5478     data: "data name"
5479   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5480     data: "data conf-history"
5481   data: "vpp-mrr-results-3n-dnv"
5482   filter: "all"
5483   parameters:
5484   - "parent"
5485   - "name"
5486   - "conf-history"
5487
5488 # Test configuration - VPP MRR Test Configs 2n-dnv
5489 - type: "table"
5490   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5491   algorithm: "table_merged_details"
5492   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5493   columns:
5494   - title: " |prein| Test Name |preout| "
5495     data: "data name"
5496   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5497     data: "data conf-history"
5498   data: "vpp-mrr-results-2n-dnv"
5499   filter: "all"
5500   parameters:
5501   - "parent"
5502   - "name"
5503   - "conf-history"
5504
5505 # Detailed Test Results - VPP Device Results - Ubuntu
5506 - type: "table"
5507   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5508   algorithm: "table_merged_details"
5509   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5510   columns:
5511   - title: " |prein| Test Name |preout| "
5512     data: "data name"
5513   - title: " |prein| Status |preout| "
5514     data: "data status"
5515   data: "vpp-device-results-ubuntu"
5516   filter: "all"
5517   parameters:
5518   - "name"
5519   - "parent"
5520   - "doc"
5521   - "status"
5522
5523 # Test configuration - VPP Device Test Configs - Ubuntu
5524 - type: "table"
5525   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5526   algorithm: "table_merged_details"
5527   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5528   columns:
5529   - title: " |prein| Test Name |preout| "
5530     data: "data name"
5531   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5532     data: "data conf-history"
5533   data: "vpp-device-results-ubuntu"
5534   filter: "all"
5535   parameters:
5536   - "parent"
5537   - "name"
5538   - "conf-history"
5539
5540 ################################################################################
5541
5542 # DPDK Performance Changes 3n-hsw 1t1c pdr
5543 - type: "table"
5544   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5545   algorithm: "table_perf_comparison"
5546   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5547   history:
5548     - title: "1904"
5549       data: "dpdk-performance-changes-3n-hsw-h1"
5550   reference:
5551     title: "1908"
5552     data: "dpdk-performance-changes-3n-hsw-ref"
5553   compare:
5554     title: "2001"
5555     data: "dpdk-performance-changes-3n-hsw-cmp"
5556   data: "dpdk-performance-changes-3n-hsw"
5557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5558   filter: "'1T1C' and 'NDRPDR'"
5559   parameters:
5560   - "name"
5561   - "parent"
5562   - "throughput"
5563
5564 # DPDK Performance Changes 3n-hsw 2t2c pdr
5565 - type: "table"
5566   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5567   algorithm: "table_perf_comparison"
5568   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5569   history:
5570     - title: "1904"
5571       data: "dpdk-performance-changes-3n-hsw-h1"
5572   reference:
5573     title: "1908"
5574     data: "dpdk-performance-changes-3n-hsw-ref"
5575   compare:
5576     title: "2001"
5577     data: "dpdk-performance-changes-3n-hsw-cmp"
5578   data: "dpdk-performance-changes-3n-hsw"
5579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5580   filter: "'2T2C' and 'NDRPDR'"
5581   parameters:
5582   - "name"
5583   - "parent"
5584   - "throughput"
5585
5586 # DPDK Performance Changes 3n-hsw 1t1c ndr
5587 - type: "table"
5588   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5589   algorithm: "table_perf_comparison"
5590   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5591   history:
5592     - title: "1904"
5593       data: "dpdk-performance-changes-3n-hsw-h1"
5594   reference:
5595     title: "1908"
5596     data: "dpdk-performance-changes-3n-hsw-ref"
5597   compare:
5598     title: "2001"
5599     data: "dpdk-performance-changes-3n-hsw-cmp"
5600   data: "dpdk-performance-changes-3n-hsw"
5601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5602   filter: "'1T1C' and 'NDRPDR'"
5603   parameters:
5604   - "name"
5605   - "parent"
5606   - "throughput"
5607
5608 # DPDK Performance Changes 3n-hsw 2t2c ndr
5609 - type: "table"
5610   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5611   algorithm: "table_perf_comparison"
5612   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5613   history:
5614     - title: "1904"
5615       data: "dpdk-performance-changes-3n-hsw-h1"
5616   reference:
5617     title: "1908"
5618     data: "dpdk-performance-changes-3n-hsw-ref"
5619   compare:
5620     title: "2001"
5621     data: "dpdk-performance-changes-3n-hsw-cmp"
5622   data: "dpdk-performance-changes-3n-hsw"
5623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5624   filter: "'2T2C' and 'NDRPDR'"
5625   parameters:
5626   - "name"
5627   - "parent"
5628   - "throughput"
5629
5630 # DPDK Performance Changes 3n-skx 2t1c pdr
5631 - type: "table"
5632   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5633   algorithm: "table_perf_comparison"
5634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5635   history:
5636     - title: "1904"
5637       data: "dpdk-performance-changes-3n-skx-h1"
5638   reference:
5639     title: "1908"
5640     data: "dpdk-performance-changes-3n-skx-ref"
5641   compare:
5642     title: "2001"
5643     data: "dpdk-performance-changes-3n-skx-cmp"
5644   data: "dpdk-performance-changes-3n-skx"
5645   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5646   filter: "'2T1C' and 'NDRPDR'"
5647   parameters:
5648   - "name"
5649   - "parent"
5650   - "throughput"
5651
5652 # DPDK Performance Changes 3n-skx 4t2c pdr
5653 - type: "table"
5654   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5655   algorithm: "table_perf_comparison"
5656   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5657   history:
5658     - title: "1904"
5659       data: "dpdk-performance-changes-3n-skx-h1"
5660   reference:
5661     title: "1908"
5662     data: "dpdk-performance-changes-3n-skx-ref"
5663   compare:
5664     title: "2001"
5665     data: "dpdk-performance-changes-3n-skx-cmp"
5666   data: "dpdk-performance-changes-3n-skx"
5667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5668   filter: "'4T2C' and 'NDRPDR'"
5669   parameters:
5670   - "name"
5671   - "parent"
5672   - "throughput"
5673
5674 # DPDK Performance Changes 3n-skx 2t1c ndr
5675 - type: "table"
5676   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5677   algorithm: "table_perf_comparison"
5678   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5679   history:
5680     - title: "1904"
5681       data: "dpdk-performance-changes-3n-skx-h1"
5682   reference:
5683     title: "1908"
5684     data: "dpdk-performance-changes-3n-skx-ref"
5685   compare:
5686     title: "2001"
5687     data: "dpdk-performance-changes-3n-skx-cmp"
5688   data: "dpdk-performance-changes-3n-skx"
5689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5690   filter: "'2T1C' and 'NDRPDR'"
5691   parameters:
5692   - "name"
5693   - "parent"
5694   - "throughput"
5695
5696 # DPDK Performance Changes 3n-skx 4t2c ndr
5697 - type: "table"
5698   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5699   algorithm: "table_perf_comparison"
5700   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5701   history:
5702     - title: "1904"
5703       data: "dpdk-performance-changes-3n-skx-h1"
5704   reference:
5705     title: "1908"
5706     data: "dpdk-performance-changes-3n-skx-ref"
5707   compare:
5708     title: "2001"
5709     data: "dpdk-performance-changes-3n-skx-cmp"
5710   data: "dpdk-performance-changes-3n-skx"
5711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5712   filter: "'4T2C' and 'NDRPDR'"
5713   parameters:
5714   - "name"
5715   - "parent"
5716   - "throughput"
5717
5718 # DPDK Performance Changes 2n-skx 2t1c pdr
5719 - type: "table"
5720   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5721   algorithm: "table_perf_comparison"
5722   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5723   history:
5724     - title: "1904"
5725       data: "dpdk-performance-changes-2n-skx-h1"
5726   reference:
5727     title: "1908"
5728     data: "dpdk-performance-changes-2n-skx-ref"
5729   compare:
5730     title: "2001"
5731     data: "dpdk-performance-changes-2n-skx-cmp"
5732   data: "dpdk-performance-changes-2n-skx"
5733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5734   filter: "'2T1C' and 'NDRPDR'"
5735   parameters:
5736   - "name"
5737   - "parent"
5738   - "throughput"
5739
5740 # DPDK Performance Changes 2n-skx 4t2c pdr
5741 - type: "table"
5742   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5743   algorithm: "table_perf_comparison"
5744   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5745   history:
5746     - title: "1904"
5747       data: "dpdk-performance-changes-2n-skx-h1"
5748   reference:
5749     title: "1908"
5750     data: "dpdk-performance-changes-2n-skx-ref"
5751   compare:
5752     title: "2001"
5753     data: "dpdk-performance-changes-2n-skx-cmp"
5754   data: "dpdk-performance-changes-2n-skx"
5755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5756   filter: "'4T2C' and 'NDRPDR'"
5757   parameters:
5758   - "name"
5759   - "parent"
5760   - "throughput"
5761
5762 # DPDK Performance Changes 2n-skx 2t1c ndr
5763 - type: "table"
5764   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5765   algorithm: "table_perf_comparison"
5766   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5767   history:
5768     - title: "1904"
5769       data: "dpdk-performance-changes-2n-skx-h1"
5770   reference:
5771     title: "1908"
5772     data: "dpdk-performance-changes-2n-skx-ref"
5773   compare:
5774     title: "2001"
5775     data: "dpdk-performance-changes-2n-skx-cmp"
5776   data: "dpdk-performance-changes-2n-skx"
5777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5778   filter: "'2T1C' and 'NDRPDR'"
5779   parameters:
5780   - "name"
5781   - "parent"
5782   - "throughput"
5783
5784 # DPDK Performance Changes 2n-skx 4t2c ndr
5785 - type: "table"
5786   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5787   algorithm: "table_perf_comparison"
5788   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5789   history:
5790     - title: "1904"
5791       data: "dpdk-performance-changes-2n-skx-h1"
5792   reference:
5793     title: "1908"
5794     data: "dpdk-performance-changes-2n-skx-ref"
5795   compare:
5796     title: "2001"
5797     data: "dpdk-performance-changes-2n-skx-cmp"
5798   data: "dpdk-performance-changes-2n-skx"
5799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5800   filter: "'4T2C' and 'NDRPDR'"
5801   parameters:
5802   - "name"
5803   - "parent"
5804   - "throughput"
5805
5806 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5807 - type: "table"
5808   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5809   algorithm: "table_perf_comparison"
5810   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5811   reference:
5812     title: "3n-hsw"
5813     data: "dpdk-compare-testbeds-ref"
5814   compare:
5815     title: "3n-skx"
5816     data: "dpdk-compare-testbeds-cmp"
5817   data: "dpdk-compare-testbeds"
5818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5819   filter: "'NIC_Intel-X710'"
5820   parameters:
5821   - "name"
5822   - "parent"
5823   - "throughput"
5824
5825 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5826 - type: "table"
5827   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5828   algorithm: "table_perf_comparison"
5829   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5830   reference:
5831     title: "3n-hsw"
5832     data: "dpdk-compare-testbeds-ref"
5833   compare:
5834     title: "3n-skx"
5835     data: "dpdk-compare-testbeds-cmp"
5836   data: "dpdk-compare-testbeds"
5837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5838   filter: "'NIC_Intel-X710'"
5839   parameters:
5840   - "name"
5841   - "parent"
5842   - "throughput"
5843
5844 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5845 - type: "table"
5846   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5847   algorithm: "table_perf_comparison"
5848   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5849   reference:
5850     title: "2n-skx"
5851     data: "dpdk-compare-testbeds-skx-clx-ref"
5852   compare:
5853     title: "2n-clx"
5854     data: "dpdk-compare-testbeds-skx-clx-cmp"
5855   data: "dpdk-compare-testbeds-skx-clx"
5856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5857   filter: "all"
5858   parameters:
5859   - "name"
5860   - "parent"
5861   - "throughput"
5862
5863 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5864 - type: "table"
5865   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5866   algorithm: "table_perf_comparison"
5867   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5868   reference:
5869     title: "2n-skx"
5870     data: "dpdk-compare-testbeds-skx-clx-ref"
5871   compare:
5872     title: "2n-clx"
5873     data: "dpdk-compare-testbeds-skx-clx-cmp"
5874   data: "dpdk-compare-testbeds-skx-clx"
5875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5876   filter: "all"
5877   parameters:
5878   - "name"
5879   - "parent"
5880   - "throughput"
5881
5882 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5883 - type: "table"
5884   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5885   algorithm: "table_perf_comparison"
5886   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5887   reference:
5888     title: "3n-skx"
5889     data: "dpdk-compare-topologies-ref"
5890   compare:
5891     title: "2n-skx"
5892     data: "dpdk-compare-topologies-cmp"
5893   data: "dpdk-compare-topologies"
5894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5895   filter: "all"
5896   parameters:
5897   - "name"
5898   - "parent"
5899   - "throughput"
5900
5901 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5902 - type: "table"
5903   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5904   algorithm: "table_perf_comparison"
5905   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5906   reference:
5907     title: "3n-skx"
5908     data: "dpdk-compare-topologies-ref"
5909   compare:
5910     title: "2n-skx"
5911     data: "dpdk-compare-topologies-cmp"
5912   data: "dpdk-compare-topologies"
5913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5914   filter: "all"
5915   parameters:
5916   - "name"
5917   - "parent"
5918   - "throughput"
5919
5920 # Detailed Test Results - DPDK Performance Results 3n-hsw
5921 - type: "table"
5922   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5923   algorithm: "table_merged_details"
5924   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5925   columns:
5926   - title: " |prein| Test Name |preout| "
5927     data: "data name"
5928   - 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| "
5929     data: "data msg"
5930   data: "dpdk-perf-results-3n-hsw"
5931   filter: "all"
5932   parameters:
5933   - "name"
5934   - "parent"
5935   - "msg"
5936
5937 # Detailed Test Results - DPDK Performance Results 3n-skx
5938 - type: "table"
5939   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5940   algorithm: "table_merged_details"
5941   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5942   columns:
5943   - title: " |prein| Test Name |preout| "
5944     data: "data name"
5945   - 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| "
5946     data: "data msg"
5947   data: "dpdk-perf-results-3n-skx"
5948   filter: "all"
5949   remove-ndr: True  # Temporary solution: remove NDR results from test message
5950   parameters:
5951   - "name"
5952   - "parent"
5953   - "msg"
5954
5955 # Detailed Test Results - DPDK Performance Results 2n-skx
5956 - type: "table"
5957   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5958   algorithm: "table_merged_details"
5959   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5960   columns:
5961   - title: " |prein| Test Name |preout| "
5962     data: "data name"
5963   - 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| "
5964     data: "data msg"
5965   data: "dpdk-perf-results-2n-skx"
5966   filter: "all"
5967   remove-ndr: True  # Temporary solution: remove NDR results from test message
5968   parameters:
5969   - "name"
5970   - "parent"
5971   - "msg"
5972
5973 # Detailed Test Results - DPDK Performance Results 2n-clx
5974 - type: "table"
5975   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5976   algorithm: "table_merged_details"
5977   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5978   columns:
5979   - title: " |prein| Test Name |preout| "
5980     data: "data name"
5981   - 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| "
5982     data: "data msg"
5983   data: "dpdk-perf-results-2n-clx"
5984   filter: "all"
5985   parameters:
5986   - "name"
5987   - "parent"
5988   - "msg"
5989
5990 # Detailed Test Results - DPDK Performance Results 2n-dnv
5991 - type: "table"
5992   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5993   algorithm: "table_merged_details"
5994   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5995   columns:
5996   - title: " |prein| Test Name |preout| "
5997     data: "data name"
5998   - 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| "
5999     data: "data msg"
6000   data: "dpdk-perf-results-2n-dnv"
6001   filter: "all"
6002   parameters:
6003   - "name"
6004   - "parent"
6005   - "msg"
6006
6007 # Detailed Test Results - DPDK Performance Results 3n-dnv
6008 - type: "table"
6009   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6010   algorithm: "table_merged_details"
6011   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6012   columns:
6013   - title: " |prein| Test Name |preout| "
6014     data: "data name"
6015   - 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| "
6016     data: "data msg"
6017   data: "dpdk-perf-results-3n-dnv"
6018   filter: "all"
6019   parameters:
6020   - "name"
6021   - "parent"
6022   - "msg"
6023
6024 # Detailed Test Results - DPDK Performance Results 3n-tsh
6025 - type: "table"
6026   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6027   algorithm: "table_merged_details"
6028   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6029   columns:
6030   - title: " |prein| Test Name |preout| "
6031     data: "data name"
6032   - 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| "
6033     data: "data msg"
6034   data: "dpdk-perf-results-3n-tsh"
6035   filter: "all"
6036   parameters:
6037   - "name"
6038   - "parent"
6039   - "msg"
6040
6041 ################################################################################
6042 ###                                F I L E S                                 ###
6043 ################################################################################
6044
6045 # VPP Performance Results
6046 - type: "file"
6047   title: "VPP Performance Results"
6048   algorithm: "file_details_split"
6049   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6050   dir-tables:
6051     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6052     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6053     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6054     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6055     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6056     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6057     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6058   data:
6059     - "vpp-perf-results-2n-skx"
6060     - "vpp-perf-results-3n-skx"
6061     - "vpp-perf-results-2n-clx"
6062     - "vpp-perf-results-3n-hsw"
6063     - "vpp-perf-results-3n-tsh"
6064     - "vpp-perf-results-2n-dnv"
6065     - "vpp-perf-results-3n-dnv"
6066   filter: "all"
6067   data-start-level: 4
6068   order-chapters:
6069     level-1:
6070       - "l2"
6071       - "ip4"
6072       - "ip6"
6073       - "srv6"
6074       - "ip4_tunnels"
6075       - "ip6_tunnels"
6076       - "vm_vhost"
6077       - "container_memif"
6078       - "crypto"
6079       - "vts"
6080       - "lb"
6081       - "nfv_density"
6082       - "hoststack"
6083     level-2:
6084       - "2n-skx"
6085       - "3n-skx"
6086       - "2n-clx"
6087       - "3n-hsw"
6088       - "3n-tsh"
6089       - "2n-dnv"
6090       - "3n-dnv"
6091     level-3:
6092       - "xl710"
6093       - "x520"
6094       - "xxv710"
6095       - "x710"
6096       - "x553"
6097       - "cx556a"
6098       - "vic1227"
6099       - "vic1385"
6100
6101 # VPP Performance Configuration
6102 - type: "file"
6103   title: "VPP Performance Configuration"
6104   algorithm: "file_details_split"
6105   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6106   dir-tables:
6107     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6108     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6109     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6110     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6111     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6112     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6113     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6114   data:
6115     - "vpp-perf-results-2n-skx"
6116     - "vpp-perf-results-3n-skx"
6117     - "vpp-perf-results-2n-clx"
6118     - "vpp-perf-results-3n-hsw"
6119     - "vpp-perf-results-3n-tsh"
6120     - "vpp-perf-results-2n-dnv"
6121     - "vpp-perf-results-3n-dnv"
6122   filter: "all"
6123   data-start-level: 4
6124   order-chapters:
6125     level-1:
6126       - "l2"
6127       - "ip4"
6128       - "ip6"
6129       - "srv6"
6130       - "ip4_tunnels"
6131       - "ip6_tunnels"
6132       - "vm_vhost"
6133       - "container_memif"
6134       - "crypto"
6135       - "vts"
6136       - "lb"
6137       - "nfv_density"
6138       - "hoststack"
6139     level-2:
6140       - "2n-skx"
6141       - "3n-skx"
6142       - "2n-clx"
6143       - "3n-hsw"
6144       - "3n-tsh"
6145       - "2n-dnv"
6146       - "3n-dnv"
6147     level-3:
6148       - "xl710"
6149       - "x520"
6150       - "xxv710"
6151       - "x710"
6152       - "x553"
6153       - "cx556a"
6154       - "vic1227"
6155       - "vic1385"
6156
6157 # VPP Performance Operational
6158 - type: "file"
6159   title: "VPP Performance Operational"
6160   algorithm: "file_details_split_html"
6161   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6162   dir-tables:
6163     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6164     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6165     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6166     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6167     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6168     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6169     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6170   data:
6171     - "vpp-perf-results-2n-skx"
6172     - "vpp-perf-results-3n-skx"
6173     - "vpp-perf-results-2n-clx"
6174     - "vpp-perf-results-3n-hsw"
6175     - "vpp-perf-results-3n-tsh"
6176     - "vpp-perf-results-2n-dnv"
6177     - "vpp-perf-results-3n-dnv"
6178   filter: "all"
6179   data-start-level: 4
6180   order-chapters:
6181     level-1:
6182       - "l2"
6183       - "ip4"
6184       - "ip6"
6185       - "srv6"
6186       - "ip4_tunnels"
6187       - "ip6_tunnels"
6188       - "vm_vhost"
6189       - "container_memif"
6190       - "crypto"
6191       - "vts"
6192       - "lb"
6193       - "nfv_density"
6194       - "hoststack"
6195     level-2:
6196       - "2n-skx"
6197       - "3n-skx"
6198       - "2n-clx"
6199       - "3n-hsw"
6200       - "3n-tsh"
6201       - "2n-dnv"
6202       - "3n-dnv"
6203     level-3:
6204       - "xl710"
6205       - "x520"
6206       - "xxv710"
6207       - "x710"
6208       - "x553"
6209       - "cx556a"
6210       - "vic1227"
6211       - "vic1385"
6212
6213 # VPP MRR Results
6214 - type: "file"
6215   title: "VPP MRR Results"
6216   algorithm: "file_details_split"
6217   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6218   dir-tables:
6219     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6220     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6221     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6222     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6223     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6224     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6225     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6226   data:
6227     - "vpp-mrr-results-2n-skx"
6228     - "vpp-mrr-results-3n-skx"
6229     - "vpp-mrr-results-2n-clx"
6230     - "vpp-mrr-results-3n-hsw"
6231     - "vpp-mrr-results-3n-tsh"
6232     - "vpp-mrr-results-2n-dnv"
6233     - "vpp-mrr-results-3n-dnv"
6234   filter: "all"
6235   data-start-level: 4
6236   order-chapters:
6237     level-1:
6238       - "l2"
6239       - "ip4"
6240       - "ip6"
6241       - "srv6"
6242       - "ip4_tunnels"
6243       - "ip6_tunnels"
6244       - "vm_vhost"
6245       - "container_memif"
6246       - "crypto"
6247       - "vts"
6248       - "lb"
6249       - "nfv_density"
6250       - "hoststack"
6251     level-2:
6252       - "2n-skx"
6253       - "3n-skx"
6254       - "2n-clx"
6255       - "3n-hsw"
6256       - "3n-tsh"
6257       - "2n-dnv"
6258       - "3n-dnv"
6259     level-3:
6260       - "xl710"
6261       - "x520"
6262       - "xxv710"
6263       - "x710"
6264       - "x553"
6265       - "cx556a"
6266       - "vic1227"
6267       - "vic1385"
6268
6269 # VPP MRR Configuration
6270 - type: "file"
6271   title: "VPP MRR Configuration"
6272   algorithm: "file_details_split"
6273   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6274   dir-tables:
6275     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6276     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6277     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6278     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6279     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6280     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6281     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6282   data:
6283     - "vpp-mrr-results-2n-skx"
6284     - "vpp-mrr-results-3n-skx"
6285     - "vpp-mrr-results-2n-clx"
6286     - "vpp-mrr-results-3n-hsw"
6287     - "vpp-mrr-results-3n-tsh"
6288     - "vpp-mrr-results-2n-dnv"
6289     - "vpp-mrr-results-3n-dnv"
6290   filter: "all"
6291   data-start-level: 4
6292   order-chapters:
6293     level-1:
6294       - "l2"
6295       - "ip4"
6296       - "ip6"
6297       - "srv6"
6298       - "ip4_tunnels"
6299       - "ip6_tunnels"
6300       - "vm_vhost"
6301       - "container_memif"
6302       - "crypto"
6303       - "vts"
6304       - "lb"
6305       - "nfv_density"
6306       - "hoststack"
6307     level-2:
6308       - "2n-skx"
6309       - "3n-skx"
6310       - "2n-clx"
6311       - "3n-hsw"
6312       - "3n-tsh"
6313       - "2n-dnv"
6314       - "3n-dnv"
6315     level-3:
6316       - "xl710"
6317       - "x520"
6318       - "xxv710"
6319       - "x710"
6320       - "x553"
6321       - "cx556a"
6322       - "vic1227"
6323       - "vic1385"
6324
6325 # VPP Device Results - Ubuntu
6326 - type: "file"
6327   title: "VPP Device Results - Ubuntu"
6328   algorithm: "file_test_results"
6329   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6330   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6331   data: "vpp-device-results-ubuntu"
6332   filter: "all"
6333   data-start-level: 4
6334
6335 # VPP Device Configuration - Ubuntu
6336 - type: "file"
6337   title: "VPP Device Configuration - Ubuntu"
6338   algorithm: "file_test_results"
6339   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6340   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6341   data: "vpp-device-results-ubuntu"
6342   filter: "all"
6343   data-start-level: 4
6344
6345 # DPDK Performance Results 3n-hsw
6346 - type: "file"
6347   title: "DPDK Performance Results 3n-hsw"
6348   algorithm: "file_test_results"
6349   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6350   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6351   data: "dpdk-perf-results-3n-hsw"
6352   filter: "all"
6353   data-start-level: 4
6354
6355 # DPDK Performance Results 3n-skx
6356 - type: "file"
6357   title: "DPDK Performance Results 3n-skx"
6358   algorithm: "file_test_results"
6359   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6360   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6361   data: "dpdk-perf-results-3n-skx"
6362   filter: "all"
6363   data-start-level: 4
6364
6365 # DPDK Performance Results 2n-skx
6366 - type: "file"
6367   title: "DPDK Performance Results 2n-skx"
6368   algorithm: "file_test_results"
6369   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6370   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6371   data: "dpdk-perf-results-2n-skx"
6372   filter: "all"
6373   data-start-level: 4
6374
6375 # DPDK Performance Results 2n-clx
6376 - type: "file"
6377   title: "DPDK Performance Results 2n-clx"
6378   algorithm: "file_test_results"
6379   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6380   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6381   data: "dpdk-perf-results-2n-clx"
6382   filter: "all"
6383   data-start-level: 4
6384
6385 # DPDK Performance Results 2n-dnv
6386 - type: "file"
6387   title: "DPDK Performance Results 2n-dnv"
6388   algorithm: "file_test_results"
6389   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6390   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6391   data: "dpdk-perf-results-2n-dnv"
6392   filter: "all"
6393   data-start-level: 4
6394
6395 # DPDK Performance Results 3n-dnv
6396 - type: "file"
6397   title: "DPDK Performance Results 3n-dnv"
6398   algorithm: "file_test_results"
6399   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6400   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6401   data: "dpdk-perf-results-3n-dnv"
6402   filter: "all"
6403   data-start-level: 4
6404
6405 # DPDK Performance Results 3n-tsh
6406 - type: "file"
6407   title: "DPDK Performance Results 3n-tsh"
6408   algorithm: "file_test_results"
6409   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6410   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6411   data: "dpdk-perf-results-3n-tsh"
6412   filter: "all"
6413   data-start-level: 4
6414
6415 ################################################################################
6416 ###                                P L O T S                                 ###
6417 ################################################################################
6418
6419 # Hoststack tests 3n-hsw
6420
6421 - type: "plot"
6422   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6423   algorithm: "plot_perf_box_name"
6424   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6425   data: "plot-vpp-hoststack-3n-hsw"
6426   include:
6427     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6428     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6429   layout:
6430     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6431     layout: "plot-hoststack"
6432
6433 - type: "plot"
6434   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6435   algorithm: "plot_perf_box_name"
6436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6437   data: "plot-vpp-hoststack-3n-hsw"
6438   include:
6439     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6440     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6441   layout:
6442     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6443     layout: "plot-hoststack"
6444
6445 - type: "plot"
6446   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6447   algorithm: "plot_perf_box_name"
6448   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6449   data: "plot-vpp-hoststack-3n-hsw"
6450   include:
6451     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6452     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6453     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6454     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6455   layout:
6456     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6457     layout: "plot-hoststack"
6458
6459 # Plots VPP HTTP Server Performance
6460 - type: "plot"
6461   title: "VPP HTTP Server Performance"
6462   algorithm: "plot_http_server_perf_box"
6463   output-file-type: ".html"
6464   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6465   data:
6466     "plot-vpp-http-server-performance"
6467   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6468   parameters:
6469   - "result"
6470   - "name"
6471   traces:
6472     hoverinfo: "y+name"
6473     boxpoints: "outliers"
6474     whiskerwidth: 0
6475   layout:
6476     title: "VPP HTTP Server Performance"
6477     layout:
6478       "plot-cps"
6479
6480 - type: "plot"
6481   title: "VPP HTTP Server Performance"
6482   algorithm: "plot_http_server_perf_box"
6483   output-file-type: ".html"
6484   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6485   data:
6486     "plot-vpp-http-server-performance"
6487   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6488   parameters:
6489   - "result"
6490   - "name"
6491   traces:
6492     hoverinfo: "y+name"
6493     boxpoints: "outliers"
6494     whiskerwidth: 0
6495   layout:
6496     title: "VPP HTTP Server Performance"
6497     layout:
6498       "plot-rps"
6499
6500 ################################################################################
6501
6502 # Soak Test (PLRsearch), boxes - 2n-clx
6503 - type: "plot"
6504   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6505   algorithm: "plot_perf_box_name"
6506   output-file-type: ".html"
6507   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6508   data: "plot-vpp-soak-2n-clx"
6509   include:
6510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6516   layout:
6517     title: "30 Minutes Soak Test (PLRsearch)"
6518     layout: "plot-soak-throughput"
6519
6520 # Soak Test (PLRsearch), boxes - 2n-clx
6521 - type: "plot"
6522   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6523   algorithm: "plot_perf_box_name"
6524   output-file-type: ".html"
6525   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6526   data: "plot-vpp-soak-2n-clx"
6527   include:
6528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6533     - "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"
6534   layout:
6535     title: "30 Minutes Soak Test (PLRsearch)"
6536     layout: "plot-soak-throughput"
6537
6538 ###############################################################################
6539
6540 # Reconf tests 2n-skx
6541
6542 #- type: "plot"
6543 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6544 #  algorithm: "plot_nf_reconf_box_name"
6545 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6546 #  data: "plot-vpp-nfv-reconf-2n-skx"
6547 #  include:
6548 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6549 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6550 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6551 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6552 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6553 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6554 #  layout:
6555 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6556 #    layout: "plot-throughput"
6557 #
6558 #- type: "plot"
6559 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6560 #  algorithm: "plot_nf_reconf_box_name"
6561 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6562 #  data: "plot-vpp-nfv-reconf-2n-skx"
6563 #  include:
6564 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6565 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6566 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6567 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6568 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6569 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6570 #  layout:
6571 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6572 #    layout: "plot-throughput"
6573 #
6574 #- type: "plot"
6575 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6576 #  algorithm: "plot_nf_reconf_box_name"
6577 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6578 #  data: "plot-vpp-nfv-reconf-2n-skx"
6579 #  include:
6580 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6581 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6582 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6583 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6584 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6585 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6586 #  layout:
6587 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6588 #    layout: "plot-throughput"
6589
6590 ###############################################################################
6591
6592 # Reconf tests 2n-clx
6593
6594 - type: "plot"
6595   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6596   algorithm: "plot_nf_reconf_box_name"
6597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6598   data: "plot-vpp-nfv-reconf-2n-clx"
6599   include:
6600     - "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"
6601     - "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"
6602     - "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"
6603     - "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"
6604   layout:
6605     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6606     layout: "plot-throughput"
6607
6608 - type: "plot"
6609   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6610   algorithm: "plot_nf_reconf_box_name"
6611   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6612   data: "plot-vpp-nfv-reconf-2n-clx"
6613   include:
6614     - "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"
6615     - "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"
6616     - "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"
6617     - "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"
6618   layout:
6619     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6620     layout: "plot-throughput"
6621
6622 - type: "plot"
6623   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6624   algorithm: "plot_nf_reconf_box_name"
6625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6626   data: "plot-vpp-nfv-reconf-2n-clx"
6627   include:
6628     - "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"
6629     - "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"
6630     - "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"
6631     - "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"
6632   layout:
6633     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6634     layout: "plot-throughput"
6635
6636 ################################################################################
6637 ## Plots - NF Density - VSC - MRR 64b
6638 #- type: "plot"
6639 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6640 #  algorithm: "plot_nf_heatmap"
6641 #  output-file-type: ".html"
6642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6643 #  data: "plot-vpp-nfv-2n-skx-mrr"
6644 #  filter: "'NIC_Intel-XXV710' and
6645 #           'NF_DENSITY' and
6646 #           'VHOST' and
6647 #           not 'VXLAN' and
6648 #           'CHAIN' and
6649 #           'NF_VPPIP4' and
6650 #           '64B' and
6651 #           '2T1C' and
6652 #           'MRR'"
6653 #  parameters:
6654 #  - "result"
6655 #  - "name"
6656 #  - "tags"
6657 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6658 #  x-axis: "X = VNFs per Service Chain"
6659 #  y-axis: "Y = Number of Service Chains"
6660 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6661 #  layout:
6662 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6663 #    layout: "plot-service-density"
6664 #
6665 #- type: "plot"
6666 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6667 #  algorithm: "plot_nf_heatmap"
6668 #  output-file-type: ".html"
6669 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6670 #  data: "plot-vpp-nfv-2n-skx-mrr"
6671 #  filter: "'NIC_Intel-XXV710' and
6672 #           'NF_DENSITY' and
6673 #           'VHOST' and
6674 #           not 'VXLAN' and
6675 #           'CHAIN' and
6676 #           'NF_VPPIP4' and
6677 #           '64B' and
6678 #           '4T2C' and
6679 #           'MRR'"
6680 #  parameters:
6681 #  - "result"
6682 #  - "name"
6683 #  - "tags"
6684 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6685 #  x-axis: "X = VNFs per Service Chain"
6686 #  y-axis: "Y = Number of Service Chains"
6687 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6688 #  layout:
6689 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6690 #    layout: "plot-service-density"
6691 #
6692 #- type: "plot"
6693 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6694 #  algorithm: "plot_nf_heatmap"
6695 #  output-file-type: ".html"
6696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6697 #  data: "plot-vpp-nfv-2n-skx-mrr"
6698 #  filter: "'NIC_Intel-XXV710' and
6699 #           'NF_DENSITY' and
6700 #           'VHOST' and
6701 #           not 'VXLAN' and
6702 #           'CHAIN' and
6703 #           'NF_VPPIP4' and
6704 #           '64B' and
6705 #           '8T4C' and
6706 #           'MRR'"
6707 #  parameters:
6708 #  - "result"
6709 #  - "name"
6710 #  - "tags"
6711 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6712 #  x-axis: "X = VNFs per Service Chain"
6713 #  y-axis: "Y = Number of Service Chains"
6714 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6715 #  layout:
6716 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6717 #    layout: "plot-service-density"
6718 #
6719 ## Plots - NF Density - VSC - MRR IMIX
6720 #- type: "plot"
6721 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6722 #  algorithm: "plot_nf_heatmap"
6723 #  output-file-type: ".html"
6724 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6725 #  data: "plot-vpp-nfv-2n-skx-mrr"
6726 #  filter: "'NIC_Intel-XXV710' and
6727 #           'NF_DENSITY' and
6728 #           'VHOST' and
6729 #           not 'VXLAN' and
6730 #           'CHAIN' and
6731 #           'NF_VPPIP4' and
6732 #           'IMIX' and
6733 #           '2T1C' and
6734 #           'MRR'"
6735 #  parameters:
6736 #  - "result"
6737 #  - "name"
6738 #  - "tags"
6739 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6740 #  x-axis: "X = VNFs per Service Chain"
6741 #  y-axis: "Y = Number of Service Chains"
6742 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6743 #  layout:
6744 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6745 #    layout: "plot-service-density"
6746 #
6747 #- type: "plot"
6748 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6749 #  algorithm: "plot_nf_heatmap"
6750 #  output-file-type: ".html"
6751 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6752 #  data: "plot-vpp-nfv-2n-skx-mrr"
6753 #  filter: "'NIC_Intel-XXV710' and
6754 #           'NF_DENSITY' and
6755 #           'VHOST' and
6756 #           not 'VXLAN' and
6757 #           'CHAIN' and
6758 #           'NF_VPPIP4' and
6759 #           'IMIX' and
6760 #           '4T2C' and
6761 #           'MRR'"
6762 #  parameters:
6763 #  - "result"
6764 #  - "name"
6765 #  - "tags"
6766 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6767 #  x-axis: "X = VNFs per Service Chain"
6768 #  y-axis: "Y = Number of Service Chains"
6769 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6770 #  layout:
6771 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6772 #    layout: "plot-service-density"
6773 #
6774 #- type: "plot"
6775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6776 #  algorithm: "plot_nf_heatmap"
6777 #  output-file-type: ".html"
6778 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6779 #  data: "plot-vpp-nfv-2n-skx-mrr"
6780 #  filter: "'NIC_Intel-XXV710' and
6781 #           'NF_DENSITY' and
6782 #           'VHOST' and
6783 #           not 'VXLAN' and
6784 #           'CHAIN' and
6785 #           'NF_VPPIP4' and
6786 #           'IMIX' and
6787 #           '8T4C' and
6788 #           'MRR'"
6789 #  parameters:
6790 #  - "result"
6791 #  - "name"
6792 #  - "tags"
6793 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6794 #  x-axis: "X = VNFs per Service Chain"
6795 #  y-axis: "Y = Number of Service Chains"
6796 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6797 #  layout:
6798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6799 #    layout: "plot-service-density"
6800 #
6801 ## Plots - NF Density - VSC - NDR 64b
6802 #- type: "plot"
6803 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6804 #  algorithm: "plot_nf_heatmap"
6805 #  output-file-type: ".html"
6806 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6807 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6808 #  filter: "'NIC_Intel-XXV710' and
6809 #           'NF_DENSITY' and
6810 #           'VHOST' and
6811 #           not 'VXLAN' and
6812 #           'CHAIN' and
6813 #           'NF_VPPIP4' and
6814 #           '64B' and
6815 #           '2T1C' and
6816 #           'NDRPDR'"
6817 #  parameters:
6818 #  - "throughput"
6819 #  - "name"
6820 #  - "tags"
6821 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6822 #  x-axis: "X = VNFs per Service Chain"
6823 #  y-axis: "Y = Number of Service Chains"
6824 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6825 #  layout:
6826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6827 #    layout: "plot-service-density"
6828 #
6829 #- type: "plot"
6830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6831 #  algorithm: "plot_nf_heatmap"
6832 #  output-file-type: ".html"
6833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6834 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6835 #  filter: "'NIC_Intel-XXV710' and
6836 #           'NF_DENSITY' and
6837 #           'VHOST' and
6838 #           not 'VXLAN' and
6839 #           'CHAIN' and
6840 #           'NF_VPPIP4' and
6841 #           '64B' and
6842 #           '4T2C' and
6843 #           'NDRPDR'"
6844 #  parameters:
6845 #  - "throughput"
6846 #  - "name"
6847 #  - "tags"
6848 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6849 #  x-axis: "X = VNFs per Service Chain"
6850 #  y-axis: "Y = Number of Service Chains"
6851 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6852 #  layout:
6853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6854 #    layout: "plot-service-density"
6855 #
6856 #- type: "plot"
6857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6858 #  algorithm: "plot_nf_heatmap"
6859 #  output-file-type: ".html"
6860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6861 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6862 #  filter: "'NIC_Intel-XXV710' and
6863 #           'NF_DENSITY' and
6864 #           'VHOST' and
6865 #           not 'VXLAN' and
6866 #           'CHAIN' and
6867 #           'NF_VPPIP4' and
6868 #           '64B' and
6869 #           '8T4C' and
6870 #           'NDRPDR'"
6871 #  parameters:
6872 #  - "throughput"
6873 #  - "name"
6874 #  - "tags"
6875 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6876 #  x-axis: "X = VNFs per Service Chain"
6877 #  y-axis: "Y = Number of Service Chains"
6878 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6879 #  layout:
6880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6881 #    layout: "plot-service-density"
6882 #
6883 ## Plots - NF Density - VSC - NDR IMIX
6884 #- type: "plot"
6885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6886 #  algorithm: "plot_nf_heatmap"
6887 #  output-file-type: ".html"
6888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6889 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6890 #  filter: "'NIC_Intel-XXV710' and
6891 #           'NF_DENSITY' and
6892 #           'VHOST' and
6893 #           not 'VXLAN' and
6894 #           'CHAIN' and
6895 #           'NF_VPPIP4' and
6896 #           'IMIX' and
6897 #           '2T1C' and
6898 #           'NDRPDR'"
6899 #  parameters:
6900 #  - "throughput"
6901 #  - "name"
6902 #  - "tags"
6903 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6904 #  x-axis: "X = VNFs per Service Chain"
6905 #  y-axis: "Y = Number of Service Chains"
6906 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6907 #  layout:
6908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6909 #    layout: "plot-service-density"
6910 #
6911 #- type: "plot"
6912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6913 #  algorithm: "plot_nf_heatmap"
6914 #  output-file-type: ".html"
6915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6916 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6917 #  filter: "'NIC_Intel-XXV710' and
6918 #           'NF_DENSITY' and
6919 #           'VHOST' and
6920 #           not 'VXLAN' and
6921 #           'CHAIN' and
6922 #           'NF_VPPIP4' and
6923 #           'IMIX' and
6924 #           '4T2C' and
6925 #           'NDRPDR'"
6926 #  parameters:
6927 #  - "throughput"
6928 #  - "name"
6929 #  - "tags"
6930 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6931 #  x-axis: "X = VNFs per Service Chain"
6932 #  y-axis: "Y = Number of Service Chains"
6933 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6934 #  layout:
6935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6936 #    layout: "plot-service-density"
6937 #
6938 #- type: "plot"
6939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6940 #  algorithm: "plot_nf_heatmap"
6941 #  output-file-type: ".html"
6942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6943 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6944 #  filter: "'NIC_Intel-XXV710' and
6945 #           'NF_DENSITY' and
6946 #           'VHOST' and
6947 #           not 'VXLAN' and
6948 #           'CHAIN' and
6949 #           'NF_VPPIP4' and
6950 #           'IMIX' and
6951 #           '8T4C' and
6952 #           'NDRPDR'"
6953 #  parameters:
6954 #  - "throughput"
6955 #  - "name"
6956 #  - "tags"
6957 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6958 #  x-axis: "X = VNFs per Service Chain"
6959 #  y-axis: "Y = Number of Service Chains"
6960 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6961 #  layout:
6962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6963 #    layout: "plot-service-density"
6964 #
6965 ## Plots - NF Density - VSC - PDR 64b
6966 #- type: "plot"
6967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6968 #  algorithm: "plot_nf_heatmap"
6969 #  output-file-type: ".html"
6970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6971 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6972 #  filter: "'NIC_Intel-XXV710' and
6973 #           'NF_DENSITY' and
6974 #           'VHOST' and
6975 #           not 'VXLAN' and
6976 #           'CHAIN' and
6977 #           'NF_VPPIP4' and
6978 #           '64B' and
6979 #           '2T1C' and
6980 #           'NDRPDR'"
6981 #  parameters:
6982 #  - "throughput"
6983 #  - "name"
6984 #  - "tags"
6985 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6986 #  x-axis: "X = VNFs per Service Chain"
6987 #  y-axis: "Y = Number of Service Chains"
6988 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6989 #  layout:
6990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6991 #    layout: "plot-service-density"
6992 #
6993 #- type: "plot"
6994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6995 #  algorithm: "plot_nf_heatmap"
6996 #  output-file-type: ".html"
6997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6998 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6999 #  filter: "'NIC_Intel-XXV710' and
7000 #           'NF_DENSITY' and
7001 #           'VHOST' and
7002 #           not 'VXLAN' and
7003 #           'CHAIN' and
7004 #           'NF_VPPIP4' and
7005 #           '64B' and
7006 #           '4T2C' and
7007 #           'NDRPDR'"
7008 #  parameters:
7009 #  - "throughput"
7010 #  - "name"
7011 #  - "tags"
7012 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7013 #  x-axis: "X = VNFs per Service Chain"
7014 #  y-axis: "Y = Number of Service Chains"
7015 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7016 #  layout:
7017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7018 #    layout: "plot-service-density"
7019 #
7020 #- type: "plot"
7021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7022 #  algorithm: "plot_nf_heatmap"
7023 #  output-file-type: ".html"
7024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7025 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7026 #  filter: "'NIC_Intel-XXV710' and
7027 #           'NF_DENSITY' and
7028 #           'VHOST' and
7029 #           not 'VXLAN' and
7030 #           'CHAIN' and
7031 #           'NF_VPPIP4' and
7032 #           '64B' and
7033 #           '8T4C' and
7034 #           'NDRPDR'"
7035 #  parameters:
7036 #  - "throughput"
7037 #  - "name"
7038 #  - "tags"
7039 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7040 #  x-axis: "X = VNFs per Service Chain"
7041 #  y-axis: "Y = Number of Service Chains"
7042 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7043 #  layout:
7044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7045 #    layout: "plot-service-density"
7046 #
7047 ## Plots - NF Density - VSC - PDR IMIX
7048 #- type: "plot"
7049 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7050 #  algorithm: "plot_nf_heatmap"
7051 #  output-file-type: ".html"
7052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7053 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7054 #  filter: "'NIC_Intel-XXV710' and
7055 #           'NF_DENSITY' and
7056 #           'VHOST' and
7057 #           not 'VXLAN' and
7058 #           'CHAIN' and
7059 #           'NF_VPPIP4' and
7060 #           'IMIX' and
7061 #           '2T1C' and
7062 #           'NDRPDR'"
7063 #  parameters:
7064 #  - "throughput"
7065 #  - "name"
7066 #  - "tags"
7067 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7068 #  x-axis: "X = VNFs per Service Chain"
7069 #  y-axis: "Y = Number of Service Chains"
7070 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7071 #  layout:
7072 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7073 #    layout: "plot-service-density"
7074 #
7075 #- type: "plot"
7076 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7077 #  algorithm: "plot_nf_heatmap"
7078 #  output-file-type: ".html"
7079 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7080 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7081 #  filter: "'NIC_Intel-XXV710' and
7082 #           'NF_DENSITY' and
7083 #           'VHOST' and
7084 #           not 'VXLAN' and
7085 #           'CHAIN' and
7086 #           'NF_VPPIP4' and
7087 #           'IMIX' and
7088 #           '4T2C' and
7089 #           'NDRPDR'"
7090 #  parameters:
7091 #  - "throughput"
7092 #  - "name"
7093 #  - "tags"
7094 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7095 #  x-axis: "X = VNFs per Service Chain"
7096 #  y-axis: "Y = Number of Service Chains"
7097 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7098 #  layout:
7099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7100 #    layout: "plot-service-density"
7101 #
7102 #- type: "plot"
7103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7104 #  algorithm: "plot_nf_heatmap"
7105 #  output-file-type: ".html"
7106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7107 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7108 #  filter: "'NIC_Intel-XXV710' and
7109 #           'NF_DENSITY' and
7110 #           'VHOST' and
7111 #           not 'VXLAN' and
7112 #           'CHAIN' and
7113 #           'NF_VPPIP4' and
7114 #           'IMIX' and
7115 #           '8T4C' and
7116 #           'NDRPDR'"
7117 #  parameters:
7118 #  - "throughput"
7119 #  - "name"
7120 #  - "tags"
7121 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7122 #  x-axis: "X = VNFs per Service Chain"
7123 #  y-axis: "Y = Number of Service Chains"
7124 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7125 #  layout:
7126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7127 #    layout: "plot-service-density"
7128 #
7129 ################################################################################
7130 ## Plots - NF Density - VSC - MRR 64b
7131 #- type: "plot"
7132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7133 #  algorithm: "plot_nf_heatmap"
7134 #  output-file-type: ".html"
7135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7136 #  data: "plot-vpp-nfv-2n-skx-mrr"
7137 #  filter: "'NIC_Intel-XXV710' and
7138 #           'NF_DENSITY' and
7139 #           'VHOST' and
7140 #           'VXLAN' and
7141 #           'CHAIN' and
7142 #           '118' and
7143 #           '2T1C' and
7144 #           'MRR'"
7145 #  parameters:
7146 #  - "result"
7147 #  - "name"
7148 #  - "tags"
7149 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7150 #  x-axis: "X = VNFs per Service Chain"
7151 #  y-axis: "Y = Number of Service Chains"
7152 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7153 #  layout:
7154 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7155 #    layout: "plot-service-density"
7156 #
7157 #- type: "plot"
7158 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7159 #  algorithm: "plot_nf_heatmap"
7160 #  output-file-type: ".html"
7161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7162 #  data: "plot-vpp-nfv-2n-skx-mrr"
7163 #  filter: "'NIC_Intel-XXV710' and
7164 #           'NF_DENSITY' and
7165 #           'VHOST' and
7166 #           'VXLAN' and
7167 #           'CHAIN' and
7168 #           '118' and
7169 #           '4T2C' and
7170 #           'MRR'"
7171 #  parameters:
7172 #  - "result"
7173 #  - "name"
7174 #  - "tags"
7175 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7176 #  x-axis: "X = VNFs per Service Chain"
7177 #  y-axis: "Y = Number of Service Chains"
7178 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7179 #  layout:
7180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7181 #    layout: "plot-service-density"
7182 #
7183 #- type: "plot"
7184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7185 #  algorithm: "plot_nf_heatmap"
7186 #  output-file-type: ".html"
7187 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7188 #  data: "plot-vpp-nfv-2n-skx-mrr"
7189 #  filter: "'NIC_Intel-XXV710' and
7190 #           'NF_DENSITY' and
7191 #           'VHOST' and
7192 #           'VXLAN' and
7193 #           'CHAIN' and
7194 #           '118' and
7195 #           '8T4C' and
7196 #           'MRR'"
7197 #  parameters:
7198 #  - "result"
7199 #  - "name"
7200 #  - "tags"
7201 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7202 #  x-axis: "X = VNFs per Service Chain"
7203 #  y-axis: "Y = Number of Service Chains"
7204 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7205 #  layout:
7206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7207 #    layout: "plot-service-density"
7208 #
7209 ## Plots - NF Density - VSC - MRR IMIX
7210 #- type: "plot"
7211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7212 #  algorithm: "plot_nf_heatmap"
7213 #  output-file-type: ".html"
7214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7215 #  data: "plot-vpp-nfv-2n-skx-mrr"
7216 #  filter: "'NIC_Intel-XXV710' and
7217 #           'NF_DENSITY' and
7218 #           'VHOST' and
7219 #           'VXLAN' and
7220 #           'CHAIN' and
7221 #           'IMIX' and
7222 #           '2T1C' and
7223 #           'MRR'"
7224 #  parameters:
7225 #  - "result"
7226 #  - "name"
7227 #  - "tags"
7228 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7229 #  x-axis: "X = VNFs per Service Chain"
7230 #  y-axis: "Y = Number of Service Chains"
7231 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7232 #  layout:
7233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7234 #    layout: "plot-service-density"
7235 #
7236 #- type: "plot"
7237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7238 #  algorithm: "plot_nf_heatmap"
7239 #  output-file-type: ".html"
7240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7241 #  data: "plot-vpp-nfv-2n-skx-mrr"
7242 #  filter: "'NIC_Intel-XXV710' and
7243 #           'NF_DENSITY' and
7244 #           'VHOST' and
7245 #           'VXLAN' and
7246 #           'CHAIN' and
7247 #           'IMIX' and
7248 #           '4T2C' and
7249 #           'MRR'"
7250 #  parameters:
7251 #  - "result"
7252 #  - "name"
7253 #  - "tags"
7254 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7255 #  x-axis: "X = VNFs per Service Chain"
7256 #  y-axis: "Y = Number of Service Chains"
7257 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7258 #  layout:
7259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7260 #    layout: "plot-service-density"
7261 #
7262 #- type: "plot"
7263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7264 #  algorithm: "plot_nf_heatmap"
7265 #  output-file-type: ".html"
7266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7267 #  data: "plot-vpp-nfv-2n-skx-mrr"
7268 #  filter: "'NIC_Intel-XXV710' and
7269 #           'NF_DENSITY' and
7270 #           'VHOST' and
7271 #           'VXLAN' and
7272 #           'CHAIN' and
7273 #           'IMIX' and
7274 #           '8T4C' and
7275 #           'MRR'"
7276 #  parameters:
7277 #  - "result"
7278 #  - "name"
7279 #  - "tags"
7280 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7281 #  x-axis: "X = VNFs per Service Chain"
7282 #  y-axis: "Y = Number of Service Chains"
7283 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7284 #  layout:
7285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7286 #    layout: "plot-service-density"
7287 #
7288 ## Plots - NF Density - VSC - NDR 64b
7289 #- type: "plot"
7290 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7291 #  algorithm: "plot_nf_heatmap"
7292 #  output-file-type: ".html"
7293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7294 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7295 #  filter: "'NIC_Intel-XXV710' and
7296 #           'NF_DENSITY' and
7297 #           'VHOST' and
7298 #           'VXLAN' and
7299 #           'CHAIN' and
7300 #           '118' and
7301 #           '2T1C' and
7302 #           'NDRPDR'"
7303 #  parameters:
7304 #  - "throughput"
7305 #  - "name"
7306 #  - "tags"
7307 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7308 #  x-axis: "X = VNFs per Service Chain"
7309 #  y-axis: "Y = Number of Service Chains"
7310 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7311 #  layout:
7312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7313 #    layout: "plot-service-density"
7314 #
7315 #- type: "plot"
7316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7317 #  algorithm: "plot_nf_heatmap"
7318 #  output-file-type: ".html"
7319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7320 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7321 #  filter: "'NIC_Intel-XXV710' and
7322 #           'NF_DENSITY' and
7323 #           'VHOST' and
7324 #           'VXLAN' and
7325 #           'CHAIN' and
7326 #           '118' and
7327 #           '4T2C' and
7328 #           'NDRPDR'"
7329 #  parameters:
7330 #  - "throughput"
7331 #  - "name"
7332 #  - "tags"
7333 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7334 #  x-axis: "X = VNFs per Service Chain"
7335 #  y-axis: "Y = Number of Service Chains"
7336 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7337 #  layout:
7338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7339 #    layout: "plot-service-density"
7340 #
7341 #- type: "plot"
7342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7343 #  algorithm: "plot_nf_heatmap"
7344 #  output-file-type: ".html"
7345 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7346 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7347 #  filter: "'NIC_Intel-XXV710' and
7348 #           'NF_DENSITY' and
7349 #           'VHOST' and
7350 #           'VXLAN' and
7351 #           'CHAIN' and
7352 #           '118' and
7353 #           '8T4C' and
7354 #           'NDRPDR'"
7355 #  parameters:
7356 #  - "throughput"
7357 #  - "name"
7358 #  - "tags"
7359 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7360 #  x-axis: "X = VNFs per Service Chain"
7361 #  y-axis: "Y = Number of Service Chains"
7362 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7363 #  layout:
7364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7365 #    layout: "plot-service-density"
7366 #
7367 ## Plots - NF Density - VSC - NDR IMIX
7368 #- type: "plot"
7369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7370 #  algorithm: "plot_nf_heatmap"
7371 #  output-file-type: ".html"
7372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7373 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7374 #  filter: "'NIC_Intel-XXV710' and
7375 #           'NF_DENSITY' and
7376 #           'VHOST' and
7377 #           'VXLAN' and
7378 #           'CHAIN' and
7379 #           'IMIX' and
7380 #           '2T1C' and
7381 #           'NDRPDR'"
7382 #  parameters:
7383 #  - "throughput"
7384 #  - "name"
7385 #  - "tags"
7386 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7387 #  x-axis: "X = VNFs per Service Chain"
7388 #  y-axis: "Y = Number of Service Chains"
7389 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7390 #  layout:
7391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7392 #    layout: "plot-service-density"
7393 #
7394 #- type: "plot"
7395 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7396 #  algorithm: "plot_nf_heatmap"
7397 #  output-file-type: ".html"
7398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7399 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7400 #  filter: "'NIC_Intel-XXV710' and
7401 #           'NF_DENSITY' and
7402 #           'VHOST' and
7403 #           'VXLAN' and
7404 #           'CHAIN' and
7405 #           'IMIX' and
7406 #           '4T2C' and
7407 #           'NDRPDR'"
7408 #  parameters:
7409 #  - "throughput"
7410 #  - "name"
7411 #  - "tags"
7412 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7413 #  x-axis: "X = VNFs per Service Chain"
7414 #  y-axis: "Y = Number of Service Chains"
7415 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7416 #  layout:
7417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7418 #    layout: "plot-service-density"
7419 #
7420 #- type: "plot"
7421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7422 #  algorithm: "plot_nf_heatmap"
7423 #  output-file-type: ".html"
7424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7425 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7426 #  filter: "'NIC_Intel-XXV710' and
7427 #           'NF_DENSITY' and
7428 #           'VHOST' and
7429 #           'VXLAN' and
7430 #           'CHAIN' and
7431 #           'IMIX' and
7432 #           '8T4C' and
7433 #           'NDRPDR'"
7434 #  parameters:
7435 #  - "throughput"
7436 #  - "name"
7437 #  - "tags"
7438 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7439 #  x-axis: "X = VNFs per Service Chain"
7440 #  y-axis: "Y = Number of Service Chains"
7441 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7442 #  layout:
7443 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7444 #    layout: "plot-service-density"
7445 #
7446 ## Plots - NF Density - VSC - PDR 64b
7447 #- type: "plot"
7448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7449 #  algorithm: "plot_nf_heatmap"
7450 #  output-file-type: ".html"
7451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7452 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7453 #  filter: "'NIC_Intel-XXV710' and
7454 #           'NF_DENSITY' and
7455 #           'VHOST' and
7456 #           'VXLAN' and
7457 #           'CHAIN' and
7458 #           '118' and
7459 #           '2T1C' and
7460 #           'NDRPDR'"
7461 #  parameters:
7462 #  - "throughput"
7463 #  - "name"
7464 #  - "tags"
7465 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7466 #  x-axis: "X = VNFs per Service Chain"
7467 #  y-axis: "Y = Number of Service Chains"
7468 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7469 #  layout:
7470 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7471 #    layout: "plot-service-density"
7472 #
7473 #- type: "plot"
7474 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7475 #  algorithm: "plot_nf_heatmap"
7476 #  output-file-type: ".html"
7477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7478 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7479 #  filter: "'NIC_Intel-XXV710' and
7480 #           'NF_DENSITY' and
7481 #           'VHOST' and
7482 #           'VXLAN' and
7483 #           'CHAIN' and
7484 #           '118' and
7485 #           '4T2C' and
7486 #           'NDRPDR'"
7487 #  parameters:
7488 #  - "throughput"
7489 #  - "name"
7490 #  - "tags"
7491 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7492 #  x-axis: "X = VNFs per Service Chain"
7493 #  y-axis: "Y = Number of Service Chains"
7494 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7495 #  layout:
7496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7497 #    layout: "plot-service-density"
7498 #
7499 #- type: "plot"
7500 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7501 #  algorithm: "plot_nf_heatmap"
7502 #  output-file-type: ".html"
7503 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7504 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7505 #  filter: "'NIC_Intel-XXV710' and
7506 #           'NF_DENSITY' and
7507 #           'VHOST' and
7508 #           'VXLAN' and
7509 #           'CHAIN' and
7510 #           '118' and
7511 #           '8T4C' and
7512 #           'NDRPDR'"
7513 #  parameters:
7514 #  - "throughput"
7515 #  - "name"
7516 #  - "tags"
7517 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7518 #  x-axis: "X = VNFs per Service Chain"
7519 #  y-axis: "Y = Number of Service Chains"
7520 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7521 #  layout:
7522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7523 #    layout: "plot-service-density"
7524 #
7525 ## Plots - NF Density - VSC - PDR IMIX
7526 #- type: "plot"
7527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7528 #  algorithm: "plot_nf_heatmap"
7529 #  output-file-type: ".html"
7530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7531 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7532 #  filter: "'NIC_Intel-XXV710' and
7533 #           'NF_DENSITY' and
7534 #           'VHOST' and
7535 #           'VXLAN' and
7536 #           'CHAIN' and
7537 #           'IMIX' and
7538 #           '2T1C' and
7539 #           'NDRPDR'"
7540 #  parameters:
7541 #  - "throughput"
7542 #  - "name"
7543 #  - "tags"
7544 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7545 #  x-axis: "X = VNFs per Service Chain"
7546 #  y-axis: "Y = Number of Service Chains"
7547 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7548 #  layout:
7549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7550 #    layout: "plot-service-density"
7551 #
7552 #- type: "plot"
7553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7554 #  algorithm: "plot_nf_heatmap"
7555 #  output-file-type: ".html"
7556 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7557 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7558 #  filter: "'NIC_Intel-XXV710' and
7559 #           'NF_DENSITY' and
7560 #           'VHOST' and
7561 #           'VXLAN' and
7562 #           'CHAIN' and
7563 #           'IMIX' and
7564 #           '4T2C' and
7565 #           'NDRPDR'"
7566 #  parameters:
7567 #  - "throughput"
7568 #  - "name"
7569 #  - "tags"
7570 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7571 #  x-axis: "X = VNFs per Service Chain"
7572 #  y-axis: "Y = Number of Service Chains"
7573 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7574 #  layout:
7575 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7576 #    layout: "plot-service-density"
7577 #
7578 #- type: "plot"
7579 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7580 #  algorithm: "plot_nf_heatmap"
7581 #  output-file-type: ".html"
7582 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7583 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7584 #  filter: "'NIC_Intel-XXV710' and
7585 #           'NF_DENSITY' and
7586 #           'VHOST' and
7587 #           'VXLAN' and
7588 #           'CHAIN' and
7589 #           'IMIX' and
7590 #           '8T4C' and
7591 #           'NDRPDR'"
7592 #  parameters:
7593 #  - "throughput"
7594 #  - "name"
7595 #  - "tags"
7596 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7597 #  x-axis: "X = VNFs per Service Chain"
7598 #  y-axis: "Y = Number of Service Chains"
7599 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7600 #  layout:
7601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7602 #    layout: "plot-service-density"
7603 #
7604 ################################################################################
7605 ## Plots - NF Density - CSC - MRR 64b
7606 #- type: "plot"
7607 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7608 #  algorithm: "plot_nf_heatmap"
7609 #  output-file-type: ".html"
7610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7611 #  data: "plot-vpp-nfv-2n-skx-mrr"
7612 #  filter: "'NIC_Intel-XXV710' and
7613 #           'NF_DENSITY' and
7614 #           'DOCKER' and
7615 #           'CHAIN' and
7616 #           'NF_VPPIP4' and
7617 #           '64B' and
7618 #           '2T1C' and
7619 #           'MRR'"
7620 #  parameters:
7621 #  - "result"
7622 #  - "name"
7623 #  - "tags"
7624 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7625 #  x-axis: "X = CNFs per Service Chain"
7626 #  y-axis: "Y = Number of Service Chains"
7627 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7628 #  layout:
7629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7630 #    layout: "plot-service-density"
7631 #
7632 #- type: "plot"
7633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7634 #  algorithm: "plot_nf_heatmap"
7635 #  output-file-type: ".html"
7636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7637 #  data: "plot-vpp-nfv-2n-skx-mrr"
7638 #  filter: "'NIC_Intel-XXV710' and
7639 #           'NF_DENSITY' and
7640 #           'DOCKER' and
7641 #           'CHAIN' and
7642 #           'NF_VPPIP4' and
7643 #           '64B' and
7644 #           '4T2C' and
7645 #           'MRR'"
7646 #  parameters:
7647 #  - "result"
7648 #  - "name"
7649 #  - "tags"
7650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7651 #  x-axis: "X = CNFs per Service Chain"
7652 #  y-axis: "Y = Number of Service Chains"
7653 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7654 #  layout:
7655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7656 #    layout: "plot-service-density"
7657 #
7658 #- type: "plot"
7659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7660 #  algorithm: "plot_nf_heatmap"
7661 #  output-file-type: ".html"
7662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7663 #  data: "plot-vpp-nfv-2n-skx-mrr"
7664 #  filter: "'NIC_Intel-XXV710' and
7665 #           'NF_DENSITY' and
7666 #           'DOCKER' and
7667 #           'CHAIN' and
7668 #           'NF_VPPIP4' and
7669 #           '64B' and
7670 #           '8T4C' and
7671 #           'MRR'"
7672 #  parameters:
7673 #  - "result"
7674 #  - "name"
7675 #  - "tags"
7676 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7677 #  x-axis: "X = CNFs per Service Chain"
7678 #  y-axis: "Y = Number of Service Chains"
7679 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7680 #  layout:
7681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7682 #    layout: "plot-service-density"
7683 #
7684 ## Plots - NF Density - CSC - MRR IMIX
7685 #- type: "plot"
7686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7687 #  algorithm: "plot_nf_heatmap"
7688 #  output-file-type: ".html"
7689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7690 #  data: "plot-vpp-nfv-2n-skx-mrr"
7691 #  filter: "'NIC_Intel-XXV710' and
7692 #           'NF_DENSITY' and
7693 #           'DOCKER' and
7694 #           'CHAIN' and
7695 #           'NF_VPPIP4' and
7696 #           'IMIX' and
7697 #           '2T1C' and
7698 #           'MRR'"
7699 #  parameters:
7700 #  - "result"
7701 #  - "name"
7702 #  - "tags"
7703 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7704 #  x-axis: "X = CNFs per Service Chain"
7705 #  y-axis: "Y = Number of Service Chains"
7706 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7707 #  layout:
7708 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7709 #    layout: "plot-service-density"
7710 #
7711 #- type: "plot"
7712 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7713 #  algorithm: "plot_nf_heatmap"
7714 #  output-file-type: ".html"
7715 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7716 #  data: "plot-vpp-nfv-2n-skx-mrr"
7717 #  filter: "'NIC_Intel-XXV710' and
7718 #           'NF_DENSITY' and
7719 #           'DOCKER' and
7720 #           'CHAIN' and
7721 #           'NF_VPPIP4' and
7722 #           'IMIX' and
7723 #           '4T2C' and
7724 #           'MRR'"
7725 #  parameters:
7726 #  - "result"
7727 #  - "name"
7728 #  - "tags"
7729 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7730 #  x-axis: "X = CNFs per Service Chain"
7731 #  y-axis: "Y = Number of Service Chains"
7732 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7733 #  layout:
7734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7735 #    layout: "plot-service-density"
7736 #
7737 #- type: "plot"
7738 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7739 #  algorithm: "plot_nf_heatmap"
7740 #  output-file-type: ".html"
7741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7742 #  data: "plot-vpp-nfv-2n-skx-mrr"
7743 #  filter: "'NIC_Intel-XXV710' and
7744 #           'NF_DENSITY' and
7745 #           'DOCKER' and
7746 #           'CHAIN' and
7747 #           'NF_VPPIP4' and
7748 #           'IMIX' and
7749 #           '8T4C' and
7750 #           'MRR'"
7751 #  parameters:
7752 #  - "result"
7753 #  - "name"
7754 #  - "tags"
7755 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7756 #  x-axis: "X = CNFs per Service Chain"
7757 #  y-axis: "Y = Number of Service Chains"
7758 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7759 #  layout:
7760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7761 #    layout: "plot-service-density"
7762 #
7763 ## Plots - NF Density - CSC - NDR 64b
7764 #- type: "plot"
7765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7766 #  algorithm: "plot_nf_heatmap"
7767 #  output-file-type: ".html"
7768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7769 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7770 #  filter: "'NIC_Intel-XXV710' and
7771 #           'NF_DENSITY' and
7772 #           'DOCKER' and
7773 #           'CHAIN' and
7774 #           'NF_VPPIP4' and
7775 #           '64B' and
7776 #           '2T1C' and
7777 #           'NDRPDR'"
7778 #  parameters:
7779 #  - "throughput"
7780 #  - "name"
7781 #  - "tags"
7782 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7783 #  x-axis: "X = CNFs per Service Chain"
7784 #  y-axis: "Y = Number of Service Chains"
7785 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7786 #  layout:
7787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7788 #    layout: "plot-service-density"
7789 #
7790 #- type: "plot"
7791 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7792 #  algorithm: "plot_nf_heatmap"
7793 #  output-file-type: ".html"
7794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7795 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7796 #  filter: "'NIC_Intel-XXV710' and
7797 #           'NF_DENSITY' and
7798 #           'DOCKER' and
7799 #           'CHAIN' and
7800 #           'NF_VPPIP4' and
7801 #           '64B' and
7802 #           '4T2C' and
7803 #           'NDRPDR'"
7804 #  parameters:
7805 #  - "throughput"
7806 #  - "name"
7807 #  - "tags"
7808 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7809 #  x-axis: "X = CNFs per Service Chain"
7810 #  y-axis: "Y = Number of Service Chains"
7811 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7812 #  layout:
7813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7814 #    layout: "plot-service-density"
7815 #
7816 #- type: "plot"
7817 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7818 #  algorithm: "plot_nf_heatmap"
7819 #  output-file-type: ".html"
7820 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7821 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7822 #  filter: "'NIC_Intel-XXV710' and
7823 #           'NF_DENSITY' and
7824 #           'DOCKER' and
7825 #           'CHAIN' and
7826 #           'NF_VPPIP4' and
7827 #           '64B' and
7828 #           '8T4C' and
7829 #           'NDRPDR'"
7830 #  parameters:
7831 #  - "throughput"
7832 #  - "name"
7833 #  - "tags"
7834 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7835 #  x-axis: "X = CNFs per Service Chain"
7836 #  y-axis: "Y = Number of Service Chains"
7837 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7838 #  layout:
7839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7840 #    layout: "plot-service-density"
7841 #
7842 ## Plots - NF Density - CSC - NDR IMIX
7843 #- type: "plot"
7844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7845 #  algorithm: "plot_nf_heatmap"
7846 #  output-file-type: ".html"
7847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7848 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7849 #  filter: "'NIC_Intel-XXV710' and
7850 #           'NF_DENSITY' and
7851 #           'DOCKER' and
7852 #           'CHAIN' and
7853 #           'NF_VPPIP4' and
7854 #           'IMIX' and
7855 #           '2T1C' and
7856 #           'NDRPDR'"
7857 #  parameters:
7858 #  - "throughput"
7859 #  - "name"
7860 #  - "tags"
7861 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7862 #  x-axis: "X = CNFs per Service Chain"
7863 #  y-axis: "Y = Number of Service Chains"
7864 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7865 #  layout:
7866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7867 #    layout: "plot-service-density"
7868 #
7869 #- type: "plot"
7870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7871 #  algorithm: "plot_nf_heatmap"
7872 #  output-file-type: ".html"
7873 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7874 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7875 #  filter: "'NIC_Intel-XXV710' and
7876 #           'NF_DENSITY' and
7877 #           'DOCKER' and
7878 #           'CHAIN' and
7879 #           'NF_VPPIP4' and
7880 #           'IMIX' and
7881 #           '4T2C' and
7882 #           'NDRPDR'"
7883 #  parameters:
7884 #  - "throughput"
7885 #  - "name"
7886 #  - "tags"
7887 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7888 #  x-axis: "X = CNFs per Service Chain"
7889 #  y-axis: "Y = Number of Service Chains"
7890 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7891 #  layout:
7892 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7893 #    layout: "plot-service-density"
7894 #
7895 #- type: "plot"
7896 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7897 #  algorithm: "plot_nf_heatmap"
7898 #  output-file-type: ".html"
7899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7900 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7901 #  filter: "'NIC_Intel-XXV710' and
7902 #           'NF_DENSITY' and
7903 #           'DOCKER' and
7904 #           'CHAIN' and
7905 #           'NF_VPPIP4' and
7906 #           'IMIX' and
7907 #           '8T4C' and
7908 #           'NDRPDR'"
7909 #  parameters:
7910 #  - "throughput"
7911 #  - "name"
7912 #  - "tags"
7913 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7914 #  x-axis: "X = CNFs per Service Chain"
7915 #  y-axis: "Y = Number of Service Chains"
7916 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7917 #  layout:
7918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7919 #    layout: "plot-service-density"
7920 #
7921 ## Plots - NF Density - CSC - PDR 64b
7922 #- type: "plot"
7923 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7924 #  algorithm: "plot_nf_heatmap"
7925 #  output-file-type: ".html"
7926 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7927 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7928 #  filter: "'NIC_Intel-XXV710' and
7929 #           'NF_DENSITY' and
7930 #           'DOCKER' and
7931 #           'CHAIN' and
7932 #           'NF_VPPIP4' and
7933 #           '64B' and
7934 #           '2T1C' and
7935 #           'NDRPDR'"
7936 #  parameters:
7937 #  - "throughput"
7938 #  - "name"
7939 #  - "tags"
7940 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7941 #  x-axis: "X = CNFs per Service Chain"
7942 #  y-axis: "Y = Number of Service Chains"
7943 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7944 #  layout:
7945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7946 #    layout: "plot-service-density"
7947 #
7948 #- type: "plot"
7949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7950 #  algorithm: "plot_nf_heatmap"
7951 #  output-file-type: ".html"
7952 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7953 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7954 #  filter: "'NIC_Intel-XXV710' and
7955 #           'NF_DENSITY' and
7956 #           'DOCKER' and
7957 #           'CHAIN' and
7958 #           'NF_VPPIP4' and
7959 #           '64B' and
7960 #           '4T2C' and
7961 #           'NDRPDR'"
7962 #  parameters:
7963 #  - "throughput"
7964 #  - "name"
7965 #  - "tags"
7966 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7967 #  x-axis: "X = CNFs per Service Chain"
7968 #  y-axis: "Y = Number of Service Chains"
7969 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7970 #  layout:
7971 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7972 #    layout: "plot-service-density"
7973 #
7974 #- type: "plot"
7975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7976 #  algorithm: "plot_nf_heatmap"
7977 #  output-file-type: ".html"
7978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7979 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7980 #  filter: "'NIC_Intel-XXV710' and
7981 #           'NF_DENSITY' and
7982 #           'DOCKER' and
7983 #           'CHAIN' and
7984 #           'NF_VPPIP4' and
7985 #           '64B' and
7986 #           '8T4C' and
7987 #           'NDRPDR'"
7988 #  parameters:
7989 #  - "throughput"
7990 #  - "name"
7991 #  - "tags"
7992 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7993 #  x-axis: "X = CNFs per Service Chain"
7994 #  y-axis: "Y = Number of Service Chains"
7995 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7996 #  layout:
7997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7998 #    layout: "plot-service-density"
7999 #
8000 ## Plots - NF Density - CSC - PDR IMIX
8001 #- type: "plot"
8002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8003 #  algorithm: "plot_nf_heatmap"
8004 #  output-file-type: ".html"
8005 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8006 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8007 #  filter: "'NIC_Intel-XXV710' and
8008 #           'NF_DENSITY' and
8009 #           'DOCKER' and
8010 #           'CHAIN' and
8011 #           'NF_VPPIP4' and
8012 #           'IMIX' and
8013 #           '2T1C' and
8014 #           'NDRPDR'"
8015 #  parameters:
8016 #  - "throughput"
8017 #  - "name"
8018 #  - "tags"
8019 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8020 #  x-axis: "X = CNFs per Service Chain"
8021 #  y-axis: "Y = Number of Service Chains"
8022 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8023 #  layout:
8024 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8025 #    layout: "plot-service-density"
8026 #
8027 #- type: "plot"
8028 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8029 #  algorithm: "plot_nf_heatmap"
8030 #  output-file-type: ".html"
8031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8032 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8033 #  filter: "'NIC_Intel-XXV710' and
8034 #           'NF_DENSITY' and
8035 #           'DOCKER' and
8036 #           'CHAIN' and
8037 #           'NF_VPPIP4' and
8038 #           'IMIX' and
8039 #           '4T2C' and
8040 #           'NDRPDR'"
8041 #  parameters:
8042 #  - "throughput"
8043 #  - "name"
8044 #  - "tags"
8045 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8046 #  x-axis: "X = CNFs per Service Chain"
8047 #  y-axis: "Y = Number of Service Chains"
8048 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8049 #  layout:
8050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8051 #    layout: "plot-service-density"
8052 #
8053 #- type: "plot"
8054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8055 #  algorithm: "plot_nf_heatmap"
8056 #  output-file-type: ".html"
8057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8058 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8059 #  filter: "'NIC_Intel-XXV710' and
8060 #           'NF_DENSITY' and
8061 #           'DOCKER' and
8062 #           'CHAIN' and
8063 #           'NF_VPPIP4' and
8064 #           'IMIX' and
8065 #           '8T4C' and
8066 #           'NDRPDR'"
8067 #  parameters:
8068 #  - "throughput"
8069 #  - "name"
8070 #  - "tags"
8071 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8072 #  x-axis: "X = CNFs per Service Chain"
8073 #  y-axis: "Y = Number of Service Chains"
8074 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8075 #  layout:
8076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8077 #    layout: "plot-service-density"
8078 #
8079 ################################################################################
8080 #
8081 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8082 #- type: "plot"
8083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8084 #  algorithm: "plot_nf_heatmap"
8085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8086 #  data: "plot-vpp-nfv-3n-skx-mrr"
8087 #  filter: "'NIC_Intel-XXV710' and
8088 #           'NF_DENSITY' and
8089 #           'DOCKER' and
8090 #           'CHAIN' and
8091 #           'NF_VPPIP4' and
8092 #           'IPSEC' and
8093 #           'TNL_4' and
8094 #           'IMIX' and
8095 #           '2T1C' and
8096 #           'MRR'"
8097 #  parameters:
8098 #  - "result"
8099 #  - "name"
8100 #  - "tags"
8101 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8102 #  x-axis: "X = CNFs per Service Chain"
8103 #  y-axis: "Y = Number of Service Chains"
8104 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8105 #  layout:
8106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8107 #    layout: "plot-service-density"
8108 #
8109 #- type: "plot"
8110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8111 #  algorithm: "plot_nf_heatmap"
8112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8113 #  data: "plot-vpp-nfv-3n-skx-mrr"
8114 #  filter: "'NIC_Intel-XXV710' and
8115 #           'NF_DENSITY' and
8116 #           'DOCKER' and
8117 #           'CHAIN' and
8118 #           'NF_VPPIP4' and
8119 #           'IPSEC' and
8120 #           'TNL_4' and
8121 #           'IMIX' and
8122 #           '4T2C' and
8123 #           'MRR'"
8124 #  parameters:
8125 #  - "result"
8126 #  - "name"
8127 #  - "tags"
8128 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8129 #  x-axis: "X = CNFs per Service Chain"
8130 #  y-axis: "Y = Number of Service Chains"
8131 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8132 #  layout:
8133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8134 #    layout: "plot-service-density"
8135 #
8136 #- type: "plot"
8137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8138 #  algorithm: "plot_nf_heatmap"
8139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8140 #  data: "plot-vpp-nfv-3n-skx-mrr"
8141 #  filter: "'NIC_Intel-XXV710' and
8142 #           'NF_DENSITY' and
8143 #           'DOCKER' and
8144 #           'CHAIN' and
8145 #           'NF_VPPIP4' and
8146 #           'IPSEC' and
8147 #           'TNL_4' and
8148 #           'IMIX' and
8149 #           '8T4C' and
8150 #           'MRR'"
8151 #  parameters:
8152 #  - "result"
8153 #  - "name"
8154 #  - "tags"
8155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8156 #  x-axis: "X = CNFs per Service Chain"
8157 #  y-axis: "Y = Number of Service Chains"
8158 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8159 #  layout:
8160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8161 #    layout: "plot-service-density"
8162
8163 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8164 - type: "plot"
8165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8166   algorithm: "plot_nf_heatmap"
8167   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8168   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8169   filter: "'NIC_Intel-XXV710' and
8170            'NF_DENSITY' and
8171            'DOCKER' and
8172            'CHAIN' and
8173            'NF_VPPIP4' and
8174            'IPSEC' and
8175            'TNL_4' and
8176            'IMIX' and
8177            '2T1C' and
8178            'NDRPDR'"
8179   parameters:
8180   - "throughput"
8181   - "name"
8182   - "tags"
8183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8184   x-axis: "X = CNFs per Service Chain"
8185   y-axis: "Y = Number of Service Chains"
8186   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8187   layout:
8188     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8189     layout: "plot-service-density"
8190
8191 - type: "plot"
8192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8193   algorithm: "plot_nf_heatmap"
8194   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8195   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8196   filter: "'NIC_Intel-XXV710' and
8197            'NF_DENSITY' and
8198            'DOCKER' and
8199            'CHAIN' and
8200            'NF_VPPIP4' and
8201            'IPSEC' and
8202            'TNL_4' and
8203            'IMIX' and
8204            '4T2C' and
8205            'NDRPDR'"
8206   parameters:
8207   - "throughput"
8208   - "name"
8209   - "tags"
8210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8211   x-axis: "X = CNFs per Service Chain"
8212   y-axis: "Y = Number of Service Chains"
8213   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8214   layout:
8215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8216     layout: "plot-service-density"
8217
8218 - type: "plot"
8219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8220   algorithm: "plot_nf_heatmap"
8221   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8222   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8223   filter: "'NIC_Intel-XXV710' and
8224            'NF_DENSITY' and
8225            'DOCKER' and
8226            'CHAIN' and
8227            'NF_VPPIP4' and
8228            'IPSEC' and
8229            'TNL_4' and
8230            'IMIX' and
8231            '8T4C' and
8232            'NDRPDR'"
8233   parameters:
8234   - "throughput"
8235   - "name"
8236   - "tags"
8237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8238   x-axis: "X = CNFs per Service Chain"
8239   y-axis: "Y = Number of Service Chains"
8240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8241   layout:
8242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8243     layout: "plot-service-density"
8244
8245 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8246 - type: "plot"
8247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8248   algorithm: "plot_nf_heatmap"
8249   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8250   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8251   filter: "'NIC_Intel-XXV710' and
8252            'NF_DENSITY' and
8253            'DOCKER' and
8254            'CHAIN' and
8255            'NF_VPPIP4' and
8256            'IPSEC' and
8257            'TNL_4' and
8258            'IMIX' and
8259            '2T1C' and
8260            'NDRPDR'"
8261   parameters:
8262   - "throughput"
8263   - "name"
8264   - "tags"
8265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8266   x-axis: "X = CNFs per Service Chain"
8267   y-axis: "Y = Number of Service Chains"
8268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8269   layout:
8270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8271     layout: "plot-service-density"
8272
8273 - type: "plot"
8274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8275   algorithm: "plot_nf_heatmap"
8276   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8277   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8278   filter: "'NIC_Intel-XXV710' and
8279            'NF_DENSITY' and
8280            'DOCKER' and
8281            'CHAIN' and
8282            'NF_VPPIP4' and
8283            'IPSEC' and
8284            'TNL_4' and
8285            'IMIX' and
8286            '4T2C' and
8287            'NDRPDR'"
8288   parameters:
8289   - "throughput"
8290   - "name"
8291   - "tags"
8292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8293   x-axis: "X = CNFs per Service Chain"
8294   y-axis: "Y = Number of Service Chains"
8295   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8296   layout:
8297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8298     layout: "plot-service-density"
8299
8300 - type: "plot"
8301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8302   algorithm: "plot_nf_heatmap"
8303   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8304   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8305   filter: "'NIC_Intel-XXV710' and
8306            'NF_DENSITY' and
8307            'DOCKER' and
8308            'CHAIN' and
8309            'NF_VPPIP4' and
8310            'IPSEC' and
8311            'TNL_4' and
8312            'IMIX' and
8313            '8T4C' and
8314            'NDRPDR'"
8315   parameters:
8316   - "throughput"
8317   - "name"
8318   - "tags"
8319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8320   x-axis: "X = CNFs per Service Chain"
8321   y-axis: "Y = Number of Service Chains"
8322   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8323   layout:
8324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8325     layout: "plot-service-density"
8326
8327 ###############################################################################
8328
8329 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8330 - type: "plot"
8331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8332   algorithm: "plot_nf_heatmap"
8333   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8334   data: "plot-vpp-nfv-3n-hsw-mrr"
8335   filter: "'NIC_Intel-XL710' and
8336            'NF_DENSITY' and
8337            'DOCKER' and
8338            'CHAIN' and
8339            'NF_VPPIP4' and
8340            'IMIX' and
8341            'TNL_4' and
8342            '1T1C' and
8343            'MRR'"
8344   parameters:
8345   - "result"
8346   - "name"
8347   - "tags"
8348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8349   x-axis: "X = CNFs per Service Chain"
8350   y-axis: "Y = Number of Service Chains"
8351   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8352   layout:
8353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8354     layout: "plot-service-density"
8355
8356 - type: "plot"
8357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8358   algorithm: "plot_nf_heatmap"
8359   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8360   data: "plot-vpp-nfv-3n-hsw-mrr"
8361   filter: "'NIC_Intel-XL710' and
8362            'NF_DENSITY' and
8363            'DOCKER' and
8364            'CHAIN' and
8365            'NF_VPPIP4' and
8366            'IPSEC' and
8367            'TNL_4' and
8368            'IMIX' and
8369            '2T2C' and
8370            'MRR'"
8371   parameters:
8372   - "result"
8373   - "name"
8374   - "tags"
8375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8376   x-axis: "X = CNFs per Service Chain"
8377   y-axis: "Y = Number of Service Chains"
8378   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8379   layout:
8380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8381     layout: "plot-service-density"
8382
8383 - type: "plot"
8384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8385   algorithm: "plot_nf_heatmap"
8386   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8387   data: "plot-vpp-nfv-3n-hsw-mrr"
8388   filter: "'NIC_Intel-XL710' and
8389            'NF_DENSITY' and
8390            'DOCKER' and
8391            'CHAIN' and
8392            'NF_VPPIP4' and
8393            'IPSEC' and
8394            'TNL_4' and
8395            'IMIX' and
8396            '4T4C' and
8397            'MRR'"
8398   parameters:
8399   - "result"
8400   - "name"
8401   - "tags"
8402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8403   x-axis: "X = CNFs per Service Chain"
8404   y-axis: "Y = Number of Service Chains"
8405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8406   layout:
8407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8408     layout: "plot-service-density"
8409
8410 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8411 - type: "plot"
8412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8413   algorithm: "plot_nf_heatmap"
8414   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8415   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8416   filter: "'NIC_Intel-XL710' and
8417            'NF_DENSITY' and
8418            'DOCKER' and
8419            'CHAIN' and
8420            'NF_VPPIP4' and
8421            'IPSEC' and
8422            'TNL_4' and
8423            'IMIX' and
8424            '1T1C' and
8425            'NDRPDR'"
8426   parameters:
8427   - "throughput"
8428   - "name"
8429   - "tags"
8430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8431   x-axis: "X = CNFs per Service Chain"
8432   y-axis: "Y = Number of Service Chains"
8433   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8434   layout:
8435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8436     layout: "plot-service-density"
8437
8438 - type: "plot"
8439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8440   algorithm: "plot_nf_heatmap"
8441   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8442   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8443   filter: "'NIC_Intel-XL710' and
8444            'NF_DENSITY' and
8445            'DOCKER' and
8446            'CHAIN' and
8447            'NF_VPPIP4' and
8448            'IPSEC' and
8449            'TNL_4' and
8450            'IMIX' and
8451            '2T2C' and
8452            'NDRPDR'"
8453   parameters:
8454   - "throughput"
8455   - "name"
8456   - "tags"
8457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8458   x-axis: "X = CNFs per Service Chain"
8459   y-axis: "Y = Number of Service Chains"
8460   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8461   layout:
8462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8463     layout: "plot-service-density"
8464
8465 - type: "plot"
8466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8467   algorithm: "plot_nf_heatmap"
8468   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8469   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8470   filter: "'NIC_Intel-XL710' and
8471            'NF_DENSITY' and
8472            'DOCKER' and
8473            'CHAIN' and
8474            'NF_VPPIP4' and
8475            'IPSEC' and
8476            'TNL_4' and
8477            'IMIX' and
8478            '4T4C' and
8479            'NDRPDR'"
8480   parameters:
8481   - "throughput"
8482   - "name"
8483   - "tags"
8484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8485   x-axis: "X = CNFs per Service Chain"
8486   y-axis: "Y = Number of Service Chains"
8487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8488   layout:
8489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8490     layout: "plot-service-density"
8491
8492 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8493 - type: "plot"
8494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8495   algorithm: "plot_nf_heatmap"
8496   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8497   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8498   filter: "'NIC_Intel-XL710' and
8499            'NF_DENSITY' and
8500            'DOCKER' and
8501            'CHAIN' and
8502            'NF_VPPIP4' and
8503            'IPSEC' and
8504            'TNL_4' and
8505            'IMIX' and
8506            '1T1C' and
8507            'NDRPDR'"
8508   parameters:
8509   - "throughput"
8510   - "name"
8511   - "tags"
8512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8513   x-axis: "X = CNFs per Service Chain"
8514   y-axis: "Y = Number of Service Chains"
8515   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8516   layout:
8517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8518     layout: "plot-service-density"
8519
8520 - type: "plot"
8521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8522   algorithm: "plot_nf_heatmap"
8523   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8524   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8525   filter: "'NIC_Intel-XL710' and
8526            'NF_DENSITY' and
8527            'DOCKER' and
8528            'CHAIN' and
8529            'NF_VPPIP4' and
8530            'IPSEC' and
8531            'TNL_4' and
8532            'IMIX' and
8533            '2T2C' and
8534            'NDRPDR'"
8535   parameters:
8536   - "throughput"
8537   - "name"
8538   - "tags"
8539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8540   x-axis: "X = CNFs per Service Chain"
8541   y-axis: "Y = Number of Service Chains"
8542   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8543   layout:
8544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8545     layout: "plot-service-density"
8546
8547 - type: "plot"
8548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8549   algorithm: "plot_nf_heatmap"
8550   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8551   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8552   filter: "'NIC_Intel-XL710' and
8553            'NF_DENSITY' and
8554            'DOCKER' and
8555            'CHAIN' and
8556            'NF_VPPIP4' and
8557            'IPSEC' and
8558            'TNL_4' and
8559            'IMIX' and
8560            '4T4C' and
8561            'NDRPDR'"
8562   parameters:
8563   - "throughput"
8564   - "name"
8565   - "tags"
8566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8567   x-axis: "X = CNFs per Service Chain"
8568   y-axis: "Y = Number of Service Chains"
8569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8570   layout:
8571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8572     layout: "plot-service-density"
8573
8574 ###############################################################################
8575
8576 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8577 #- type: "plot"
8578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8579 #  algorithm: "plot_nf_heatmap"
8580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8581 #  data: "plot-vpp-nfv-3n-skx-mrr"
8582 #  filter: "'NIC_Intel-XXV710' and
8583 #           'NF_DENSITY' and
8584 #           'DOCKER' and
8585 #           'CHAIN' and
8586 #           'NF_VPPIP4' and
8587 #           'IPSEC' and
8588 #           'TNL_1000' and
8589 #           'IMIX' and
8590 #           '2T1C' and
8591 #           'MRR'"
8592 #  parameters:
8593 #  - "result"
8594 #  - "name"
8595 #  - "tags"
8596 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8597 #  x-axis: "X = CNFs per Service Chain"
8598 #  y-axis: "Y = Number of Service Chains"
8599 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8600 #  layout:
8601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8602 #    layout: "plot-service-density"
8603 #
8604 #- type: "plot"
8605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8606 #  algorithm: "plot_nf_heatmap"
8607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8608 #  data: "plot-vpp-nfv-3n-skx-mrr"
8609 #  filter: "'NIC_Intel-XXV710' and
8610 #           'NF_DENSITY' and
8611 #           'DOCKER' and
8612 #           'CHAIN' and
8613 #           'NF_VPPIP4' and
8614 #           'IPSEC' and
8615 #           'TNL_1000' and
8616 #           'IMIX' and
8617 #           '4T2C' and
8618 #           'MRR'"
8619 #  parameters:
8620 #  - "result"
8621 #  - "name"
8622 #  - "tags"
8623 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8624 #  x-axis: "X = CNFs per Service Chain"
8625 #  y-axis: "Y = Number of Service Chains"
8626 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8627 #  layout:
8628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8629 #    layout: "plot-service-density"
8630 #
8631 #- type: "plot"
8632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8633 #  algorithm: "plot_nf_heatmap"
8634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8635 #  data: "plot-vpp-nfv-3n-skx-mrr"
8636 #  filter: "'NIC_Intel-XXV710' and
8637 #           'NF_DENSITY' and
8638 #           'DOCKER' and
8639 #           'CHAIN' and
8640 #           'NF_VPPIP4' and
8641 #           'IPSEC' and
8642 #           'TNL_1000' and
8643 #           'IMIX' and
8644 #           '8T4C' and
8645 #           'MRR'"
8646 #  parameters:
8647 #  - "result"
8648 #  - "name"
8649 #  - "tags"
8650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8651 #  x-axis: "X = CNFs per Service Chain"
8652 #  y-axis: "Y = Number of Service Chains"
8653 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8654 #  layout:
8655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8656 #    layout: "plot-service-density"
8657
8658 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8659 - type: "plot"
8660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8661   algorithm: "plot_nf_heatmap"
8662   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8663   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8664   filter: "'NIC_Intel-XXV710' and
8665            'NF_DENSITY' and
8666            'DOCKER' and
8667            'CHAIN' and
8668            'NF_VPPIP4' and
8669            'IPSEC' and
8670            'TNL_1000' and
8671            'IMIX' and
8672            '2T1C' and
8673            'NDRPDR'"
8674   parameters:
8675   - "throughput"
8676   - "name"
8677   - "tags"
8678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8679   x-axis: "X = CNFs per Service Chain"
8680   y-axis: "Y = Number of Service Chains"
8681   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8682   layout:
8683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8684     layout: "plot-service-density"
8685
8686 - type: "plot"
8687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8688   algorithm: "plot_nf_heatmap"
8689   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8690   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8691   filter: "'NIC_Intel-XXV710' and
8692            'NF_DENSITY' and
8693            'DOCKER' and
8694            'CHAIN' and
8695            'NF_VPPIP4' and
8696            'IPSEC' and
8697            'TNL_1000' and
8698            'IMIX' and
8699            '4T2C' and
8700            'NDRPDR'"
8701   parameters:
8702   - "throughput"
8703   - "name"
8704   - "tags"
8705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8706   x-axis: "X = CNFs per Service Chain"
8707   y-axis: "Y = Number of Service Chains"
8708   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8709   layout:
8710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8711     layout: "plot-service-density"
8712
8713 - type: "plot"
8714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8715   algorithm: "plot_nf_heatmap"
8716   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8717   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8718   filter: "'NIC_Intel-XXV710' and
8719            'NF_DENSITY' and
8720            'DOCKER' and
8721            'CHAIN' and
8722            'NF_VPPIP4' and
8723            'IPSEC' and
8724            'TNL_1000' and
8725            'IMIX' and
8726            '8T4C' and
8727            'NDRPDR'"
8728   parameters:
8729   - "throughput"
8730   - "name"
8731   - "tags"
8732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8733   x-axis: "X = CNFs per Service Chain"
8734   y-axis: "Y = Number of Service Chains"
8735   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8736   layout:
8737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8738     layout: "plot-service-density"
8739
8740 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8741 - type: "plot"
8742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8743   algorithm: "plot_nf_heatmap"
8744   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8745   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8746   filter: "'NIC_Intel-XXV710' and
8747            'NF_DENSITY' and
8748            'DOCKER' and
8749            'CHAIN' and
8750            'NF_VPPIP4' and
8751            'IPSEC' and
8752            'TNL_1000' and
8753            'IMIX' and
8754            '2T1C' and
8755            'NDRPDR'"
8756   parameters:
8757   - "throughput"
8758   - "name"
8759   - "tags"
8760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8761   x-axis: "X = CNFs per Service Chain"
8762   y-axis: "Y = Number of Service Chains"
8763   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8764   layout:
8765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8766     layout: "plot-service-density"
8767
8768 - type: "plot"
8769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8770   algorithm: "plot_nf_heatmap"
8771   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8772   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8773   filter: "'NIC_Intel-XXV710' and
8774            'NF_DENSITY' and
8775            'DOCKER' and
8776            'CHAIN' and
8777            'NF_VPPIP4' and
8778            'IPSEC' and
8779            'TNL_1000' and
8780            'IMIX' and
8781            '4T2C' and
8782            'NDRPDR'"
8783   parameters:
8784   - "throughput"
8785   - "name"
8786   - "tags"
8787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788   x-axis: "X = CNFs per Service Chain"
8789   y-axis: "Y = Number of Service Chains"
8790   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8791   layout:
8792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8793     layout: "plot-service-density"
8794
8795 - type: "plot"
8796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8797   algorithm: "plot_nf_heatmap"
8798   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8799   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8800   filter: "'NIC_Intel-XXV710' and
8801            'NF_DENSITY' and
8802            'DOCKER' and
8803            'CHAIN' and
8804            'NF_VPPIP4' and
8805            'IPSEC' and
8806            'TNL_1000' and
8807            'IMIX' and
8808            '8T4C' and
8809            'NDRPDR'"
8810   parameters:
8811   - "throughput"
8812   - "name"
8813   - "tags"
8814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8815   x-axis: "X = CNFs per Service Chain"
8816   y-axis: "Y = Number of Service Chains"
8817   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8818   layout:
8819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8820     layout: "plot-service-density"
8821
8822 ###############################################################################
8823
8824 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8825 - type: "plot"
8826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8827   algorithm: "plot_nf_heatmap"
8828   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8829   data: "plot-vpp-nfv-3n-hsw-mrr"
8830   filter: "'NIC_Intel-XL710' and
8831            'NF_DENSITY' and
8832            'DOCKER' and
8833            'CHAIN' and
8834            'NF_VPPIP4' and
8835            'IMIX' and
8836            'TNL_1000' and
8837            '1T1C' and
8838            'MRR'"
8839   parameters:
8840   - "result"
8841   - "name"
8842   - "tags"
8843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8844   x-axis: "X = CNFs per Service Chain"
8845   y-axis: "Y = Number of Service Chains"
8846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8847   layout:
8848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8849     layout: "plot-service-density"
8850
8851 - type: "plot"
8852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8853   algorithm: "plot_nf_heatmap"
8854   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8855   data: "plot-vpp-nfv-3n-hsw-mrr"
8856   filter: "'NIC_Intel-XL710' and
8857            'NF_DENSITY' and
8858            'DOCKER' and
8859            'CHAIN' and
8860            'NF_VPPIP4' and
8861            'IPSEC' and
8862            'TNL_1000' and
8863            'IMIX' and
8864            '2T2C' and
8865            'MRR'"
8866   parameters:
8867   - "result"
8868   - "name"
8869   - "tags"
8870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8871   x-axis: "X = CNFs per Service Chain"
8872   y-axis: "Y = Number of Service Chains"
8873   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8874   layout:
8875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8876     layout: "plot-service-density"
8877
8878 - type: "plot"
8879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8880   algorithm: "plot_nf_heatmap"
8881   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8882   data: "plot-vpp-nfv-3n-hsw-mrr"
8883   filter: "'NIC_Intel-XL710' and
8884            'NF_DENSITY' and
8885            'DOCKER' and
8886            'CHAIN' and
8887            'NF_VPPIP4' and
8888            'IPSEC' and
8889            'TNL_1000' and
8890            'IMIX' and
8891            '4T4C' and
8892            'MRR'"
8893   parameters:
8894   - "result"
8895   - "name"
8896   - "tags"
8897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8898   x-axis: "X = CNFs per Service Chain"
8899   y-axis: "Y = Number of Service Chains"
8900   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8901   layout:
8902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8903     layout: "plot-service-density"
8904
8905 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8906 - type: "plot"
8907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8908   algorithm: "plot_nf_heatmap"
8909   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8910   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8911   filter: "'NIC_Intel-XL710' and
8912            'NF_DENSITY' and
8913            'DOCKER' and
8914            'CHAIN' and
8915            'NF_VPPIP4' and
8916            'IPSEC' and
8917            'TNL_1000' and
8918            'IMIX' and
8919            '1T1C' and
8920            'NDRPDR'"
8921   parameters:
8922   - "throughput"
8923   - "name"
8924   - "tags"
8925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8926   x-axis: "X = CNFs per Service Chain"
8927   y-axis: "Y = Number of Service Chains"
8928   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8929   layout:
8930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8931     layout: "plot-service-density"
8932
8933 - type: "plot"
8934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8935   algorithm: "plot_nf_heatmap"
8936   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8937   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8938   filter: "'NIC_Intel-XL710' and
8939            'NF_DENSITY' and
8940            'DOCKER' and
8941            'CHAIN' and
8942            'NF_VPPIP4' and
8943            'IPSEC' and
8944            'TNL_1000' and
8945            'IMIX' and
8946            '2T2C' and
8947            'NDRPDR'"
8948   parameters:
8949   - "throughput"
8950   - "name"
8951   - "tags"
8952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8953   x-axis: "X = CNFs per Service Chain"
8954   y-axis: "Y = Number of Service Chains"
8955   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8956   layout:
8957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8958     layout: "plot-service-density"
8959
8960 - type: "plot"
8961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8962   algorithm: "plot_nf_heatmap"
8963   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8964   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8965   filter: "'NIC_Intel-XL710' and
8966            'NF_DENSITY' and
8967            'DOCKER' and
8968            'CHAIN' and
8969            'NF_VPPIP4' and
8970            'IPSEC' and
8971            'TNL_1000' and
8972            'IMIX' and
8973            '4T4C' and
8974            'NDRPDR'"
8975   parameters:
8976   - "throughput"
8977   - "name"
8978   - "tags"
8979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8980   x-axis: "X = CNFs per Service Chain"
8981   y-axis: "Y = Number of Service Chains"
8982   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8983   layout:
8984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8985     layout: "plot-service-density"
8986
8987 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8988 - type: "plot"
8989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8990   algorithm: "plot_nf_heatmap"
8991   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8992   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8993   filter: "'NIC_Intel-XL710' and
8994            'NF_DENSITY' and
8995            'DOCKER' and
8996            'CHAIN' and
8997            'NF_VPPIP4' and
8998            'IPSEC' and
8999            'TNL_1000' and
9000            'IMIX' and
9001            '1T1C' and
9002            'NDRPDR'"
9003   parameters:
9004   - "throughput"
9005   - "name"
9006   - "tags"
9007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9008   x-axis: "X = CNFs per Service Chain"
9009   y-axis: "Y = Number of Service Chains"
9010   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9011   layout:
9012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9013     layout: "plot-service-density"
9014
9015 - type: "plot"
9016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9017   algorithm: "plot_nf_heatmap"
9018   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9019   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9020   filter: "'NIC_Intel-XL710' and
9021            'NF_DENSITY' and
9022            'DOCKER' and
9023            'CHAIN' and
9024            'NF_VPPIP4' and
9025            'IPSEC' and
9026            'TNL_1000' and
9027            'IMIX' and
9028            '2T2C' and
9029            'NDRPDR'"
9030   parameters:
9031   - "throughput"
9032   - "name"
9033   - "tags"
9034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9035   x-axis: "X = CNFs per Service Chain"
9036   y-axis: "Y = Number of Service Chains"
9037   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9038   layout:
9039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9040     layout: "plot-service-density"
9041
9042 - type: "plot"
9043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9044   algorithm: "plot_nf_heatmap"
9045   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9046   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9047   filter: "'NIC_Intel-XL710' and
9048            'NF_DENSITY' and
9049            'DOCKER' and
9050            'CHAIN' and
9051            'NF_VPPIP4' and
9052            'IPSEC' and
9053            'TNL_1000' and
9054            'IMIX' and
9055            '4T4C' and
9056            'NDRPDR'"
9057   parameters:
9058   - "throughput"
9059   - "name"
9060   - "tags"
9061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9062   x-axis: "X = CNFs per Service Chain"
9063   y-axis: "Y = Number of Service Chains"
9064   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9065   layout:
9066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9067     layout: "plot-service-density"
9068
9069 ###############################################################################
9070
9071 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9072 #- type: "plot"
9073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9074 #  algorithm: "plot_nf_heatmap"
9075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9076 #  data: "plot-vpp-nfv-3n-skx-mrr"
9077 #  filter: "'NIC_Intel-XXV710' and
9078 #           'NF_DENSITY' and
9079 #           'DOCKER' and
9080 #           'CHAIN' and
9081 #           'NF_VPPIP4' and
9082 #           'IPSEC' and
9083 #           'TNL_10000' and
9084 #           'IMIX' and
9085 #           '2T1C' and
9086 #           'MRR'"
9087 #  parameters:
9088 #  - "result"
9089 #  - "name"
9090 #  - "tags"
9091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9092 #  x-axis: "X = CNFs per Service Chain"
9093 #  y-axis: "Y = Number of Service Chains"
9094 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9095 #  layout:
9096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9097 #    layout: "plot-service-density"
9098 #
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9103 #  data: "plot-vpp-nfv-3n-skx-mrr"
9104 #  filter: "'NIC_Intel-XXV710' and
9105 #           'NF_DENSITY' and
9106 #           'DOCKER' and
9107 #           'CHAIN' and
9108 #           'NF_VPPIP4' and
9109 #           'IPSEC' and
9110 #           'TNL_10000' and
9111 #           'IMIX' and
9112 #           '4T2C' and
9113 #           'MRR'"
9114 #  parameters:
9115 #  - "result"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Chain"
9120 #  y-axis: "Y = Number of Service Chains"
9121 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9124 #    layout: "plot-service-density"
9125 #
9126 #- type: "plot"
9127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9128 #  algorithm: "plot_nf_heatmap"
9129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9130 #  data: "plot-vpp-nfv-3n-skx-mrr"
9131 #  filter: "'NIC_Intel-XXV710' and
9132 #           'NF_DENSITY' and
9133 #           'DOCKER' and
9134 #           'CHAIN' and
9135 #           'NF_VPPIP4' and
9136 #           'IPSEC' and
9137 #           'TNL_10000' and
9138 #           'IMIX' and
9139 #           '8T4C' and
9140 #           'MRR'"
9141 #  parameters:
9142 #  - "result"
9143 #  - "name"
9144 #  - "tags"
9145 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9146 #  x-axis: "X = CNFs per Service Chain"
9147 #  y-axis: "Y = Number of Service Chains"
9148 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9149 #  layout:
9150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9151 #    layout: "plot-service-density"
9152
9153 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9154 - type: "plot"
9155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9156   algorithm: "plot_nf_heatmap"
9157   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9158   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9159   filter: "'NIC_Intel-XXV710' and
9160            'NF_DENSITY' and
9161            'DOCKER' and
9162            'CHAIN' and
9163            'NF_VPPIP4' and
9164            'IPSEC' and
9165            'TNL_10000' and
9166            'IMIX' and
9167            '2T1C' and
9168            'NDRPDR'"
9169   parameters:
9170   - "throughput"
9171   - "name"
9172   - "tags"
9173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9174   x-axis: "X = CNFs per Service Chain"
9175   y-axis: "Y = Number of Service Chains"
9176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9177   layout:
9178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9179     layout: "plot-service-density"
9180
9181 - type: "plot"
9182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9183   algorithm: "plot_nf_heatmap"
9184   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9185   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9186   filter: "'NIC_Intel-XXV710' and
9187            'NF_DENSITY' and
9188            'DOCKER' and
9189            'CHAIN' and
9190            'NF_VPPIP4' and
9191            'IPSEC' and
9192            'TNL_10000' and
9193            'IMIX' and
9194            '4T2C' and
9195            'NDRPDR'"
9196   parameters:
9197   - "throughput"
9198   - "name"
9199   - "tags"
9200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9201   x-axis: "X = CNFs per Service Chain"
9202   y-axis: "Y = Number of Service Chains"
9203   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9204   layout:
9205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9206     layout: "plot-service-density"
9207
9208 - type: "plot"
9209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9210   algorithm: "plot_nf_heatmap"
9211   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9212   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9213   filter: "'NIC_Intel-XXV710' and
9214            'NF_DENSITY' and
9215            'DOCKER' and
9216            'CHAIN' and
9217            'NF_VPPIP4' and
9218            'IPSEC' and
9219            'TNL_10000' and
9220            'IMIX' and
9221            '8T4C' and
9222            'NDRPDR'"
9223   parameters:
9224   - "throughput"
9225   - "name"
9226   - "tags"
9227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9228   x-axis: "X = CNFs per Service Chain"
9229   y-axis: "Y = Number of Service Chains"
9230   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9231   layout:
9232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9233     layout: "plot-service-density"
9234
9235 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9236 - type: "plot"
9237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9238   algorithm: "plot_nf_heatmap"
9239   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9240   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9241   filter: "'NIC_Intel-XXV710' and
9242            'NF_DENSITY' and
9243            'DOCKER' and
9244            'CHAIN' and
9245            'NF_VPPIP4' and
9246            'IPSEC' and
9247            'TNL_10000' and
9248            'IMIX' and
9249            '2T1C' and
9250            'NDRPDR'"
9251   parameters:
9252   - "throughput"
9253   - "name"
9254   - "tags"
9255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9256   x-axis: "X = CNFs per Service Chain"
9257   y-axis: "Y = Number of Service Chains"
9258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9259   layout:
9260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9261     layout: "plot-service-density"
9262
9263 - type: "plot"
9264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9265   algorithm: "plot_nf_heatmap"
9266   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9267   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9268   filter: "'NIC_Intel-XXV710' and
9269            'NF_DENSITY' and
9270            'DOCKER' and
9271            'CHAIN' and
9272            'NF_VPPIP4' and
9273            'IPSEC' and
9274            'TNL_10000' and
9275            'IMIX' and
9276            '4T2C' and
9277            'NDRPDR'"
9278   parameters:
9279   - "throughput"
9280   - "name"
9281   - "tags"
9282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9283   x-axis: "X = CNFs per Service Chain"
9284   y-axis: "Y = Number of Service Chains"
9285   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9286   layout:
9287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9288     layout: "plot-service-density"
9289
9290 - type: "plot"
9291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9292   algorithm: "plot_nf_heatmap"
9293   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9294   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9295   filter: "'NIC_Intel-XXV710' and
9296            'NF_DENSITY' and
9297            'DOCKER' and
9298            'CHAIN' and
9299            'NF_VPPIP4' and
9300            'IPSEC' and
9301            'TNL_10000' and
9302            'IMIX' and
9303            '8T4C' and
9304            'NDRPDR'"
9305   parameters:
9306   - "throughput"
9307   - "name"
9308   - "tags"
9309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9310   x-axis: "X = CNFs per Service Chain"
9311   y-axis: "Y = Number of Service Chains"
9312   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9313   layout:
9314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9315     layout: "plot-service-density"
9316
9317 ###############################################################################
9318
9319 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9320 - type: "plot"
9321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9322   algorithm: "plot_nf_heatmap"
9323   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9324   data: "plot-vpp-nfv-3n-hsw-mrr"
9325   filter: "'NIC_Intel-XL710' and
9326            'NF_DENSITY' and
9327            'DOCKER' and
9328            'CHAIN' and
9329            'NF_VPPIP4' and
9330            'IMIX' and
9331            'TNL_10000' and
9332            '1T1C' and
9333            'MRR'"
9334   parameters:
9335   - "result"
9336   - "name"
9337   - "tags"
9338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9339   x-axis: "X = CNFs per Service Chain"
9340   y-axis: "Y = Number of Service Chains"
9341   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9342   layout:
9343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9344     layout: "plot-service-density"
9345
9346 - type: "plot"
9347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9348   algorithm: "plot_nf_heatmap"
9349   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9350   data: "plot-vpp-nfv-3n-hsw-mrr"
9351   filter: "'NIC_Intel-XL710' and
9352            'NF_DENSITY' and
9353            'DOCKER' and
9354            'CHAIN' and
9355            'NF_VPPIP4' and
9356            'IPSEC' and
9357            'TNL_10000' and
9358            'IMIX' and
9359            '2T2C' and
9360            'MRR'"
9361   parameters:
9362   - "result"
9363   - "name"
9364   - "tags"
9365   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9366   x-axis: "X = CNFs per Service Chain"
9367   y-axis: "Y = Number of Service Chains"
9368   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9369   layout:
9370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9371     layout: "plot-service-density"
9372
9373 - type: "plot"
9374   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9375   algorithm: "plot_nf_heatmap"
9376   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9377   data: "plot-vpp-nfv-3n-hsw-mrr"
9378   filter: "'NIC_Intel-XL710' and
9379            'NF_DENSITY' and
9380            'DOCKER' and
9381            'CHAIN' and
9382            'NF_VPPIP4' and
9383            'IPSEC' and
9384            'TNL_10000' and
9385            'IMIX' and
9386            '4T4C' and
9387            'MRR'"
9388   parameters:
9389   - "result"
9390   - "name"
9391   - "tags"
9392   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9393   x-axis: "X = CNFs per Service Chain"
9394   y-axis: "Y = Number of Service Chains"
9395   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9396   layout:
9397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9398     layout: "plot-service-density"
9399
9400 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9401 - type: "plot"
9402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9403   algorithm: "plot_nf_heatmap"
9404   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9405   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9406   filter: "'NIC_Intel-XL710' and
9407            'NF_DENSITY' and
9408            'DOCKER' and
9409            'CHAIN' and
9410            'NF_VPPIP4' and
9411            'IPSEC' and
9412            'TNL_10000' and
9413            'IMIX' and
9414            '1T1C' and
9415            'NDRPDR'"
9416   parameters:
9417   - "throughput"
9418   - "name"
9419   - "tags"
9420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9421   x-axis: "X = CNFs per Service Chain"
9422   y-axis: "Y = Number of Service Chains"
9423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9424   layout:
9425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9426     layout: "plot-service-density"
9427
9428 - type: "plot"
9429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9430   algorithm: "plot_nf_heatmap"
9431   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9432   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9433   filter: "'NIC_Intel-XL710' and
9434            'NF_DENSITY' and
9435            'DOCKER' and
9436            'CHAIN' and
9437            'NF_VPPIP4' and
9438            'IPSEC' and
9439            'TNL_10000' and
9440            'IMIX' and
9441            '2T2C' and
9442            'NDRPDR'"
9443   parameters:
9444   - "throughput"
9445   - "name"
9446   - "tags"
9447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9448   x-axis: "X = CNFs per Service Chain"
9449   y-axis: "Y = Number of Service Chains"
9450   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9451   layout:
9452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9453     layout: "plot-service-density"
9454
9455 - type: "plot"
9456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9457   algorithm: "plot_nf_heatmap"
9458   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9459   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9460   filter: "'NIC_Intel-XL710' and
9461            'NF_DENSITY' and
9462            'DOCKER' and
9463            'CHAIN' and
9464            'NF_VPPIP4' and
9465            'IPSEC' and
9466            'TNL_10000' and
9467            'IMIX' and
9468            '4T4C' and
9469            'NDRPDR'"
9470   parameters:
9471   - "throughput"
9472   - "name"
9473   - "tags"
9474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9475   x-axis: "X = CNFs per Service Chain"
9476   y-axis: "Y = Number of Service Chains"
9477   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9478   layout:
9479     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9480     layout: "plot-service-density"
9481
9482 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9483 - type: "plot"
9484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9485   algorithm: "plot_nf_heatmap"
9486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9487   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9488   filter: "'NIC_Intel-XL710' and
9489            'NF_DENSITY' and
9490            'DOCKER' and
9491            'CHAIN' and
9492            'NF_VPPIP4' and
9493            'IPSEC' and
9494            'TNL_10000' and
9495            'IMIX' and
9496            '1T1C' and
9497            'NDRPDR'"
9498   parameters:
9499   - "throughput"
9500   - "name"
9501   - "tags"
9502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9503   x-axis: "X = CNFs per Service Chain"
9504   y-axis: "Y = Number of Service Chains"
9505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9506   layout:
9507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9508     layout: "plot-service-density"
9509
9510 - type: "plot"
9511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9512   algorithm: "plot_nf_heatmap"
9513   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9514   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9515   filter: "'NIC_Intel-XL710' and
9516            'NF_DENSITY' and
9517            'DOCKER' and
9518            'CHAIN' and
9519            'NF_VPPIP4' and
9520            'IPSEC' and
9521            'TNL_10000' and
9522            'IMIX' and
9523            '2T2C' and
9524            'NDRPDR'"
9525   parameters:
9526   - "throughput"
9527   - "name"
9528   - "tags"
9529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9530   x-axis: "X = CNFs per Service Chain"
9531   y-axis: "Y = Number of Service Chains"
9532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9533   layout:
9534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9535     layout: "plot-service-density"
9536
9537 - type: "plot"
9538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9539   algorithm: "plot_nf_heatmap"
9540   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9541   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9542   filter: "'NIC_Intel-XL710' and
9543            'NF_DENSITY' and
9544            'DOCKER' and
9545            'CHAIN' and
9546            'NF_VPPIP4' and
9547            'IPSEC' and
9548            'TNL_10000' and
9549            'IMIX' and
9550            '4T4C' and
9551            'NDRPDR'"
9552   parameters:
9553   - "throughput"
9554   - "name"
9555   - "tags"
9556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9557   x-axis: "X = CNFs per Service Chain"
9558   y-axis: "Y = Number of Service Chains"
9559   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9560   layout:
9561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9562     layout: "plot-service-density"
9563
9564 ###############################################################################
9565
9566 # Plots - NF Density - CSP - MRR 64b
9567
9568 #- type: "plot"
9569 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9570 #  algorithm: "plot_nf_heatmap"
9571 #  output-file-type: ".html"
9572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9573 #  data: "plot-vpp-nfv-2n-skx-mrr"
9574 #  filter: "'NIC_Intel-XXV710' and
9575 #           'NF_DENSITY' and
9576 #           'DOCKER' and
9577 #           'PIPELINE' and
9578 #           'NF_VPPIP4' and
9579 #           '64B' and
9580 #           '2T1C' and
9581 #           'MRR'"
9582 #  parameters:
9583 #  - "result"
9584 #  - "name"
9585 #  - "tags"
9586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9587 #  x-axis: "X = CNFs per Service Pipeline"
9588 #  y-axis: "Y = Number of Service Pipelines"
9589 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9590 #  layout:
9591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9592 #    layout: "plot-service-density"
9593 #
9594 #- type: "plot"
9595 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9596 #  algorithm: "plot_nf_heatmap"
9597 #  output-file-type: ".html"
9598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9599 #  data: "plot-vpp-nfv-2n-skx-mrr"
9600 #  filter: "'NIC_Intel-XXV710' and
9601 #           'NF_DENSITY' and
9602 #           'DOCKER' and
9603 #           'PIPELINE' and
9604 #           'NF_VPPIP4' and
9605 #           '64B' and
9606 #           '4T2C' and
9607 #           'MRR'"
9608 #  parameters:
9609 #  - "result"
9610 #  - "name"
9611 #  - "tags"
9612 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9613 #  x-axis: "X = CNFs per Service Pipeline"
9614 #  y-axis: "Y = Number of Service Pipelines"
9615 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9616 #  layout:
9617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9618 #    layout: "plot-service-density"
9619 #
9620 #- type: "plot"
9621 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9622 #  algorithm: "plot_nf_heatmap"
9623 #  output-file-type: ".html"
9624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9625 #  data: "plot-vpp-nfv-2n-skx-mrr"
9626 #  filter: "'NIC_Intel-XXV710' and
9627 #           'NF_DENSITY' and
9628 #           'DOCKER' and
9629 #           'PIPELINE' and
9630 #           'NF_VPPIP4' and
9631 #           '64B' and
9632 #           '8T4C' and
9633 #           'MRR'"
9634 #  parameters:
9635 #  - "result"
9636 #  - "name"
9637 #  - "tags"
9638 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9639 #  x-axis: "X = CNFs per Service Pipeline"
9640 #  y-axis: "Y = Number of Service Pipelines"
9641 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9642 #  layout:
9643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9644 #    layout: "plot-service-density"
9645 #
9646 ## Plots - NF Density - CSP - MRR IMIX
9647 #- type: "plot"
9648 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9649 #  algorithm: "plot_nf_heatmap"
9650 #  output-file-type: ".html"
9651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9652 #  data: "plot-vpp-nfv-2n-skx-mrr"
9653 #  filter: "'NIC_Intel-XXV710' and
9654 #           'NF_DENSITY' and
9655 #           'DOCKER' and
9656 #           'PIPELINE' and
9657 #           'NF_VPPIP4' and
9658 #           'IMIX' and
9659 #           '2T1C' and
9660 #           'MRR'"
9661 #  parameters:
9662 #  - "result"
9663 #  - "name"
9664 #  - "tags"
9665 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9666 #  x-axis: "X = CNFs per Service Pipeline"
9667 #  y-axis: "Y = Number of Service Pipelines"
9668 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9669 #  layout:
9670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9671 #    layout: "plot-service-density"
9672 #
9673 #- type: "plot"
9674 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9675 #  algorithm: "plot_nf_heatmap"
9676 #  output-file-type: ".html"
9677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9678 #  data: "plot-vpp-nfv-2n-skx-mrr"
9679 #  filter: "'NIC_Intel-XXV710' and
9680 #           'NF_DENSITY' and
9681 #           'DOCKER' and
9682 #           'PIPELINE' and
9683 #           'NF_VPPIP4' and
9684 #           'IMIX' and
9685 #           '4T2C' and
9686 #           'MRR'"
9687 #  parameters:
9688 #  - "result"
9689 #  - "name"
9690 #  - "tags"
9691 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9692 #  x-axis: "X = CNFs per Service Pipeline"
9693 #  y-axis: "Y = Number of Service Pipelines"
9694 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9695 #  layout:
9696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9697 #    layout: "plot-service-density"
9698 #
9699 #- type: "plot"
9700 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9701 #  algorithm: "plot_nf_heatmap"
9702 #  output-file-type: ".html"
9703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9704 #  data: "plot-vpp-nfv-2n-skx-mrr"
9705 #  filter: "'NIC_Intel-XXV710' and
9706 #           'NF_DENSITY' and
9707 #           'DOCKER' and
9708 #           'PIPELINE' and
9709 #           'NF_VPPIP4' and
9710 #           'IMIX' and
9711 #           '8T4C' and
9712 #           'MRR'"
9713 #  parameters:
9714 #  - "result"
9715 #  - "name"
9716 #  - "tags"
9717 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9718 #  x-axis: "X = CNFs per Service Pipeline"
9719 #  y-axis: "Y = Number of Service Pipelines"
9720 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9721 #  layout:
9722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9723 #    layout: "plot-service-density"
9724 #
9725 ## Plots - NF Density - CSP - NDR 64b
9726 #- type: "plot"
9727 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9728 #  algorithm: "plot_nf_heatmap"
9729 #  output-file-type: ".html"
9730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9732 #  filter: "'NIC_Intel-XXV710' and
9733 #           'NF_DENSITY' and
9734 #           'DOCKER' and
9735 #           'PIPELINE' and
9736 #           'NF_VPPIP4' and
9737 #           '64B' and
9738 #           '2T1C' and
9739 #           'NDRPDR'"
9740 #  parameters:
9741 #  - "throughput"
9742 #  - "name"
9743 #  - "tags"
9744 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9745 #  x-axis: "X = CNFs per Service Pipeline"
9746 #  y-axis: "Y = Number of Service Pipelines"
9747 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9748 #  layout:
9749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9750 #    layout: "plot-service-density"
9751 #
9752 #- type: "plot"
9753 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9754 #  algorithm: "plot_nf_heatmap"
9755 #  output-file-type: ".html"
9756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9757 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9758 #  filter: "'NIC_Intel-XXV710' and
9759 #           'NF_DENSITY' and
9760 #           'DOCKER' and
9761 #           'PIPELINE' and
9762 #           'NF_VPPIP4' and
9763 #           '64B' and
9764 #           '4T2C' and
9765 #           'NDRPDR'"
9766 #  parameters:
9767 #  - "throughput"
9768 #  - "name"
9769 #  - "tags"
9770 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9771 #  x-axis: "X = CNFs per Service Pipeline"
9772 #  y-axis: "Y = Number of Service Pipelines"
9773 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9774 #  layout:
9775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9776 #    layout: "plot-service-density"
9777 #
9778 #- type: "plot"
9779 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9780 #  algorithm: "plot_nf_heatmap"
9781 #  output-file-type: ".html"
9782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9783 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9784 #  filter: "'NIC_Intel-XXV710' and
9785 #           'NF_DENSITY' and
9786 #           'DOCKER' and
9787 #           'PIPELINE' and
9788 #           'NF_VPPIP4' and
9789 #           '64B' and
9790 #           '8T4C' and
9791 #           'NDRPDR'"
9792 #  parameters:
9793 #  - "throughput"
9794 #  - "name"
9795 #  - "tags"
9796 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9797 #  x-axis: "X = CNFs per Service Pipeline"
9798 #  y-axis: "Y = Number of Service Pipelines"
9799 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9800 #  layout:
9801 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9802 #    layout: "plot-service-density"
9803 #
9804 ## Plots - NF Density - CSP - NDR IMIX
9805 #- type: "plot"
9806 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9807 #  algorithm: "plot_nf_heatmap"
9808 #  output-file-type: ".html"
9809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9811 #  filter: "'NIC_Intel-XXV710' and
9812 #           'NF_DENSITY' and
9813 #           'DOCKER' and
9814 #           'PIPELINE' and
9815 #           'NF_VPPIP4' and
9816 #           'IMIX' and
9817 #           '2T1C' and
9818 #           'NDRPDR'"
9819 #  parameters:
9820 #  - "throughput"
9821 #  - "name"
9822 #  - "tags"
9823 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9824 #  x-axis: "X = CNFs per Service Pipeline"
9825 #  y-axis: "Y = Number of Service Pipelines"
9826 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9827 #  layout:
9828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9829 #    layout: "plot-service-density"
9830 #
9831 #- type: "plot"
9832 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9833 #  algorithm: "plot_nf_heatmap"
9834 #  output-file-type: ".html"
9835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9836 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9837 #  filter: "'NIC_Intel-XXV710' and
9838 #           'NF_DENSITY' and
9839 #           'DOCKER' and
9840 #           'PIPELINE' and
9841 #           'NF_VPPIP4' and
9842 #           'IMIX' and
9843 #           '4T2C' and
9844 #           'NDRPDR'"
9845 #  parameters:
9846 #  - "throughput"
9847 #  - "name"
9848 #  - "tags"
9849 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9850 #  x-axis: "X = CNFs per Service Pipeline"
9851 #  y-axis: "Y = Number of Service Pipelines"
9852 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9853 #  layout:
9854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9855 #    layout: "plot-service-density"
9856 #
9857 #- type: "plot"
9858 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9859 #  algorithm: "plot_nf_heatmap"
9860 #  output-file-type: ".html"
9861 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9862 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9863 #  filter: "'NIC_Intel-XXV710' and
9864 #           'NF_DENSITY' and
9865 #           'DOCKER' and
9866 #           'PIPELINE' and
9867 #           'NF_VPPIP4' and
9868 #           'IMIX' and
9869 #           '8T4C' and
9870 #           'NDRPDR'"
9871 #  parameters:
9872 #  - "throughput"
9873 #  - "name"
9874 #  - "tags"
9875 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9876 #  x-axis: "X = CNFs per Service Pipeline"
9877 #  y-axis: "Y = Number of Service Pipelines"
9878 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9879 #  layout:
9880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9881 #    layout: "plot-service-density"
9882 #
9883 ## Plots - NF Density - CSP - PDR 64b
9884 #- type: "plot"
9885 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9886 #  algorithm: "plot_nf_heatmap"
9887 #  output-file-type: ".html"
9888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9889 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9890 #  filter: "'NIC_Intel-XXV710' and
9891 #           'NF_DENSITY' and
9892 #           'DOCKER' and
9893 #           'PIPELINE' and
9894 #           'NF_VPPIP4' and
9895 #           '64B' and
9896 #           '2T1C' and
9897 #           'NDRPDR'"
9898 #  parameters:
9899 #  - "throughput"
9900 #  - "name"
9901 #  - "tags"
9902 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9903 #  x-axis: "X = CNFs per Service Pipeline"
9904 #  y-axis: "Y = Number of Service Pipelines"
9905 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9906 #  layout:
9907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9908 #    layout: "plot-service-density"
9909 #
9910 #- type: "plot"
9911 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9912 #  algorithm: "plot_nf_heatmap"
9913 #  output-file-type: ".html"
9914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9915 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9916 #  filter: "'NIC_Intel-XXV710' and
9917 #           'NF_DENSITY' and
9918 #           'DOCKER' and
9919 #           'PIPELINE' and
9920 #           'NF_VPPIP4' and
9921 #           '64B' and
9922 #           '4T2C' and
9923 #           'NDRPDR'"
9924 #  parameters:
9925 #  - "throughput"
9926 #  - "name"
9927 #  - "tags"
9928 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9929 #  x-axis: "X = CNFs per Service Pipeline"
9930 #  y-axis: "Y = Number of Service Pipelines"
9931 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9932 #  layout:
9933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9934 #    layout: "plot-service-density"
9935 #
9936 #- type: "plot"
9937 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9938 #  algorithm: "plot_nf_heatmap"
9939 #  output-file-type: ".html"
9940 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9941 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9942 #  filter: "'NIC_Intel-XXV710' and
9943 #           'NF_DENSITY' and
9944 #           'DOCKER' and
9945 #           'PIPELINE' and
9946 #           'NF_VPPIP4' and
9947 #           '64B' and
9948 #           '8T4C' and
9949 #           'NDRPDR'"
9950 #  parameters:
9951 #  - "throughput"
9952 #  - "name"
9953 #  - "tags"
9954 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9955 #  x-axis: "X = CNFs per Service Pipeline"
9956 #  y-axis: "Y = Number of Service Pipelines"
9957 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9958 #  layout:
9959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9960 #    layout: "plot-service-density"
9961 #
9962 ## Plots - NF Density - CSP - PDR IMIX
9963 #- type: "plot"
9964 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9965 #  algorithm: "plot_nf_heatmap"
9966 #  output-file-type: ".html"
9967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9968 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9969 #  filter: "'NIC_Intel-XXV710' and
9970 #           'NF_DENSITY' and
9971 #           'DOCKER' and
9972 #           'PIPELINE' and
9973 #           'NF_VPPIP4' and
9974 #           'IMIX' and
9975 #           '2T1C' and
9976 #           'NDRPDR'"
9977 #  parameters:
9978 #  - "throughput"
9979 #  - "name"
9980 #  - "tags"
9981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9982 #  x-axis: "X = CNFs per Service Pipeline"
9983 #  y-axis: "Y = Number of Service Pipelines"
9984 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9985 #  layout:
9986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9987 #    layout: "plot-service-density"
9988 #
9989 #- type: "plot"
9990 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9991 #  algorithm: "plot_nf_heatmap"
9992 #  output-file-type: ".html"
9993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9994 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9995 #  filter: "'NIC_Intel-XXV710' and
9996 #           'NF_DENSITY' and
9997 #           'DOCKER' and
9998 #           'PIPELINE' and
9999 #           'NF_VPPIP4' and
10000 #           'IMIX' and
10001 #           '4T2C' and
10002 #           'NDRPDR'"
10003 #  parameters:
10004 #  - "throughput"
10005 #  - "name"
10006 #  - "tags"
10007 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10008 #  x-axis: "X = CNFs per Service Pipeline"
10009 #  y-axis: "Y = Number of Service Pipelines"
10010 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10011 #  layout:
10012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10013 #    layout: "plot-service-density"
10014 #
10015 #- type: "plot"
10016 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10017 #  algorithm: "plot_nf_heatmap"
10018 #  output-file-type: ".html"
10019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10020 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10021 #  filter: "'NIC_Intel-XXV710' and
10022 #           'NF_DENSITY' and
10023 #           'DOCKER' and
10024 #           'PIPELINE' and
10025 #           'NF_VPPIP4' and
10026 #           'IMIX' and
10027 #           '8T4C' and
10028 #           'NDRPDR'"
10029 #  parameters:
10030 #  - "throughput"
10031 #  - "name"
10032 #  - "tags"
10033 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10034 #  x-axis: "X = CNFs per Service Pipeline"
10035 #  y-axis: "Y = Number of Service Pipelines"
10036 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10037 #  layout:
10038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10039 #    layout: "plot-service-density"
10040
10041 ###############################################################################
10042 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10043
10044 - type: "plot"
10045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10046   algorithm: "plot_nf_heatmap"
10047   output-file-type: ".html"
10048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10049   data: "plot-vpp-nfv-2n-clx-mrr"
10050   filter: "'NIC_Intel-XXV710' and
10051            'NF_DENSITY' and
10052            'VHOST' and
10053            not 'VXLAN' and
10054            'CHAIN' and
10055            'NF_VPPIP4' and
10056            'IMIX' and
10057            '2T1C' and
10058            'MRR'"
10059   parameters:
10060   - "result"
10061   - "name"
10062   - "tags"
10063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10064   x-axis: "X = VNFs per Service Chain"
10065   y-axis: "Y = Number of Service Chains"
10066   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10067   layout:
10068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10069     layout: "plot-service-density"
10070
10071 - type: "plot"
10072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10073   algorithm: "plot_nf_heatmap"
10074   output-file-type: ".html"
10075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10076   data: "plot-vpp-nfv-2n-clx-mrr"
10077   filter: "'NIC_Intel-XXV710' and
10078            'NF_DENSITY' and
10079            'VHOST' and
10080            not 'VXLAN' and
10081            'CHAIN' and
10082            'NF_VPPIP4' and
10083            'IMIX' and
10084            '4T2C' and
10085            'MRR'"
10086   parameters:
10087   - "result"
10088   - "name"
10089   - "tags"
10090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10091   x-axis: "X = VNFs per Service Chain"
10092   y-axis: "Y = Number of Service Chains"
10093   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10094   layout:
10095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10096     layout: "plot-service-density"
10097
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10103   data: "plot-vpp-nfv-2n-clx-mrr"
10104   filter: "'NIC_Intel-XXV710' and
10105            'NF_DENSITY' and
10106            'VHOST' and
10107            not 'VXLAN' and
10108            'CHAIN' and
10109            'NF_VPPIP4' and
10110            'IMIX' and
10111            '8T4C' and
10112            'MRR'"
10113   parameters:
10114   - "result"
10115   - "name"
10116   - "tags"
10117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10118   x-axis: "X = VNFs per Service Chain"
10119   y-axis: "Y = Number of Service Chains"
10120   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10121   layout:
10122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10123     layout: "plot-service-density"
10124
10125 # Plots - NF Density - VSC - NDR IMIX
10126 - type: "plot"
10127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10128   algorithm: "plot_nf_heatmap"
10129   output-file-type: ".html"
10130   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10131   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10132   filter: "'NIC_Intel-XXV710' and
10133            'NF_DENSITY' and
10134            'VHOST' and
10135            not 'VXLAN' and
10136            'CHAIN' and
10137            'NF_VPPIP4' and
10138            'IMIX' and
10139            '2T1C' and
10140            'NDRPDR'"
10141   parameters:
10142   - "throughput"
10143   - "name"
10144   - "tags"
10145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10146   x-axis: "X = VNFs per Service Chain"
10147   y-axis: "Y = Number of Service Chains"
10148   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10149   layout:
10150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10151     layout: "plot-service-density"
10152
10153 - type: "plot"
10154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10155   algorithm: "plot_nf_heatmap"
10156   output-file-type: ".html"
10157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10158   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10159   filter: "'NIC_Intel-XXV710' and
10160            'NF_DENSITY' and
10161            'VHOST' and
10162            not 'VXLAN' and
10163            'CHAIN' and
10164            'NF_VPPIP4' and
10165            'IMIX' and
10166            '4T2C' and
10167            'NDRPDR'"
10168   parameters:
10169   - "throughput"
10170   - "name"
10171   - "tags"
10172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10173   x-axis: "X = VNFs per Service Chain"
10174   y-axis: "Y = Number of Service Chains"
10175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10176   layout:
10177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10178     layout: "plot-service-density"
10179
10180 - type: "plot"
10181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10182   algorithm: "plot_nf_heatmap"
10183   output-file-type: ".html"
10184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10185   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10186   filter: "'NIC_Intel-XXV710' and
10187            'NF_DENSITY' and
10188            'VHOST' and
10189            not 'VXLAN' and
10190            'CHAIN' and
10191            'NF_VPPIP4' and
10192            'IMIX' and
10193            '8T4C' and
10194            'NDRPDR'"
10195   parameters:
10196   - "throughput"
10197   - "name"
10198   - "tags"
10199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10200   x-axis: "X = VNFs per Service Chain"
10201   y-axis: "Y = Number of Service Chains"
10202   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10203   layout:
10204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10205     layout: "plot-service-density"
10206
10207 # Plots - NF Density - VSC - PDR IMIX
10208 - type: "plot"
10209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10210   algorithm: "plot_nf_heatmap"
10211   output-file-type: ".html"
10212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10213   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10214   filter: "'NIC_Intel-XXV710' and
10215            'NF_DENSITY' and
10216            'VHOST' and
10217            not 'VXLAN' and
10218            'CHAIN' and
10219            'NF_VPPIP4' and
10220            'IMIX' and
10221            '2T1C' and
10222            'NDRPDR'"
10223   parameters:
10224   - "throughput"
10225   - "name"
10226   - "tags"
10227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10228   x-axis: "X = VNFs per Service Chain"
10229   y-axis: "Y = Number of Service Chains"
10230   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10231   layout:
10232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10233     layout: "plot-service-density"
10234
10235 - type: "plot"
10236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10237   algorithm: "plot_nf_heatmap"
10238   output-file-type: ".html"
10239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10240   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10241   filter: "'NIC_Intel-XXV710' and
10242            'NF_DENSITY' and
10243            'VHOST' and
10244            not 'VXLAN' and
10245            'CHAIN' and
10246            'NF_VPPIP4' and
10247            'IMIX' and
10248            '4T2C' and
10249            'NDRPDR'"
10250   parameters:
10251   - "throughput"
10252   - "name"
10253   - "tags"
10254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10255   x-axis: "X = VNFs per Service Chain"
10256   y-axis: "Y = Number of Service Chains"
10257   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10258   layout:
10259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10260     layout: "plot-service-density"
10261
10262 - type: "plot"
10263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10264   algorithm: "plot_nf_heatmap"
10265   output-file-type: ".html"
10266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10267   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10268   filter: "'NIC_Intel-XXV710' and
10269            'NF_DENSITY' and
10270            'VHOST' and
10271            not 'VXLAN' and
10272            'CHAIN' and
10273            'NF_VPPIP4' and
10274            'IMIX' and
10275            '8T4C' and
10276            'NDRPDR'"
10277   parameters:
10278   - "throughput"
10279   - "name"
10280   - "tags"
10281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10282   x-axis: "X = VNFs per Service Chain"
10283   y-axis: "Y = Number of Service Chains"
10284   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10285   layout:
10286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10287     layout: "plot-service-density"
10288
10289 # Plots - NF Density - VSC - MRR IMIX
10290 - type: "plot"
10291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10292   algorithm: "plot_nf_heatmap"
10293   output-file-type: ".html"
10294   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10295   data: "plot-vpp-nfv-2n-clx-mrr"
10296   filter: "'NIC_Intel-XXV710' and
10297            'NF_DENSITY' and
10298            'VHOST' and
10299            'VXLAN' and
10300            'CHAIN' and
10301            'IMIX' and
10302            '2T1C' and
10303            'MRR'"
10304   parameters:
10305   - "result"
10306   - "name"
10307   - "tags"
10308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10309   x-axis: "X = VNFs per Service Chain"
10310   y-axis: "Y = Number of Service Chains"
10311   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10312   layout:
10313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10314     layout: "plot-service-density"
10315
10316 - type: "plot"
10317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10318   algorithm: "plot_nf_heatmap"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10321   data: "plot-vpp-nfv-2n-clx-mrr"
10322   filter: "'NIC_Intel-XXV710' and
10323            'NF_DENSITY' and
10324            'VHOST' and
10325            'VXLAN' and
10326            'CHAIN' and
10327            'IMIX' and
10328            '4T2C' and
10329            'MRR'"
10330   parameters:
10331   - "result"
10332   - "name"
10333   - "tags"
10334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10335   x-axis: "X = VNFs per Service Chain"
10336   y-axis: "Y = Number of Service Chains"
10337   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10338   layout:
10339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10340     layout: "plot-service-density"
10341
10342 - type: "plot"
10343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10344   algorithm: "plot_nf_heatmap"
10345   output-file-type: ".html"
10346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10347   data: "plot-vpp-nfv-2n-clx-mrr"
10348   filter: "'NIC_Intel-XXV710' and
10349            'NF_DENSITY' and
10350            'VHOST' and
10351            'VXLAN' and
10352            'CHAIN' and
10353            'IMIX' and
10354            '8T4C' and
10355            'MRR'"
10356   parameters:
10357   - "result"
10358   - "name"
10359   - "tags"
10360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10361   x-axis: "X = VNFs per Service Chain"
10362   y-axis: "Y = Number of Service Chains"
10363   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10364   layout:
10365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10366     layout: "plot-service-density"
10367
10368 # Plots - NF Density - VSC - NDR IMIX
10369 - type: "plot"
10370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10371   algorithm: "plot_nf_heatmap"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10374   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10375   filter: "'NIC_Intel-XXV710' and
10376            'NF_DENSITY' and
10377            'VHOST' and
10378            'VXLAN' and
10379            'CHAIN' a
10380            'IMIX' and
10381            '2T1C' and
10382            'NDRPDR'"
10383   parameters:
10384   - "throughput"
10385   - "name"
10386   - "tags"
10387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10388   x-axis: "X = VNFs per Service Chain"
10389   y-axis: "Y = Number of Service Chains"
10390   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10391   layout:
10392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10393     layout: "plot-service-density"
10394
10395 - type: "plot"
10396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10397   algorithm: "plot_nf_heatmap"
10398   output-file-type: ".html"
10399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10400   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10401   filter: "'NIC_Intel-XXV710' and
10402            'NF_DENSITY' and
10403            'VHOST' and
10404            'VXLAN' and
10405            'CHAIN' and
10406            'IMIX' and
10407            '4T2C' and
10408            'NDRPDR'"
10409   parameters:
10410   - "throughput"
10411   - "name"
10412   - "tags"
10413   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10414   x-axis: "X = VNFs per Service Chain"
10415   y-axis: "Y = Number of Service Chains"
10416   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10417   layout:
10418     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10419     layout: "plot-service-density"
10420
10421 - type: "plot"
10422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10423   algorithm: "plot_nf_heatmap"
10424   output-file-type: ".html"
10425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10426   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10427   filter: "'NIC_Intel-XXV710' and
10428            'NF_DENSITY' and
10429            'VHOST' and
10430            'VXLAN' and
10431            'CHAIN' and
10432            'IMIX' and
10433            '8T4C' and
10434            'NDRPDR'"
10435   parameters:
10436   - "throughput"
10437   - "name"
10438   - "tags"
10439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10440   x-axis: "X = VNFs per Service Chain"
10441   y-axis: "Y = Number of Service Chains"
10442   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10443   layout:
10444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10445     layout: "plot-service-density"
10446
10447 # Plots - NF Density - VSC - PDR IMIX
10448 - type: "plot"
10449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10450   algorithm: "plot_nf_heatmap"
10451   output-file-type: ".html"
10452   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10453   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10454   filter: "'NIC_Intel-XXV710' and
10455            'NF_DENSITY' and
10456            'VHOST' and
10457            'VXLAN' and
10458            'CHAIN' and
10459            'IMIX' and
10460            '2T1C' and
10461            'NDRPDR'"
10462   parameters:
10463   - "throughput"
10464   - "name"
10465   - "tags"
10466   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10467   x-axis: "X = VNFs per Service Chain"
10468   y-axis: "Y = Number of Service Chains"
10469   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10470   layout:
10471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10472     layout: "plot-service-density"
10473
10474 - type: "plot"
10475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10476   algorithm: "plot_nf_heatmap"
10477   output-file-type: ".html"
10478   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10479   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10480   filter: "'NIC_Intel-XXV710' and
10481            'NF_DENSITY' and
10482            'VHOST' and
10483            'VXLAN' and
10484            'CHAIN' and
10485            'IMIX' and
10486            '4T2C' and
10487            'NDRPDR'"
10488   parameters:
10489   - "throughput"
10490   - "name"
10491   - "tags"
10492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10493   x-axis: "X = VNFs per Service Chain"
10494   y-axis: "Y = Number of Service Chains"
10495   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10496   layout:
10497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10498     layout: "plot-service-density"
10499
10500 - type: "plot"
10501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10502   algorithm: "plot_nf_heatmap"
10503   output-file-type: ".html"
10504   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10505   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10506   filter: "'NIC_Intel-XXV710' and
10507            'NF_DENSITY' and
10508            'VHOST' and
10509            'VXLAN' and
10510            'CHAIN' and
10511            'IMIX' and
10512            '8T4C' and
10513            'NDRPDR'"
10514   parameters:
10515   - "throughput"
10516   - "name"
10517   - "tags"
10518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10519   x-axis: "X = VNFs per Service Chain"
10520   y-axis: "Y = Number of Service Chains"
10521   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10522   layout:
10523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10524     layout: "plot-service-density"
10525
10526 # Plots - NF Density - CSC - MRR IMIX
10527 - type: "plot"
10528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10529   algorithm: "plot_nf_heatmap"
10530   output-file-type: ".html"
10531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10532   data: "plot-vpp-nfv-2n-clx-mrr"
10533   filter: "'NIC_Intel-XXV710' and
10534            'NF_DENSITY' and
10535            'DOCKER' and
10536            'CHAIN' and
10537            'NF_VPPIP4' and
10538            'IMIX' and
10539            '2T1C' and
10540            'MRR'"
10541   parameters:
10542   - "result"
10543   - "name"
10544   - "tags"
10545   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10546   x-axis: "X = CNFs per Service Chain"
10547   y-axis: "Y = Number of Service Chains"
10548   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10549   layout:
10550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10551     layout: "plot-service-density"
10552
10553 - type: "plot"
10554   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10555   algorithm: "plot_nf_heatmap"
10556   output-file-type: ".html"
10557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10558   data: "plot-vpp-nfv-2n-clx-mrr"
10559   filter: "'NIC_Intel-XXV710' and
10560            'NF_DENSITY' and
10561            'DOCKER' and
10562            'CHAIN' and
10563            'NF_VPPIP4' and
10564            'IMIX' and
10565            '4T2C' and
10566            'MRR'"
10567   parameters:
10568   - "result"
10569   - "name"
10570   - "tags"
10571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10572   x-axis: "X = CNFs per Service Chain"
10573   y-axis: "Y = Number of Service Chains"
10574   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10575   layout:
10576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10577     layout: "plot-service-density"
10578
10579 - type: "plot"
10580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10581   algorithm: "plot_nf_heatmap"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10584   data: "plot-vpp-nfv-2n-clx-mrr"
10585   filter: "'NIC_Intel-XXV710' and
10586            'NF_DENSITY' and
10587            'DOCKER' and
10588            'CHAIN' and
10589            'NF_VPPIP4' and
10590            'IMIX' and
10591            '8T4C' and
10592            'MRR'"
10593   parameters:
10594   - "result"
10595   - "name"
10596   - "tags"
10597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10598   x-axis: "X = CNFs per Service Chain"
10599   y-axis: "Y = Number of Service Chains"
10600   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10601   layout:
10602     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10603     layout: "plot-service-density"
10604
10605 # Plots - NF Density - CSC - NDR IMIX
10606 - type: "plot"
10607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10608   algorithm: "plot_nf_heatmap"
10609   output-file-type: ".html"
10610   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10611   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10612   filter: "'NIC_Intel-XXV710' and
10613            'NF_DENSITY' and
10614            'DOCKER' and
10615            'CHAIN' and
10616            'NF_VPPIP4' and
10617            'IMIX' and
10618            '2T1C' and
10619            'NDRPDR'"
10620   parameters:
10621   - "throughput"
10622   - "name"
10623   - "tags"
10624   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10625   x-axis: "X = CNFs per Service Chain"
10626   y-axis: "Y = Number of Service Chains"
10627   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10628   layout:
10629     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10630     layout: "plot-service-density"
10631
10632 - type: "plot"
10633   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10634   algorithm: "plot_nf_heatmap"
10635   output-file-type: ".html"
10636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10637   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10638   filter: "'NIC_Intel-XXV710' and
10639            'NF_DENSITY' and
10640            'DOCKER' and
10641            'CHAIN' and
10642            'NF_VPPIP4' and
10643            'IMIX' and
10644            '4T2C' and
10645            'NDRPDR'"
10646   parameters:
10647   - "throughput"
10648   - "name"
10649   - "tags"
10650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10651   x-axis: "X = CNFs per Service Chain"
10652   y-axis: "Y = Number of Service Chains"
10653   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10654   layout:
10655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10656     layout: "plot-service-density"
10657
10658 - type: "plot"
10659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10660   algorithm: "plot_nf_heatmap"
10661   output-file-type: ".html"
10662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10663   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10664   filter: "'NIC_Intel-XXV710' and
10665            'NF_DENSITY' and
10666            'DOCKER' and
10667            'CHAIN' and
10668            'NF_VPPIP4' and
10669            'IMIX' and
10670            '8T4C' and
10671            'NDRPDR'"
10672   parameters:
10673   - "throughput"
10674   - "name"
10675   - "tags"
10676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10677   x-axis: "X = CNFs per Service Chain"
10678   y-axis: "Y = Number of Service Chains"
10679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10680   layout:
10681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10682     layout: "plot-service-density"
10683
10684 # Plots - NF Density - CSC - PDR IMIX
10685 - type: "plot"
10686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10687   algorithm: "plot_nf_heatmap"
10688   output-file-type: ".html"
10689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10690   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10691   filter: "'NIC_Intel-XXV710' and
10692            'NF_DENSITY' and
10693            'DOCKER' and
10694            'CHAIN' and
10695            'NF_VPPIP4' and
10696            'IMIX' and
10697            '2T1C' and
10698            'NDRPDR'"
10699   parameters:
10700   - "throughput"
10701   - "name"
10702   - "tags"
10703   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10704   x-axis: "X = CNFs per Service Chain"
10705   y-axis: "Y = Number of Service Chains"
10706   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10707   layout:
10708     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10709     layout: "plot-service-density"
10710
10711 - type: "plot"
10712   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10713   algorithm: "plot_nf_heatmap"
10714   output-file-type: ".html"
10715   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10716   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10717   filter: "'NIC_Intel-XXV710' and
10718            'NF_DENSITY' and
10719            'DOCKER' and
10720            'CHAIN' and
10721            'NF_VPPIP4' and
10722            'IMIX' and
10723            '4T2C' and
10724            'NDRPDR'"
10725   parameters:
10726   - "throughput"
10727   - "name"
10728   - "tags"
10729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10730   x-axis: "X = CNFs per Service Chain"
10731   y-axis: "Y = Number of Service Chains"
10732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10733   layout:
10734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10735     layout: "plot-service-density"
10736
10737 - type: "plot"
10738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10739   algorithm: "plot_nf_heatmap"
10740   output-file-type: ".html"
10741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10742   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10743   filter: "'NIC_Intel-XXV710' and
10744            'NF_DENSITY' and
10745            'DOCKER' and
10746            'CHAIN' and
10747            'NF_VPPIP4' and
10748            'IMIX' and
10749            '8T4C' and
10750            'NDRPDR'"
10751   parameters:
10752   - "throughput"
10753   - "name"
10754   - "tags"
10755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10756   x-axis: "X = CNFs per Service Chain"
10757   y-axis: "Y = Number of Service Chains"
10758   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10759   layout:
10760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10761     layout: "plot-service-density"
10762
10763 # Plots - NF Density - CSP - MRR IMIX
10764 - type: "plot"
10765   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10766   algorithm: "plot_nf_heatmap"
10767   output-file-type: ".html"
10768   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10769   data: "plot-vpp-nfv-2n-clx-mrr"
10770   filter: "'NIC_Intel-XXV710' and
10771            'NF_DENSITY' and
10772            'DOCKER' and
10773            'PIPELINE' and
10774            'NF_VPPIP4' and
10775            'IMIX' and
10776            '2T1C' and
10777            'MRR'"
10778   parameters:
10779   - "result"
10780   - "name"
10781   - "tags"
10782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10783   x-axis: "X = CNFs per Service Pipeline"
10784   y-axis: "Y = Number of Service Pipelines"
10785   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10786   layout:
10787     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10788     layout: "plot-service-density"
10789
10790 - type: "plot"
10791   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10792   algorithm: "plot_nf_heatmap"
10793   output-file-type: ".html"
10794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10795   data: "plot-vpp-nfv-2n-clx-mrr"
10796   filter: "'NIC_Intel-XXV710' and
10797            'NF_DENSITY' and
10798            'DOCKER' and
10799            'PIPELINE' and
10800            'NF_VPPIP4' and
10801            'IMIX' and
10802            '4T2C' and
10803            'MRR'"
10804   parameters:
10805   - "result"
10806   - "name"
10807   - "tags"
10808   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10809   x-axis: "X = CNFs per Service Pipeline"
10810   y-axis: "Y = Number of Service Pipelines"
10811   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10812   layout:
10813     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10814     layout: "plot-service-density"
10815
10816 - type: "plot"
10817   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10818   algorithm: "plot_nf_heatmap"
10819   output-file-type: ".html"
10820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10821   data: "plot-vpp-nfv-2n-clx-mrr"
10822   filter: "'NIC_Intel-XXV710' and
10823            'NF_DENSITY' and
10824            'DOCKER' and
10825            'PIPELINE' and
10826            'NF_VPPIP4' and
10827            'IMIX' and
10828            '8T4C' and
10829            'MRR'"
10830   parameters:
10831   - "result"
10832   - "name"
10833   - "tags"
10834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10835   x-axis: "X = CNFs per Service Pipeline"
10836   y-axis: "Y = Number of Service Pipelines"
10837   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10838   layout:
10839     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10840     layout: "plot-service-density"
10841
10842 # Plots - NF Density - CSP - NDR IMIX
10843 - type: "plot"
10844   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10845   algorithm: "plot_nf_heatmap"
10846   output-file-type: ".html"
10847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10848   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10849   filter: "'NIC_Intel-XXV710' and
10850            'NF_DENSITY' and
10851            'DOCKER' and
10852            'PIPELINE' and
10853            'NF_VPPIP4' and
10854            'IMIX' and
10855            '2T1C' and
10856            'NDRPDR'"
10857   parameters:
10858   - "throughput"
10859   - "name"
10860   - "tags"
10861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10862   x-axis: "X = CNFs per Service Pipeline"
10863   y-axis: "Y = Number of Service Pipelines"
10864   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10865   layout:
10866     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10867     layout: "plot-service-density"
10868
10869 - type: "plot"
10870   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10871   algorithm: "plot_nf_heatmap"
10872   output-file-type: ".html"
10873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10874   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10875   filter: "'NIC_Intel-XXV710' and
10876            'NF_DENSITY' and
10877            'DOCKER' and
10878            'PIPELINE' and
10879            'NF_VPPIP4' and
10880            'IMIX' and
10881            '4T2C' and
10882            'NDRPDR'"
10883   parameters:
10884   - "throughput"
10885   - "name"
10886   - "tags"
10887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10888   x-axis: "X = CNFs per Service Pipeline"
10889   y-axis: "Y = Number of Service Pipelines"
10890   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10891   layout:
10892     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10893     layout: "plot-service-density"
10894
10895 - type: "plot"
10896   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10897   algorithm: "plot_nf_heatmap"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10900   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10901   filter: "'NIC_Intel-XXV710' and
10902            'NF_DENSITY' and
10903            'DOCKER' and
10904            'PIPELINE' and
10905            'NF_VPPIP4' and
10906            'IMIX' and
10907            '8T4C' and
10908            'NDRPDR'"
10909   parameters:
10910   - "throughput"
10911   - "name"
10912   - "tags"
10913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10914   x-axis: "X = CNFs per Service Pipeline"
10915   y-axis: "Y = Number of Service Pipelines"
10916   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10917   layout:
10918     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10919     layout: "plot-service-density"
10920
10921 # Plots - NF Density - CSP - PDR IMIX
10922 - type: "plot"
10923   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10924   algorithm: "plot_nf_heatmap"
10925   output-file-type: ".html"
10926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10927   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10928   filter: "'NIC_Intel-XXV710' and
10929            'NF_DENSITY' and
10930            'DOCKER' and
10931            'PIPELINE' and
10932            'NF_VPPIP4' and
10933            'IMIX' and
10934            '2T1C' and
10935            'NDRPDR'"
10936   parameters:
10937   - "throughput"
10938   - "name"
10939   - "tags"
10940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10941   x-axis: "X = CNFs per Service Pipeline"
10942   y-axis: "Y = Number of Service Pipelines"
10943   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10944   layout:
10945     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10946     layout: "plot-service-density"
10947
10948 - type: "plot"
10949   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10950   algorithm: "plot_nf_heatmap"
10951   output-file-type: ".html"
10952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10953   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10954   filter: "'NIC_Intel-XXV710' and
10955            'NF_DENSITY' and
10956            'DOCKER' and
10957            'PIPELINE' and
10958            'NF_VPPIP4' and
10959            'IMIX' and
10960            '4T2C' and
10961            'NDRPDR'"
10962   parameters:
10963   - "throughput"
10964   - "name"
10965   - "tags"
10966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10967   x-axis: "X = CNFs per Service Pipeline"
10968   y-axis: "Y = Number of Service Pipelines"
10969   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10970   layout:
10971     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10972     layout: "plot-service-density"
10973
10974 - type: "plot"
10975   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10976   algorithm: "plot_nf_heatmap"
10977   output-file-type: ".html"
10978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10979   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10980   filter: "'NIC_Intel-XXV710' and
10981            'NF_DENSITY' and
10982            'DOCKER' and
10983            'PIPELINE' and
10984            'NF_VPPIP4' and
10985            'IMIX' and
10986            '8T4C' and
10987            'NDRPDR'"
10988   parameters:
10989   - "throughput"
10990   - "name"
10991   - "tags"
10992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10993   x-axis: "X = CNFs per Service Pipeline"
10994   y-axis: "Y = Number of Service Pipelines"
10995   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10996   layout:
10997     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10998     layout: "plot-service-density"
10999
11000 ################################################################################
11001
11002 # Packet Throughput
11003
11004 - type: "plot"
11005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11006   algorithm: "plot_perf_box_name"
11007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11009   include:
11010     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11011     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11014   layout:
11015     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11023   include:
11024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11028   layout:
11029     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11030     layout: "plot-throughput"
11031
11032 - type: "plot"
11033   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11034   algorithm: "plot_perf_box_name"
11035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11037   include:
11038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11042   layout:
11043     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11044     layout: "plot-throughput"
11045
11046 - type: "plot"
11047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11048   algorithm: "plot_perf_box_name"
11049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11051   include:
11052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11056   layout:
11057     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11058     layout: "plot-throughput"
11059
11060 - type: "plot"
11061   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11062   algorithm: "plot_perf_box_name"
11063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11065   include:
11066     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11067     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11068     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11069     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11070     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11071   layout:
11072     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11073     layout: "plot-throughput"
11074
11075 - type: "plot"
11076   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11077   algorithm: "plot_perf_box_name"
11078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11080   include:
11081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11082     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11083     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11084     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11085     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11086   layout:
11087     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11088     layout: "plot-throughput"
11089
11090 - type: "plot"
11091   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11092   algorithm: "plot_perf_box_name"
11093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11095   include:
11096     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11097     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11098     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11099     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11100     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11101   layout:
11102     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11103     layout: "plot-throughput"
11104
11105 - type: "plot"
11106   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11107   algorithm: "plot_perf_box_name"
11108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11110   include:
11111     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11112     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11113     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11114     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11115     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11116   layout:
11117     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11118     layout: "plot-throughput"
11119
11120 - type: "plot"
11121   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11122   algorithm: "plot_perf_box_name"
11123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11125   include:
11126     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11127     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11128     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11129     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11130     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11131   layout:
11132     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11133     layout: "plot-throughput"
11134
11135 - type: "plot"
11136   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11137   algorithm: "plot_perf_box_name"
11138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11140   include:
11141     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11142     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11143     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11144     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11145     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11146   layout:
11147     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11148     layout: "plot-throughput"
11149
11150 - type: "plot"
11151   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11152   algorithm: "plot_perf_box_name"
11153   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11155   include:
11156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11162   layout:
11163     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11164     layout: "plot-throughput"
11165
11166 - type: "plot"
11167   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11168   algorithm: "plot_perf_box_name"
11169   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11171   include:
11172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11178   layout:
11179     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11180     layout: "plot-throughput"
11181
11182 - type: "plot"
11183   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11184   algorithm: "plot_perf_box_name"
11185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11187   include:
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11193   layout:
11194     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11195     layout: "plot-throughput"
11196
11197 - type: "plot"
11198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11199   algorithm: "plot_perf_box_name"
11200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11202   include:
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11208   layout:
11209     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11217   include:
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11221   layout:
11222     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11223     layout: "plot-throughput"
11224
11225 - type: "plot"
11226   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11227   algorithm: "plot_perf_box_name"
11228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11230   include:
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11234   layout:
11235     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11249   layout:
11250     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11251     layout: "plot-throughput"
11252
11253 - type: "plot"
11254   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11255   algorithm: "plot_perf_box_name"
11256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11258   include:
11259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11264   layout:
11265     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11266     layout: "plot-throughput"
11267
11268 - type: "plot"
11269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11270   algorithm: "plot_perf_box_name"
11271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11273   include:
11274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11277   layout:
11278     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11279     layout: "plot-throughput"
11280
11281 - type: "plot"
11282   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11283   algorithm: "plot_perf_box_name"
11284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11286   include:
11287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11290   layout:
11291     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11299   include:
11300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11306   layout:
11307     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11308     layout: "plot-throughput"
11309
11310 - type: "plot"
11311   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11315   include:
11316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11322   layout:
11323     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11331   include:
11332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11338   layout:
11339     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11340     layout: "plot-throughput"
11341
11342 - type: "plot"
11343   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11344   algorithm: "plot_perf_box_name"
11345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11347   include:
11348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11354   layout:
11355     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11363   include:
11364     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11367   layout:
11368     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11376   include:
11377     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11380   layout:
11381     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11382     layout: "plot-throughput"
11383
11384 - type: "plot"
11385   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11386   algorithm: "plot_perf_box_name"
11387   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11389   include:
11390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11393 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11394 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11395   layout:
11396     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11401   algorithm: "plot_perf_box_name"
11402   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11404   include:
11405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11408 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11409 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11410   layout:
11411     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11416   algorithm: "plot_perf_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11425   layout:
11426     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11427     layout: "plot-throughput"
11428
11429 - type: "plot"
11430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11431   algorithm: "plot_perf_box_name"
11432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11434   include:
11435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11440   layout:
11441     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11449   include:
11450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11455   layout:
11456     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11461   algorithm: "plot_perf_box_name"
11462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11464   include:
11465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11470   layout:
11471     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11486   layout:
11487     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11495   include:
11496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11502   layout:
11503     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11504     layout: "plot-throughput"
11505
11506 - type: "plot"
11507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11508   algorithm: "plot_perf_box_name"
11509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11511   include:
11512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11518   layout:
11519     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11534   layout:
11535     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11543   include:
11544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11549   layout:
11550     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11551     layout: "plot-throughput"
11552
11553 - type: "plot"
11554   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11555   algorithm: "plot_perf_box_name"
11556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11558   include:
11559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11564   layout:
11565     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11570   algorithm: "plot_perf_box_name"
11571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11572   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11573   include:
11574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11580   layout:
11581     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11582     layout: "plot-throughput"
11583
11584 - type: "plot"
11585   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11586   algorithm: "plot_perf_box_name"
11587   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11588   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11589   include:
11590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11596   layout:
11597     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11598     layout: "plot-throughput"
11599
11600 - type: "plot"
11601   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11602   algorithm: "plot_perf_box_name"
11603   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11604   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11605   include:
11606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11611   layout:
11612     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11619   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11620   include:
11621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11626   layout:
11627     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11628     layout: "plot-throughput"
11629
11630 - type: "plot"
11631   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11632   algorithm: "plot_perf_box_name"
11633   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11634   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11635   include:
11636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11642   layout:
11643     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11650   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11651   include:
11652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11658   layout:
11659     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11660     layout: "plot-throughput"
11661
11662 - type: "plot"
11663   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11664   algorithm: "plot_perf_box_name"
11665   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11666   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11667   include:
11668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11673   layout:
11674     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11682   include:
11683     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11688   layout:
11689     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11696   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11697   include:
11698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11704   layout:
11705     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11706     layout: "plot-throughput"
11707
11708 - type: "plot"
11709   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11712   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11713   include:
11714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11720   layout:
11721     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11729   include:
11730     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11732   layout:
11733     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11734     layout: "plot-throughput"
11735
11736 - type: "plot"
11737   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11738   algorithm: "plot_perf_box_name"
11739   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11741   include:
11742     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11744   layout:
11745     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11753   include:
11754     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11758   layout:
11759     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11772   layout:
11773     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781   include:
11782     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11786   layout:
11787     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11792   algorithm: "plot_perf_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11795   include:
11796     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11800   layout:
11801     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11808   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11809   include:
11810     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11814   layout:
11815     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11823   include:
11824     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11828   layout:
11829     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11837   include:
11838     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11842   layout:
11843     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11844     layout: "plot-throughput"
11845
11846 - type: "plot"
11847   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11848   algorithm: "plot_perf_box_name"
11849   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11850   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11851   include:
11852     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11856   layout:
11857     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11865   include:
11866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11872   layout:
11873     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11881   include:
11882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11888   layout:
11889     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11897   include:
11898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11903   layout:
11904     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11905     layout: "plot-throughput"
11906
11907 - type: "plot"
11908   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11909   algorithm: "plot_perf_box_name"
11910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11912   include:
11913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11918   layout:
11919     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11927   include:
11928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11933   layout:
11934     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11935     layout: "plot-throughput"
11936
11937 - type: "plot"
11938   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11939   algorithm: "plot_perf_box_name"
11940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11942   include:
11943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11948   layout:
11949     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11957   include:
11958     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11961   layout:
11962     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11970   include:
11971     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11974   layout:
11975     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11983   include:
11984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11987   layout:
11988     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12000   layout:
12001     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12009   include:
12010     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12015   layout:
12016     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12024   include:
12025     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12030   layout:
12031     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12039   include:
12040     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12045   layout:
12046     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12047     layout: "plot-throughput"
12048
12049 - type: "plot"
12050   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12051   algorithm: "plot_perf_box_name"
12052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12054   include:
12055     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12060   layout:
12061     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12066   algorithm: "plot_perf_box_name"
12067   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12068   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12069   include:
12070     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12075   layout:
12076     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12084   include:
12085     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12090   layout:
12091     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12098   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12099   include:
12100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12105   layout:
12106     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12113   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12114   include:
12115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12120   layout:
12121     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12128   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12129   include:
12130     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12135   layout:
12136     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12143   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12144   include:
12145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12150   layout:
12151     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12159   include:
12160     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12163     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166   layout:
12167     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12175   include:
12176     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12177     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12178     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12179     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12182   layout:
12183     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12191   include:
12192     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12196   layout:
12197     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12205   include:
12206     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12207     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12208     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12209     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12210   layout:
12211     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12221     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12222     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12223     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12224     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12226   layout:
12227     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12235   include:
12236     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12237     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12238     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12239     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12240     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12241     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12242   layout:
12243     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12251   include:
12252     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12253     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12254     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12255     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12258   layout:
12259     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12267   include:
12268     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12269     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12270     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12271     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12272     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12274   layout:
12275     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12283   include:
12284     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12285     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12286     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12288     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12290   layout:
12291     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12299   include:
12300     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12301     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12302     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12304     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12305     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12306   layout:
12307     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12315   include:
12316     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12321     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12322   layout:
12323     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12331   include:
12332     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12333     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12337     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12338   layout:
12339     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12344   algorithm: "plot_perf_box_name"
12345   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12346   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12347   include:
12348     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12349     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12354   layout:
12355     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12363   include:
12364     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12365     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12366     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12367     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12368     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12369     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12370   layout:
12371     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12379   include:
12380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12386   layout:
12387     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12395   include:
12396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12402   layout:
12403     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12411   include:
12412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12418   layout:
12419     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12427   include:
12428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12434   layout:
12435     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12443   include:
12444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12450   layout:
12451     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12459   include:
12460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12466   layout:
12467     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12480   layout:
12481     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12494   layout:
12495     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12503   include:
12504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12508   layout:
12509     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12517   include:
12518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12522   layout:
12523     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12531   include:
12532     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12538   layout:
12539     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12547   include:
12548     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12554   layout:
12555     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12569   layout:
12570     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12571     layout: "plot-throughput"
12572
12573 - type: "plot"
12574   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12575   algorithm: "plot_perf_box_name"
12576   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12578   include:
12579     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12584   layout:
12585     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12593   include:
12594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12599   layout:
12600     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12601     layout: "plot-throughput"
12602
12603 - type: "plot"
12604   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12605   algorithm: "plot_perf_box_name"
12606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12608   include:
12609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12614   layout:
12615     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12616     layout: "plot-throughput"
12617
12618 - type: "plot"
12619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12620   algorithm: "plot_perf_box_name"
12621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12623   include:
12624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12628   layout:
12629     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12630     layout: "plot-throughput"
12631
12632 - type: "plot"
12633   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12634   algorithm: "plot_perf_box_name"
12635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12637   include:
12638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12642   layout:
12643     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12651   include:
12652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12658   layout:
12659     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12674   layout:
12675     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12690   layout:
12691     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12706   layout:
12707     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12722   layout:
12723     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12724     layout: "plot-throughput"
12725
12726 - type: "plot"
12727   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12728   algorithm: "plot_perf_box_name"
12729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12731   include:
12732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12738   layout:
12739     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12747   include:
12748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12754   layout:
12755     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12763   include:
12764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12770   layout:
12771     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12779   include:
12780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12784   layout:
12785     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12793   include:
12794     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12798   layout:
12799     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12800     layout: "plot-throughput"
12801
12802 - type: "plot"
12803   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12804   algorithm: "plot_perf_box_name"
12805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12807   include:
12808     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12814   layout:
12815     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12823   include:
12824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12830   layout:
12831     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12832     layout: "plot-throughput"
12833
12834 - type: "plot"
12835   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12836   algorithm: "plot_perf_box_name"
12837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12839   include:
12840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12846   layout:
12847     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12848     layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12855   include:
12856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12862   layout:
12863     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12864     layout: "plot-throughput"
12865
12866 #- type: "plot"
12867 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12868 #  algorithm: "plot_perf_box_name"
12869 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12870 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12871 #  include:
12872 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12873 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12874 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12875 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12876 #  layout:
12877 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12878 #    layout: "plot-throughput"
12879 #
12880 #- type: "plot"
12881 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12882 #  algorithm: "plot_perf_box_name"
12883 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12884 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12885 #  include:
12886 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12887 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12888 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12889 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12890 #  layout:
12891 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12892 #    layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12898   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12899   include:
12900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12906   layout:
12907     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12914   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12915   include:
12916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12922   layout:
12923     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12924     layout: "plot-throughput"
12925
12926 #- type: "plot"
12927 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12928 #  algorithm: "plot_perf_box_name"
12929 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12930 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12931 #  include:
12932 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12933 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12934 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12935 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12936 #  layout:
12937 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12938 #    layout: "plot-throughput"
12939 #
12940 #- type: "plot"
12941 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12942 #  algorithm: "plot_perf_box_name"
12943 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12944 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12945 #  include:
12946 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12947 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12948 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12949 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12950 #  layout:
12951 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12952 #    layout: "plot-throughput"
12953
12954 - type: "plot"
12955   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12956   algorithm: "plot_perf_box_name"
12957   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12958   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12959   include:
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12966   layout:
12967     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12974   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12975   include:
12976     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12982   layout:
12983     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12984     layout: "plot-throughput"
12985
12986 #- type: "plot"
12987 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12988 #  algorithm: "plot_perf_box_name"
12989 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12990 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12991 #  include:
12992 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12993 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12994 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12995 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12996 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12997 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12998 #  layout:
12999 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13000 #    layout: "plot-throughput"
13001 #
13002 #- type: "plot"
13003 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13004 #  algorithm: "plot_perf_box_name"
13005 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13006 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13007 #  include:
13008 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13009 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13010 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13011 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13012 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13013 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13014 #  layout:
13015 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13016 #    layout: "plot-throughput"
13017
13018 - type: "plot"
13019   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13020   algorithm: "plot_perf_box_name"
13021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13023   include:
13024     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13025     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13026     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13027     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13028     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13029     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13030   layout:
13031     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13032     layout: "plot-throughput"
13033
13034 - type: "plot"
13035   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13036   algorithm: "plot_perf_box_name"
13037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13039   include:
13040     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13041     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13042     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13043     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13044     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13045     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13046   layout:
13047     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13055   include:
13056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13057     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13058     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13059     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13060     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13061     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13062   layout:
13063     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13064     layout: "plot-throughput"
13065
13066 - type: "plot"
13067   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13068   algorithm: "plot_perf_box_name"
13069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13071   include:
13072     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13073     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13074     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13075     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13076     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13077     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13078   layout:
13079     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13084   algorithm: "plot_perf_box_name"
13085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13087   include:
13088     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13089     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13090     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13091     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13092     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13093     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13094   layout:
13095     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13100   algorithm: "plot_perf_box_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13103   include:
13104     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13105     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13106     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13107     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13108     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13109     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13110   layout:
13111     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13119   include:
13120     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13121     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13122     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13126   layout:
13127     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13128     layout: "plot-throughput"
13129
13130 - type: "plot"
13131   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13132   algorithm: "plot_perf_box_name"
13133   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13134   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13135   include:
13136     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13137     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13138     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13140     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13142   layout:
13143     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13144     layout: "plot-throughput"
13145
13146 #- type: "plot"
13147 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13148 #  algorithm: "plot_perf_box_name"
13149 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13150 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13151 #  include:
13152 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13153 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13154 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13155 #  layout:
13156 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13157 #    layout: "plot-throughput"
13158 #
13159 #- type: "plot"
13160 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13161 #  algorithm: "plot_perf_box_name"
13162 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13163 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13164 #  include:
13165 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13166 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13167 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13168 #  layout:
13169 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13170 #    layout: "plot-throughput"
13171
13172 - type: "plot"
13173   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13174   algorithm: "plot_perf_box_name"
13175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13177   include:
13178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13183   layout:
13184     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13185     layout: "plot-throughput"
13186
13187 - type: "plot"
13188   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13189   algorithm: "plot_perf_box_name"
13190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13192   include:
13193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13198   layout:
13199     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13200     layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13207   include:
13208     - "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"
13209     - "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"
13210     - "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"
13211     - "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"
13212     - "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"
13213   layout:
13214     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13215     layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13222   include:
13223     - "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"
13224     - "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"
13225     - "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"
13226     - "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"
13227     - "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"
13228   layout:
13229     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13234   algorithm: "plot_perf_box_name"
13235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13237   include:
13238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13243   layout:
13244     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13252   include:
13253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13258   layout:
13259     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13260     layout: "plot-throughput"
13261
13262 - type: "plot"
13263   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13264   algorithm: "plot_perf_box_name"
13265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13267   include:
13268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13273   layout:
13274     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13275     layout: "plot-throughput"
13276
13277 - type: "plot"
13278   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13279   algorithm: "plot_perf_box_name"
13280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13282   include:
13283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13288   layout:
13289     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13290     layout: "plot-throughput"
13291
13292 - type: "plot"
13293   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13294   algorithm: "plot_perf_box_name"
13295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13297   include:
13298     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13300     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13303   layout:
13304     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13305     layout: "plot-throughput"
13306
13307 - type: "plot"
13308   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13309   algorithm: "plot_perf_box_name"
13310   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13312   include:
13313     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13315     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13318   layout:
13319     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13320     layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13327   include:
13328     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13333   layout:
13334     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13335     layout: "plot-throughput"
13336
13337 - type: "plot"
13338   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13342   include:
13343     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13344     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13348   layout:
13349     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13362   layout:
13363     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13376   layout:
13377     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "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"
13387     - "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"
13388     - "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"
13389     - "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"
13390   layout:
13391     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "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"
13401     - "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"
13402     - "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"
13403     - "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"
13404   layout:
13405     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13406     layout: "plot-throughput"
13407
13408 - type: "plot"
13409   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13410   algorithm: "plot_perf_box_name"
13411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13413   include:
13414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13420   layout:
13421     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13422     layout: "plot-throughput"
13423
13424 - type: "plot"
13425   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13426   algorithm: "plot_perf_box_name"
13427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13429   include:
13430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436   layout:
13437     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13438     layout: "plot-throughput"
13439
13440 - type: "plot"
13441   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13442   algorithm: "plot_perf_box_name"
13443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13445   include:
13446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13452   layout:
13453     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13461   include:
13462     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13468   layout:
13469     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13470     layout: "plot-throughput"
13471
13472 - type: "plot"
13473   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13474   algorithm: "plot_perf_box_name"
13475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13477   include:
13478     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13484   layout:
13485     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13486     layout: "plot-throughput"
13487
13488 - type: "plot"
13489   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13490   algorithm: "plot_perf_box_name"
13491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13493   include:
13494     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13500   layout:
13501     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13509   include:
13510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13515   layout:
13516     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13530   layout:
13531     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13539   include:
13540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13542   layout:
13543     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551   include:
13552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554   layout:
13555     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13556     layout: "plot-throughput"
13557
13558 - type: "plot"
13559   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13560   algorithm: "plot_perf_box_name"
13561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13563   include:
13564     - "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"
13565     - "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"
13566   layout:
13567     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13568     layout: "plot-throughput"
13569
13570 - type: "plot"
13571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13572   algorithm: "plot_perf_box_name"
13573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13575   include:
13576     - "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"
13577     - "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"
13578   layout:
13579     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13587   include:
13588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13590   layout:
13591     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13592     layout: "plot-throughput"
13593
13594 - type: "plot"
13595   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13596   algorithm: "plot_perf_box_name"
13597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13599   include:
13600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13602   layout:
13603     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13608   algorithm: "plot_perf_box_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13611   include:
13612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13614   layout:
13615     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13616     layout: "plot-throughput"
13617
13618 - type: "plot"
13619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13620   algorithm: "plot_perf_box_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13626   layout:
13627     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13628     layout: "plot-throughput"
13629
13630 - type: "plot"
13631   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13632   algorithm: "plot_perf_box_name"
13633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13635   include:
13636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13642   layout:
13643     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13644     layout: "plot-throughput"
13645
13646 - type: "plot"
13647   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13648   algorithm: "plot_perf_box_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13651   include:
13652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13658   layout:
13659     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13667   include:
13668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13674   layout:
13675     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13676     layout: "plot-throughput"
13677
13678 - type: "plot"
13679   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13680   algorithm: "plot_perf_box_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13683   include:
13684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690   layout:
13691     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13692     layout: "plot-throughput"
13693
13694 #- type: "plot"
13695 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13696 #  algorithm: "plot_perf_box_name"
13697 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13698 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13699 #  include:
13700 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13701 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13702 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13703 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13706 #  layout:
13707 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13708 #    layout: "plot-throughput"
13709 #
13710 #- type: "plot"
13711 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13712 #  algorithm: "plot_perf_box_name"
13713 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13714 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13715 #  include:
13716 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13717 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13718 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13719 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13720 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13721 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13722 #  layout:
13723 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13724 #    layout: "plot-throughput"
13725
13726 - type: "plot"
13727   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13728   algorithm: "plot_perf_box_name"
13729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13731   include:
13732     - "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"
13733     - "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"
13734     - "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"
13735     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13738   layout:
13739     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13740     layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13747   include:
13748     - "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"
13749     - "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"
13750     - "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"
13751     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13754   layout:
13755     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13756     layout: "plot-throughput"
13757
13758 ################################################################################
13759
13760 # Packet Speedup
13761
13762 - type: "plot"
13763   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13764   algorithm: "plot_tsa_name"
13765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13767   include:
13768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13772   layout:
13773     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13774     layout: "plot-throughput-speedup-analysis"
13775
13776 - type: "plot"
13777   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13778   algorithm: "plot_tsa_name"
13779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13781   include:
13782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13786   layout:
13787     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13788     layout: "plot-throughput-speedup-analysis"
13789
13790 - type: "plot"
13791   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13792   algorithm: "plot_tsa_name"
13793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13800   layout:
13801     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13802     layout: "plot-throughput-speedup-analysis"
13803
13804 - type: "plot"
13805   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13806   algorithm: "plot_tsa_name"
13807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13809   include:
13810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13814   layout:
13815     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13816     layout: "plot-throughput-speedup-analysis"
13817
13818 - type: "plot"
13819   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13820   algorithm: "plot_tsa_name"
13821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13823   include:
13824     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13825     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13829   layout:
13830     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13831     layout: "plot-throughput-speedup-analysis"
13832
13833 - type: "plot"
13834   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13835   algorithm: "plot_tsa_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13838   include:
13839     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13844   layout:
13845     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13846     layout: "plot-throughput-speedup-analysis"
13847
13848 - type: "plot"
13849   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13850   algorithm: "plot_tsa_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13859   layout:
13860     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13861     layout: "plot-throughput-speedup-analysis"
13862
13863 - type: "plot"
13864   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13865   algorithm: "plot_tsa_name"
13866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13868   include:
13869     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13874   layout:
13875     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13876     layout: "plot-throughput-speedup-analysis"
13877
13878 - type: "plot"
13879   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13880   algorithm: "plot_tsa_name"
13881   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13883   include:
13884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13890   layout:
13891     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13892     layout: "plot-throughput-speedup-analysis"
13893
13894 - type: "plot"
13895   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13896   algorithm: "plot_tsa_name"
13897   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13899   include:
13900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13906   layout:
13907     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13915   include:
13916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13921   layout:
13922     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 - type: "plot"
13926   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13927   algorithm: "plot_tsa_name"
13928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13936   layout:
13937     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13945   include:
13946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13949   layout:
13950     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 - type: "plot"
13954   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13955   algorithm: "plot_tsa_name"
13956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13962   layout:
13963     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13964     layout: "plot-throughput-speedup-analysis"
13965
13966 - type: "plot"
13967   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13968   algorithm: "plot_tsa_name"
13969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13971   include:
13972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13977   layout:
13978     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13979     layout: "plot-throughput-speedup-analysis"
13980
13981 - type: "plot"
13982   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13983   algorithm: "plot_tsa_name"
13984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13986   include:
13987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13992   layout:
13993     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13994     layout: "plot-throughput-speedup-analysis"
13995
13996 - type: "plot"
13997   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13998   algorithm: "plot_tsa_name"
13999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14001   include:
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14005   layout:
14006     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14007     layout: "plot-throughput-speedup-analysis"
14008
14009 - type: "plot"
14010   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14018   layout:
14019     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14020     layout: "plot-throughput-speedup-analysis"
14021
14022 - type: "plot"
14023   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14024   algorithm: "plot_tsa_name"
14025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14027   include:
14028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14034   layout:
14035     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14036     layout: "plot-throughput-speedup-analysis"
14037
14038 - type: "plot"
14039   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14040   algorithm: "plot_tsa_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14050   layout:
14051     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14052     layout: "plot-throughput-speedup-analysis"
14053
14054 - type: "plot"
14055   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14056   algorithm: "plot_tsa_name"
14057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14059   include:
14060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14066   layout:
14067     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14068     layout: "plot-throughput-speedup-analysis"
14069
14070 - type: "plot"
14071   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14072   algorithm: "plot_tsa_name"
14073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14075   include:
14076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14082   layout:
14083     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14084     layout: "plot-throughput-speedup-analysis"
14085
14086 - type: "plot"
14087   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14088   algorithm: "plot_tsa_name"
14089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14091   include:
14092     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14095   layout:
14096     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14097     layout: "plot-throughput-speedup-analysis"
14098
14099 - type: "plot"
14100   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14101   algorithm: "plot_tsa_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14104   include:
14105     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14108   layout:
14109     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14110     layout: "plot-throughput-speedup-analysis"
14111
14112 - type: "plot"
14113   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14114   algorithm: "plot_tsa_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14117   include:
14118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14121 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14122 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14123   layout:
14124     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14125     layout: "plot-throughput-speedup-analysis"
14126
14127 - type: "plot"
14128   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14129   algorithm: "plot_tsa_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14136 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14137 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14138   layout:
14139     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14147   include:
14148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14153   layout:
14154     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14155     layout: "plot-throughput-speedup-analysis"
14156
14157 - type: "plot"
14158   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14159   algorithm: "plot_tsa_name"
14160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14162   include:
14163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14168   layout:
14169     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14183   layout:
14184     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14198   layout:
14199     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 - type: "plot"
14203   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14204   algorithm: "plot_tsa_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14207   include:
14208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14214   layout:
14215     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 - type: "plot"
14219   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14220   algorithm: "plot_tsa_name"
14221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14223   include:
14224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14230   layout:
14231     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14232     layout: "plot-throughput-speedup-analysis"
14233
14234 - type: "plot"
14235   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14236   algorithm: "plot_tsa_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14239   include:
14240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14246   layout:
14247     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14248     layout: "plot-throughput-speedup-analysis"
14249
14250 - type: "plot"
14251   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14252   algorithm: "plot_tsa_name"
14253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14262   layout:
14263     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14264     layout: "plot-throughput-speedup-analysis"
14265
14266 - type: "plot"
14267   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14268   algorithm: "plot_tsa_name"
14269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14271   include:
14272     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14274   layout:
14275     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14283   include:
14284     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14286   layout:
14287     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14288     layout: "plot-throughput-speedup-analysis"
14289
14290 - type: "plot"
14291   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14292   algorithm: "plot_tsa_name"
14293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14295   include:
14296     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14300   layout:
14301     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14314   layout:
14315     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14328   layout:
14329     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14330     layout: "plot-throughput-speedup-analysis"
14331
14332 - type: "plot"
14333   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14334   algorithm: "plot_tsa_name"
14335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14337   include:
14338     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14342   layout:
14343     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14344     layout: "plot-throughput-speedup-analysis"
14345
14346 - type: "plot"
14347   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14348   algorithm: "plot_tsa_name"
14349   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14351   include:
14352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14358   layout:
14359     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14360     layout: "plot-throughput-speedup-analysis"
14361
14362 - type: "plot"
14363   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14364   algorithm: "plot_tsa_name"
14365   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14367   include:
14368     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14374   layout:
14375     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14376     layout: "plot-throughput-speedup-analysis"
14377
14378 - type: "plot"
14379   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14380   algorithm: "plot_tsa_name"
14381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14383   include:
14384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14389   layout:
14390     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14391     layout: "plot-throughput-speedup-analysis"
14392
14393 - type: "plot"
14394   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14395   algorithm: "plot_tsa_name"
14396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14398   include:
14399     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14404   layout:
14405     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14406     layout: "plot-throughput-speedup-analysis"
14407
14408 - type: "plot"
14409   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14410   algorithm: "plot_tsa_name"
14411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14413   include:
14414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14419   layout:
14420     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14428   include:
14429     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14434   layout:
14435     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14436     layout: "plot-throughput-speedup-analysis"
14437
14438 - type: "plot"
14439   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14440   algorithm: "plot_tsa_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14443   include:
14444     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14447   layout:
14448     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14456   include:
14457     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14460   layout:
14461     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14462     layout: "plot-throughput-speedup-analysis"
14463
14464 - type: "plot"
14465   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14466   algorithm: "plot_tsa_name"
14467   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14469   include:
14470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14473   layout:
14474     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14486   layout:
14487     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14488     layout: "plot-throughput-speedup-analysis"
14489
14490 - type: "plot"
14491   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14492   algorithm: "plot_tsa_name"
14493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14495   include:
14496     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14501   layout:
14502     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14516   layout:
14517     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14525   include:
14526     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14531   layout:
14532     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14540   include:
14541     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14546   layout:
14547     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14555   include:
14556     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14557     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14558     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14559     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14560     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562   layout:
14563     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14571   include:
14572     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14573     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14574     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14575     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14576     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14577     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14578   layout:
14579     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14587   include:
14588     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14589     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14590     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14591     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14592   layout:
14593     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14601   include:
14602     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14603     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14604     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14605     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14606   layout:
14607     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14617     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14618     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14619     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14620     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14621     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14622   layout:
14623     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14633     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14634     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14635     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14636     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14637     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14638   layout:
14639     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14647   include:
14648     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14649     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14650     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14651     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14652     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14653     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14654   layout:
14655     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14665     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14666     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14667     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14668     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14669     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14670   layout:
14671     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14679   include:
14680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14686   layout:
14687     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14702   layout:
14703     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14711   include:
14712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14718   layout:
14719     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14727   include:
14728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14734   layout:
14735     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14743   include:
14744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14750   layout:
14751     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14759   include:
14760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14766   layout:
14767     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14780   layout:
14781     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14782     layout: "plot-throughput-speedup-analysis"
14783
14784 - type: "plot"
14785   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14786   algorithm: "plot_tsa_name"
14787   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14789   include:
14790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14794   layout:
14795     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14803   include:
14804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14808   layout:
14809     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14810     layout: "plot-throughput-speedup-analysis"
14811
14812 - type: "plot"
14813   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14814   algorithm: "plot_tsa_name"
14815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14817   include:
14818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14822   layout:
14823     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14824     layout: "plot-throughput-speedup-analysis"
14825
14826 - type: "plot"
14827   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14828   algorithm: "plot_tsa_name"
14829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14831   include:
14832     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14834     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14835     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14836     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14838   layout:
14839     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14840     layout: "plot-throughput-speedup-analysis"
14841
14842 - type: "plot"
14843   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14844   algorithm: "plot_tsa_name"
14845   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14847   include:
14848     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14850     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14854   layout:
14855     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14866     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14869   layout:
14870     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14884   layout:
14885     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14893   include:
14894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14899   layout:
14900     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 - type: "plot"
14904   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14905   algorithm: "plot_tsa_name"
14906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14908   include:
14909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14914   layout:
14915     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14928   layout:
14929     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14930     layout: "plot-throughput-speedup-analysis"
14931
14932 - type: "plot"
14933   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14934   algorithm: "plot_tsa_name"
14935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14937   include:
14938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14942   layout:
14943     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14951   include:
14952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14958   layout:
14959     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14974   layout:
14975     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14990   layout:
14991     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15006   layout:
15007     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15022   layout:
15023     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15038   layout:
15039     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15047   include:
15048     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15049     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15050     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15051     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15052     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15053     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15054   layout:
15055     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15056     layout: "plot-throughput-speedup-analysis"
15057
15058 - type: "plot"
15059   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15060   algorithm: "plot_tsa_name"
15061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15063   include:
15064     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15065     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15066     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15067     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15068     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15069     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15070   layout:
15071     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15072     layout: "plot-throughput-speedup-analysis"
15073
15074 - type: "plot"
15075   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15076   algorithm: "plot_tsa_name"
15077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15079   include:
15080     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15081     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15082     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15083     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15084     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15085     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15086   layout:
15087     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15095   include:
15096     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15097     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15098     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15099     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15100     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15101     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15102   layout:
15103     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15117   layout:
15118     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15119     layout: "plot-throughput-speedup-analysis"
15120
15121 - type: "plot"
15122   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15123   algorithm: "plot_tsa_name"
15124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15126   include:
15127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15132   layout:
15133     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15141   include:
15142     - "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"
15143     - "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"
15144     - "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"
15145     - "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"
15146     - "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"
15147   layout:
15148     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15156   include:
15157     - "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"
15158     - "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"
15159     - "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"
15160     - "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"
15161     - "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"
15162   layout:
15163     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15177   layout:
15178     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15186   include:
15187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15192   layout:
15193     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15201   include:
15202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15207   layout:
15208     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15222   layout:
15223     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 - type: "plot"
15227   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15228   algorithm: "plot_tsa_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15231   include:
15232     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15233     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15237   layout:
15238     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15246   include:
15247     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15248     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15252   layout:
15253     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15261   include:
15262     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15263     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15264     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15267   layout:
15268     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15269     layout: "plot-throughput-speedup-analysis"
15270
15271 - type: "plot"
15272   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15273   algorithm: "plot_tsa_name"
15274   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15276   include:
15277     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15278     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15279     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15282   layout:
15283     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15291   include:
15292     - "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"
15293     - "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"
15294     - "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"
15295     - "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"
15296   layout:
15297     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15305   include:
15306     - "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"
15307     - "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"
15308     - "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"
15309     - "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"
15310   layout:
15311     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15319   include:
15320     - "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"
15321     - "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"
15322     - "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"
15323     - "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"
15324   layout:
15325     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15333   include:
15334     - "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"
15335     - "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"
15336     - "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"
15337     - "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"
15338   layout:
15339     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15347   include:
15348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15354   layout:
15355     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15363   include:
15364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15370   layout:
15371     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15379   include:
15380     - "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"
15381     - "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"
15382     - "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"
15383     - "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"
15384     - "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"
15385     - "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"
15386   layout:
15387     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15395   include:
15396     - "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"
15397     - "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"
15398     - "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"
15399     - "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"
15400     - "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"
15401     - "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"
15402   layout:
15403     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15411   include:
15412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15418   layout:
15419     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15434   layout:
15435     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15443   include:
15444     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15449   layout:
15450     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15458   include:
15459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15462     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15464   layout:
15465     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15473   include:
15474     - "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"
15475     - "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"
15476   layout:
15477     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15485   include:
15486     - "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"
15487     - "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"
15488   layout:
15489     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15490     layout: "plot-throughput-speedup-analysis"
15491
15492 - type: "plot"
15493   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15494   algorithm: "plot_tsa_name"
15495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15497   include:
15498     - "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"
15499     - "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"
15500   layout:
15501     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15509   include:
15510     - "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"
15511     - "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"
15512   layout:
15513     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15514     layout: "plot-throughput-speedup-analysis"
15515
15516 - type: "plot"
15517   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15518   algorithm: "plot_tsa_name"
15519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15521   include:
15522     - "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"
15523     - "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"
15524     - "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"
15525     - "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"
15526     - "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"
15527     - "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"
15528   layout:
15529     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15537   include:
15538     - "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"
15539     - "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"
15540     - "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"
15541     - "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"
15542     - "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"
15543     - "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"
15544   layout:
15545     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15553   include:
15554     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15555     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15556     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15557     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15558     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15559   layout:
15560     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15561     layout: "plot-throughput-speedup-analysis"
15562
15563 - type: "plot"
15564   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15565   algorithm: "plot_tsa_name"
15566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15568   include:
15569     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15570     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15571     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15572     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15573     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15574   layout:
15575     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15583   include:
15584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15589   layout:
15590     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15598   include:
15599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15601     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15604   layout:
15605     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15606     layout: "plot-throughput-speedup-analysis"
15607
15608 - type: "plot"
15609   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15610   algorithm: "plot_tsa_name"
15611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15613   include:
15614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15616     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15620   layout:
15621     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15629   include:
15630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15636   layout:
15637     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15645   include:
15646     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15647     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15650   layout:
15651     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15652     layout: "plot-throughput-speedup-analysis"
15653
15654 - type: "plot"
15655   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15656   algorithm: "plot_tsa_name"
15657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15659   include:
15660     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15661     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15664   layout:
15665     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15666     layout: "plot-throughput-speedup-analysis"
15667
15668 - type: "plot"
15669   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15670   algorithm: "plot_tsa_name"
15671   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15672   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15673   include:
15674     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15675     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15676     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15679   layout:
15680     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15681     layout: "plot-throughput-speedup-analysis"
15682
15683 - type: "plot"
15684   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15685   algorithm: "plot_tsa_name"
15686   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15687   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15688   include:
15689     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15690     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15691     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15692     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15693     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15694   layout:
15695     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15696     layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15703   include:
15704     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15705     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15706     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15707     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15708     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15709     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15710   layout:
15711     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15719   include:
15720     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15721     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15722     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15723     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15724     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15725     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15726   layout:
15727     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15735   include:
15736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15740   layout:
15741     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15742     layout: "plot-throughput-speedup-analysis"
15743
15744 - type: "plot"
15745   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15746   algorithm: "plot_tsa_name"
15747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15749   include:
15750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15754   layout:
15755     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15763   include:
15764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15770   layout:
15771     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15779   include:
15780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15786   layout:
15787     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15795   include:
15796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15802   layout:
15803     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15811   include:
15812     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15818   layout:
15819     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15827   include:
15828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15829     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15832     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15833     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15834   layout:
15835     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15843   include:
15844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15846     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15847     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15848     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15849     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15850   layout:
15851     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 - type: "plot"
15855   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15856   algorithm: "plot_tsa_name"
15857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15859   include:
15860     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15861     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15862     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15866   layout:
15867     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15868     layout: "plot-throughput-speedup-analysis"
15869
15870 - type: "plot"
15871   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15872   algorithm: "plot_tsa_name"
15873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15875   include:
15876     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15881     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15882   layout:
15883     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15891   include:
15892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15898   layout:
15899     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15900     layout: "plot-throughput-speedup-analysis"
15901
15902 - type: "plot"
15903   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15904   algorithm: "plot_tsa_name"
15905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15907   include:
15908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15912     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15913     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15914   layout:
15915     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15916     layout: "plot-throughput-speedup-analysis"
15917
15918 #- type: "plot"
15919 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15920 #  algorithm: "plot_tsa_name"
15921 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15922 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15923 #  include:
15924 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15925 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15926 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15927 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15928 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15929 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15930 #  layout:
15931 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15932 #    layout: "plot-throughput-speedup-analysis"
15933 #
15934 #- type: "plot"
15935 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15936 #  algorithm: "plot_tsa_name"
15937 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15938 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15939 #  include:
15940 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15941 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15942 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15943 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15944 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15945 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15946 #  layout:
15947 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15948 #    layout: "plot-throughput-speedup-analysis"
15949
15950 - type: "plot"
15951   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15952   algorithm: "plot_tsa_name"
15953   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15954   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15955   include:
15956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15961   layout:
15962     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15970   include:
15971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15976   layout:
15977     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15985   include:
15986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15992   layout:
15993     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16001   include:
16002     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16003     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16004     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16008   layout:
16009     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16017   include:
16018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16023   layout:
16024     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16025     layout: "plot-throughput-speedup-analysis"
16026
16027 - type: "plot"
16028   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16029   algorithm: "plot_tsa_name"
16030   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16031   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16032   include:
16033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16038   layout:
16039     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16040     layout: "plot-throughput-speedup-analysis"
16041
16042 #- type: "plot"
16043 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16044 #  algorithm: "plot_tsa_name"
16045 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16046 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16047 #  include:
16048 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16049 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16050 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16051 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16052 #  layout:
16053 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16054 #    layout: "plot-throughput-speedup-analysis"
16055 #
16056 #- type: "plot"
16057 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16058 #  algorithm: "plot_tsa_name"
16059 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16060 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16061 #  include:
16062 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16063 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16064 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16065 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16066 #  layout:
16067 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16068 #    layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16075   include:
16076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16082   layout:
16083     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16084     layout: "plot-throughput-speedup-analysis"
16085
16086 - type: "plot"
16087   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16088   algorithm: "plot_tsa_name"
16089   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16090   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16091   include:
16092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16098   layout:
16099     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16107   include:
16108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16109     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16110     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16113   layout:
16114     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 - type: "plot"
16118   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16119   algorithm: "plot_tsa_name"
16120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16122   include:
16123     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16124     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16125     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16128   layout:
16129     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16137   include:
16138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16144   layout:
16145     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 - type: "plot"
16149   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16150   algorithm: "plot_tsa_name"
16151   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16152   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16153   include:
16154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16156     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16160   layout:
16161     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16169   include:
16170     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16174   layout:
16175     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16176     layout: "plot-throughput-speedup-analysis"
16177
16178 - type: "plot"
16179   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16180   algorithm: "plot_tsa_name"
16181   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16182   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16183   include:
16184     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16185     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16186     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16188   layout:
16189     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16197   include:
16198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16203   layout:
16204     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16212   include:
16213     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16218   layout:
16219     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16227   include:
16228     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16229     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16230     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16234   layout:
16235     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 - type: "plot"
16239   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16240   algorithm: "plot_tsa_name"
16241   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16242   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16243   include:
16244     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16245     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16246     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16247     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16250   layout:
16251     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16252     layout: "plot-throughput-speedup-analysis"
16253
16254 #- type: "plot"
16255 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16256 #  algorithm: "plot_tsa_name"
16257 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16258 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16259 #  include:
16260 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16261 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16262 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16263 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16264 #  layout:
16265 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16266 #    layout: "plot-throughput-speedup-analysis"
16267 #
16268 #- type: "plot"
16269 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16270 #  algorithm: "plot_tsa_name"
16271 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16272 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16273 #  include:
16274 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16275 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16276 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16277 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16278 #  layout:
16279 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16280 #    layout: "plot-throughput-speedup-analysis"
16281
16282 - type: "plot"
16283   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16284   algorithm: "plot_tsa_name"
16285   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16286   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16287   include:
16288     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16289     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16290     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16291     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16292     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16293     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16294   layout:
16295     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16296     layout: "plot-throughput-speedup-analysis"
16297
16298 - type: "plot"
16299   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16300   algorithm: "plot_tsa_name"
16301   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16302   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16303   include:
16304     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16305     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16306     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16307     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16308     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16309     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16310   layout:
16311     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 #- type: "plot"
16315 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16316 #  algorithm: "plot_tsa_name"
16317 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16318 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16319 #  include:
16320 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16321 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16322 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16323 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16324 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16325 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16326 #  layout:
16327 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16328 #    layout: "plot-throughput-speedup-analysis"
16329 #
16330 #- type: "plot"
16331 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16332 #  algorithm: "plot_tsa_name"
16333 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16334 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16335 #  include:
16336 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16337 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16338 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16339 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16340 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16341 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16342 #  layout:
16343 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16344 #    layout: "plot-throughput-speedup-analysis"
16345
16346 #- type: "plot"
16347 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16348 #  algorithm: "plot_tsa_name"
16349 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16350 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16351 #  include:
16352 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16353 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16354 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16355 #  layout:
16356 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16357 #    layout: "plot-throughput-speedup-analysis"
16358 #
16359 #- type: "plot"
16360 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16361 #  algorithm: "plot_tsa_name"
16362 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16363 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16364 #  include:
16365 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16366 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16367 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16368 #  layout:
16369 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16370 #    layout: "plot-throughput-speedup-analysis"
16371
16372 ################################################################################
16373
16374 # Packet Throughput - DPDK
16375
16376 # 2n-skx-xxv710
16377
16378 - type: "plot"
16379   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16380   algorithm: "plot_perf_box_name"
16381   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16382   data: "plot-dpdk-throughput-latency-2n-skx"
16383   include:
16384     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16385     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16386   layout:
16387     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16388     layout: "plot-throughput"
16389
16390 - type: "plot"
16391   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16392   algorithm: "plot_perf_box_name"
16393   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16394   data: "plot-dpdk-throughput-latency-2n-skx"
16395   include:
16396     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16397     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16398   layout:
16399     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16400     layout: "plot-throughput"
16401
16402 - type: "plot"
16403   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16404   algorithm: "plot_perf_box_name"
16405   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16406   data: "plot-dpdk-throughput-latency-2n-skx"
16407   include:
16408     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16409     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16410   layout:
16411     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16412     layout: "plot-throughput"
16413
16414 - type: "plot"
16415   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16416   algorithm: "plot_perf_box_name"
16417   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16418   data: "plot-dpdk-throughput-latency-2n-skx"
16419   include:
16420     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16421     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16422   layout:
16423     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16424     layout: "plot-throughput"
16425
16426 # 2n-skx-x710
16427
16428 - type: "plot"
16429   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16430   algorithm: "plot_perf_box_name"
16431   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16432   data: "plot-dpdk-throughput-latency-2n-skx"
16433   include:
16434     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16435     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16436   layout:
16437     title: "2n-skx-x710-64b-2t1c-base-ndr"
16438     layout: "plot-throughput"
16439
16440 - type: "plot"
16441   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16442   algorithm: "plot_perf_box_name"
16443   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16444   data: "plot-dpdk-throughput-latency-2n-skx"
16445   include:
16446     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16447     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16448   layout:
16449     title: "2n-skx-x710-64b-4t2c-base-ndr"
16450     layout: "plot-throughput"
16451
16452 - type: "plot"
16453   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16454   algorithm: "plot_perf_box_name"
16455   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16456   data: "plot-dpdk-throughput-latency-2n-skx"
16457   include:
16458     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16459     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16460   layout:
16461     title: "2n-skx-x710-64b-2t1c-base-pdr"
16462     layout: "plot-throughput"
16463
16464 - type: "plot"
16465   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16466   algorithm: "plot_perf_box_name"
16467   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16468   data: "plot-dpdk-throughput-latency-2n-skx"
16469   include:
16470     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16471     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16472   layout:
16473     title: "2n-skx-x710-64b-4t2c-base-pdr"
16474     layout: "plot-throughput"
16475
16476 # 3n-skx-xxv710
16477
16478 - type: "plot"
16479   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16480   algorithm: "plot_perf_box_name"
16481   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16482   data: "plot-dpdk-throughput-latency-3n-skx"
16483   include:
16484     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16485     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16486   layout:
16487     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16488     layout: "plot-throughput"
16489
16490 - type: "plot"
16491   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16492   algorithm: "plot_perf_box_name"
16493   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16494   data: "plot-dpdk-throughput-latency-3n-skx"
16495   include:
16496     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16497     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16498   layout:
16499     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16500     layout: "plot-throughput"
16501
16502 - type: "plot"
16503   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16504   algorithm: "plot_perf_box_name"
16505   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16506   data: "plot-dpdk-throughput-latency-3n-skx"
16507   include:
16508     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16509     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16510   layout:
16511     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16512     layout: "plot-throughput"
16513
16514 - type: "plot"
16515   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16516   algorithm: "plot_perf_box_name"
16517   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16518   data: "plot-dpdk-throughput-latency-3n-skx"
16519   include:
16520     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16521     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16522   layout:
16523     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16524     layout: "plot-throughput"
16525
16526 # 3n-skx-x710
16527
16528 - type: "plot"
16529   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16530   algorithm: "plot_perf_box_name"
16531   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16532   data: "plot-dpdk-throughput-latency-3n-skx"
16533   include:
16534     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16535     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16536   layout:
16537     title: "3n-skx-x710-64b-2t1c-base-ndr"
16538     layout: "plot-throughput"
16539
16540 - type: "plot"
16541   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16542   algorithm: "plot_perf_box_name"
16543   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16544   data: "plot-dpdk-throughput-latency-3n-skx"
16545   include:
16546     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16547     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16548   layout:
16549     title: "3n-skx-x710-64b-4t2c-base-ndr"
16550     layout: "plot-throughput"
16551
16552 - type: "plot"
16553   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16554   algorithm: "plot_perf_box_name"
16555   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16556   data: "plot-dpdk-throughput-latency-3n-skx"
16557   include:
16558     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16559     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16560   layout:
16561     title: "3n-skx-x710-64b-2t1c-base-pdr"
16562     layout: "plot-throughput"
16563
16564 - type: "plot"
16565   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16566   algorithm: "plot_perf_box_name"
16567   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16568   data: "plot-dpdk-throughput-latency-3n-skx"
16569   include:
16570     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16571     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16572   layout:
16573     title: "3n-skx-x710-64b-4t2c-base-pdr"
16574     layout: "plot-throughput"
16575
16576 # 3n-hsw-xl710
16577
16578 - type: "plot"
16579   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16580   algorithm: "plot_perf_box_name"
16581   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16582   data: "plot-dpdk-throughput-latency-3n-hsw"
16583   include:
16584     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16585     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16586   layout:
16587     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16588     layout: "plot-throughput"
16589
16590 - type: "plot"
16591   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16592   algorithm: "plot_perf_box_name"
16593   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16594   data: "plot-dpdk-throughput-latency-3n-hsw"
16595   include:
16596     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16597     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16598   layout:
16599     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16600     layout: "plot-throughput"
16601
16602 - type: "plot"
16603   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16604   algorithm: "plot_perf_box_name"
16605   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16606   data: "plot-dpdk-throughput-latency-3n-hsw"
16607   include:
16608     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16609     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16610   layout:
16611     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16612     layout: "plot-throughput"
16613
16614 - type: "plot"
16615   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16616   algorithm: "plot_perf_box_name"
16617   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16618   data: "plot-dpdk-throughput-latency-3n-hsw"
16619   include:
16620     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16621     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16622   layout:
16623     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16624     layout: "plot-throughput"
16625
16626 # 3n-hsw-x710
16627
16628 - type: "plot"
16629   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16630   algorithm: "plot_perf_box_name"
16631   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16632   data: "plot-dpdk-throughput-latency-3n-hsw"
16633   include:
16634     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16635     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16636   layout:
16637     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16638     layout: "plot-throughput"
16639
16640 - type: "plot"
16641   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16642   algorithm: "plot_perf_box_name"
16643   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16644   data: "plot-dpdk-throughput-latency-3n-hsw"
16645   include:
16646     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16647     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16648   layout:
16649     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16650     layout: "plot-throughput"
16651
16652 - type: "plot"
16653   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16654   algorithm: "plot_perf_box_name"
16655   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16656   data: "plot-dpdk-throughput-latency-3n-hsw"
16657   include:
16658     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16659     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16660   layout:
16661     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16662     layout: "plot-throughput"
16663
16664 - type: "plot"
16665   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16666   algorithm: "plot_perf_box_name"
16667   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16668   data: "plot-dpdk-throughput-latency-3n-hsw"
16669   include:
16670     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16671     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16672   layout:
16673     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16674     layout: "plot-throughput"
16675
16676 # 2n-dnv-x553
16677
16678 - type: "plot"
16679   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16680   algorithm: "plot_perf_box_name"
16681   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16682   data: "plot-dpdk-throughput-latency-2n-dnv"
16683   include:
16684     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16685     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16686   layout:
16687     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16688     layout: "plot-throughput"
16689
16690 - type: "plot"
16691   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16692   algorithm: "plot_perf_box_name"
16693   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16694   data: "plot-dpdk-throughput-latency-2n-dnv"
16695   include:
16696     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16697     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16698   layout:
16699     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16700     layout: "plot-throughput"
16701
16702 - type: "plot"
16703   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16704   algorithm: "plot_perf_box_name"
16705   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16706   data: "plot-dpdk-throughput-latency-2n-dnv"
16707   include:
16708     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16709     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16710   layout:
16711     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16712     layout: "plot-throughput"
16713
16714 - type: "plot"
16715   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16716   algorithm: "plot_perf_box_name"
16717   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16718   data: "plot-dpdk-throughput-latency-2n-dnv"
16719   include:
16720     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16721     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16722   layout:
16723     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16724     layout: "plot-throughput"
16725
16726 # 3n-dnv-x553
16727
16728 - type: "plot"
16729   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16730   algorithm: "plot_perf_box_name"
16731   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16732   data: "plot-dpdk-throughput-latency-3n-dnv"
16733   include:
16734     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16735     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16736   layout:
16737     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16738     layout: "plot-throughput"
16739
16740 - type: "plot"
16741   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16742   algorithm: "plot_perf_box_name"
16743   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16744   data: "plot-dpdk-throughput-latency-3n-dnv"
16745   include:
16746     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16747     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16748   layout:
16749     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16750     layout: "plot-throughput"
16751
16752 - type: "plot"
16753   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16754   algorithm: "plot_perf_box_name"
16755   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16756   data: "plot-dpdk-throughput-latency-3n-dnv"
16757   include:
16758     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16759     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16760   layout:
16761     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16762     layout: "plot-throughput"
16763
16764 - type: "plot"
16765   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16766   algorithm: "plot_perf_box_name"
16767   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16768   data: "plot-dpdk-throughput-latency-3n-dnv"
16769   include:
16770     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16771     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16772   layout:
16773     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16774     layout: "plot-throughput"
16775
16776 # 3n-tsh-x520
16777
16778 - type: "plot"
16779   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16780   algorithm: "plot_perf_box_name"
16781   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16782   data: "plot-dpdk-throughput-latency-3n-tsh"
16783   include:
16784     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16785     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16786   layout:
16787     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16788     layout: "plot-throughput"
16789
16790 - type: "plot"
16791   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16792   algorithm: "plot_perf_box_name"
16793   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16794   data: "plot-dpdk-throughput-latency-3n-tsh"
16795   include:
16796     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16797     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16798   layout:
16799     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16800     layout: "plot-throughput"
16801
16802 - type: "plot"
16803   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16804   algorithm: "plot_perf_box_name"
16805   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16806   data: "plot-dpdk-throughput-latency-3n-tsh"
16807   include:
16808     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16809     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16810   layout:
16811     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16812     layout: "plot-throughput"
16813
16814 - type: "plot"
16815   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16816   algorithm: "plot_perf_box_name"
16817   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16818   data: "plot-dpdk-throughput-latency-3n-tsh"
16819   include:
16820     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16821     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16822   layout:
16823     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16824     layout: "plot-throughput"
16825
16826 ################################################################################
16827 ###   2n-clx                                                                 ###
16828 ################################################################################
16829
16830 # Packet Throughput
16831
16832 - type: "plot"
16833   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16837   include:
16838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16842   layout:
16843     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16848   algorithm: "plot_perf_box_name"
16849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16851   include:
16852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16856   layout:
16857     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16858     layout: "plot-throughput"
16859
16860 - type: "plot"
16861   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16862   algorithm: "plot_perf_box_name"
16863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16865   include:
16866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16870   layout:
16871     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16879   include:
16880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16884   layout:
16885     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16886     layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16893   include:
16894     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16895     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16896     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16897     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16898   layout:
16899     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16900     layout: "plot-throughput"
16901
16902 - type: "plot"
16903   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16904   algorithm: "plot_perf_box_name"
16905   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16907   include:
16908     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16909     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16910     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16911     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16912   layout:
16913     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16914     layout: "plot-throughput"
16915
16916 - type: "plot"
16917   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16918   algorithm: "plot_perf_box_name"
16919   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16921   include:
16922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16928   layout:
16929     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16930     layout: "plot-throughput"
16931
16932 - type: "plot"
16933   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16934   algorithm: "plot_perf_box_name"
16935   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16937   include:
16938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16943   layout:
16944     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16945     layout: "plot-throughput"
16946
16947 - type: "plot"
16948   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16952   include:
16953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16957   layout:
16958     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16966   include:
16967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16971   layout:
16972     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16973     layout: "plot-throughput"
16974
16975 - type: "plot"
16976   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16977   algorithm: "plot_perf_box_name"
16978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16980   include:
16981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16984   layout:
16985     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16986     layout: "plot-throughput"
16987
16988 - type: "plot"
16989   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16990   algorithm: "plot_perf_box_name"
16991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16993   include:
16994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16997   layout:
16998     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16999     layout: "plot-throughput"
17000
17001 - type: "plot"
17002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17003   algorithm: "plot_perf_box_name"
17004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17006   include:
17007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17012   layout:
17013     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17014     layout: "plot-throughput"
17015
17016 - type: "plot"
17017   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17018   algorithm: "plot_perf_box_name"
17019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17021   include:
17022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17027   layout:
17028     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17029     layout: "plot-throughput"
17030
17031 - type: "plot"
17032   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17033   algorithm: "plot_perf_box_name"
17034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17036   include:
17037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17040   layout:
17041     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17049   include:
17050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17053   layout:
17054     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17069   layout:
17070     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17078   include:
17079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17085   layout:
17086     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17094   include:
17095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17101   layout:
17102     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17103     layout: "plot-throughput"
17104
17105 - type: "plot"
17106   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17107   algorithm: "plot_perf_box_name"
17108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17110   include:
17111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17117   layout:
17118     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17119     layout: "plot-throughput"
17120
17121 - type: "plot"
17122   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17123   algorithm: "plot_perf_box_name"
17124   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17126   include:
17127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17129   layout:
17130     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17131     layout: "plot-throughput"
17132
17133 - type: "plot"
17134   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17135   algorithm: "plot_perf_box_name"
17136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17138   include:
17139     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17141   layout:
17142     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17147   algorithm: "plot_perf_box_name"
17148   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17150   include:
17151     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17157   layout:
17158     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17166   include:
17167     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17173   layout:
17174     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17189   layout:
17190     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17205   layout:
17206     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17207     layout: "plot-throughput"
17208
17209 - type: "plot"
17210   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17211   algorithm: "plot_perf_box_name"
17212   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17214   include:
17215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17221   layout:
17222     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17230   include:
17231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17237   layout:
17238     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17239     layout: "plot-throughput"
17240
17241 - type: "plot"
17242   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17243   algorithm: "plot_perf_box_name"
17244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17246   include:
17247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17252   layout:
17253     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17261   include:
17262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17267   layout:
17268     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17269     layout: "plot-throughput"
17270
17271 - type: "plot"
17272   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17273   algorithm: "plot_perf_box_name"
17274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17276   include:
17277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17282   layout:
17283     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17284     layout: "plot-throughput"
17285
17286 - type: "plot"
17287   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17288   algorithm: "plot_perf_box_name"
17289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17291   include:
17292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17297   layout:
17298     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17299     layout: "plot-throughput"
17300
17301 - type: "plot"
17302   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17303   algorithm: "plot_perf_box_name"
17304   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17306   include:
17307     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17309     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17310     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17311     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17312   layout:
17313     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17314     layout: "plot-throughput"
17315
17316 - type: "plot"
17317   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17318   algorithm: "plot_perf_box_name"
17319   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17321   include:
17322     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17325     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17326     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17327   layout:
17328     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17329     layout: "plot-throughput"
17330
17331 - type: "plot"
17332   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17333   algorithm: "plot_perf_box_name"
17334   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17336   include:
17337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17342   layout:
17343     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17344     layout: "plot-throughput"
17345
17346 - type: "plot"
17347   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17348   algorithm: "plot_perf_box_name"
17349   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17351   include:
17352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17357   layout:
17358     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17366   include:
17367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17370     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17372   layout:
17373     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17374     layout: "plot-throughput"
17375
17376 - type: "plot"
17377   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17378   algorithm: "plot_perf_box_name"
17379   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17381   include:
17382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17387   layout:
17388     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17396   include:
17397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17403   layout:
17404     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412   include:
17413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17419   layout:
17420     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17421     layout: "plot-throughput"
17422
17423 - type: "plot"
17424   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17425   algorithm: "plot_perf_box_name"
17426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17428   include:
17429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17433   layout:
17434     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442   include:
17443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17447   layout:
17448     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17456   include:
17457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17463   layout:
17464     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17479   layout:
17480     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17481     layout: "plot-throughput"
17482
17483 - type: "plot"
17484   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17485   algorithm: "plot_perf_box_name"
17486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17488   include:
17489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17493   layout:
17494     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17507   layout:
17508     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17509     layout: "plot-throughput"
17510
17511 - type: "plot"
17512   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17513   algorithm: "plot_perf_box_name"
17514   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17516   include:
17517     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17518     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17519     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17520     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17521     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17522     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17523   layout:
17524     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17525     layout: "plot-throughput"
17526
17527 - type: "plot"
17528   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532   include:
17533     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17534     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17535     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17536     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17537     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17538     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17539   layout:
17540     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17550     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17551     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17553   layout:
17554     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17564     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17565     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17566     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17567   layout:
17568     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17569     layout: "plot-throughput"
17570
17571 - type: "plot"
17572   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17573   algorithm: "plot_perf_box_name"
17574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17576   include:
17577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17582   layout:
17583     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17584     layout: "plot-throughput"
17585
17586 - type: "plot"
17587   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17588   algorithm: "plot_perf_box_name"
17589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17591   include:
17592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17597   layout:
17598     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17603   algorithm: "plot_perf_box_name"
17604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17606   include:
17607     - "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"
17608     - "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"
17609     - "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"
17610     - "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"
17611     - "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"
17612   layout:
17613     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17614     layout: "plot-throughput"
17615
17616 - type: "plot"
17617   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17618   algorithm: "plot_perf_box_name"
17619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17621   include:
17622     - "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"
17623     - "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"
17624     - "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"
17625     - "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"
17626     - "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"
17627   layout:
17628     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17629     layout: "plot-throughput"
17630
17631 - type: "plot"
17632   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17633   algorithm: "plot_perf_box_name"
17634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17636   include:
17637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17638     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17639     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17642   layout:
17643     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17644     layout: "plot-throughput"
17645
17646 - type: "plot"
17647   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17648   algorithm: "plot_perf_box_name"
17649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17651   include:
17652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17657   layout:
17658     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17659     layout: "plot-throughput"
17660
17661 - type: "plot"
17662   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17663   algorithm: "plot_perf_box_name"
17664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17666   include:
17667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17668     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17671     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17672   layout:
17673     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17674     layout: "plot-throughput"
17675
17676 - type: "plot"
17677   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17678   algorithm: "plot_perf_box_name"
17679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17681   include:
17682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17684     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17685     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17687   layout:
17688     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17689     layout: "plot-throughput"
17690
17691 - type: "plot"
17692   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17693   algorithm: "plot_perf_box_name"
17694   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17696   include:
17697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17701   layout:
17702     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17715   layout:
17716     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17717     layout: "plot-throughput"
17718
17719 - type: "plot"
17720   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17721   algorithm: "plot_perf_box_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "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"
17726     - "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"
17727     - "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"
17728     - "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"
17729   layout:
17730     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17731     layout: "plot-throughput"
17732
17733 - type: "plot"
17734   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17735   algorithm: "plot_perf_box_name"
17736   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17738   include:
17739     - "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"
17740     - "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"
17741     - "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"
17742     - "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"
17743   layout:
17744     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17745     layout: "plot-throughput"
17746
17747 - type: "plot"
17748   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17749   algorithm: "plot_perf_box_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "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"
17754     - "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"
17755     - "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"
17756     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17757     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17758     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17759   layout:
17760     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17761     layout: "plot-throughput"
17762
17763 - type: "plot"
17764   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17765   algorithm: "plot_perf_box_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "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"
17770     - "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"
17771     - "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"
17772     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17773     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17774     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17775   layout:
17776     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17777     layout: "plot-throughput"
17778
17779 ################################################################################
17780
17781 # Packet Speedup
17782
17783 - type: "plot"
17784   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17785   algorithm: "plot_tsa_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17793   layout:
17794     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17795     layout: "plot-throughput-speedup-analysis"
17796
17797 - type: "plot"
17798   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17799   algorithm: "plot_tsa_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17823     layout: "plot-throughput-speedup-analysis"
17824
17825 - type: "plot"
17826   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17827   algorithm: "plot_tsa_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17835   layout:
17836     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17837     layout: "plot-throughput-speedup-analysis"
17838
17839 - type: "plot"
17840   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17841   algorithm: "plot_tsa_name"
17842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17844   include:
17845     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17847     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17848     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17849   layout:
17850     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17851     layout: "plot-throughput-speedup-analysis"
17852
17853 - type: "plot"
17854   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17855   algorithm: "plot_tsa_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17860     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17861     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17862     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17863   layout:
17864     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17865     layout: "plot-throughput-speedup-analysis"
17866
17867 - type: "plot"
17868   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17869   algorithm: "plot_tsa_name"
17870   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17872   include:
17873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17879   layout:
17880     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17881     layout: "plot-throughput-speedup-analysis"
17882
17883 - type: "plot"
17884   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17885   algorithm: "plot_tsa_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17895   layout:
17896     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17897     layout: "plot-throughput-speedup-analysis"
17898
17899 - type: "plot"
17900   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17901   algorithm: "plot_tsa_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17911     layout: "plot-throughput-speedup-analysis"
17912
17913 - type: "plot"
17914   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17915   algorithm: "plot_tsa_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17923   layout:
17924     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17925     layout: "plot-throughput-speedup-analysis"
17926
17927 - type: "plot"
17928   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17929   algorithm: "plot_tsa_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17936   layout:
17937     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17938     layout: "plot-throughput-speedup-analysis"
17939
17940 - type: "plot"
17941   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17942   algorithm: "plot_tsa_name"
17943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17945   include:
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17949   layout:
17950     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17951     layout: "plot-throughput-speedup-analysis"
17952
17953 - type: "plot"
17954   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17955   algorithm: "plot_tsa_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17964   layout:
17965     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17966     layout: "plot-throughput-speedup-analysis"
17967
17968 - type: "plot"
17969   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17970   algorithm: "plot_tsa_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17979   layout:
17980     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17981     layout: "plot-throughput-speedup-analysis"
17982
17983 - type: "plot"
17984   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17985   algorithm: "plot_tsa_name"
17986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17988   include:
17989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17994     layout: "plot-throughput-speedup-analysis"
17995
17996 - type: "plot"
17997   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17998   algorithm: "plot_tsa_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18005   layout:
18006     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18021   layout:
18022     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18023     layout: "plot-throughput-speedup-analysis"
18024
18025 - type: "plot"
18026   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18027   algorithm: "plot_tsa_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18037   layout:
18038     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18039     layout: "plot-throughput-speedup-analysis"
18040
18041 - type: "plot"
18042   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18043   algorithm: "plot_tsa_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18053   layout:
18054     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18055     layout: "plot-throughput-speedup-analysis"
18056
18057 - type: "plot"
18058   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18059   algorithm: "plot_tsa_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18069   layout:
18070     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18071     layout: "plot-throughput-speedup-analysis"
18072
18073 - type: "plot"
18074   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18075   algorithm: "plot_tsa_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18081   layout:
18082     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18083     layout: "plot-throughput-speedup-analysis"
18084
18085 - type: "plot"
18086   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18087   algorithm: "plot_tsa_name"
18088   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18090   include:
18091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18093   layout:
18094     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18095     layout: "plot-throughput-speedup-analysis"
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18107     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18109   layout:
18110     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18111     layout: "plot-throughput-speedup-analysis"
18112
18113 - type: "plot"
18114   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18115   algorithm: "plot_tsa_name"
18116   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18118   include:
18119     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18121     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18125   layout:
18126     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18127     layout: "plot-throughput-speedup-analysis"
18128
18129 - type: "plot"
18130   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18131   algorithm: "plot_tsa_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18136     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18137     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18141   layout:
18142     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18143     layout: "plot-throughput-speedup-analysis"
18144
18145 - type: "plot"
18146   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18147   algorithm: "plot_tsa_name"
18148   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18150   include:
18151     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18152     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18157   layout:
18158     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18159     layout: "plot-throughput-speedup-analysis"
18160
18161 - type: "plot"
18162   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18163   algorithm: "plot_tsa_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18173   layout:
18174     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18175     layout: "plot-throughput-speedup-analysis"
18176
18177 - type: "plot"
18178   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18179   algorithm: "plot_tsa_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18189   layout:
18190     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18191     layout: "plot-throughput-speedup-analysis"
18192
18193 - type: "plot"
18194   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18195   algorithm: "plot_tsa_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18206     layout: "plot-throughput-speedup-analysis"
18207
18208 - type: "plot"
18209   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18210   algorithm: "plot_tsa_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18221     layout: "plot-throughput-speedup-analysis"
18222
18223 - type: "plot"
18224   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18225   algorithm: "plot_tsa_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18234   layout:
18235     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18236     layout: "plot-throughput-speedup-analysis"
18237
18238 - type: "plot"
18239   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18240   algorithm: "plot_tsa_name"
18241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18243   include:
18244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18249   layout:
18250     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18251     layout: "plot-throughput-speedup-analysis"
18252
18253 - type: "plot"
18254   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18255   algorithm: "plot_tsa_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18264   layout:
18265     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18266     layout: "plot-throughput-speedup-analysis"
18267
18268 - type: "plot"
18269   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18270   algorithm: "plot_tsa_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18279   layout:
18280     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18281     layout: "plot-throughput-speedup-analysis"
18282
18283 - type: "plot"
18284   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18285   algorithm: "plot_tsa_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18294   layout:
18295     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18296     layout: "plot-throughput-speedup-analysis"
18297
18298 - type: "plot"
18299   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18300   algorithm: "plot_tsa_name"
18301   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18303   include:
18304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18309   layout:
18310     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18311     layout: "plot-throughput-speedup-analysis"
18312
18313 - type: "plot"
18314   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18315   algorithm: "plot_tsa_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18324   layout:
18325     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18326     layout: "plot-throughput-speedup-analysis"
18327
18328 - type: "plot"
18329   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18330   algorithm: "plot_tsa_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18339   layout:
18340     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18355   layout:
18356     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18357     layout: "plot-throughput-speedup-analysis"
18358
18359 - type: "plot"
18360   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18361   algorithm: "plot_tsa_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18371   layout:
18372     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18373     layout: "plot-throughput-speedup-analysis"
18374
18375 - type: "plot"
18376   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18377   algorithm: "plot_tsa_name"
18378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18380   include:
18381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18385   layout:
18386     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18387     layout: "plot-throughput-speedup-analysis"
18388
18389 - type: "plot"
18390   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18391   algorithm: "plot_tsa_name"
18392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18394   include:
18395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18399   layout:
18400     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18401     layout: "plot-throughput-speedup-analysis"
18402
18403 - type: "plot"
18404   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18405   algorithm: "plot_tsa_name"
18406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18408   include:
18409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18415   layout:
18416     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18417     layout: "plot-throughput-speedup-analysis"
18418
18419 - type: "plot"
18420   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18421   algorithm: "plot_tsa_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18431   layout:
18432     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18433     layout: "plot-throughput-speedup-analysis"
18434
18435 - type: "plot"
18436   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18437   algorithm: "plot_tsa_name"
18438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18440   include:
18441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18445   layout:
18446     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18459   layout:
18460     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18461     layout: "plot-throughput-speedup-analysis"
18462
18463 - type: "plot"
18464   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18465   algorithm: "plot_tsa_name"
18466   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18468   include:
18469     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18471     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18472     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18473     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18474     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18475   layout:
18476     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18477     layout: "plot-throughput-speedup-analysis"
18478
18479 - type: "plot"
18480   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18481   algorithm: "plot_tsa_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18487     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18489     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18490     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18491   layout:
18492     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18493     layout: "plot-throughput-speedup-analysis"
18494
18495 - type: "plot"
18496   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18497   algorithm: "plot_tsa_name"
18498   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18500   include:
18501     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18503     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18505   layout:
18506     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18507     layout: "plot-throughput-speedup-analysis"
18508
18509 - type: "plot"
18510   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18511   algorithm: "plot_tsa_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18518     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18519   layout:
18520     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18521     layout: "plot-throughput-speedup-analysis"
18522
18523 - type: "plot"
18524   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18525   algorithm: "plot_tsa_name"
18526   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18528   include:
18529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18534   layout:
18535     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18536     layout: "plot-throughput-speedup-analysis"
18537
18538 - type: "plot"
18539   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18540   algorithm: "plot_tsa_name"
18541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18543   include:
18544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18549   layout:
18550     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18551     layout: "plot-throughput-speedup-analysis"
18552
18553 - type: "plot"
18554   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18555   algorithm: "plot_tsa_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "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"
18560     - "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"
18561     - "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"
18562     - "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"
18563     - "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"
18564   layout:
18565     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18566     layout: "plot-throughput-speedup-analysis"
18567
18568 - type: "plot"
18569   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18570   algorithm: "plot_tsa_name"
18571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18573   include:
18574     - "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"
18575     - "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"
18576     - "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"
18577     - "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"
18578     - "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"
18579   layout:
18580     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18581     layout: "plot-throughput-speedup-analysis"
18582
18583 - type: "plot"
18584   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18585   algorithm: "plot_tsa_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18588   include:
18589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18594   layout:
18595     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18596     layout: "plot-throughput-speedup-analysis"
18597
18598 - type: "plot"
18599   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18600   algorithm: "plot_tsa_name"
18601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18603   include:
18604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18608     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18611     layout: "plot-throughput-speedup-analysis"
18612
18613 - type: "plot"
18614   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18615   algorithm: "plot_tsa_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18623     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18624   layout:
18625     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18626     layout: "plot-throughput-speedup-analysis"
18627
18628 - type: "plot"
18629   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18630   algorithm: "plot_tsa_name"
18631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18633   include:
18634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18638     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18639   layout:
18640     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 - type: "plot"
18644   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18645   algorithm: "plot_tsa_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18653   layout:
18654     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18665     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18667   layout:
18668     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18669     layout: "plot-throughput-speedup-analysis"
18670
18671 - type: "plot"
18672   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18673   algorithm: "plot_tsa_name"
18674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18676   include:
18677     - "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"
18678     - "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"
18679     - "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"
18680     - "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"
18681   layout:
18682     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18683     layout: "plot-throughput-speedup-analysis"
18684
18685 - type: "plot"
18686   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18687   algorithm: "plot_tsa_name"
18688   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18690   include:
18691     - "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"
18692     - "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"
18693     - "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"
18694     - "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"
18695   layout:
18696     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18697     layout: "plot-throughput-speedup-analysis"
18698
18699 - type: "plot"
18700   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18701   algorithm: "plot_tsa_name"
18702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18704   include:
18705     - "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"
18706     - "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"
18707     - "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"
18708     - "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"
18709     - "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"
18710     - "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"
18711   layout:
18712     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18713     layout: "plot-throughput-speedup-analysis"
18714
18715 - type: "plot"
18716   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18717   algorithm: "plot_tsa_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "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"
18722     - "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"
18723     - "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"
18724     - "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"
18725     - "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"
18726     - "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"
18727   layout:
18728     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18729     layout: "plot-throughput-speedup-analysis"
18730
18731 ################################################################################
18732
18733 # Packet Throughput - DPDK
18734
18735 # 2n-clx-xxv710
18736
18737 - type: "plot"
18738   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18739   algorithm: "plot_perf_box_name"
18740   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18741   data: "plot-dpdk-throughput-latency-2n-clx"
18742   include:
18743     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18744     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18745   layout:
18746     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18747     layout: "plot-throughput"
18748
18749 - type: "plot"
18750   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18751   algorithm: "plot_perf_box_name"
18752   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18753   data: "plot-dpdk-throughput-latency-2n-clx"
18754   include:
18755     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18756     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18759     layout: "plot-throughput"
18760
18761 - type: "plot"
18762   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18763   algorithm: "plot_perf_box_name"
18764   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18765   data: "plot-dpdk-throughput-latency-2n-clx"
18766   include:
18767     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18768     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18769   layout:
18770     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18771     layout: "plot-throughput"
18772
18773 - type: "plot"
18774   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18775   algorithm: "plot_perf_box_name"
18776   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18777   data: "plot-dpdk-throughput-latency-2n-clx"
18778   include:
18779     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18780     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18781   layout:
18782     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18783     layout: "plot-throughput"
18784
18785 # 2n-clx-x710
18786
18787 - type: "plot"
18788   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18789   algorithm: "plot_perf_box_name"
18790   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18791   data: "plot-dpdk-throughput-latency-2n-clx"
18792   include:
18793     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18794     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18795   layout:
18796     title: "2n-clx-x710-64b-2t1c-base-ndr"
18797     layout: "plot-throughput"
18798
18799 - type: "plot"
18800   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18801   algorithm: "plot_perf_box_name"
18802   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18803   data: "plot-dpdk-throughput-latency-2n-clx"
18804   include:
18805     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18806     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18807   layout:
18808     title: "2n-clx-x710-64b-4t2c-base-ndr"
18809     layout: "plot-throughput"
18810
18811 - type: "plot"
18812   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18813   algorithm: "plot_perf_box_name"
18814   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18815   data: "plot-dpdk-throughput-latency-2n-clx"
18816   include:
18817     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18818     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18819   layout:
18820     title: "2n-clx-x710-64b-2t1c-base-pdr"
18821     layout: "plot-throughput"
18822
18823 - type: "plot"
18824   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18825   algorithm: "plot_perf_box_name"
18826   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18827   data: "plot-dpdk-throughput-latency-2n-clx"
18828   include:
18829     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18830     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18831   layout:
18832     title: "2n-clx-x710-64b-4t2c-base-pdr"
18833     layout: "plot-throughput"
18834
18835 ################################################################################
18836
18837 - type: "plot"
18838   title: "Latency by percentile: 2n-skx"
18839   algorithm: "plot_hdrh_lat_by_percentile"
18840   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18841   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18842   target-links: "../../_static/vpp"
18843   data: "plot-vpp-hdrh-lat-2n-skx"
18844   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18845   layout:
18846     layout: "plot-hdrh-latency-by-percentile"
18847
18848 - type: "plot"
18849   title: "Latency by percentile: 3n-skx"
18850   algorithm: "plot_hdrh_lat_by_percentile"
18851   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18852   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18853   target-links: "../../_static/vpp"
18854   data: "plot-vpp-hdrh-lat-3n-skx"
18855   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18856   layout:
18857     layout: "plot-hdrh-latency-by-percentile"
18858
18859 - type: "plot"
18860   title: "Latency by percentile: 2n-clx"
18861   algorithm: "plot_hdrh_lat_by_percentile"
18862   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18863   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18864   target-links: "../../_static/vpp"
18865   data: "plot-vpp-hdrh-lat-2n-clx"
18866   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18867   layout:
18868     layout: "plot-hdrh-latency-by-percentile"
18869
18870 - type: "plot"
18871   title: "Latency by percentile: 3n-hsw"
18872   algorithm: "plot_hdrh_lat_by_percentile"
18873   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18874   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18875   target-links: "../../_static/vpp"
18876   data: "plot-vpp-hdrh-lat-3n-hsw"
18877   filter: "'1T1C' and 'NIC_Intel-XL710'"
18878   layout:
18879     layout: "plot-hdrh-latency-by-percentile"
18880
18881 - type: "plot"
18882   title: "Latency by percentile: 3n-tsh"
18883   algorithm: "plot_hdrh_lat_by_percentile"
18884   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18885   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18886   target-links: "../../_static/vpp"
18887   data: "plot-vpp-hdrh-lat-3n-tsh"
18888   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18889   layout:
18890     layout: "plot-hdrh-latency-by-percentile"
18891
18892 - type: "plot"
18893   title: "Latency by percentile: DPDK 2n-skx"
18894   algorithm: "plot_hdrh_lat_by_percentile"
18895   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18896   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18897   target-links: "../../_static/dpdk"
18898   data: "plot-dpdk-hdrh-lat-2n-skx"
18899   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18900   layout:
18901     layout: "plot-hdrh-latency-by-percentile"
18902
18903 - type: "plot"
18904   title: "Latency by percentile: DPDK 3n-skx"
18905   algorithm: "plot_hdrh_lat_by_percentile"
18906   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18907   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18908   target-links: "../../_static/dpdk"
18909   data: "plot-dpdk-hdrh-lat-3n-skx"
18910   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18911   layout:
18912     layout: "plot-hdrh-latency-by-percentile"
18913
18914 - type: "plot"
18915   title: "Latency by percentile: DPDK 2n-clx"
18916   algorithm: "plot_hdrh_lat_by_percentile"
18917   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18918   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18919   target-links: "../../_static/dpdk"
18920   data: "plot-dpdk-hdrh-lat-2n-clx"
18921   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18922   layout:
18923     layout: "plot-hdrh-latency-by-percentile"
18924
18925 - type: "plot"
18926   title: "Latency by percentile: DPDK 3n-hsw"
18927   algorithm: "plot_hdrh_lat_by_percentile"
18928   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18929   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18930   target-links: "../../_static/dpdk"
18931   data: "plot-dpdk-hdrh-lat-3n-hsw"
18932   filter: "'1T1C' and 'NIC_Intel-XL710'"
18933   layout:
18934     layout: "plot-hdrh-latency-by-percentile"
18935
18936 - type: "plot"
18937   title: "Latency by percentile: DPDK 3n-tsh"
18938   algorithm: "plot_hdrh_lat_by_percentile"
18939   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18940   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18941   target-links: "../../_static/dpdk"
18942   data: "plot-dpdk-hdrh-lat-3n-tsh"
18943   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18944   layout:
18945     layout: "plot-hdrh-latency-by-percentile"