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
280     plot-vpp-hdrh-lat-3n-skx:
281       csit-vpp-perf-verify-2001-3n-skx:
282         - 46  # NDRPDR sel
283
284     plot-vpp-nfv-3n-skx-ndrpdr:
285       # TODO: Add data
286       csit-vpp-perf-verify-2001-3n-skx:
287         - 45  # NDRPDR sel
288         - 46  # NDRPDR sel
289         - 47  # NDRPDR sel
290         - 48  # NDRPDR sel
291         - 49  # NDRPDR sel
292
293     plot-vpp-nfv-3n-skx-mrr:
294       csit-vpp-perf-verify-2001-3n-skx:
295         - 50  # MRR sel
296
297     plot-dpdk-throughput-latency-3n-skx:
298       csit-dpdk-perf-verify-2001-3n-skx:
299         - 29  # NDRPDR sel xxv710
300         - 33  # NDRPDR sel xxv710
301         - 34  # NDRPDR sel xxv710
302         - 35  # NDRPDR sel xxv710
303         - 36  # NDRPDR sel xxv710
304         - 37  # NDRPDR sel xxv710
305         - 41  # NDRPDR sel xxv710
306         - 42  # NDRPDR sel xxv710
307         - 43  # NDRPDR sel xxv710
308         - 45  # NDRPDR sel xxv710
309         - 30  # NDRPDR sel x710
310         - 31  # NDRPDR sel x710
311         - 32  # NDRPDR sel x710
312         - 38  # NDRPDR sel x710
313         - 39  # NDRPDR sel x710
314         - 40  # NDRPDR sel x710
315         - 44  # NDRPDR sel x710
316         - 46  # NDRPDR sel x710
317         - 47  # NDRPDR sel x710
318         - 48  # NDRPDR sel x710
319
320     plot-dpdk-hdrh-lat-3n-skx:
321       csit-dpdk-perf-verify-2001-3n-skx:
322         - 29  # NDRPDR sel xxv710
323
324     # 2n-skx
325
326     plot-vpp-throughput-lat-tsa-2n-skx:
327       csit-vpp-perf-verify-2001-2n-skx:
328         - 92  # NDRPDR sel
329         - 93  # NDRPDR sel
330         - 94  # NDRPDR sel
331         - 95  # NDRPDR sel
332         - 96  # NDRPDR sel
333         - 97  # NDRPDR sel
334         - 98  # NDRPDR sel
335         - 99  # NDRPDR sel
336         - 100 # NDRPDR sel
337         - 102 # NDRPDR sel
338         - 129 # NDRPDR sel addition
339         - 130 # NDRPDR sel addition
340         - 131 # NDRPDR sel addition
341         - 132 # NDRPDR sel addition
342         - 133 # NDRPDR sel addition
343         - 134 # NDRPDR sel addition
344         - 135 # NDRPDR sel addition
345         - 136 # NDRPDR sel addition
346         - 137 # NDRPDR sel addition
347         - 138 # NDRPDR sel addition
348
349     plot-vpp-hdrh-lat-2n-skx:
350       csit-vpp-perf-verify-2001-2n-skx:
351         - 92  # NDRPDR sel
352
353     plot-vpp-http-server-performance:
354       csit-vpp-perf-verify-2001-2n-clx:
355         - 80  # TCP
356         - 82  # TCP
357         - 83  # TCP
358         - 85  # TCP
359         - 86  # TCP
360         - 87  # TCP
361         - 88  # TCP
362         - 89  # TCP
363         - 90  # TCP
364         - 91  # TCP
365
366     plot-vpp-soak-2n-skx:
367       # TODO: Replace the data
368       # csit-vpp-perf-verify-2001-2n-skx:
369       csit-vpp-perf-verify-1908-2n-skx:
370         - 83  # SOAK
371         - 86  # SOAK
372
373     plot-vpp-nfv-2n-skx-ndrpdr:
374       # TODO: Replace the data
375       csit-vpp-perf-verify-2001-2n-skx:
376         - 30  # NFV
377         - 31  # NFV
378
379     plot-vpp-nfv-2n-skx-mrr:
380       # TODO: Replace the data
381       # csit-vpp-perf-verify-2001-2n-skx:
382       csit-vpp-perf-verify-1908-2n-skx:
383         - 71  # NFV MRR
384
385     plot-vpp-nfv-reconf-2n-skx:
386       # TODO: Replace the data
387       # csit-vpp-perf-verify-2001-2n-skx:
388       csit-vpp-perf-verify-1908-2n-skx:
389         - 113 # NFV reconf sel
390         - 114 # NFV reconf sel
391         - 115 # NFV reconf sel
392
393     plot-dpdk-throughput-latency-2n-skx:
394       csit-dpdk-perf-verify-2001-2n-skx:
395         - 35  # NDRPDR sel xxv710
396         - 36  # NDRPDR sel xxv710
397         - 37  # NDRPDR sel xxv710
398         - 41  # NDRPDR sel xxv710
399         - 42  # NDRPDR sel xxv710
400         - 43  # NDRPDR sel xxv710
401         - 46  # NDRPDR sel xxv710
402         - 47  # NDRPDR sel xxv710
403         - 52  # NDRPDR sel xxv710
404         - 53  # NDRPDR sel xxv710
405         - 38  # NDRPDR sel x710
406         - 39  # NDRPDR sel x710
407         - 40  # NDRPDR sel x710
408         - 44  # NDRPDR sel x710
409         - 45  # NDRPDR sel x710
410         - 48  # NDRPDR sel x710
411         - 49  # NDRPDR sel x710
412         - 50  # NDRPDR sel x710
413         - 51  # NDRPDR sel x710
414         - 54  # NDRPDR sel x710
415
416     plot-dpdk-hdrh-lat-2n-skx:
417       csit-dpdk-perf-verify-2001-2n-skx:
418         - 35  # NDRPDR sel xxv710
419
420     # 2n-clx
421
422     plot-vpp-throughput-lat-tsa-2n-clx:
423       csit-vpp-perf-verify-2001-2n-clx:
424         - 28  # NDRPDR sel
425         - 29  # NDRPDR sel
426         - 32  # NDRPDR sel
427         - 40  # NDRPDR sel
428         - 43  # NDRPDR sel
429         - 44  # NDRPDR sel
430         - 45  # NDRPDR sel
431         - 47  # NDRPDR sel
432         - 48  # NDRPDR sel
433         - 49  # NDRPDR sel
434
435     plot-vpp-hdrh-lat-2n-clx:
436       csit-vpp-perf-verify-2001-2n-clx:
437         - 28  # NDRPDR sel
438
439     plot-vpp-nfv-2n-clx-ndrpdr:
440       csit-vpp-perf-verify-2001-2n-clx:
441         - 28  # NDRPDR sel
442         - 29  # NDRPDR sel
443         - 32  # NDRPDR sel
444         - 40  # NDRPDR sel
445         - 43  # NDRPDR sel
446         - 44  # NDRPDR sel
447         - 45  # NDRPDR sel
448         - 47  # NDRPDR sel
449         - 48  # NDRPDR sel
450         - 49  # NDRPDR sel
451
452     plot-vpp-nfv-2n-clx-mrr:
453       csit-vpp-perf-verify-2001-2n-clx:
454         - 39  # MRR
455
456     plot-vpp-nfv-reconf-2n-clx:
457       csit-vpp-perf-verify-2001-2n-clx:
458         - 68  # Reconf
459         - 69  # Reconf
460         - 70  # Reconf
461         - 71  # Reconf
462         - 72  # Reconf
463         - 73  # Reconf
464         - 74  # Reconf
465         - 75  # Reconf
466         - 76  # Reconf
467         - 77  # Reconf
468
469     plot-vpp-soak-2n-clx:
470       csit-vpp-perf-verify-2001-2n-clx:
471         - 93  # Soak
472         - 94  # Soak
473
474     plot-dpdk-throughput-latency-2n-clx:
475       csit-dpdk-perf-verify-2001-2n-clx:
476         - 15  # NDRPDR sel
477         - 16  # NDRPDR sel
478         - 17  # NDRPDR sel
479         - 18  # NDRPDR sel
480         - 19  # NDRPDR sel
481         - 20  # NDRPDR sel
482         - 21  # NDRPDR sel
483         - 22  # NDRPDR sel
484         - 23  # NDRPDR sel
485         - 24  # NDRPDR sel
486         - 25  # NDRPDR sel
487         - 26  # NDRPDR sel
488         - 27  # NDRPDR sel
489         - 28  # NDRPDR sel
490         - 29  # NDRPDR sel
491         - 30  # NDRPDR sel
492         - 31  # NDRPDR sel
493         - 32  # NDRPDR sel
494         - 33  # NDRPDR sel
495         - 34  # NDRPDR sel
496
497
498     plot-dpdk-hdrh-lat-2n-clx:
499       csit-dpdk-perf-verify-2001-2n-clx:
500         - 15  # NDRPDR sel
501
502     # 3n-tsh
503
504     plot-vpp-throughput-lat-tsa-3n-tsh:
505       csit-vpp-perf-verify-2001-3n-tsh:
506         - 3   # NDRPDR sel
507         - 4   # NDRPDR sel
508         - 7   # NDRPDR sel
509         - 8   # NDRPDR sel
510         - 10  # NDRPDR sel
511         - 12  # NDRPDR sel
512         - 13  # NDRPDR sel
513         - 14  # NDRPDR sel
514         - 15  # NDRPDR sel
515         - 21  # NDRPDR sel
516
517     plot-vpp-hdrh-lat-3n-tsh:
518       csit-vpp-perf-verify-2001-3n-tsh:
519         - 10  # NDRPDR sel
520
521     plot-dpdk-throughput-latency-3n-tsh:
522       csit-dpdk-perf-verify-2001-3n-tsh:
523         - 3   # NDRPDR sel
524         - 4   # NDRPDR sel
525         - 5   # NDRPDR sel
526         - 9   # NDRPDR sel
527         - 10  # NDRPDR sel
528         - 11  # NDRPDR sel
529         - 12  # NDRPDR sel
530         - 14  # NDRPDR sel
531         - 15  # NDRPDR sel
532         - 18  # NDRPDR sel
533
534     plot-dpdk-hdrh-lat-3n-tsh:
535       csit-dpdk-perf-verify-2001-3n-tsh:
536         - 3   # NDRPDR sel
537
538     # 3n-dnv
539
540     plot-vpp-throughput-lat-tsa-3n-dnv:
541       csit-vpp-perf-verify-2001-3n-dnv:
542         - 5   # NDRPDR sel
543         - 6   # NDRPDR sel
544         - 7   # NDRPDR sel
545         - 8   # NDRPDR sel
546         - 9   # NDRPDR sel
547         - 10  # NDRPDR sel
548         - 12  # NDRPDR sel
549         - 16  # NDRPDR sel
550         - 17  # NDRPDR sel
551         - 18  # NDRPDR sel
552
553     plot-dpdk-throughput-latency-3n-dnv:
554       csit-dpdk-perf-verify-2001-3n-dnv:
555         - 12  # NDRPDR sel
556         - 13  # NDRPDR sel
557         - 14  # NDRPDR sel
558         - 15  # NDRPDR sel
559         - 16  # NDRPDR sel
560         - 17  # NDRPDR sel
561         - 18  # NDRPDR sel
562         - 19  # NDRPDR sel
563         - 20  # NDRPDR sel
564         - 22  # NDRPDR sel
565
566     # 2n-dnv
567
568     plot-vpp-throughput-lat-tsa-2n-dnv:
569       csit-vpp-perf-verify-2001-2n-dnv:
570         - 4   # NDRPDR sel
571         - 5   # NDRPDR sel
572         - 6   # NDRPDR sel
573         - 7   # NDRPDR sel
574         - 8   # NDRPDR sel
575         - 9   # NDRPDR sel
576         - 10  # NDRPDR sel
577         - 11  # NDRPDR sel
578         - 13  # NDRPDR sel
579         - 16  # NDRPDR sel
580
581     plot-dpdk-throughput-latency-2n-dnv:
582       csit-dpdk-perf-verify-2001-2n-dnv:
583         - 9   # NDRPDR sel
584         - 10  # NDRPDR sel
585         - 11  # NDRPDR sel
586         - 12  # NDRPDR sel
587         - 13  # NDRPDR sel
588         - 14  # NDRPDR sel
589         - 15  # NDRPDR sel
590         - 16  # NDRPDR sel
591         - 17  # NDRPDR sel
592         - 18  # NDRPDR sel
593
594     ###########################################################################
595     # Simple tables (only one data set):
596
597     # NIC Comparisons
598
599     vpp-nic-comparison-3n-skx:
600       # TODO: Add the data
601       csit-vpp-perf-verify-2001-3n-skx:
602         - 45  # NDRPDR sel
603         - 46  # NDRPDR sel
604         - 47  # NDRPDR sel
605         - 48  # NDRPDR sel
606         - 49  # NDRPDR sel
607
608     vpp-nic-comparison-2n-skx:
609       csit-vpp-perf-verify-2001-2n-skx:
610         - 92  # NDRPDR sel
611         - 93  # NDRPDR sel
612         - 94  # NDRPDR sel
613         - 95  # NDRPDR sel
614         - 96  # NDRPDR sel
615         - 97  # NDRPDR sel
616         - 98  # NDRPDR sel
617         - 99  # NDRPDR sel
618         - 100 # NDRPDR sel
619         - 102 # NDRPDR sel
620         - 129 # NDRPDR sel addition
621         - 130 # NDRPDR sel addition
622         - 131 # NDRPDR sel addition
623         - 132 # NDRPDR sel addition
624         - 133 # NDRPDR sel addition
625         - 134 # NDRPDR sel addition
626         - 135 # NDRPDR sel addition
627         - 136 # NDRPDR sel addition
628         - 137 # NDRPDR sel addition
629         - 138 # NDRPDR sel addition
630
631     vpp-nic-comparison-3n-skx-mrr:
632       csit-vpp-perf-verify-2001-3n-skx:
633         - 50  # MRR sel
634
635     vpp-nic-comparison-2n-skx-mrr:
636       csit-vpp-perf-verify-2001-2n-skx:
637         - 101 # MRR sel
638         - 128 # MRR sel addition
639
640     # Results
641
642     vpp-perf-results-3n-hsw:
643       csit-vpp-perf-verify-2001-3n-hsw:
644         - 18  # NDRPDR full
645         - 20  # NDRPDR full
646         - 28  # NDRPDR full
647         - 35  # NDRPDR full
648         - 42  # NDRPDR full
649         - 46  # NDRPDR full
650         - 47  # NDRPDR full
651         - 48  # NDRPDR full
652         - 49  # NDRPDR full
653         - 50  # NDRPDR full
654         - 51  # NDRPDR full
655         - 52  # NDRPDR full
656         - 53  # NDRPDR full
657         - 54  # NDRPDR full
658         - 55  # NDRPDR full
659         - 56  # NDRPDR full
660         - 57  # NDRPDR full
661         - 58  # NDRPDR full
662         - 59  # NDRPDR full
663         - 61  # NDRPDR full
664         - 62  # NDRPDR full
665         - 63  # NDRPDR full
666         - 64  # NDRPDR full
667         - 65  # NDRPDR full
668         - 67  # NDRPDR full
669         - 70  # NDRPDR full
670         - 72  # NDRPDR full
671         - 73  # NDRPDR full
672         - 76  # NDRPDR full
673         - 77  # NDRPDR full
674         - 78  # NDRPDR full
675         - 79  # NDRPDR full
676         - 81  # NDRPDR full
677         - 82  # NDRPDR full
678         - 84  # NDRPDR full
679         - 85  # NDRPDR full
680
681     vpp-perf-results-3n-skx:
682       # TODO: Replace
683       csit-vpp-perf-verify-2001-3n-skx:
684         - 47  # NDRPDR sel
685
686     vpp-perf-results-2n-skx:
687       csit-vpp-perf-verify-2001-2n-skx:
688         # TODO: Replace
689         - 92  # NDRPDR sel
690
691     vpp-perf-results-2n-clx:
692       csit-vpp-perf-verify-2001-2n-clx:
693         - 53  # NDRPDR full
694         - 54  # NDRPDR full
695         - 55  # NDRPDR full
696         - 56  # NDRPDR full
697         - 57  # NDRPDR full
698         - 58  # NDRPDR full
699         - 59  # NDRPDR full
700         - 60  # NDRPDR full
701         - 61  # NDRPDR full
702         - 62  # NDRPDR full
703         - 63  # NDRPDR full
704         - 64  # NDRPDR full
705         - 65  # NDRPDR full
706         - 66  # NDRPDR full
707         - 67  # NDRPDR full
708
709     vpp-perf-results-3n-tsh:
710       csit-vpp-perf-verify-2001-3n-tsh:
711         - 10  # NDRPDR sel
712
713     vpp-perf-results-3n-dnv:
714       csit-vpp-perf-verify-2001-3n-dnv:
715         - 19  # NDRPDR full
716         - 20  # NDRPDR full
717         - 21  # NDRPDR full
718         - 22  # NDRPDR full
719         - 23  # NDRPDR full
720         - 24  # NDRPDR full
721         - 25  # NDRPDR full
722         - 26  # NDRPDR full
723         - 37  # NDRPDR full
724         - 38  # NDRPDR full
725         - 39  # NDRPDR full
726
727     vpp-perf-results-2n-dnv:
728       csit-vpp-perf-verify-2001-2n-dnv:
729         - 21  # NDRPDR full
730         - 22  # NDRPDR full
731         - 25  # NDRPDR full
732         - 26  # NDRPDR full
733         - 27  # NDRPDR full
734         - 28  # NDRPDR full
735
736     vpp-mrr-results-3n-hsw:
737       csit-vpp-perf-verify-2001-3n-hsw:
738         - 17  # MRR sel
739
740     vpp-mrr-results-3n-skx:
741       csit-vpp-perf-verify-2001-3n-skx:
742         - 50  # MRR sel
743
744     vpp-mrr-results-2n-skx:
745       csit-vpp-perf-verify-2001-2n-skx:
746         - 101 # MRR sel
747         - 128 # MRR sel addition
748
749     vpp-mrr-results-2n-clx:
750       csit-vpp-perf-verify-2001-2n-clx:
751         - 39  # MRR
752
753     vpp-mrr-results-3n-tsh:
754       csit-vpp-perf-verify-2001-3n-tsh:
755         - 9   # MRR sel
756
757     vpp-mrr-results-3n-dnv:
758       csit-vpp-perf-verify-2001-3n-dnv:
759         - 11  # MRR sel
760
761     vpp-mrr-results-2n-dnv:
762       csit-vpp-perf-verify-2001-2n-dnv:
763         - 12  # MRR sel
764
765     vpp-device-results-ubuntu:
766       csit-vpp-device-2001-ubuntu1804-1n-skx:
767         - 57
768
769     dpdk-perf-results-3n-hsw:
770       csit-dpdk-perf-verify-2001-3n-hsw:
771         - 25  # NDRPDR full
772         - 26  # NDRPDR full
773
774     dpdk-perf-results-3n-skx:
775       csit-dpdk-perf-verify-2001-3n-skx:
776         - 29  # NDRPDR sel xxv710
777         - 30  # NDRPDR sel x710
778
779     dpdk-perf-results-2n-skx:
780       csit-dpdk-perf-verify-2001-2n-skx:
781         - 35  # NDRPDR sel xxv710
782         - 38  # NDRPDR sel x710
783
784     dpdk-perf-results-2n-clx:
785       csit-dpdk-perf-verify-2001-2n-clx:
786         - 15  # NDRPDR sel
787         - 34  # NDRPDR sel
788
789     dpdk-perf-results-2n-dnv:
790       csit-dpdk-perf-verify-2001-2n-dnv:
791         - 16  # NDRPDR sel
792
793     dpdk-perf-results-3n-dnv:
794       csit-dpdk-perf-verify-2001-3n-dnv:
795         - 12  # NDRPDR sel
796
797     dpdk-perf-results-3n-tsh:
798       csit-dpdk-perf-verify-2001-3n-tsh:
799         - 3   # NDRPDR sel
800
801 ###########################################################################
802     # Tables (more than one data set)
803
804     # Performance changes
805
806     vpp-performance-changes-3n-hsw-h1:
807       csit-vpp-perf-verify-1904-3n-hsw:
808         - 11  # NDRPDR sel
809         - 12  # NDRPDR sel
810         - 20  # NDRPDR sel
811         - 21  # NDRPDR sel
812         - 23  # NDRPDR sel
813         - 24  # NDRPDR sel
814         - 25  # NDRPDR sel
815         - 26  # NDRPDR sel
816         - 29  # NDRPDR sel
817         - 30  # NDRPDR sel
818     vpp-performance-changes-3n-hsw-ref:
819       csit-vpp-perf-verify-1908-3n-hsw:
820         - 12  # NDRPDR sel
821         - 13  # NDRPDR sel
822         - 14  # NDRPDR sel
823         - 15  # NDRPDR sel
824         - 16  # NDRPDR sel
825         - 17  # NDRPDR sel
826         - 18  # NDRPDR sel
827         - 19  # NDRPDR sel
828         - 20  # NDRPDR sel
829         - 21  # NDRPDR sel
830     vpp-performance-changes-3n-hsw-cmp:
831       csit-vpp-perf-verify-2001-3n-hsw:
832         - 21  # NDRPDR sel
833         - 22  # NDRPDR sel
834         - 23  # NDRPDR sel
835         - 24  # NDRPDR sel
836         - 25  # NDRPDR sel
837         - 29  # NDRPDR sel
838         - 30  # NDRPDR sel
839         - 31  # NDRPDR sel
840         - 32  # NDRPDR sel
841         - 34  # NDRPDR sel
842     vpp-performance-changes-3n-hsw:
843       - "vpp-performance-changes-3n-hsw-h1"
844       - "vpp-performance-changes-3n-hsw-ref"
845       - "vpp-performance-changes-3n-hsw-cmp"
846
847     vpp-performance-changes-3n-skx-h1:
848       csit-vpp-perf-verify-1904-3n-skx:
849         - 8   # NDRPDR sel
850         - 9   # NDRPDR sel
851         - 10  # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854         - 14  # NDRPDR sel
855         - 16  # NDRPDR sel
856         - 21  # NDRPDR sel
857         - 23  # NDRPDR sel
858         - 25  # NDRPDR sel
859     vpp-performance-changes-3n-skx-ref:
860       csit-vpp-perf-verify-1908-3n-skx:
861         - 14  # NDRPDR sel
862         - 16  # NDRPDR sel
863         - 19  # NDRPDR sel
864         - 20  # NDRPDR sel
865         - 22  # NDRPDR sel
866         - 23  # NDRPDR sel
867         - 24  # NDRPDR sel
868         - 25  # NDRPDR sel
869         - 26  # NDRPDR sel
870         - 29  # NDRPDR sel
871     vpp-performance-changes-3n-skx-cmp:
872       # TODO: Add the data
873       csit-vpp-perf-verify-2001-3n-skx:
874         - 45  # NDRPDR sel
875         - 46  # NDRPDR sel
876         - 47  # NDRPDR sel
877         - 48  # NDRPDR sel
878         - 49  # NDRPDR sel
879     vpp-performance-changes-3n-skx:
880       - "vpp-performance-changes-3n-skx-h1"
881       - "vpp-performance-changes-3n-skx-ref"
882       - "vpp-performance-changes-3n-skx-cmp"
883
884     vpp-performance-changes-2n-skx-h1:
885       csit-vpp-perf-verify-1904-2n-skx:
886         - 12  # NDRPDR sel
887         - 14  # NDRPDR sel
888         - 16  # NDRPDR sel
889         - 17  # NDRPDR sel
890         - 18  # NDRPDR sel
891         - 21  # NDRPDR sel
892         - 27  # NDRPDR sel
893         - 30  # NDRPDR sel
894         - 31  # NDRPDR sel
895         - 32  # NDRPDR sel
896     vpp-performance-changes-2n-skx-ref:
897       csit-vpp-perf-verify-1908-2n-skx:
898         - 26  # NDRPDR sel
899         - 27  # NDRPDR sel
900         - 34  # NDRPDR sel
901         - 35  # NDRPDR sel
902         - 36  # NDRPDR sel
903         - 42  # NDRPDR sel
904         - 43  # NDRPDR sel
905         - 44  # NDRPDR sel
906         - 45  # NDRPDR sel
907         - 46  # NDRPDR sel
908     vpp-performance-changes-2n-skx-cmp:
909       csit-vpp-perf-verify-2001-2n-skx:
910         - 92  # NDRPDR sel
911         - 93  # NDRPDR sel
912         - 94  # NDRPDR sel
913         - 95  # NDRPDR sel
914         - 96  # NDRPDR sel
915         - 97  # NDRPDR sel
916         - 98  # NDRPDR sel
917         - 99  # NDRPDR sel
918         - 100 # NDRPDR sel
919         - 102 # NDRPDR sel
920         - 129 # NDRPDR sel addition
921         - 130 # NDRPDR sel addition
922         - 131 # NDRPDR sel addition
923         - 132 # NDRPDR sel addition
924         - 133 # NDRPDR sel addition
925         - 134 # NDRPDR sel addition
926         - 135 # NDRPDR sel addition
927         - 136 # NDRPDR sel addition
928         - 137 # NDRPDR sel addition
929         - 138 # NDRPDR sel addition
930     vpp-performance-changes-2n-skx:
931       - "vpp-performance-changes-2n-skx-h1"
932       - "vpp-performance-changes-2n-skx-ref"
933       - "vpp-performance-changes-2n-skx-cmp"
934
935     vpp-performance-changes-nfv-2n-skx-ref:
936       csit-vpp-perf-verify-1908-2n-skx:
937         - 22  # NFV
938         - 31  # NFV
939         - 32  # NFV
940     vpp-performance-changes-nfv-2n-skx-cmp:
941       # TODO: Add the data
942       csit-vpp-perf-verify-2001-2n-skx:
943         - 30  # NFV
944         - 31  # NFV
945     vpp-performance-changes-nfv-2n-skx:
946       - "vpp-performance-changes-nfv-2n-skx-ref"
947       - "vpp-performance-changes-nfv-2n-skx-cmp"
948
949     vpp-performance-changes-2n-dnv-ref:
950       csit-vpp-perf-verify-1908-2n-dnv:
951         - 1   # NDRPDR sel
952         - 2   # NDRPDR sel
953         - 3   # NDRPDR sel
954         - 4   # NDRPDR sel
955         - 5   # NDRPDR sel
956         - 6   # NDRPDR sel
957         - 7   # NDRPDR sel
958         - 8   # NDRPDR sel
959         - 9   # NDRPDR sel
960         - 10  # NDRPDR sel
961     vpp-performance-changes-2n-dnv-cmp:
962       csit-vpp-perf-verify-2001-2n-dnv:
963         - 4   # NDRPDR sel
964         - 5   # NDRPDR sel
965         - 6   # NDRPDR sel
966         - 7   # NDRPDR sel
967         - 8   # NDRPDR sel
968         - 9   # NDRPDR sel
969         - 10  # NDRPDR sel
970         - 11  # NDRPDR sel
971         - 13  # NDRPDR sel
972         - 16  # NDRPDR sel
973     vpp-performance-changes-2n-dnv:
974       - "vpp-performance-changes-2n-dnv-ref"
975       - "vpp-performance-changes-2n-dnv-cmp"
976
977     vpp-performance-changes-3n-dnv-ref:
978       csit-vpp-perf-verify-1908-3n-dnv:
979         - 6   # NDRPDR sel
980         - 7   # NDRPDR sel
981         - 8   # NDRPDR sel
982         - 9   # NDRPDR sel
983         - 10  # NDRPDR sel
984         - 12  # NDRPDR sel
985         - 13  # NDRPDR sel
986         - 14  # NDRPDR sel
987         - 15  # NDRPDR sel
988         - 16  # NDRPDR sel
989     vpp-performance-changes-3n-dnv-cmp:
990       csit-vpp-perf-verify-2001-3n-dnv:
991         - 5   # NDRPDR sel
992         - 6   # NDRPDR sel
993         - 7   # NDRPDR sel
994         - 8   # NDRPDR sel
995         - 9   # NDRPDR sel
996         - 10  # NDRPDR sel
997         - 12  # NDRPDR sel
998         - 16  # NDRPDR sel
999         - 17  # NDRPDR sel
1000         - 18  # NDRPDR sel
1001     vpp-performance-changes-3n-dnv:
1002       - "vpp-performance-changes-3n-dnv-ref"
1003       - "vpp-performance-changes-3n-dnv-cmp"
1004
1005     vpp-performance-changes-3n-tsh-ref:
1006       csit-vpp-perf-verify-1908-3n-tsh:
1007         - 7   # NDRPDR sel
1008         - 8   # NDRPDR sel
1009         - 9   # NDRPDR sel
1010         - 10  # NDRPDR sel
1011         - 11  # NDRPDR sel
1012         - 12  # NDRPDR sel
1013         - 13  # NDRPDR sel
1014         - 14  # NDRPDR sel
1015         - 15  # NDRPDR sel
1016         - 16  # NDRPDR sel
1017     vpp-performance-changes-3n-tsh-cmp:
1018       csit-vpp-perf-verify-2001-3n-tsh:
1019         - 3   # NDRPDR sel
1020         - 4   # NDRPDR sel
1021         - 7   # NDRPDR sel
1022         - 8   # NDRPDR sel
1023         - 10  # NDRPDR sel
1024         - 12  # NDRPDR sel
1025         - 13  # NDRPDR sel
1026         - 14  # NDRPDR sel
1027         - 15  # NDRPDR sel
1028         - 21  # NDRPDR sel
1029     vpp-performance-changes-3n-tsh:
1030       - "vpp-performance-changes-3n-tsh-ref"
1031       - "vpp-performance-changes-3n-tsh-cmp"
1032
1033     vpp-soak-vs-ndr-2n-skx-ref:
1034       csit-vpp-perf-verify-2001-2n-skx:
1035         - 92  # NDRPDR sel
1036         - 93  # NDRPDR sel
1037         - 94  # NDRPDR sel
1038         - 95  # NDRPDR sel
1039         - 96  # NDRPDR sel
1040         - 97  # NDRPDR sel
1041         - 98  # NDRPDR sel
1042         - 99  # NDRPDR sel
1043         - 100 # NDRPDR sel
1044         - 102 # NDRPDR sel
1045         - 129 # NDRPDR sel addition
1046         - 130 # NDRPDR sel addition
1047         - 131 # NDRPDR sel addition
1048         - 132 # NDRPDR sel addition
1049         - 133 # NDRPDR sel addition
1050         - 134 # NDRPDR sel addition
1051         - 135 # NDRPDR sel addition
1052         - 136 # NDRPDR sel addition
1053         - 137 # NDRPDR sel addition
1054         - 138 # NDRPDR sel addition
1055     vpp-soak-vs-ndr-2n-skx-cmp:
1056       # TODO: Replace
1057       # csit-vpp-perf-verify-2001-2n-skx:
1058       csit-vpp-perf-verify-1908-2n-skx:
1059         - 83  # SOAK
1060         - 86  # SOAK
1061     vpp-soak-vs-ndr-2n-skx:
1062       csit-vpp-perf-verify-2001-2n-skx:
1063         - 92  # NDRPDR sel
1064         - 93  # NDRPDR sel
1065         - 94  # NDRPDR sel
1066         - 95  # NDRPDR sel
1067         - 96  # NDRPDR sel
1068         - 97  # NDRPDR sel
1069         - 98  # NDRPDR sel
1070         - 99  # NDRPDR sel
1071         - 100 # NDRPDR sel
1072         - 102 # NDRPDR sel
1073         - 129 # NDRPDR sel addition
1074         - 130 # NDRPDR sel addition
1075         - 131 # NDRPDR sel addition
1076         - 132 # NDRPDR sel addition
1077         - 133 # NDRPDR sel addition
1078         - 134 # NDRPDR sel addition
1079         - 135 # NDRPDR sel addition
1080         - 136 # NDRPDR sel addition
1081         - 137 # NDRPDR sel addition
1082         - 138 # NDRPDR sel addition
1083         - 83  # SOAK
1084         - 86  # SOAK
1085
1086     vpp-soak-vs-ndr-2n-clx-ref:
1087       csit-vpp-perf-verify-2001-2n-clx:
1088         - 28  # NDRPDR sel
1089         - 29  # NDRPDR sel
1090         - 32  # NDRPDR sel
1091         - 40  # NDRPDR sel
1092         - 43  # NDRPDR sel
1093         - 44  # NDRPDR sel
1094         - 45  # NDRPDR sel
1095         - 47  # NDRPDR sel
1096         - 48  # NDRPDR sel
1097         - 49  # NDRPDR sel
1098     vpp-soak-vs-ndr-2n-clx-cmp:
1099       csit-vpp-perf-verify-2001-2n-clx:
1100         - 93  # SOAK
1101         - 94  # Soak
1102     vpp-soak-vs-ndr-2n-clx:
1103       csit-vpp-perf-verify-2001-2n-clx:
1104         - 28  # NDRPDR sel
1105         - 29  # NDRPDR sel
1106         - 32  # NDRPDR sel
1107         - 40  # NDRPDR sel
1108         - 43  # NDRPDR sel
1109         - 44  # NDRPDR sel
1110         - 45  # NDRPDR sel
1111         - 47  # NDRPDR sel
1112         - 48  # NDRPDR sel
1113         - 49  # NDRPDR sel
1114         - 93  # SOAK
1115         - 94  # Soak
1116
1117     vpp-performance-changes-3n-hsw-mrr-h1:
1118       csit-vpp-perf-verify-1904-3n-hsw:
1119         - 9   # MRR sel
1120     vpp-performance-changes-3n-hsw-mrr-ref:
1121       csit-vpp-perf-verify-1908-3n-hsw:
1122         - 39  # MRR sel
1123     vpp-performance-changes-3n-hsw-mrr-cmp:
1124       csit-vpp-perf-verify-2001-3n-hsw:
1125         - 17  # MRR sel
1126     vpp-performance-changes-3n-hsw-mrr:
1127       - "vpp-performance-changes-3n-hsw-mrr-h1"
1128       - "vpp-performance-changes-3n-hsw-mrr-ref"
1129       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1130
1131     vpp-performance-changes-3n-skx-mrr-h1:
1132       csit-vpp-perf-verify-1904-3n-skx:
1133         - 7   # MRR sel
1134     vpp-performance-changes-3n-skx-mrr-ref:
1135       csit-vpp-perf-verify-1908-3n-skx:
1136         - 36  # MRR sel
1137     vpp-performance-changes-3n-skx-mrr-cmp:
1138       csit-vpp-perf-verify-2001-3n-skx:
1139         - 50  # MRR sel
1140     vpp-performance-changes-3n-skx-mrr:
1141       - "vpp-performance-changes-3n-skx-mrr-h1"
1142       - "vpp-performance-changes-3n-skx-mrr-ref"
1143       - "vpp-performance-changes-3n-skx-mrr-cmp"
1144
1145     vpp-performance-changes-2n-skx-mrr-h1:
1146       csit-vpp-perf-verify-1904-2n-skx:
1147         - 11  # MRR sel
1148     vpp-performance-changes-2n-skx-mrr-ref:
1149       csit-vpp-perf-verify-1908-2n-skx:
1150         - 69  # MRR sel
1151     vpp-performance-changes-2n-skx-mrr-cmp:
1152       csit-vpp-perf-verify-2001-2n-skx:
1153         - 101 # MRR sel
1154         - 128 # MRR sel addition
1155     vpp-performance-changes-2n-skx-mrr:
1156       - "vpp-performance-changes-2n-skx-mrr-h1"
1157       - "vpp-performance-changes-2n-skx-mrr-ref"
1158       - "vpp-performance-changes-2n-skx-mrr-cmp"
1159
1160     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1161       csit-vpp-perf-verify-1908-2n-skx:
1162         - 71  # NFV MRR
1163     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1164       # TODO: Replace
1165       # csit-vpp-perf-verify-2001-2n-skx:
1166       csit-vpp-perf-verify-1908-2n-skx:
1167         - 71  # NFV MRR
1168     vpp-performance-changes-nfv-2n-skx-mrr:
1169       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1170       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1171
1172     vpp-performance-changes-2n-dnv-mrr-ref:
1173       csit-vpp-perf-verify-1908-2n-dnv:
1174         - 11  # MRR sel
1175     vpp-performance-changes-2n-dnv-mrr-cmp:
1176       csit-vpp-perf-verify-2001-2n-dnv:
1177         - 12  # MRR sel
1178     vpp-performance-changes-2n-dnv-mrr:
1179       - "vpp-performance-changes-2n-dnv-mrr-ref"
1180       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1181
1182     vpp-performance-changes-3n-dnv-mrr-ref:
1183       csit-vpp-perf-verify-1908-3n-dnv:
1184         - 17  # MRR sel
1185     vpp-performance-changes-3n-dnv-mrr-cmp:
1186       csit-vpp-perf-verify-2001-3n-dnv:
1187         - 11  # MRR sel
1188     vpp-performance-changes-3n-dnv-mrr:
1189       - "vpp-performance-changes-3n-dnv-mrr-ref"
1190       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1191
1192     vpp-performance-changes-3n-tsh-mrr-ref:
1193       csit-vpp-perf-verify-1908-3n-tsh:
1194         - 17  # MRR sel
1195     vpp-performance-changes-3n-tsh-mrr-cmp:
1196       csit-vpp-perf-verify-2001-3n-tsh:
1197         - 9   # MRR sel
1198     vpp-performance-changes-3n-tsh-mrr:
1199       - "vpp-performance-changes-3n-tsh-mrr-ref"
1200       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1201
1202     dpdk-performance-changes-3n-hsw-h1:
1203       csit-dpdk-perf-verify-1904-3n-hsw:
1204         - 2   # NDRPDR sel
1205         - 3   # NDRPDR sel
1206         - 5   # NDRPDR sel
1207         - 6   # NDRPDR sel
1208         - 13  # NDRPDR sel
1209         - 14  # NDRPDR sel
1210         - 15  # NDRPDR sel
1211         - 18  # NDRPDR sel
1212         - 19  # NDRPDR sel
1213         - 20  # NDRPDR sel
1214     dpdk-performance-changes-3n-hsw-ref:
1215       csit-dpdk-perf-verify-1908-3n-hsw:
1216         - 2   # NDRPDR sel
1217         - 3   # NDRPDR sel
1218         - 4   # NDRPDR sel
1219         - 5   # NDRPDR sel
1220         - 6   # NDRPDR sel
1221         - 7   # NDRPDR sel
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225         - 11  # NDRPDR sel
1226     dpdk-performance-changes-3n-hsw-cmp:
1227       csit-dpdk-perf-verify-2001-3n-hsw:
1228 #        - 4   # NDRPDR sel
1229 #        - 5   # NDRPDR sel
1230 #        - 6   # NDRPDR sel
1231 #        - 7   # NDRPDR sel
1232 #        - 8   # NDRPDR sel
1233 #        - 9   # NDRPDR sel
1234 #        - 10  # NDRPDR sel
1235 #        - 11  # NDRPDR sel
1236 #        - 12  # NDRPDR sel
1237 #        - 13  # NDRPDR sel
1238         - 15  # NDRPDR sel
1239         - 16  # NDRPDR sel
1240         - 17  # NDRPDR sel
1241         - 18  # NDRPDR sel
1242         - 19  # NDRPDR sel
1243         - 20  # NDRPDR sel
1244         - 21  # NDRPDR sel
1245         - 22  # NDRPDR sel
1246         - 23  # NDRPDR sel
1247         - 24  # NDRPDR sel
1248     dpdk-performance-changes-3n-hsw:
1249       - "dpdk-performance-changes-3n-hsw-h1"
1250       - "dpdk-performance-changes-3n-hsw-ref"
1251       - "dpdk-performance-changes-3n-hsw-cmp"
1252
1253     dpdk-performance-changes-3n-skx-h1:
1254       csit-dpdk-perf-verify-1904-3n-skx:
1255         - 2   # NDRPDR sel
1256         - 3   # NDRPDR sel
1257         - 4   # NDRPDR sel
1258         - 5   # NDRPDR sel
1259         - 6   # NDRPDR sel
1260         - 7   # NDRPDR sel
1261         - 11  # NDRPDR sel
1262         - 12  # NDRPDR sel
1263         - 13  # NDRPDR sel
1264         - 14  # NDRPDR sel
1265     dpdk-performance-changes-3n-skx-ref:
1266       csit-dpdk-perf-verify-1908-3n-skx:
1267         - 3   # NDRPDR sel
1268         - 4   # NDRPDR sel
1269         - 5   # NDRPDR sel
1270         - 6   # NDRPDR sel
1271         - 7   # NDRPDR sel
1272         - 8   # NDRPDR sel
1273         - 9   # NDRPDR sel
1274         - 10  # NDRPDR sel
1275         - 11  # NDRPDR sel
1276         - 12  # NDRPDR sel
1277     dpdk-performance-changes-3n-skx-cmp:
1278       csit-dpdk-perf-verify-2001-3n-skx:
1279         - 29  # NDRPDR sel xxv710
1280         - 33  # NDRPDR sel xxv710
1281         - 34  # NDRPDR sel xxv710
1282         - 35  # NDRPDR sel xxv710
1283         - 36  # NDRPDR sel xxv710
1284         - 37  # NDRPDR sel xxv710
1285         - 41  # NDRPDR sel xxv710
1286         - 42  # NDRPDR sel xxv710
1287         - 43  # NDRPDR sel xxv710
1288         - 45  # NDRPDR sel xxv710
1289         - 30  # NDRPDR sel x710
1290         - 31  # NDRPDR sel x710
1291         - 32  # NDRPDR sel x710
1292         - 38  # NDRPDR sel x710
1293         - 39  # NDRPDR sel x710
1294         - 40  # NDRPDR sel x710
1295         - 44  # NDRPDR sel x710
1296         - 46  # NDRPDR sel x710
1297         - 47  # NDRPDR sel x710
1298         - 48  # NDRPDR sel x710
1299     dpdk-performance-changes-3n-skx:
1300       - "dpdk-performance-changes-3n-skx-h1"
1301       - "dpdk-performance-changes-3n-skx-ref"
1302       - "dpdk-performance-changes-3n-skx-cmp"
1303
1304     dpdk-performance-changes-2n-skx-h1:
1305       csit-dpdk-perf-verify-1904-2n-skx:
1306         - 2   # NDRPDR sel
1307         - 3   # NDRPDR sel
1308         - 4   # NDRPDR sel
1309         - 5   # NDRPDR sel
1310         - 7   # NDRPDR sel
1311         - 8   # NDRPDR sel
1312         - 9   # NDRPDR sel
1313         - 10  # NDRPDR sel
1314         - 11  # NDRPDR sel
1315         - 12  # NDRPDR sel
1316     dpdk-performance-changes-2n-skx-ref:
1317       csit-dpdk-perf-verify-1908-2n-skx:
1318         - 2   # NDRPDR sel
1319         - 3   # NDRPDR sel
1320         - 4   # NDRPDR sel
1321         - 5   # NDRPDR sel
1322         - 7   # NDRPDR sel
1323         - 8   # NDRPDR sel
1324         - 9   # NDRPDR sel
1325         - 10  # NDRPDR sel
1326         - 11  # NDRPDR sel
1327         - 12  # NDRPDR sel
1328     dpdk-performance-changes-2n-skx-cmp:
1329       csit-dpdk-perf-verify-2001-2n-skx:
1330         - 35  # NDRPDR sel xxv710
1331         - 36  # NDRPDR sel xxv710
1332         - 37  # NDRPDR sel xxv710
1333         - 41  # NDRPDR sel xxv710
1334         - 42  # NDRPDR sel xxv710
1335         - 43  # NDRPDR sel xxv710
1336         - 46  # NDRPDR sel xxv710
1337         - 47  # NDRPDR sel xxv710
1338         - 52  # NDRPDR sel xxv710
1339         - 53  # NDRPDR sel xxv710
1340         - 38  # NDRPDR sel x710
1341         - 39  # NDRPDR sel x710
1342         - 40  # NDRPDR sel x710
1343         - 44  # NDRPDR sel x710
1344         - 45  # NDRPDR sel x710
1345         - 48  # NDRPDR sel x710
1346         - 49  # NDRPDR sel x710
1347         - 50  # NDRPDR sel x710
1348         - 51  # NDRPDR sel x710
1349         - 54  # NDRPDR sel x710
1350     dpdk-performance-changes-2n-skx:
1351       - "dpdk-performance-changes-2n-skx-h1"
1352       - "dpdk-performance-changes-2n-skx-ref"
1353       - "dpdk-performance-changes-2n-skx-cmp"
1354
1355     # Compare testbeds
1356
1357     vpp-compare-testbeds-ref:
1358       csit-vpp-perf-verify-2001-3n-hsw:
1359         - 21  # NDRPDR sel
1360         - 22  # NDRPDR sel
1361         - 23  # NDRPDR sel
1362         - 24  # NDRPDR sel
1363         - 25  # NDRPDR sel
1364         - 29  # NDRPDR sel
1365         - 30  # NDRPDR sel
1366         - 31  # NDRPDR sel
1367         - 32  # NDRPDR sel
1368         - 34  # NDRPDR sel
1369     vpp-compare-testbeds-cmp:
1370       # TODO: Add the data
1371       csit-vpp-perf-verify-2001-3n-skx:
1372         - 45  # NDRPDR sel
1373         - 46  # NDRPDR sel
1374         - 47  # NDRPDR sel
1375         - 48  # NDRPDR sel
1376         - 49  # NDRPDR sel
1377     vpp-compare-testbeds:
1378       - "vpp-compare-testbeds-ref"
1379       - "vpp-compare-testbeds-cmp"
1380
1381     vpp-compare-testbeds-skx-clx-ref:
1382       csit-vpp-perf-verify-2001-2n-skx:
1383         - 92  # NDRPDR sel
1384         - 93  # NDRPDR sel
1385         - 94  # NDRPDR sel
1386         - 95  # NDRPDR sel
1387         - 96  # NDRPDR sel
1388         - 97  # NDRPDR sel
1389         - 98  # NDRPDR sel
1390         - 99  # NDRPDR sel
1391         - 100 # NDRPDR sel
1392         - 102 # NDRPDR sel
1393         - 129 # NDRPDR sel addition
1394         - 130 # NDRPDR sel addition
1395         - 131 # NDRPDR sel addition
1396         - 132 # NDRPDR sel addition
1397         - 133 # NDRPDR sel addition
1398         - 134 # NDRPDR sel addition
1399         - 135 # NDRPDR sel addition
1400         - 136 # NDRPDR sel addition
1401         - 137 # NDRPDR sel addition
1402         - 138 # NDRPDR sel addition
1403     vpp-compare-testbeds-skx-clx-cmp:
1404       csit-vpp-perf-verify-2001-2n-clx:
1405         - 28  # NDRPDR sel
1406         - 29  # NDRPDR sel
1407         - 32  # NDRPDR sel
1408         - 40  # NDRPDR sel
1409         - 43  # NDRPDR sel
1410         - 44  # NDRPDR sel
1411         - 45  # NDRPDR sel
1412         - 47  # NDRPDR sel
1413         - 48  # NDRPDR sel
1414         - 49  # NDRPDR sel
1415     vpp-compare-testbeds-skx-clx:
1416       - "vpp-compare-testbeds-skx-clx-ref"
1417       - "vpp-compare-testbeds-skx-clx-cmp"
1418
1419     vpp-compare-testbeds-hsw-clx-ref:
1420       csit-vpp-perf-verify-2001-3n-hsw:
1421         - 21  # NDRPDR sel
1422         - 22  # NDRPDR sel
1423         - 23  # NDRPDR sel
1424         - 24  # NDRPDR sel
1425         - 25  # NDRPDR sel
1426         - 29  # NDRPDR sel
1427         - 30  # NDRPDR sel
1428         - 31  # NDRPDR sel
1429         - 32  # NDRPDR sel
1430         - 34  # NDRPDR sel
1431     vpp-compare-testbeds-hsw-clx-cmp:
1432       csit-vpp-perf-verify-2001-2n-clx:
1433         - 28  # NDRPDR sel
1434         - 29  # NDRPDR sel
1435         - 32  # NDRPDR sel
1436         - 40  # NDRPDR sel
1437         - 43  # NDRPDR sel
1438         - 44  # NDRPDR sel
1439         - 45  # NDRPDR sel
1440         - 47  # NDRPDR sel
1441         - 48  # NDRPDR sel
1442         - 49  # NDRPDR sel
1443     vpp-compare-testbeds-hsw-clx:
1444       - "vpp-compare-testbeds-hsw-clx-ref"
1445       - "vpp-compare-testbeds-hsw-clx-cmp"
1446
1447     vpp-compare-testbeds-mrr-ref:
1448       csit-vpp-perf-verify-2001-3n-hsw:
1449         - 17  # MRR sel
1450     vpp-compare-testbeds-mrr-cmp:
1451       csit-vpp-perf-verify-2001-3n-skx:
1452         - 50  # MRR sel
1453     vpp-compare-testbeds-mrr:
1454       - "vpp-compare-testbeds-mrr-ref"
1455       - "vpp-compare-testbeds-mrr-cmp"
1456
1457     vpp-compare-testbeds-mrr-skx-clx-ref:
1458       csit-vpp-perf-verify-2001-2n-skx:
1459         - 101 # MRR sel
1460         - 128 # MRR sel addition
1461     vpp-compare-testbeds-mrr-skx-clx-cmp:
1462       csit-vpp-perf-verify-2001-2n-clx:
1463         - 39  # MRR
1464     vpp-compare-testbeds-mrr-skx-clx:
1465       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1466       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1467
1468     vpp-compare-testbeds-mrr-hsw-clx-ref:
1469       csit-vpp-perf-verify-2001-3n-hsw:
1470         - 17  # MRR sel
1471     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1472       csit-vpp-perf-verify-2001-2n-clx:
1473         - 39  # MRR
1474     vpp-compare-testbeds-mrr-hsw-clx:
1475       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1476       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1477
1478     dpdk-compare-testbeds-ref:
1479       csit-dpdk-perf-verify-2001-3n-hsw:
1480         - 4   # NDRPDR sel
1481         - 5   # NDRPDR sel
1482         - 6   # NDRPDR sel
1483         - 7   # NDRPDR sel
1484         - 8   # NDRPDR sel
1485         - 9   # NDRPDR sel
1486         - 10  # NDRPDR sel
1487         - 11  # NDRPDR sel
1488         - 12  # NDRPDR sel
1489         - 13  # NDRPDR sel
1490         - 15  # NDRPDR sel
1491         - 16  # NDRPDR sel
1492         - 17  # NDRPDR sel
1493         - 18  # NDRPDR sel
1494         - 19  # NDRPDR sel
1495         - 20  # NDRPDR sel
1496         - 21  # NDRPDR sel
1497         - 22  # NDRPDR sel
1498         - 23  # NDRPDR sel
1499         - 24  # NDRPDR sel
1500     dpdk-compare-testbeds-cmp:
1501       csit-dpdk-perf-verify-2001-3n-skx:
1502         - 29  # NDRPDR sel xxv710
1503         - 33  # NDRPDR sel xxv710
1504         - 34  # NDRPDR sel xxv710
1505         - 35  # NDRPDR sel xxv710
1506         - 36  # NDRPDR sel xxv710
1507         - 37  # NDRPDR sel xxv710
1508         - 41  # NDRPDR sel xxv710
1509         - 42  # NDRPDR sel xxv710
1510         - 43  # NDRPDR sel xxv710
1511         - 45  # NDRPDR sel xxv710
1512         - 30  # NDRPDR sel x710
1513         - 31  # NDRPDR sel x710
1514         - 32  # NDRPDR sel x710
1515         - 38  # NDRPDR sel x710
1516         - 39  # NDRPDR sel x710
1517         - 40  # NDRPDR sel x710
1518         - 44  # NDRPDR sel x710
1519         - 46  # NDRPDR sel x710
1520         - 47  # NDRPDR sel x710
1521         - 48  # NDRPDR sel x710
1522     dpdk-compare-testbeds:
1523       - "dpdk-compare-testbeds-ref"
1524       - "dpdk-compare-testbeds-cmp"
1525
1526     dpdk-compare-testbeds-skx-clx-ref:
1527       csit-dpdk-perf-verify-2001-2n-skx:
1528         - 35  # NDRPDR sel xxv710
1529         - 36  # NDRPDR sel xxv710
1530         - 37  # NDRPDR sel xxv710
1531         - 41  # NDRPDR sel xxv710
1532         - 42  # NDRPDR sel xxv710
1533         - 43  # NDRPDR sel xxv710
1534         - 46  # NDRPDR sel xxv710
1535         - 47  # NDRPDR sel xxv710
1536         - 52  # NDRPDR sel xxv710
1537         - 53  # NDRPDR sel xxv710
1538         - 38  # NDRPDR sel x710
1539         - 39  # NDRPDR sel x710
1540         - 40  # NDRPDR sel x710
1541         - 44  # NDRPDR sel x710
1542         - 45  # NDRPDR sel x710
1543         - 48  # NDRPDR sel x710
1544         - 49  # NDRPDR sel x710
1545         - 50  # NDRPDR sel x710
1546         - 51  # NDRPDR sel x710
1547         - 54  # NDRPDR sel x710
1548     dpdk-compare-testbeds-skx-clx-cmp:
1549       csit-dpdk-perf-verify-2001-2n-clx:
1550         - 15  # NDRPDR sel
1551         - 16  # NDRPDR sel
1552         - 17  # NDRPDR sel
1553         - 18  # NDRPDR sel
1554         - 19  # NDRPDR sel
1555         - 20  # NDRPDR sel
1556         - 21  # NDRPDR sel
1557         - 22  # NDRPDR sel
1558         - 23  # NDRPDR sel
1559         - 24  # NDRPDR sel
1560         - 25  # NDRPDR sel
1561         - 26  # NDRPDR sel
1562         - 27  # NDRPDR sel
1563         - 28  # NDRPDR sel
1564         - 29  # NDRPDR sel
1565         - 30  # NDRPDR sel
1566         - 31  # NDRPDR sel
1567         - 32  # NDRPDR sel
1568         - 33  # NDRPDR sel
1569         - 34  # NDRPDR sel
1570
1571     dpdk-compare-testbeds-skx-clx:
1572       - "dpdk-compare-testbeds-skx-clx-ref"
1573       - "dpdk-compare-testbeds-skx-clx-cmp"
1574
1575     # Compare topologies
1576
1577     vpp-compare-topologies-ref:
1578       # TODO: Add the data
1579       csit-vpp-perf-verify-2001-3n-skx:
1580         - 45  # NDRPDR sel
1581         - 46  # NDRPDR sel
1582         - 47  # NDRPDR sel
1583         - 48  # NDRPDR sel
1584         - 49  # NDRPDR sel
1585     vpp-compare-topologies-cmp:
1586       # TODO: Add the data
1587       csit-vpp-perf-verify-2001-2n-skx:
1588         - 92  # NDRPDR sel
1589         - 93  # NDRPDR sel
1590         - 94  # NDRPDR sel
1591         - 95  # NDRPDR sel
1592         - 96  # NDRPDR sel
1593         - 97  # NDRPDR sel
1594         - 98  # NDRPDR sel
1595         - 99  # NDRPDR sel
1596         - 100 # NDRPDR sel
1597         - 102 # NDRPDR sel
1598         - 129 # NDRPDR sel addition
1599         - 130 # NDRPDR sel addition
1600         - 131 # NDRPDR sel addition
1601         - 132 # NDRPDR sel addition
1602         - 133 # NDRPDR sel addition
1603         - 134 # NDRPDR sel addition
1604         - 135 # NDRPDR sel addition
1605         - 136 # NDRPDR sel addition
1606         - 137 # NDRPDR sel addition
1607         - 138 # NDRPDR sel addition
1608     vpp-compare-topologies:
1609       - "vpp-compare-topologies-ref"
1610       - "vpp-compare-topologies-cmp"
1611
1612     vpp-compare-topologies-mrr-ref:
1613       csit-vpp-perf-verify-2001-3n-skx:
1614         - 50  # MRR sel
1615     vpp-compare-topologies-mrr-cmp:
1616       csit-vpp-perf-verify-2001-2n-skx:
1617         - 101 # MRR sel
1618         - 128 # MRR sel addition
1619     vpp-compare-topologies-mrr:
1620       - "vpp-compare-topologies-mrr-ref"
1621       - "vpp-compare-topologies-mrr-cmp"
1622
1623     dpdk-compare-topologies-ref:
1624       csit-dpdk-perf-verify-2001-3n-skx:
1625         - 29  # NDRPDR sel xxv710
1626         - 33  # NDRPDR sel xxv710
1627         - 34  # NDRPDR sel xxv710
1628         - 35  # NDRPDR sel xxv710
1629         - 36  # NDRPDR sel xxv710
1630         - 37  # NDRPDR sel xxv710
1631         - 41  # NDRPDR sel xxv710
1632         - 42  # NDRPDR sel xxv710
1633         - 43  # NDRPDR sel xxv710
1634         - 45  # NDRPDR sel xxv710
1635         - 30  # NDRPDR sel x710
1636         - 31  # NDRPDR sel x710
1637         - 32  # NDRPDR sel x710
1638         - 38  # NDRPDR sel x710
1639         - 39  # NDRPDR sel x710
1640         - 40  # NDRPDR sel x710
1641         - 44  # NDRPDR sel x710
1642         - 46  # NDRPDR sel x710
1643         - 47  # NDRPDR sel x710
1644         - 48  # NDRPDR sel x710
1645     dpdk-compare-topologies-cmp:
1646       csit-dpdk-perf-verify-2001-2n-skx:
1647         - 35  # NDRPDR sel xxv710
1648         - 36  # NDRPDR sel xxv710
1649         - 37  # NDRPDR sel xxv710
1650         - 41  # NDRPDR sel xxv710
1651         - 42  # NDRPDR sel xxv710
1652         - 43  # NDRPDR sel xxv710
1653         - 46  # NDRPDR sel xxv710
1654         - 47  # NDRPDR sel xxv710
1655         - 52  # NDRPDR sel xxv710
1656         - 53  # NDRPDR sel xxv710
1657         - 38  # NDRPDR sel x710
1658         - 39  # NDRPDR sel x710
1659         - 40  # NDRPDR sel x710
1660         - 44  # NDRPDR sel x710
1661         - 45  # NDRPDR sel x710
1662         - 48  # NDRPDR sel x710
1663         - 49  # NDRPDR sel x710
1664         - 50  # NDRPDR sel x710
1665         - 51  # NDRPDR sel x710
1666         - 54  # NDRPDR sel x710
1667     dpdk-compare-topologies:
1668       - "dpdk-compare-topologies-ref"
1669       - "dpdk-compare-topologies-cmp"
1670
1671   plot-layouts:
1672
1673     plot-soak-throughput:
1674       titlefont:
1675         size: 18
1676       xaxis:
1677         title: "<b>Test Cases [Index]</b>"
1678         titlefont:
1679           size: 16
1680         autorange: True
1681         fixedrange: False
1682         gridcolor: "rgb(230, 230, 230)"
1683         linecolor: "rgb(220, 220, 220)"
1684         linewidth: 1
1685         showgrid: True
1686         showline: True
1687         showticklabels: True
1688         tickcolor: "rgb(220, 220, 220)"
1689         tickmode: "linear"
1690         tickfont:
1691           size: 16
1692         zeroline: False
1693       yaxis:
1694         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1695         titlefont:
1696           size: 16
1697         gridcolor: "rgb(230, 230, 230)"
1698         hoverformat: ".4r"
1699         tickformat: ".3r"
1700         linecolor: "rgb(220, 220, 220)"
1701         linewidth: 1
1702         showgrid: True
1703         showline: True
1704         showticklabels: True
1705         tickcolor: "rgb(220, 220, 220)"
1706         tickfont:
1707           size: 16
1708         zeroline: False
1709         range: [0,50]
1710       autosize: False
1711       margin:
1712         t: 50
1713         b: 0
1714         l: 80
1715         r: 20
1716       showlegend: True
1717       legend:
1718         orientation: "h"
1719         font:
1720           size: 16
1721       width: 700
1722       height: 900
1723       paper_bgcolor: "#fff"
1724       plot_bgcolor: "#fff"
1725       hoverlabel:
1726         namelength: -1
1727
1728     plot-service-density:
1729       titlefont:
1730         size: 18
1731       xaxis:
1732         side: "top"
1733         autorange: True
1734         fixedrange: False
1735         showgrid: False
1736         showline: False
1737         showticklabels: False
1738         ticks: ""
1739         ticklen: 0
1740         tickwidth: 0
1741         zeroline: False
1742       yaxis:
1743         autorange: "reversed"
1744         showgrid: False
1745         showline: False
1746         showticklabels: False
1747         ticks: ""
1748         ticklen: 0
1749         tickwidth: 0
1750         zeroline: False
1751       showlegend: False
1752       paper_bgcolor: "#fff"
1753       plot_bgcolor: "#fff"
1754       width: 700
1755       height: 700
1756       hoverlabel:
1757         namelength: -1
1758
1759     plot-cps:
1760       titlefont:
1761         size: 18
1762       xaxis:
1763         title: "<b>Test Cases [Index]</b>"
1764         titlefont:
1765           size: 16
1766         autorange: True
1767         fixedrange: False
1768         gridcolor: "rgb(230, 230, 230)"
1769         linecolor: "rgb(220, 220, 220)"
1770         linewidth: 1
1771         showgrid: True
1772         showline: True
1773         showticklabels: True
1774         tickcolor: "rgb(220, 220, 220)"
1775         tickmode: "linear"
1776         tickfont:
1777           size: 16
1778         zeroline: False
1779       yaxis:
1780         title: "<b>Connections Per Second [cps]</b>"
1781         titlefont:
1782           size: 16
1783         gridcolor: "rgb(230, 230, 230)"
1784         hoverformat: ".4s"
1785         linecolor: "rgb(220, 220, 220)"
1786         linewidth: 1
1787         rangemode: "tozero"
1788         showgrid: True
1789         showline: True
1790         showticklabels: True
1791         tickcolor: "rgb(220, 220, 220)"
1792         tickformat: ".3s"
1793         tickfont:
1794           size: 16
1795         zeroline: False
1796       boxmode: "group"
1797       boxgroupgap: 0.5
1798       autosize: False
1799       margin:
1800         t: 50
1801         b: 20
1802         l: 80
1803         r: 20
1804       showlegend: True
1805       legend:
1806         orientation: "h"
1807         font:
1808           size: 16
1809       width: 700
1810       height: 800
1811       paper_bgcolor: "#fff"
1812       plot_bgcolor: "#fff"
1813       hoverlabel:
1814         namelength: -1
1815
1816     plot-rps:
1817       titlefont:
1818         size: 18
1819       xaxis:
1820         title: "<b>Test Cases [Index]</b>"
1821         titlefont:
1822           size: 16
1823         autorange: True
1824         fixedrange: False
1825         gridcolor: "rgb(230, 230, 230)"
1826         linecolor: "rgb(220, 220, 220)"
1827         linewidth: 1
1828         showgrid: True
1829         showline: True
1830         showticklabels: True
1831         tickcolor: "rgb(220, 220, 220)"
1832         tickmode: "linear"
1833         tickfont:
1834           size: 16
1835         zeroline: False
1836       yaxis:
1837         title: "<b>Requests Per Second [rps]</b>"
1838         titlefont:
1839           size: 16
1840         gridcolor: "rgb(230, 230, 230)"
1841         hoverformat: ".4s"
1842         linecolor: "rgb(220, 220, 220)"
1843         linewidth: 1
1844         rangemode: "tozero"
1845         showgrid: True
1846         showline: True
1847         showticklabels: True
1848         tickcolor: "rgb(230, 230, 230)"
1849         tickformat: ".3s"
1850         tickfont:
1851           size: 16
1852         zeroline: False
1853       boxmode: "group"
1854       boxgroupgap: 0.5
1855       autosize: False
1856       margin:
1857         t: 50
1858         b: 20
1859         l: 80
1860         r: 20
1861       showlegend: True
1862       legend:
1863         orientation: "h"
1864         font:
1865           size: 16
1866       width: 700
1867       height: 800
1868       paper_bgcolor: "#fff"
1869       plot_bgcolor: "#fff"
1870       hoverlabel:
1871         namelength: -1
1872
1873     plot-hoststack:
1874       titlefont:
1875         size: 16
1876       xaxis:
1877         title: "<b>Test Cases [Index]</b>"
1878         titlefont:
1879           size: 14
1880         autorange: True
1881         fixedrange: False
1882         gridcolor: "rgb(230, 230, 230)"
1883         linecolor: "rgb(220, 220, 220)"
1884         linewidth: 1
1885         showgrid: True
1886         showline: True
1887         showticklabels: True
1888         tickcolor: "rgb(220, 220, 220)"
1889         tickmode: "linear"
1890         tickfont:
1891           size: 14
1892         zeroline: False
1893       yaxis:
1894         title: "<b>Bandwidth [Gbps]</b>"
1895         titlefont:
1896           size: 14
1897         gridcolor: "rgb(230, 230, 230)"
1898         hoverformat: ".4s"
1899         linecolor: "rgb(220, 220, 220)"
1900         linewidth: 1
1901         rangemode: "tozero"
1902         showgrid: True
1903         showline: True
1904         showticklabels: True
1905         tickcolor: "rgb(230, 230, 230)"
1906         tickformat: ".3s"
1907         tickfont:
1908           size: 14
1909         zeroline: False
1910       boxmode: "group"
1911       boxgroupgap: 0.5
1912       autosize: False
1913       margin:
1914         t: 50
1915         b: 20
1916         l: 80
1917         r: 20
1918       showlegend: True
1919       legend:
1920         orientation: "h"
1921         font:
1922           size: 14
1923       width: 700
1924       height: 800
1925       paper_bgcolor: "#fff"
1926       plot_bgcolor: "#fff"
1927       hoverlabel:
1928         namelength: -1
1929
1930     plot-throughput:
1931       titlefont:
1932         size: 18
1933       xaxis:
1934         title: "<b>Test Cases [Index]</b>"
1935         titlefont:
1936           size: 16
1937         autorange: True
1938         fixedrange: False
1939         gridcolor: "rgb(230, 230, 230)"
1940         linecolor: "rgb(220, 220, 220)"
1941         linewidth: 1
1942         showgrid: True
1943         showline: True
1944         showticklabels: True
1945         tickcolor: "rgb(220, 220, 220)"
1946         tickmode: "linear"
1947         tickfont:
1948           size: 16
1949         zeroline: False
1950       yaxis:
1951         title: "<b>Packet Throughput [Mpps]</b>"
1952         titlefont:
1953           size: 16
1954         gridcolor: "rgb(230, 230, 230)"
1955         hoverformat: ".4r"
1956         tickformat: ".3r"
1957         linecolor: "rgb(220, 220, 220)"
1958         linewidth: 1
1959         showgrid: True
1960         showline: True
1961         showticklabels: True
1962         tickcolor: "rgb(220, 220, 220)"
1963         tickfont:
1964           size: 16
1965         zeroline: False
1966         range: [0,50]
1967       autosize: False
1968       margin:
1969         t: 50
1970         b: 0
1971         l: 80
1972         r: 20
1973       showlegend: True
1974       legend:
1975         orientation: "h"
1976         font:
1977           size: 16
1978       width: 700
1979       height: 900
1980       paper_bgcolor: "#fff"
1981       plot_bgcolor: "#fff"
1982       hoverlabel:
1983         namelength: -1
1984
1985     plot-throughput-speedup-analysis:
1986       titlefont:
1987         size: 18
1988       xaxis:
1989         title: "<b>Number of Cores [Qty]</b>"
1990         titlefont:
1991           size: 16
1992         autorange: True
1993         fixedrange: False
1994         gridcolor: "rgb(230, 230, 230)"
1995         linecolor: "rgb(220, 220, 220)"
1996         linewidth: 1
1997         showgrid: True
1998         showline: True
1999         showticklabels: True
2000         tickcolor: "rgb(238, 238, 238)"
2001         tickmode: "linear"
2002         tickfont:
2003           size: 16
2004         zeroline: False
2005       yaxis:
2006         title: "<b>Packet Throughput [Mpps]</b>"
2007         titlefont:
2008           size: 16
2009         type: "linear"
2010         gridcolor: "rgb(230, 230, 230)"
2011         hoverformat: ".4s"
2012         linecolor: "rgb(220, 220, 220)"
2013         linewidth: 1
2014         showgrid: True
2015         showline: True
2016         showticklabels: True
2017         tickcolor: "rgb(220, 220, 220)"
2018         tickformat: ".4s"
2019         tickfont:
2020           size: 16
2021         zeroline: True
2022         rangemode: "tozero"
2023         range: [0,100]
2024       legend:
2025         orientation: "h"
2026         font:
2027           size: 16
2028         xanchor: "left"
2029         yanchor: "top"
2030         x: 0
2031         y: -0.2
2032         bgcolor: "rgba(255, 255, 255, 0)"
2033         bordercolor: "rgba(255, 255, 255, 0)"
2034         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2035       autosize: False
2036       margin:
2037           't': 50
2038           'b': 150
2039           'l': 85
2040           'r': 10
2041       showlegend: True
2042       width: 700
2043       height: 700
2044       paper_bgcolor: "#fff"
2045       plot_bgcolor: "#fff"
2046       hoverlabel:
2047         namelength: -1
2048       annotations: [
2049         {
2050           text: "_ _          __          ...",
2051           align: "left",
2052           showarrow: False,
2053           xref: "paper",
2054           yref: "paper",
2055           xanchor: "left",
2056           yanchor: "top",
2057           x: 0,
2058           y: -0.13,
2059           font: {
2060             family: "Consolas, Courier New",
2061             size: 15
2062           },
2063         },
2064         {
2065           text: "    Perfect     Measured     Limit",
2066           align: "left",
2067           showarrow: False,
2068           xref: "paper",
2069           yref: "paper",
2070           xanchor: "left",
2071           yanchor: "top",
2072           x: 0,
2073           y: -0.15,
2074           font: {
2075             family: "Consolas, Courier New",
2076             size: 15
2077           },
2078         },
2079       ]
2080
2081     plot-latency:
2082       titlefont:
2083         size: 18
2084       xaxis:
2085         title: "<b>Direction</b>"
2086         titlefont:
2087           size: 16
2088         autorange: True
2089         fixedrange: False
2090         gridcolor: "rgb(230, 230, 230)"
2091         linecolor: "rgb(220, 220, 220)"
2092         linewidth: 1
2093         showgrid: True
2094         showline: True
2095         showticklabels: False
2096         tickcolor: "rgb(220, 220, 220)"
2097         tickmode: "linear"
2098         tickfont:
2099           size: 16
2100         zeroline: False
2101       yaxis:
2102         title: "<b>Packet Latency [uSec]</b>"
2103         titlefont:
2104           size: 16
2105         type: "linear"
2106         gridcolor: "rgb(230, 230, 230)"
2107         hoverformat: ".4s"
2108         linecolor: "rgb(220, 220, 220)"
2109         linewidth: 1
2110         showgrid: True
2111         showline: True
2112         showticklabels: True
2113         tickcolor: "rgb(220, 220, 220)"
2114         tickformat: ".4s"
2115         tickfont:
2116           size: 16
2117         zeroline: True
2118         rangemode: "tozero"
2119       legend:
2120         orientation: "h"
2121         font:
2122           size: 16
2123         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2124       autosize: False
2125       margin:
2126           't': 50
2127           'b': 150
2128           'l': 80
2129           'r': 10
2130       showlegend: True
2131       width: 700
2132       height: 700
2133       paper_bgcolor: "#fff"
2134       plot_bgcolor: "#fff"
2135       hoverlabel:
2136         namelength: -1
2137
2138     plot-hdrh-latency:
2139       title:
2140         text: ""
2141         xanchor: "center"
2142         x: 0.5
2143         font:
2144           size: 16
2145       width: 700
2146       plot_bgcolor: "white"
2147       annotations:
2148         - font:
2149             size: 14
2150           showarrow: False
2151           text: "<b>Packet Latency [uSec]</b>"
2152           x: 1
2153           xanchor: "right"
2154           xref: "paper"
2155           y: -0.045
2156           yanchor: "top"
2157           yref: "paper"
2158         - font:
2159             size: 14
2160           showarrow: False
2161           text: "<b>Probability [%]</b>"
2162           textangle: 270
2163           x: -0.06
2164           xanchor: "center"
2165           xref: "paper"
2166           y: 0.5
2167           yanchor: "middle"
2168           yref: "paper"
2169         - font:
2170             size: 14
2171           showarrow: False
2172           text: "<b>Direction: E-W</b>"
2173           x: 0.24
2174           xanchor: "center"
2175           xref: "paper"
2176           y: 1.05
2177           yanchor: "bottom"
2178           yref: "paper"
2179         - font:
2180             size: 14
2181           showarrow: False
2182           text: "<b>Direction: W-E</b>"
2183           x: 0.74
2184           xanchor: "center"
2185           xref: "paper"
2186           y: 1.05
2187           yanchor: "bottom"
2188           yref: "paper"
2189
2190     plot-hdrh-latency-percentile:
2191       title:
2192         text: ""
2193         xanchor: "center"
2194         x: 0.5
2195         font:
2196           size: 18
2197       xaxis:
2198         type: "log"
2199         title: "<b>Percentile [%]</b>"
2200         titlefont:
2201           size: 16
2202         autorange: True
2203         fixedrange: False
2204         gridcolor: "rgb(230, 230, 230)"
2205         linecolor: "rgb(220, 220, 220)"
2206         linewidth: 1
2207         showgrid: True
2208         showline: True
2209         showticklabels: True
2210         tickcolor: "rgb(220, 220, 220)"
2211         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2212         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2213         tickfont:
2214           size: 16
2215       yaxis:
2216         title: "<b>Packet Latency [uSec]</b>"
2217         titlefont:
2218           size: 16
2219         gridcolor: "rgb(230, 230, 230)"
2220         linecolor: "rgb(220, 220, 220)"
2221         linewidth: 1
2222         showgrid: True
2223         showline: True
2224         showticklabels: True
2225         tickcolor: "rgb(220, 220, 220)"
2226         tickfont:
2227           size: 16
2228       autosize: False
2229       showlegend: True
2230       legend:
2231         traceorder: "normal"
2232         orientation: "h"
2233         font:
2234           size: 16
2235         xanchor: "left"
2236         yanchor: "top"
2237         x: 0
2238         y: -0.15
2239         bgcolor: "rgba(255, 255, 255, 0)"
2240         bordercolor: "rgba(255, 255, 255, 0)"
2241       width: 700
2242       height: 700
2243       paper_bgcolor: "white"
2244       plot_bgcolor: "white"
2245
2246     plot-hdrh-latency-by-percentile:
2247       title:
2248         text: "<b>Latency by Percentile Distribution</b>"
2249         xanchor: "center"
2250         x: 0.5
2251         font:
2252           size: 18
2253       showlegend: True
2254       legend:
2255         traceorder: "normal"
2256         orientation: "h"
2257         font:
2258           size: 16
2259         xanchor: "left"
2260         yanchor: "top"
2261         x: 0
2262         y: -0.2
2263         bgcolor: "rgba(255, 255, 255, 0)"
2264         bordercolor: "rgba(255, 255, 255, 0)"
2265       xaxis:
2266         type: "linear"
2267         title: "<b>Percentile [%]</b>"
2268         titlefont:
2269           size: 14
2270         autorange: False
2271         fixedrange: False
2272         range: [0, 100]
2273         gridcolor: "rgb(230, 230, 230)"
2274         linecolor: "rgb(220, 220, 220)"
2275         linewidth: 1
2276         showgrid: True
2277         showline: True
2278         showticklabels: True
2279         tickcolor: "rgb(220, 220, 220)"
2280         tickvals: [0, 25, 50, 75, 100]
2281         ticktext: [0, 25, 50, 75, 100]
2282         tickfont:
2283           size: 14
2284       yaxis:
2285         title: "<b>One-Way Latency per Direction [uSec]</b>"
2286         titlefont:
2287           size: 14
2288         gridcolor: "rgb(230, 230, 230)"
2289         linecolor: "rgb(220, 220, 220)"
2290         linewidth: 1
2291         showgrid: True
2292         showline: True
2293         showticklabels: True
2294         tickcolor: "rgb(220, 220, 220)"
2295         tickfont:
2296           size: 14
2297       width: 700
2298       height: 700
2299       paper_bgcolor: "white"
2300       plot_bgcolor: "white"
2301
2302 - type: "static"
2303   src-path: "{DIR[RST]}"
2304   dst-path: "{DIR[WORKING,SRC]}"
2305
2306 - type: "input"
2307   general:
2308     file-name: "output_info.xml.gz"
2309     file-format: ".gz"
2310     arch-file-format:
2311       - ".gz"
2312       - ".zip"
2313     download-path: "{job}/{build}/archives/{filename}"
2314     extract: "output.xml"
2315
2316     zip-file-name: "robot-plugin.zip"
2317     zip-file-format: ".zip"
2318     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2319     zip-extract: "robot-plugin/output.xml"
2320
2321   builds:
2322
2323     csit-vpp-perf-verify-1904-3n-hsw:
2324       - 9   # MRR sel
2325       - 11  # NDRPDR sel
2326       - 12  # NDRPDR sel
2327       - 20  # NDRPDR sel
2328       - 21  # NDRPDR sel
2329       - 23  # NDRPDR sel
2330       - 24  # NDRPDR sel
2331       - 25  # NDRPDR sel
2332       - 26  # NDRPDR sel
2333       - 29  # NDRPDR sel
2334       - 30  # NDRPDR sel
2335     csit-vpp-perf-verify-1908-3n-hsw:
2336       - 12  # NDRPDR sel
2337       - 13  # NDRPDR sel
2338       - 14  # NDRPDR sel
2339       - 15  # NDRPDR sel
2340       - 16  # NDRPDR sel
2341       - 17  # NDRPDR sel
2342       - 18  # NDRPDR sel
2343       - 19  # NDRPDR sel
2344       - 20  # NDRPDR sel
2345       - 21  # NDRPDR sel
2346       - 48  # NDRPDR sel vhost
2347       - 49  # NDRPDR sel vhost
2348       - 52  # NDRPDR sel vhost
2349       - 53  # NDRPDR sel vhost
2350       - 54  # NDRPDR sel vhost
2351       - 55  # NDRPDR sel vhost
2352       - 56  # NDRPDR sel vhost
2353       - 57  # NDRPDR sel vhost
2354       - 58  # NDRPDR sel vhost
2355       - 59  # NDRPDR sel vhost
2356       - 39  # MRR sel
2357     csit-vpp-perf-verify-2001-3n-hsw:
2358       - 21  # NDRPDR sel
2359       - 22  # NDRPDR sel
2360       - 23  # NDRPDR sel
2361       - 24  # NDRPDR sel
2362       - 25  # NDRPDR sel
2363       - 29  # NDRPDR sel
2364       - 30  # NDRPDR sel
2365       - 31  # NDRPDR sel
2366       - 32  # NDRPDR sel
2367       - 34  # NDRPDR sel
2368       - 17  # MRR sel
2369       - 18  # NDRPDR full
2370       - 20  # NDRPDR full
2371       - 28  # NDRPDR full
2372       - 35  # NDRPDR full
2373       - 42  # NDRPDR full
2374       - 46  # NDRPDR full
2375       - 47  # NDRPDR full
2376       - 48  # NDRPDR full
2377       - 49  # NDRPDR full
2378       - 50  # NDRPDR full
2379       - 51  # NDRPDR full
2380       - 52  # NDRPDR full
2381       - 53  # NDRPDR full
2382       - 54  # NDRPDR full
2383       - 55  # NDRPDR full
2384       - 56  # NDRPDR full
2385       - 57  # NDRPDR full
2386       - 58  # NDRPDR full
2387       - 59  # NDRPDR full
2388       - 61  # NDRPDR full
2389       - 62  # NDRPDR full
2390       - 63  # NDRPDR full
2391       - 64  # NDRPDR full
2392       - 65  # NDRPDR full
2393       - 67  # NDRPDR full
2394       - 70  # NDRPDR full
2395       - 72  # NDRPDR full
2396       - 73  # NDRPDR full
2397       - 76  # NDRPDR full
2398       - 77  # NDRPDR full
2399       - 78  # NDRPDR full
2400       - 79  # NDRPDR full
2401       - 81  # NDRPDR full
2402       - 82  # NDRPDR full
2403       - 84  # NDRPDR full
2404       - 85  # NDRPDR full
2405       - 87  # hoststack
2406       - 88  # hoststack
2407       - 89  # hoststack
2408       - 90  # hoststack
2409       - 91  # hoststack
2410       - 92  # hoststack
2411       - 93  # hoststack
2412       - 94  # hoststack
2413       - 95  # hoststack
2414       - 96  # hoststack
2415
2416     csit-vpp-perf-verify-1904-3n-skx:
2417       - 7   # MRR sel
2418       - 8   # NDRPDR sel
2419       - 9   # NDRPDR sel
2420       - 10  # NDRPDR sel
2421       - 11  # NDRPDR sel
2422       - 12  # NDRPDR sel
2423       - 14  # NDRPDR sel
2424       - 16  # NDRPDR sel
2425       - 21  # NDRPDR sel
2426       - 23  # NDRPDR sel
2427       - 25  # NDRPDR sel
2428     csit-vpp-perf-verify-1908-3n-skx:
2429       - 14  # NDRPDR sel
2430       - 16  # NDRPDR sel
2431       - 19  # NDRPDR sel
2432       - 20  # NDRPDR sel
2433       - 22  # NDRPDR sel
2434       - 23  # NDRPDR sel
2435       - 24  # NDRPDR sel
2436       - 25  # NDRPDR sel
2437       - 26  # NDRPDR sel
2438       - 29  # NDRPDR sel
2439       - 52  # NDRPDR sel vhost
2440       - 53  # NDRPDR sel vhost
2441       - 55  # NDRPDR sel vhost
2442       - 61  # NDRPDR sel vhost
2443       - 62  # NDRPDR sel vhost
2444       - 63  # NDRPDR sel vhost
2445       - 64  # NDRPDR sel vhost
2446       - 65  # NDRPDR sel vhost
2447       - 66  # NDRPDR sel vhost
2448       - 67  # NDRPDR sel vhost
2449       - 36  # MRR sel
2450     csit-vpp-perf-verify-2001-3n-skx:
2451       - 45  # NDRPDR sel
2452       - 46  # NDRPDR sel
2453       - 47  # NDRPDR sel
2454       - 48  # NDRPDR sel
2455       - 49  # NDRPDR sel
2456       - 50  # MRR sel
2457
2458     csit-vpp-perf-verify-1904-2n-skx:
2459       - 11  # MRR sel
2460       - 12  # NDRPDR sel
2461       - 14  # NDRPDR sel
2462       - 16  # NDRPDR sel
2463       - 17  # NDRPDR sel
2464       - 18  # NDRPDR sel
2465       - 21  # NDRPDR sel
2466       - 27  # NDRPDR sel
2467       - 30  # NDRPDR sel
2468       - 31  # NDRPDR sel
2469       - 32  # NDRPDR sel
2470     csit-vpp-perf-verify-1908-2n-skx:
2471       - 26  # NDRPDR sel
2472       - 27  # NDRPDR sel
2473       - 34  # NDRPDR sel
2474       - 35  # NDRPDR sel
2475       - 36  # NDRPDR sel
2476       - 42  # NDRPDR sel
2477       - 43  # NDRPDR sel
2478       - 44  # NDRPDR sel
2479       - 45  # NDRPDR sel
2480       - 46  # NDRPDR sel
2481       - 88  # NDRPDR sel vhost
2482       - 89  # NDRPDR sel vhost
2483       - 91  # NDRPDR sel vhost
2484       - 92  # NDRPDR sel vhost
2485       - 93  # NDRPDR sel vhost
2486       - 94  # NDRPDR sel vhost
2487       - 95  # NDRPDR sel vhost
2488       - 96  # NDRPDR sel vhost
2489       - 97  # NDRPDR sel vhost
2490       - 98  # NDRPDR sel vhost
2491       - 69  # MRR sel
2492 #      - 22  # NFV
2493 #      - 31  # NFV
2494 #      - 32  # NFV
2495 #      - 71  # NFV MRR
2496     csit-vpp-perf-verify-2001-2n-skx:
2497       - 92  # NDRPDR sel
2498       - 93  # NDRPDR sel
2499       - 94  # NDRPDR sel
2500       - 95  # NDRPDR sel
2501       - 96  # NDRPDR sel
2502       - 97  # NDRPDR sel
2503       - 98  # NDRPDR sel
2504       - 99  # NDRPDR sel
2505       - 100 # NDRPDR sel
2506       - 102 # NDRPDR sel
2507       - 129 # NDRPDR sel addition
2508       - 130 # NDRPDR sel addition
2509       - 131 # NDRPDR sel addition
2510       - 132 # NDRPDR sel addition
2511       - 133 # NDRPDR sel addition
2512       - 134 # NDRPDR sel addition
2513       - 135 # NDRPDR sel addition
2514       - 136 # NDRPDR sel addition
2515       - 137 # NDRPDR sel addition
2516       - 138 # NDRPDR sel addition
2517       - 101 # MRR sel
2518       - 128 # MRR sel addition
2519
2520     csit-vpp-perf-verify-2001-2n-clx:
2521       - 28  # NDRPDR sel
2522       - 29  # NDRPDR sel
2523       - 32  # NDRPDR sel
2524       - 40  # NDRPDR sel
2525       - 43  # NDRPDR sel
2526       - 44  # NDRPDR sel
2527       - 45  # NDRPDR sel
2528       - 47  # NDRPDR sel
2529       - 48  # NDRPDR sel
2530       - 49  # NDRPDR sel
2531       - 39  # MRR
2532       - 53  # NDRPDR full
2533       - 54  # NDRPDR full
2534       - 55  # NDRPDR full
2535       - 56  # NDRPDR full
2536       - 57  # NDRPDR full
2537       - 58  # NDRPDR full
2538       - 59  # NDRPDR full
2539       - 60  # NDRPDR full
2540       - 61  # NDRPDR full
2541       - 62  # NDRPDR full
2542       - 63  # NDRPDR full
2543       - 64  # NDRPDR full
2544       - 65  # NDRPDR full
2545       - 66  # NDRPDR full
2546       - 67  # NDRPDR full
2547       - 68  # Reconf
2548       - 69  # Reconf
2549       - 70  # Reconf
2550       - 71  # Reconf
2551       - 72  # Reconf
2552       - 73  # Reconf
2553       - 74  # Reconf
2554       - 75  # Reconf
2555       - 76  # Reconf
2556       - 77  # Reconf
2557       - 80  # TCP
2558       - 82  # TCP
2559       - 83  # TCP
2560       - 85  # TCP
2561       - 86  # TCP
2562       - 87  # TCP
2563       - 88  # TCP
2564       - 89  # TCP
2565       - 90  # TCP
2566       - 91  # TCP
2567       - 93  # Soak
2568       - 94  # Soak
2569
2570     csit-vpp-perf-verify-1908-3n-tsh:
2571       - 7   # NDRPDR sel
2572       - 8   # NDRPDR sel
2573       - 9   # NDRPDR sel
2574       - 10  # NDRPDR sel
2575       - 11  # NDRPDR sel
2576       - 12  # NDRPDR sel
2577       - 13  # NDRPDR sel
2578       - 14  # NDRPDR sel
2579       - 15  # NDRPDR sel
2580       - 16  # NDRPDR sel
2581       - 17  # MRR sel
2582     csit-vpp-perf-verify-2001-3n-tsh:
2583       - 3   # NDRPDR sel
2584       - 4   # NDRPDR sel
2585       - 7   # NDRPDR sel
2586       - 8   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 12  # NDRPDR sel
2589       - 13  # NDRPDR sel
2590       - 14  # NDRPDR sel
2591       - 15  # NDRPDR sel
2592       - 21  # NDRPDR sel
2593       - 9   # MRR sel
2594
2595     csit-vpp-perf-verify-1908-3n-dnv:
2596       - 6   # NDRPDR sel
2597       - 7   # NDRPDR sel
2598       - 8   # NDRPDR sel
2599       - 9   # NDRPDR sel
2600       - 10  # NDRPDR sel
2601       - 12  # NDRPDR sel
2602       - 13  # NDRPDR sel
2603       - 14  # NDRPDR sel
2604       - 15  # NDRPDR sel
2605       - 16  # NDRPDR sel
2606       - 17  # MRR sel
2607     csit-vpp-perf-verify-2001-3n-dnv:
2608       - 5   # NDRPDR sel
2609       - 6   # NDRPDR sel
2610       - 7   # NDRPDR sel
2611       - 8   # NDRPDR sel
2612       - 9   # NDRPDR sel
2613       - 10  # NDRPDR sel
2614       - 12  # NDRPDR sel
2615       - 16  # NDRPDR sel
2616       - 17  # NDRPDR sel
2617       - 18  # NDRPDR sel
2618       - 11  # MRR sel
2619       - 19  # NDRPDR full
2620       - 20  # NDRPDR full
2621       - 21  # NDRPDR full
2622       - 22  # NDRPDR full
2623       - 23  # NDRPDR full
2624       - 24  # NDRPDR full
2625       - 25  # NDRPDR full
2626       - 26  # NDRPDR full
2627       - 37  # NDRPDR full
2628       - 38  # NDRPDR full
2629       - 39  # NDRPDR full
2630
2631     csit-vpp-perf-verify-1908-2n-dnv:
2632       - 1   # NDRPDR sel
2633       - 2   # NDRPDR sel
2634       - 3   # NDRPDR sel
2635       - 4   # NDRPDR sel
2636       - 5   # NDRPDR sel
2637       - 6   # NDRPDR sel
2638       - 7   # NDRPDR sel
2639       - 8   # NDRPDR sel
2640       - 9   # NDRPDR sel
2641       - 10  # NDRPDR sel
2642       - 11  # MRR sel
2643     csit-vpp-perf-verify-2001-2n-dnv:
2644       - 4   # NDRPDR sel
2645       - 5   # NDRPDR sel
2646       - 6   # NDRPDR sel
2647       - 7   # NDRPDR sel
2648       - 8   # NDRPDR sel
2649       - 9   # NDRPDR sel
2650       - 10  # NDRPDR sel
2651       - 11  # NDRPDR sel
2652       - 13  # NDRPDR sel
2653       - 16  # NDRPDR sel
2654       - 12  # MRR sel
2655       - 21  # NDRPDR full
2656       - 22  # NDRPDR full
2657       - 25  # NDRPDR full
2658       - 26  # NDRPDR full
2659       - 27  # NDRPDR full
2660       - 28  # NDRPDR full
2661
2662     csit-dpdk-perf-verify-1904-3n-hsw:
2663       - 2   # NDRPDR sel
2664       - 3   # NDRPDR sel
2665       - 5   # NDRPDR sel
2666       - 6   # NDRPDR sel
2667       - 13  # NDRPDR sel
2668       - 14  # NDRPDR sel
2669       - 15  # NDRPDR sel
2670       - 18  # NDRPDR sel
2671       - 19  # NDRPDR sel
2672       - 20  # NDRPDR sel
2673     csit-dpdk-perf-verify-1908-3n-hsw:
2674       - 2   # NDRPDR sel
2675       - 3   # NDRPDR sel
2676       - 4   # NDRPDR sel
2677       - 5   # NDRPDR sel
2678       - 6   # NDRPDR sel
2679       - 7   # NDRPDR sel
2680       - 8   # NDRPDR sel
2681       - 9   # NDRPDR sel
2682       - 10  # NDRPDR sel
2683       - 11  # NDRPDR sel
2684     csit-dpdk-perf-verify-2001-3n-hsw:
2685       - 4   # NDRPDR sel
2686       - 5   # NDRPDR sel
2687       - 6   # NDRPDR sel
2688       - 7   # NDRPDR sel
2689       - 8   # NDRPDR sel
2690       - 9   # NDRPDR sel
2691       - 10  # NDRPDR sel
2692       - 11  # NDRPDR sel
2693       - 12  # NDRPDR sel
2694       - 13  # NDRPDR sel
2695       - 15  # NDRPDR sel
2696       - 16  # NDRPDR sel
2697       - 17  # NDRPDR sel
2698       - 18  # NDRPDR sel
2699       - 19  # NDRPDR sel
2700       - 20  # NDRPDR sel
2701       - 21  # NDRPDR sel
2702       - 22  # NDRPDR sel
2703       - 23  # NDRPDR sel
2704       - 24  # NDRPDR sel
2705       - 25  # NDRPDR full
2706       - 26  # NDRPDR full
2707
2708     csit-dpdk-perf-verify-1904-3n-skx:
2709       - 2   # NDRPDR sel
2710       - 3   # NDRPDR sel
2711       - 4   # NDRPDR sel
2712       - 5   # NDRPDR sel
2713       - 6   # NDRPDR sel
2714       - 7   # NDRPDR sel
2715       - 11  # NDRPDR sel
2716       - 12  # NDRPDR sel
2717       - 13  # NDRPDR sel
2718       - 14  # NDRPDR sel
2719     csit-dpdk-perf-verify-1908-3n-skx:
2720       - 3   # NDRPDR sel
2721       - 4   # NDRPDR sel
2722       - 5   # NDRPDR sel
2723       - 6   # NDRPDR sel
2724       - 7   # NDRPDR sel
2725       - 8   # NDRPDR sel
2726       - 9   # NDRPDR sel
2727       - 10  # NDRPDR sel
2728       - 11  # NDRPDR sel
2729       - 12  # NDRPDR sel
2730     csit-dpdk-perf-verify-2001-3n-skx:
2731       - 29  # NDRPDR sel xxv710
2732       - 33  # NDRPDR sel xxv710
2733       - 34  # NDRPDR sel xxv710
2734       - 35  # NDRPDR sel xxv710
2735       - 36  # NDRPDR sel xxv710
2736       - 37  # NDRPDR sel xxv710
2737       - 41  # NDRPDR sel xxv710
2738       - 42  # NDRPDR sel xxv710
2739       - 43  # NDRPDR sel xxv710
2740       - 45  # NDRPDR sel xxv710
2741       - 30  # NDRPDR sel x710
2742       - 31  # NDRPDR sel x710
2743       - 32  # NDRPDR sel x710
2744       - 38  # NDRPDR sel x710
2745       - 39  # NDRPDR sel x710
2746       - 40  # NDRPDR sel x710
2747       - 44  # NDRPDR sel x710
2748       - 46  # NDRPDR sel x710
2749       - 47  # NDRPDR sel x710
2750       - 48  # NDRPDR sel x710
2751
2752     csit-dpdk-perf-verify-1904-2n-skx:
2753       - 2   # NDRPDR sel
2754       - 3   # NDRPDR sel
2755       - 4   # NDRPDR sel
2756       - 5   # NDRPDR sel
2757       - 7   # NDRPDR sel
2758       - 8   # NDRPDR sel
2759       - 9   # NDRPDR sel
2760       - 10  # NDRPDR sel
2761       - 11  # NDRPDR sel
2762       - 12  # NDRPDR sel
2763     csit-dpdk-perf-verify-1908-2n-skx:
2764       - 2   # NDRPDR sel
2765       - 3   # NDRPDR sel
2766       - 4   # NDRPDR sel
2767       - 5   # NDRPDR sel
2768       - 7   # NDRPDR sel
2769       - 8   # NDRPDR sel
2770       - 9   # NDRPDR sel
2771       - 10  # NDRPDR sel
2772       - 11  # NDRPDR sel
2773       - 12  # NDRPDR sel
2774     csit-dpdk-perf-verify-2001-2n-skx:
2775       - 35  # NDRPDR sel xxv710
2776       - 36  # NDRPDR sel xxv710
2777       - 37  # NDRPDR sel xxv710
2778       - 41  # NDRPDR sel xxv710
2779       - 42  # NDRPDR sel xxv710
2780       - 43  # NDRPDR sel xxv710
2781       - 46  # NDRPDR sel xxv710
2782       - 47  # NDRPDR sel xxv710
2783       - 52  # NDRPDR sel xxv710
2784       - 53  # NDRPDR sel xxv710
2785       - 38  # NDRPDR sel x710
2786       - 39  # NDRPDR sel x710
2787       - 40  # NDRPDR sel x710
2788       - 44  # NDRPDR sel x710
2789       - 45  # NDRPDR sel x710
2790       - 48  # NDRPDR sel x710
2791       - 49  # NDRPDR sel x710
2792       - 50  # NDRPDR sel x710
2793       - 51  # NDRPDR sel x710
2794       - 54  # NDRPDR sel x710
2795
2796
2797     csit-dpdk-perf-verify-2001-2n-clx:
2798       - 15  # NDRPDR sel
2799       - 16  # NDRPDR sel
2800       - 17  # NDRPDR sel
2801       - 18  # NDRPDR sel
2802       - 19  # NDRPDR sel
2803       - 20  # NDRPDR sel
2804       - 21  # NDRPDR sel
2805       - 22  # NDRPDR sel
2806       - 23  # NDRPDR sel
2807       - 24  # NDRPDR sel
2808       - 25  # NDRPDR sel
2809       - 26  # NDRPDR sel
2810       - 27  # NDRPDR sel
2811       - 28  # NDRPDR sel
2812       - 29  # NDRPDR sel
2813       - 30  # NDRPDR sel
2814       - 31  # NDRPDR sel
2815       - 32  # NDRPDR sel
2816       - 33  # NDRPDR sel
2817       - 34  # NDRPDR sel
2818
2819     csit-dpdk-perf-verify-2001-2n-dnv:
2820       - 9   # NDRPDR sel
2821       - 10  # NDRPDR sel
2822       - 11  # NDRPDR sel
2823       - 12  # NDRPDR sel
2824       - 13  # NDRPDR sel
2825       - 14  # NDRPDR sel
2826       - 15  # NDRPDR sel
2827       - 16  # NDRPDR sel
2828       - 17  # NDRPDR sel
2829       - 18  # NDRPDR sel
2830
2831     csit-dpdk-perf-verify-2001-3n-dnv:
2832       - 12  # NDRPDR sel
2833       - 13  # NDRPDR sel
2834       - 14  # NDRPDR sel
2835       - 15  # NDRPDR sel
2836       - 16  # NDRPDR sel
2837       - 17  # NDRPDR sel
2838       - 18  # NDRPDR sel
2839       - 19  # NDRPDR sel
2840       - 20  # NDRPDR sel
2841       - 22  # NDRPDR sel
2842
2843     csit-dpdk-perf-verify-2001-3n-tsh:
2844       - 3   # NDRPDR sel
2845       - 4   # NDRPDR sel
2846       - 5   # NDRPDR sel
2847       - 9   # NDRPDR sel
2848       - 10  # NDRPDR sel
2849       - 11  # NDRPDR sel
2850       - 12  # NDRPDR sel
2851       - 14  # NDRPDR sel
2852       - 15  # NDRPDR sel
2853       - 18  # NDRPDR sel
2854
2855     csit-vpp-device-2001-ubuntu1804-1n-skx:
2856       - 57
2857
2858 - type: "output"
2859   output: "report"
2860   format:
2861     html:
2862     - full
2863 #    pdf:
2864 #    - minimal
2865
2866 ################################################################################
2867 ###                               T A B L E S                                ###
2868 ################################################################################
2869
2870 ## VPP Soak vs NDR - 2n-skx
2871 #- type: "table"
2872 #  title: "VPP Soak vs NDR 2n-skx"
2873 #  algorithm: "table_soak_vs_ndr"
2874 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2875 #  reference:
2876 #    title: "NDR"
2877 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2878 #  compare:
2879 #    title: "Soak"
2880 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2881 #  data: "vpp-soak-vs-ndr-2n-skx"
2882 #  include-tests: "NDR"
2883 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2884 #  parameters:
2885 #    - "throughput"
2886 #    - "name"
2887 #    - "parent"
2888
2889 # VPP Soak vs NDR - 2n-clx
2890 - type: "table"
2891   title: "VPP Soak vs NDR 2n-clx"
2892   algorithm: "table_soak_vs_ndr"
2893   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2894   reference:
2895     title: "NDR"
2896     data: "vpp-soak-vs-ndr-2n-clx-ref"
2897   compare:
2898     title: "Soak"
2899     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2900   data: "vpp-soak-vs-ndr-2n-clx"
2901   include-tests: "NDR"
2902   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2903   parameters:
2904     - "throughput"
2905     - "name"
2906     - "parent"
2907
2908 ################################################################################
2909
2910 # VPP Compare NICs 3n-skx 2t1c ndr
2911 - type: "table"
2912   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2913   algorithm: "table_nics_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2915   reference:
2916     title: "x710"
2917     nic: "NIC_Intel-X710"
2918   compare:
2919     title: "xxv710"
2920     nic: "NIC_Intel-XXV710"
2921   data: "vpp-nic-comparison-3n-skx"
2922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2923   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "throughput"
2928   - "tags"
2929
2930 # VPP Compare NICs 3n-skx 4t2c ndr
2931 - type: "table"
2932   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2933   algorithm: "table_nics_comparison"
2934   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2935   reference:
2936     title: "x710"
2937     nic: "NIC_Intel-X710"
2938   compare:
2939     title: "xxv710"
2940     nic: "NIC_Intel-XXV710"
2941   data: "vpp-nic-comparison-3n-skx"
2942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2943   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2944   parameters:
2945   - "name"
2946   - "parent"
2947   - "throughput"
2948   - "tags"
2949
2950 # VPP Compare NICs 3n-skx 2t1c pdr
2951 - type: "table"
2952   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2953   algorithm: "table_nics_comparison"
2954   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2955   reference:
2956     title: "x710"
2957     nic: "NIC_Intel-X710"
2958   compare:
2959     title: "xxv710"
2960     nic: "NIC_Intel-XXV710"
2961   data: "vpp-nic-comparison-3n-skx"
2962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2963   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2964   parameters:
2965   - "name"
2966   - "parent"
2967   - "throughput"
2968   - "tags"
2969
2970  # VPP Compare NICs 3n-skx 4t2c pdr
2971 - type: "table"
2972   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2973   algorithm: "table_nics_comparison"
2974   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2975   reference:
2976     title: "x710"
2977     nic: "NIC_Intel-X710"
2978   compare:
2979     title: "xxv710"
2980     nic: "NIC_Intel-XXV710"
2981   data: "vpp-nic-comparison-3n-skx"
2982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2983   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2984   parameters:
2985   - "name"
2986   - "parent"
2987   - "throughput"
2988   - "tags"
2989
2990 # VPP Compare NICs 3n-skx 2t1c mrr
2991 - type: "table"
2992   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2993   algorithm: "table_nics_comparison"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2995   reference:
2996     title: "x710"
2997     nic: "NIC_Intel-X710"
2998   compare:
2999     title: "xxv710"
3000     nic: "NIC_Intel-XXV710"
3001   data: "vpp-nic-comparison-3n-skx-mrr"
3002   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3003   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3004   parameters:
3005   - "name"
3006   - "parent"
3007   - "result"
3008   - "tags"
3009
3010 # VPP Compare NICs 3n-skx 4t2c mrr
3011 - type: "table"
3012   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3013   algorithm: "table_nics_comparison"
3014   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3015   reference:
3016     title: "x710"
3017     nic: "NIC_Intel-X710"
3018   compare:
3019     title: "xxv710"
3020     nic: "NIC_Intel-XXV710"
3021   data: "vpp-nic-comparison-3n-skx-mrr"
3022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3023   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3024   parameters:
3025   - "name"
3026   - "parent"
3027   - "result"
3028   - "tags"
3029
3030  # VPP Compare NICs 3n-skx 8t4c mrr
3031 - type: "table"
3032   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3033   algorithm: "table_nics_comparison"
3034   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3035   reference:
3036     title: "x710"
3037     nic: "NIC_Intel-X710"
3038   compare:
3039     title: "xxv710"
3040     nic: "NIC_Intel-XXV710"
3041   data: "vpp-nic-comparison-3n-skx-mrr"
3042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3043   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3044   parameters:
3045   - "name"
3046   - "parent"
3047   - "result"
3048   - "tags"
3049
3050 # VPP Compare NICs 2n-skx 2t1c ndr
3051 - type: "table"
3052   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3053   algorithm: "table_nics_comparison"
3054   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3055   reference:
3056     title: "x710"
3057     nic: "NIC_Intel-X710"
3058   compare:
3059     title: "xxv710"
3060     nic: "NIC_Intel-XXV710"
3061   data: "vpp-nic-comparison-2n-skx"
3062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3063   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3064   parameters:
3065   - "name"
3066   - "parent"
3067   - "throughput"
3068   - "tags"
3069
3070 # VPP Compare NICs 2n-skx 4t2c ndr
3071 - type: "table"
3072   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3073   algorithm: "table_nics_comparison"
3074   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3075   reference:
3076     title: "x710"
3077     nic: "NIC_Intel-X710"
3078   compare:
3079     title: "xxv710"
3080     nic: "NIC_Intel-XXV710"
3081   data: "vpp-nic-comparison-2n-skx"
3082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3083   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3084   parameters:
3085   - "name"
3086   - "parent"
3087   - "throughput"
3088   - "tags"
3089
3090  # VPP Compare NICs 2n-skx 2t1c pdr
3091 - type: "table"
3092   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3093   algorithm: "table_nics_comparison"
3094   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3095   reference:
3096     title: "x710"
3097     nic: "NIC_Intel-X710"
3098   compare:
3099     title: "xxv710"
3100     nic: "NIC_Intel-XXV710"
3101   data: "vpp-nic-comparison-2n-skx"
3102   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3103   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3104   parameters:
3105   - "name"
3106   - "parent"
3107   - "throughput"
3108   - "tags"
3109
3110 # VPP Compare NICs 2n-skx 4t2c pdr
3111 - type: "table"
3112   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3113   algorithm: "table_nics_comparison"
3114   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3115   reference:
3116     title: "x710"
3117     nic: "NIC_Intel-X710"
3118   compare:
3119     title: "xxv710"
3120     nic: "NIC_Intel-XXV710"
3121   data: "vpp-nic-comparison-2n-skx"
3122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3123   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3124   parameters:
3125   - "name"
3126   - "parent"
3127   - "throughput"
3128   - "tags"
3129
3130 # VPP Compare NICs 2n-skx 2t1c mrr
3131 - type: "table"
3132   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3133   algorithm: "table_nics_comparison"
3134   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3135   reference:
3136     title: "x710"
3137     nic: "NIC_Intel-X710"
3138   compare:
3139     title: "xxv710"
3140     nic: "NIC_Intel-XXV710"
3141   data: "vpp-nic-comparison-2n-skx-mrr"
3142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3143   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3144   parameters:
3145   - "name"
3146   - "parent"
3147   - "result"
3148   - "tags"
3149
3150 # VPP Compare NICs 2n-skx 4t2c mrr
3151 - type: "table"
3152   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3153   algorithm: "table_nics_comparison"
3154   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3155   reference:
3156     title: "x710"
3157     nic: "NIC_Intel-X710"
3158   compare:
3159     title: "xxv710"
3160     nic: "NIC_Intel-XXV710"
3161   data: "vpp-nic-comparison-2n-skx-mrr"
3162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3163   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3164   parameters:
3165   - "name"
3166   - "parent"
3167   - "result"
3168   - "tags"
3169
3170 # VPP Compare NICs 2n-skx 8t4c mrr
3171 - type: "table"
3172   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3173   algorithm: "table_nics_comparison"
3174   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3175   reference:
3176     title: "x710"
3177     nic: "NIC_Intel-X710"
3178   compare:
3179     title: "xxv710"
3180     nic: "NIC_Intel-XXV710"
3181   data: "vpp-nic-comparison-2n-skx-mrr"
3182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3183   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3184   parameters:
3185   - "name"
3186   - "parent"
3187   - "result"
3188   - "tags"
3189
3190 ################################################################################
3191 # VPP
3192
3193 # VPP Performance Changes 3n-hsw 1t1c pdr
3194 - type: "table"
3195   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3196   algorithm: "table_perf_comparison"
3197   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3198   history:
3199     - title: "rls1904"
3200       data: "vpp-performance-changes-3n-hsw-h1"
3201   reference:
3202     title: "rls1908"
3203     data: "vpp-performance-changes-3n-hsw-ref"
3204     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3205   compare:
3206     title: "rls2001"
3207     data: "vpp-performance-changes-3n-hsw-cmp"
3208   data: "vpp-performance-changes-3n-hsw"
3209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3210   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3211   parameters:
3212   - "name"
3213   - "parent"
3214   - "throughput"
3215
3216 # VPP Performance Changes 3n-hsw 2t2c pdr
3217 - type: "table"
3218   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3219   algorithm: "table_perf_comparison"
3220   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3221   history:
3222     - title: "rls1904"
3223       data: "vpp-performance-changes-3n-hsw-h1"
3224   reference:
3225     title: "rls1908"
3226     data: "vpp-performance-changes-3n-hsw-ref"
3227     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3228   compare:
3229     title: "rls2001"
3230     data: "vpp-performance-changes-3n-hsw-cmp"
3231   data: "vpp-performance-changes-3n-hsw"
3232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3233   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3234   parameters:
3235   - "name"
3236   - "parent"
3237   - "throughput"
3238
3239 # VPP Performance Changes 3n-hsw 1t1c ndr
3240 - type: "table"
3241   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3242   algorithm: "table_perf_comparison"
3243   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3244   history:
3245     - title: "rls1904"
3246       data: "vpp-performance-changes-3n-hsw-h1"
3247   reference:
3248     title: "rls1908"
3249     data: "vpp-performance-changes-3n-hsw-ref"
3250     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3251   compare:
3252     title: "rls2001"
3253     data: "vpp-performance-changes-3n-hsw-cmp"
3254   data: "vpp-performance-changes-3n-hsw"
3255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3256   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3257   parameters:
3258   - "name"
3259   - "parent"
3260   - "throughput"
3261
3262 # VPP Performance Changes 3n-hsw 2t2c ndr
3263 - type: "table"
3264   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3265   algorithm: "table_perf_comparison"
3266   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3267   history:
3268     - title: "rls1904"
3269       data: "vpp-performance-changes-3n-hsw-h1"
3270   reference:
3271     title: "rls1908"
3272     data: "vpp-performance-changes-3n-hsw-ref"
3273     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3274   compare:
3275     title: "rls2001"
3276     data: "vpp-performance-changes-3n-hsw-cmp"
3277   data: "vpp-performance-changes-3n-hsw"
3278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3279   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3280   parameters:
3281   - "name"
3282   - "parent"
3283   - "throughput"
3284
3285 # VPP Performance Changes 3n-skx 2t1c pdr
3286 - type: "table"
3287   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3288   algorithm: "table_perf_comparison_nic"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3290   history:
3291     - title: "rls1904 x710"
3292       data: "vpp-performance-changes-3n-skx-h1"
3293       nic: "NIC_Intel-X710"
3294   reference:
3295     title: "rls1908 xxv710"
3296     data: "vpp-performance-changes-3n-skx-ref"
3297     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3298     nic: "NIC_Intel-XXV710"
3299   compare:
3300     title: "rls2001 xxv710"
3301     data: "vpp-performance-changes-3n-skx-cmp"
3302     nic: "NIC_Intel-XXV710"
3303   data: "vpp-performance-changes-3n-skx"
3304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3305   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3306   parameters:
3307   - "name"
3308   - "parent"
3309   - "throughput"
3310   - "tags"
3311
3312 # VPP Performance Changes 3n-skx 4t2c pdr
3313 - type: "table"
3314   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3315   algorithm: "table_perf_comparison_nic"
3316   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3317   history:
3318     - title: "rls1904 x710"
3319       data: "vpp-performance-changes-3n-skx-h1"
3320       nic: "NIC_Intel-X710"
3321   reference:
3322     title: "rls1908 xxv710"
3323     data: "vpp-performance-changes-3n-skx-ref"
3324     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3325     nic: "NIC_Intel-XXV710"
3326   compare:
3327     title: "rls2001 xxv710"
3328     data: "vpp-performance-changes-3n-skx-cmp"
3329     nic: "NIC_Intel-XXV710"
3330   data: "vpp-performance-changes-3n-skx"
3331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3332   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3333   parameters:
3334   - "name"
3335   - "parent"
3336   - "throughput"
3337   - "tags"
3338
3339 # VPP Performance Changes 3n-skx 2t1c ndr
3340 - type: "table"
3341   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3342   algorithm: "table_perf_comparison_nic"
3343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3344   history:
3345     - title: "rls1904 x710"
3346       data: "vpp-performance-changes-3n-skx-h1"
3347       nic: "NIC_Intel-X710"
3348   reference:
3349     title: "rls1908 xxv710"
3350     data: "vpp-performance-changes-3n-skx-ref"
3351     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3352     nic: "NIC_Intel-XXV710"
3353   compare:
3354     title: "rls2001 xxv710"
3355     data: "vpp-performance-changes-3n-skx-cmp"
3356     nic: "NIC_Intel-XXV710"
3357   data: "vpp-performance-changes-3n-skx"
3358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3359   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3360   parameters:
3361   - "name"
3362   - "parent"
3363   - "throughput"
3364   - "tags"
3365
3366 # VPP Performance Changes 3n-skx 4t2c ndr
3367 - type: "table"
3368   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3369   algorithm: "table_perf_comparison_nic"
3370   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3371   history:
3372     - title: "rls1904 x710"
3373       data: "vpp-performance-changes-3n-skx-h1"
3374       nic: "NIC_Intel-X710"
3375   reference:
3376     title: "rls1908 xxv710"
3377     data: "vpp-performance-changes-3n-skx-ref"
3378     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3379     nic: "NIC_Intel-XXV710"
3380   compare:
3381     title: "rls2001 xxv710"
3382     data: "vpp-performance-changes-3n-skx-cmp"
3383     nic: "NIC_Intel-XXV710"
3384   data: "vpp-performance-changes-3n-skx"
3385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3386   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3387   parameters:
3388   - "name"
3389   - "parent"
3390   - "throughput"
3391   - "tags"
3392
3393 # VPP Performance Changes 2n-skx 2t1c pdr
3394 - type: "table"
3395   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3396   algorithm: "table_perf_comparison_nic"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3398   history:
3399     - title: "rls1904 x710"
3400       data: "vpp-performance-changes-2n-skx-h1"
3401       nic: "NIC_Intel-X710"
3402   reference:
3403     title: "rls1908 xxv710"
3404     data: "vpp-performance-changes-2n-skx-ref"
3405     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3406     nic: "NIC_Intel-XXV710"
3407   compare:
3408     title: "rls2001 xxv710"
3409     data: "vpp-performance-changes-2n-skx-cmp"
3410     nic: "NIC_Intel-XXV710"
3411   data: "vpp-performance-changes-2n-skx"
3412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3413   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3414   parameters:
3415   - "name"
3416   - "parent"
3417   - "throughput"
3418   - "tags"
3419
3420 # VPP Performance Changes 2n-skx 4t2c pdr
3421 - type: "table"
3422   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3423   algorithm: "table_perf_comparison_nic"
3424   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3425   history:
3426     - title: "rls1904 x710"
3427       data: "vpp-performance-changes-2n-skx-h1"
3428       nic: "NIC_Intel-X710"
3429   reference:
3430     title: "rls1908 xxv710"
3431     data: "vpp-performance-changes-2n-skx-ref"
3432     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3433     nic: "NIC_Intel-XXV710"
3434   compare:
3435     title: "rls2001 xxv710"
3436     data: "vpp-performance-changes-2n-skx-cmp"
3437     nic: "NIC_Intel-XXV710"
3438   data: "vpp-performance-changes-2n-skx"
3439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3440   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3441   parameters:
3442   - "name"
3443   - "parent"
3444   - "throughput"
3445   - "tags"
3446
3447 # VPP Performance Changes 2n-skx 2t1c ndr
3448 - type: "table"
3449   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3450   algorithm: "table_perf_comparison_nic"
3451   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3452   history:
3453     - title: "rls1904 x710"
3454       data: "vpp-performance-changes-2n-skx-h1"
3455       nic: "NIC_Intel-X710"
3456   reference:
3457     title: "rls1908 xxv710"
3458     data: "vpp-performance-changes-2n-skx-ref"
3459     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3460     nic: "NIC_Intel-XXV710"
3461   compare:
3462     title: "rls2001 xxv710"
3463     data: "vpp-performance-changes-2n-skx-cmp"
3464     nic: "NIC_Intel-XXV710"
3465   data: "vpp-performance-changes-2n-skx"
3466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3467   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3468   parameters:
3469   - "name"
3470   - "parent"
3471   - "throughput"
3472   - "tags"
3473
3474 # VPP Performance Changes 2n-skx 4t2c ndr
3475 - type: "table"
3476   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3477   algorithm: "table_perf_comparison_nic"
3478   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3479   history:
3480     - title: "rls1904 x710"
3481       data: "vpp-performance-changes-2n-skx-h1"
3482       nic: "NIC_Intel-X710"
3483   reference:
3484     title: "rls1908 xxv710"
3485     data: "vpp-performance-changes-2n-skx-ref"
3486     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3487     nic: "NIC_Intel-XXV710"
3488   compare:
3489     title: "rls2001 xxv710"
3490     data: "vpp-performance-changes-2n-skx-cmp"
3491     nic: "NIC_Intel-XXV710"
3492   data: "vpp-performance-changes-2n-skx"
3493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3494   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3495   parameters:
3496   - "name"
3497   - "parent"
3498   - "throughput"
3499   - "tags"
3500
3501 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3502 #- type: "table"
3503 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3504 #  algorithm: "table_perf_comparison"
3505 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3506 #  reference:
3507 #    title: "rls1908"
3508 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3509 #  compare:
3510 #    title: "rls2001"
3511 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3512 #  data: "vpp-performance-changes-nfv-2n-skx"
3513 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3514 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3515 #  parameters:
3516 #  - "name"
3517 #  - "parent"
3518 #  - "throughput"
3519 #  - "tags"
3520 #
3521 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3522 #- type: "table"
3523 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3524 #  algorithm: "table_perf_comparison"
3525 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3526 #  reference:
3527 #    title: "rls1908"
3528 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3529 #  compare:
3530 #    title: "rls2001"
3531 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3532 #  data: "vpp-performance-changes-nfv-2n-skx"
3533 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3534 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3535 #  parameters:
3536 #  - "name"
3537 #  - "parent"
3538 #  - "throughput"
3539 #  - "tags"
3540 #
3541 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3542 #- type: "table"
3543 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3544 #  algorithm: "table_perf_comparison"
3545 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3546 #  reference:
3547 #    title: "rls1908"
3548 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3549 #  compare:
3550 #    title: "rls2001"
3551 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3552 #  data: "vpp-performance-changes-nfv-2n-skx"
3553 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3554 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3555 #  parameters:
3556 #  - "name"
3557 #  - "parent"
3558 #  - "throughput"
3559 #  - "tags"
3560 #
3561 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3562 #- type: "table"
3563 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3564 #  algorithm: "table_perf_comparison"
3565 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3566 #  reference:
3567 #    title: "rls1908"
3568 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3569 #  compare:
3570 #    title: "rls2001"
3571 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3572 #  data: "vpp-performance-changes-nfv-2n-skx"
3573 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3574 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3575 #  parameters:
3576 #  - "name"
3577 #  - "parent"
3578 #  - "throughput"
3579 #  - "tags"
3580
3581 # VPP Performance Changes 2n-dnv 1t1c pdr
3582 - type: "table"
3583   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3584   algorithm: "table_perf_comparison"
3585   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3586   reference:
3587     title: "rls1908"
3588     data: "vpp-performance-changes-2n-dnv-ref"
3589   compare:
3590     title: "rls2001"
3591     data: "vpp-performance-changes-2n-dnv-cmp"
3592   data: "vpp-performance-changes-2n-dnv"
3593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'1T1C'"
3595   parameters:
3596   - "name"
3597   - "parent"
3598   - "throughput"
3599   - "tags"
3600
3601 # VPP Performance Changes 2n-dnv 2t2c pdr
3602 - type: "table"
3603   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3604   algorithm: "table_perf_comparison"
3605   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3606   reference:
3607     title: "rls1908"
3608     data: "vpp-performance-changes-2n-dnv-ref"
3609   compare:
3610     title: "rls2001"
3611     data: "vpp-performance-changes-2n-dnv-cmp"
3612   data: "vpp-performance-changes-2n-dnv"
3613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3614   filter: "'2T2C'"
3615   parameters:
3616   - "name"
3617   - "parent"
3618   - "throughput"
3619   - "tags"
3620
3621 # VPP Performance Changes 2n-dnv 1t1c ndr
3622 - type: "table"
3623   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3624   algorithm: "table_perf_comparison"
3625   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3626   reference:
3627     title: "rls1908"
3628     data: "vpp-performance-changes-2n-dnv-ref"
3629   compare:
3630     title: "rls2001"
3631     data: "vpp-performance-changes-2n-dnv-cmp"
3632   data: "vpp-performance-changes-2n-dnv"
3633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3634   filter: "'1T1C'"
3635   parameters:
3636   - "name"
3637   - "parent"
3638   - "throughput"
3639   - "tags"
3640
3641 # VPP Performance Changes 2n-dnv 2t2c ndr
3642 - type: "table"
3643   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3644   algorithm: "table_perf_comparison"
3645   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3646   reference:
3647     title: "rls1908 "
3648     data: "vpp-performance-changes-2n-dnv-ref"
3649   compare:
3650     title: "rls2001"
3651     data: "vpp-performance-changes-2n-dnv-cmp"
3652   data: "vpp-performance-changes-2n-dnv"
3653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3654   filter: "'2T2C'"
3655   parameters:
3656   - "name"
3657   - "parent"
3658   - "throughput"
3659   - "tags"
3660
3661 # VPP Performance Changes 3n-dnv 1t1c pdr
3662 - type: "table"
3663   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3664   algorithm: "table_perf_comparison"
3665   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3666   reference:
3667     title: "rls1908"
3668     data: "vpp-performance-changes-3n-dnv-ref"
3669   compare:
3670     title: "rls2001"
3671     data: "vpp-performance-changes-3n-dnv-cmp"
3672   data: "vpp-performance-changes-3n-dnv"
3673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3674   filter: "'1T1C'"
3675   parameters:
3676   - "name"
3677   - "parent"
3678   - "throughput"
3679   - "tags"
3680
3681 # VPP Performance Changes 3n-dnv 2t2c pdr
3682 - type: "table"
3683   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3684   algorithm: "table_perf_comparison"
3685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3686   reference:
3687     title: "rls1908"
3688     data: "vpp-performance-changes-3n-dnv-ref"
3689   compare:
3690     title: "rls2001"
3691     data: "vpp-performance-changes-3n-dnv-cmp"
3692   data: "vpp-performance-changes-3n-dnv"
3693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3694   filter: "'2T2C'"
3695   parameters:
3696   - "name"
3697   - "parent"
3698   - "throughput"
3699   - "tags"
3700
3701 # VPP Performance Changes 3n-dnv 1t1c ndr
3702 - type: "table"
3703   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3704   algorithm: "table_perf_comparison"
3705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3706   reference:
3707     title: "rls1908"
3708     data: "vpp-performance-changes-3n-dnv-ref"
3709   compare:
3710     title: "rls2001"
3711     data: "vpp-performance-changes-3n-dnv-cmp"
3712   data: "vpp-performance-changes-3n-dnv"
3713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'1T1C'"
3715   parameters:
3716   - "name"
3717   - "parent"
3718   - "throughput"
3719   - "tags"
3720
3721 # VPP Performance Changes 3n-dnv 2t2c ndr
3722 - type: "table"
3723   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3724   algorithm: "table_perf_comparison"
3725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3726   reference:
3727     title: "rls1908"
3728     data: "vpp-performance-changes-3n-dnv-ref"
3729   compare:
3730     title: "rls2001"
3731     data: "vpp-performance-changes-3n-dnv-cmp"
3732   data: "vpp-performance-changes-3n-dnv"
3733   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3734   filter: "'2T2C'"
3735   parameters:
3736   - "name"
3737   - "parent"
3738   - "throughput"
3739   - "tags"
3740
3741 # VPP Performance Changes 3n-tsh 1t1c pdr
3742 - type: "table"
3743   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3744   algorithm: "table_perf_comparison"
3745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3746   reference:
3747     title: "rls1908"
3748     data: "vpp-performance-changes-3n-tsh-ref"
3749   compare:
3750     title: "rls2001"
3751     data: "vpp-performance-changes-3n-tsh-cmp"
3752   data: "vpp-performance-changes-3n-tsh"
3753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3754   filter: "'1T1C'"
3755   parameters:
3756   - "name"
3757   - "parent"
3758   - "throughput"
3759   - "tags"
3760
3761 # VPP Performance Changes 3n-tsh 2t2c pdr
3762 - type: "table"
3763   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3764   algorithm: "table_perf_comparison"
3765   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3766   reference:
3767     title: "rls1908"
3768     data: "vpp-performance-changes-3n-tsh-ref"
3769   compare:
3770     title: "rls2001"
3771     data: "vpp-performance-changes-3n-tsh-cmp"
3772   data: "vpp-performance-changes-3n-tsh"
3773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3774   filter: "'2T2C'"
3775   parameters:
3776   - "name"
3777   - "parent"
3778   - "throughput"
3779   - "tags"
3780
3781 # VPP Performance Changes 3n-tsh 1t1c ndr
3782 - type: "table"
3783   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3784   algorithm: "table_perf_comparison"
3785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3786   reference:
3787     title: "rls1908"
3788     data: "vpp-performance-changes-3n-tsh-ref"
3789   compare:
3790     title: "rls2001"
3791     data: "vpp-performance-changes-3n-tsh-cmp"
3792   data: "vpp-performance-changes-3n-tsh"
3793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3794   filter: "'1T1C'"
3795   parameters:
3796   - "name"
3797   - "parent"
3798   - "throughput"
3799   - "tags"
3800
3801 # VPP Performance Changes 3n-tsh 2t2c ndr
3802 - type: "table"
3803   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3804   algorithm: "table_perf_comparison"
3805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3806   reference:
3807     title: "rls1908"
3808     data: "vpp-performance-changes-3n-tsh-ref"
3809   compare:
3810     title: "rls2001"
3811     data: "vpp-performance-changes-3n-tsh-cmp"
3812   data: "vpp-performance-changes-3n-tsh"
3813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'2T2C'"
3815   parameters:
3816   - "name"
3817   - "parent"
3818   - "throughput"
3819   - "tags"
3820
3821 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3822 - type: "table"
3823   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3824   algorithm: "table_perf_comparison_nic"
3825   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3826   reference:
3827     title: "3n-hsw xl710"
3828     data: "vpp-compare-testbeds-ref"
3829     nic: "NIC_Intel-XL710"
3830   compare:
3831     title: "3n-skx xxv710"
3832     data: "vpp-compare-testbeds-cmp"
3833     nic: "NIC_Intel-XXV710"
3834   data: "vpp-compare-testbeds"
3835   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3836   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3837   parameters:
3838   - "name"
3839   - "parent"
3840   - "throughput"
3841   - "tags"
3842
3843 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3844 - type: "table"
3845   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3846   algorithm: "table_perf_comparison_nic"
3847   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3848   reference:
3849     title: "3n-hsw xl710"
3850     data: "vpp-compare-testbeds-ref"
3851     nic: "NIC_Intel-XL710"
3852   compare:
3853     title: "3n-skx xxv710"
3854     data: "vpp-compare-testbeds-cmp"
3855     nic: "NIC_Intel-XXV710"
3856   data: "vpp-compare-testbeds"
3857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3858   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3859   parameters:
3860   - "name"
3861   - "parent"
3862   - "throughput"
3863   - "tags"
3864
3865 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3866 - type: "table"
3867   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3868   algorithm: "table_perf_comparison_nic"
3869   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3870   reference:
3871     title: "3n-hsw xl710"
3872     data: "vpp-compare-testbeds-ref"
3873     nic: "NIC_Intel-XL710"
3874   compare:
3875     title: "3n-skx xxv710"
3876     data: "vpp-compare-testbeds-cmp"
3877     nic: "NIC_Intel-XXV710"
3878   data: "vpp-compare-testbeds"
3879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3880   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3881   parameters:
3882   - "name"
3883   - "parent"
3884   - "throughput"
3885   - "tags"
3886
3887 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3888 - type: "table"
3889   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3890   algorithm: "table_perf_comparison_nic"
3891   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3892   reference:
3893     title: "3n-hsw xl710"
3894     data: "vpp-compare-testbeds-ref"
3895     nic: "NIC_Intel-XL710"
3896   compare:
3897     title: "3n-skx xxv710"
3898     data: "vpp-compare-testbeds-cmp"
3899     nic: "NIC_Intel-XXV710"
3900   data: "vpp-compare-testbeds"
3901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3902   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3903   parameters:
3904   - "name"
3905   - "parent"
3906   - "throughput"
3907   - "tags"
3908
3909 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3910 - type: "table"
3911   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3912   algorithm: "table_perf_comparison"
3913   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3914   reference:
3915     title: "2n-skx"
3916     data: "vpp-compare-testbeds-skx-clx-ref"
3917   compare:
3918     title: "2n-clx"
3919     data: "vpp-compare-testbeds-skx-clx-cmp"
3920   data: "vpp-compare-testbeds-skx-clx"
3921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3922   filter: "'2T1C'"
3923   parameters:
3924   - "name"
3925   - "parent"
3926   - "throughput"
3927   - "tags"
3928
3929 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3930 - type: "table"
3931   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3932   algorithm: "table_perf_comparison"
3933   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3934   reference:
3935     title: "2n-skx"
3936     data: "vpp-compare-testbeds-skx-clx-ref"
3937   compare:
3938     title: "2n-clx"
3939     data: "vpp-compare-testbeds-skx-clx-cmp"
3940   data: "vpp-compare-testbeds-skx-clx"
3941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3942   filter: "'4T2C'"
3943   parameters:
3944   - "name"
3945   - "parent"
3946   - "throughput"
3947   - "tags"
3948
3949 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3950 - type: "table"
3951   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3952   algorithm: "table_perf_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3954   reference:
3955     title: "2n-skx"
3956     data: "vpp-compare-testbeds-skx-clx-ref"
3957   compare:
3958     title: "2n-clx"
3959     data: "vpp-compare-testbeds-skx-clx-cmp"
3960   data: "vpp-compare-testbeds-skx-clx"
3961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'2T1C'"
3963   parameters:
3964   - "name"
3965   - "parent"
3966   - "throughput"
3967   - "tags"
3968
3969 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3970 - type: "table"
3971   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3972   algorithm: "table_perf_comparison"
3973   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3974   reference:
3975     title: "2n-skx"
3976     data: "vpp-compare-testbeds-skx-clx-ref"
3977   compare:
3978     title: "2n-clx"
3979     data: "vpp-compare-testbeds-skx-clx-cmp"
3980   data: "vpp-compare-testbeds-skx-clx"
3981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3982   filter: "'4T2C'"
3983   parameters:
3984   - "name"
3985   - "parent"
3986   - "throughput"
3987   - "tags"
3988
3989 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3990 - type: "table"
3991   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3992   algorithm: "table_perf_comparison_nic"
3993   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3994   reference:
3995     title: "3n-hsw xl710"
3996     data: "vpp-compare-testbeds-hsw-clx-ref"
3997     nic: "NIC_Intel-XL710"
3998   compare:
3999     title: "2n-clx xxv710"
4000     data: "vpp-compare-testbeds-hsw-clx-cmp"
4001     nic: "NIC_Intel-XXV710"
4002   data: "vpp-compare-testbeds-hsw-clx"
4003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4004   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4005   parameters:
4006   - "name"
4007   - "parent"
4008   - "throughput"
4009   - "tags"
4010
4011 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4012 - type: "table"
4013   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4014   algorithm: "table_perf_comparison_nic"
4015   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4016   reference:
4017     title: "3n-hsw xl710"
4018     data: "vpp-compare-testbeds-hsw-clx-ref"
4019     nic: "NIC_Intel-XL710"
4020   compare:
4021     title: "2n-clx xxv710"
4022     data: "vpp-compare-testbeds-hsw-clx-cmp"
4023     nic: "NIC_Intel-XXV710"
4024   data: "vpp-compare-testbeds-hsw-clx"
4025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4026   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4027   parameters:
4028   - "name"
4029   - "parent"
4030   - "throughput"
4031   - "tags"
4032
4033 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4034 - type: "table"
4035   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4036   algorithm: "table_perf_comparison_nic"
4037   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4038   reference:
4039     title: "3n-hsw xl710"
4040     data: "vpp-compare-testbeds-hsw-clx-ref"
4041     nic: "NIC_Intel-XL710"
4042   compare:
4043     title: "2n-clx xxv710"
4044     data: "vpp-compare-testbeds-hsw-clx-cmp"
4045     nic: "NIC_Intel-XXV710"
4046   data: "vpp-compare-testbeds-hsw-clx"
4047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4048   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4049   parameters:
4050   - "name"
4051   - "parent"
4052   - "throughput"
4053   - "tags"
4054
4055 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4056 - type: "table"
4057   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4058   algorithm: "table_perf_comparison_nic"
4059   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4060   reference:
4061     title: "3n-hsw xl710"
4062     data: "vpp-compare-testbeds-hsw-clx-ref"
4063     nic: "NIC_Intel-XL710"
4064   compare:
4065     title: "2n-clx xxv710"
4066     data: "vpp-compare-testbeds-hsw-clx-cmp"
4067     nic: "NIC_Intel-XXV710"
4068   data: "vpp-compare-testbeds-hsw-clx"
4069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4070   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4071   parameters:
4072   - "name"
4073   - "parent"
4074   - "throughput"
4075   - "tags"
4076
4077 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4078 - type: "table"
4079   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4080   algorithm: "table_perf_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4082   reference:
4083     title: "3-Node Skx"
4084     data: "vpp-compare-topologies-ref"
4085   compare:
4086     title: "2-Node Skx"
4087     data: "vpp-compare-topologies-cmp"
4088   data: "vpp-compare-topologies"
4089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4090   filter: "'NDRPDR' and '1C'"
4091   parameters:
4092   - "name"
4093   - "parent"
4094   - "throughput"
4095
4096 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4097 - type: "table"
4098   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4099   algorithm: "table_perf_comparison"
4100   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4101   reference:
4102     title: "3-Node Skx"
4103     data: "vpp-compare-topologies-ref"
4104   compare:
4105     title: "2-Node Skx"
4106     data: "vpp-compare-topologies-cmp"
4107   data: "vpp-compare-topologies"
4108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'NDRPDR' and '2C'"
4110   parameters:
4111   - "name"
4112   - "parent"
4113   - "throughput"
4114
4115 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4116 - type: "table"
4117   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4118   algorithm: "table_perf_comparison"
4119   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4120   reference:
4121     title: "3-Node Skx"
4122     data: "vpp-compare-topologies-ref"
4123   compare:
4124     title: "2-Node Skx"
4125     data: "vpp-compare-topologies-cmp"
4126   data: "vpp-compare-topologies"
4127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4128   filter: "'NDRPDR' and '1C'"
4129   parameters:
4130   - "name"
4131   - "parent"
4132   - "throughput"
4133
4134 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4135 - type: "table"
4136   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4137   algorithm: "table_perf_comparison"
4138   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4139   reference:
4140     title: "3-Node Skx"
4141     data: "vpp-compare-topologies-ref"
4142   compare:
4143     title: "2-Node Skx"
4144     data: "vpp-compare-topologies-cmp"
4145   data: "vpp-compare-topologies"
4146   include-tests: "PDR"
4147   filter: "'NDRPDR' and '2C'"
4148   parameters:
4149   - "name"
4150   - "parent"
4151   - "throughput"
4152
4153 # VPP Performance Changes 3n-hsw 1t1c MRR
4154 - type: "table"
4155   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4156   algorithm: "table_perf_comparison"
4157   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4158   history:
4159     - title: "rls1904"
4160       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4161   reference:
4162     title: "rls1908"
4163     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4164   compare:
4165     title: "rls2001"
4166     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4167   data: "vpp-performance-changes-3n-hsw-mrr"
4168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4169   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4170   parameters:
4171   - "name"
4172   - "parent"
4173   - "result"
4174
4175 # VPP Performance Changes 3n-hsw 2t2c MRR
4176 - type: "table"
4177   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4178   algorithm: "table_perf_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4180   history:
4181     - title: "rls1904"
4182       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4183   reference:
4184     title: "rls1908"
4185     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4186   compare:
4187     title: "rls2001"
4188     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4189   data: "vpp-performance-changes-3n-hsw-mrr"
4190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4191   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4192   parameters:
4193   - "name"
4194   - "parent"
4195   - "result"
4196
4197 # VPP Performance Changes 3n-hsw 4t4c MRR
4198 - type: "table"
4199   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4200   algorithm: "table_perf_comparison"
4201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4202   history:
4203     - title: "rls1904"
4204       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4205   reference:
4206     title: "rls1908"
4207     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4208   compare:
4209     title: "rls2001"
4210     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4211   data: "vpp-performance-changes-3n-hsw-mrr"
4212   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4213   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4214   parameters:
4215   - "name"
4216   - "parent"
4217   - "result"
4218
4219 # VPP Performance Changes 3n-skx 2t1c MRR
4220 - type: "table"
4221   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4222   algorithm: "table_perf_comparison"
4223   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4224   history:
4225     - title: "rls1904"
4226       data: "vpp-performance-changes-3n-skx-mrr-h1"
4227   reference:
4228     title: "rls1908"
4229     data: "vpp-performance-changes-3n-skx-mrr-ref"
4230   compare:
4231     title: "rls2001"
4232     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4233   data: "vpp-performance-changes-3n-skx-mrr"
4234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4235   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4236   parameters:
4237   - "name"
4238   - "parent"
4239   - "result"
4240
4241 # VPP Performance Changes 3n-skx 4t2c MRR
4242 - type: "table"
4243   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4244   algorithm: "table_perf_comparison"
4245   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4246   history:
4247     - title: "rls1904"
4248       data: "vpp-performance-changes-3n-skx-mrr-h1"
4249   reference:
4250     title: "rls1908"
4251     data: "vpp-performance-changes-3n-skx-mrr-ref"
4252   compare:
4253     title: "rls2001"
4254     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4255   data: "vpp-performance-changes-3n-skx-mrr"
4256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4257   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4258   parameters:
4259   - "name"
4260   - "parent"
4261   - "result"
4262
4263 # VPP Performance Changes 3n-skx 8t4c MRR
4264 - type: "table"
4265   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4266   algorithm: "table_perf_comparison"
4267   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4268   history:
4269     - title: "rls1904"
4270       data: "vpp-performance-changes-3n-skx-mrr-h1"
4271   reference:
4272     title: "rls1908"
4273     data: "vpp-performance-changes-3n-skx-mrr-ref"
4274   compare:
4275     title: "rls2001"
4276     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4277   data: "vpp-performance-changes-3n-skx-mrr"
4278   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4279   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4280   parameters:
4281   - "name"
4282   - "parent"
4283   - "result"
4284
4285 # VPP Performance Changes 2n-skx 2t1c MRR
4286 - type: "table"
4287   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4288   algorithm: "table_perf_comparison"
4289   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4290   history:
4291     - title: "rls1904"
4292       data: "vpp-performance-changes-2n-skx-mrr-h1"
4293   reference:
4294     title: "rls1908"
4295     data: "vpp-performance-changes-2n-skx-mrr-ref"
4296   compare:
4297     title: "rls2001"
4298     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4299   data: "vpp-performance-changes-2n-skx-mrr"
4300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4301   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4302   parameters:
4303   - "name"
4304   - "parent"
4305   - "result"
4306
4307 # VPP Performance Changes 2n-skx 4t2c MRR
4308 - type: "table"
4309   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4310   algorithm: "table_perf_comparison"
4311   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4312   history:
4313     - title: "rls1904"
4314       data: "vpp-performance-changes-2n-skx-mrr-h1"
4315   reference:
4316     title: "rls1908"
4317     data: "vpp-performance-changes-2n-skx-mrr-ref"
4318   compare:
4319     title: "rls2001"
4320     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4321   data: "vpp-performance-changes-2n-skx-mrr"
4322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4323   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4324   parameters:
4325   - "name"
4326   - "parent"
4327   - "result"
4328
4329 # VPP Performance Changes 2n-skx 8t4c MRR
4330 - type: "table"
4331   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4332   algorithm: "table_perf_comparison"
4333   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4334   history:
4335     - title: "rls1904"
4336       data: "vpp-performance-changes-2n-skx-mrr-h1"
4337   reference:
4338     title: "rls1908"
4339     data: "vpp-performance-changes-2n-skx-mrr-ref"
4340   compare:
4341     title: "rls2001"
4342     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4343   data: "vpp-performance-changes-2n-skx-mrr"
4344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4345   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4346   parameters:
4347   - "name"
4348   - "parent"
4349   - "result"
4350
4351 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4352 #- type: "table"
4353 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4354 #  algorithm: "table_perf_comparison"
4355 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4356 #  reference:
4357 #    title: "rls1908"
4358 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4359 #  compare:
4360 #    title: "rls2001"
4361 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4362 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4364 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4365 #  parameters:
4366 #  - "name"
4367 #  - "parent"
4368 #  - "result"
4369 #
4370 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4371 #- type: "table"
4372 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4373 #  algorithm: "table_perf_comparison"
4374 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4375 #  reference:
4376 #    title: "rls1908"
4377 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4378 #  compare:
4379 #    title: "rls2001"
4380 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4381 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4383 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4384 #  parameters:
4385 #  - "name"
4386 #  - "parent"
4387 #  - "result"
4388 #
4389 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4390 #- type: "table"
4391 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4392 #  algorithm: "table_perf_comparison"
4393 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4394 #  reference:
4395 #    title: "rls1908"
4396 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4397 #  compare:
4398 #    title: "rls2001"
4399 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4400 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4402 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4403 #  parameters:
4404 #  - "name"
4405 #  - "parent"
4406 #  - "result"
4407
4408 # VPP Performance Changes 2n-dnv 1t1c MRR
4409 - type: "table"
4410   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4411   algorithm: "table_perf_comparison"
4412   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4413   reference:
4414     title: "rls1908"
4415     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4416   compare:
4417     title: "rls2001"
4418     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4419   data: "vpp-performance-changes-2n-dnv-mrr"
4420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4421   filter: "'1T1C' and 'MRR'"
4422   parameters:
4423   - "name"
4424   - "parent"
4425   - "result"
4426
4427 # VPP Performance Changes 2n-dnv 2t2c MRR
4428 - type: "table"
4429   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4430   algorithm: "table_perf_comparison"
4431   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4432   reference:
4433     title: "rls1908"
4434     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4435   compare:
4436     title: "rls2001"
4437     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4438   data: "vpp-performance-changes-2n-dnv-mrr"
4439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4440   filter: "'2T2C' and 'MRR'"
4441   parameters:
4442   - "name"
4443   - "parent"
4444   - "result"
4445
4446 # VPP Performance Changes 2n-dnv 4t4c MRR
4447 - type: "table"
4448   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4449   algorithm: "table_perf_comparison"
4450   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4451   reference:
4452     title: "rls1908"
4453     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4454   compare:
4455     title: "rls2001"
4456     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4457   data: "vpp-performance-changes-2n-dnv-mrr"
4458   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4459   filter: "'4T4C' and 'MRR'"
4460   parameters:
4461   - "name"
4462   - "parent"
4463   - "result"
4464
4465 # VPP Performance Changes 3n-dnv 1t1c MRR
4466 - type: "table"
4467   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4468   algorithm: "table_perf_comparison"
4469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4470   reference:
4471     title: "rls1908"
4472     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4473   compare:
4474     title: "rls2001"
4475     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4476   data: "vpp-performance-changes-3n-dnv-mrr"
4477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4478   filter: "'1T1C' and 'MRR'"
4479   parameters:
4480   - "name"
4481   - "parent"
4482   - "result"
4483
4484 # VPP Performance Changes 3n-dnv 2t2c MRR
4485 - type: "table"
4486   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4487   algorithm: "table_perf_comparison"
4488   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4489   reference:
4490     title: "rls1908"
4491     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4492   compare:
4493     title: "rls2001"
4494     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4495   data: "vpp-performance-changes-3n-dnv-mrr"
4496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4497   filter: "'2T2C' and 'MRR'"
4498   parameters:
4499   - "name"
4500   - "parent"
4501   - "result"
4502
4503 # VPP Performance Changes 3n-dnv 4t4c MRR
4504 - type: "table"
4505   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4506   algorithm: "table_perf_comparison"
4507   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4508   reference:
4509     title: "rls1908"
4510     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4511   compare:
4512     title: "rls2001"
4513     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4514   data: "vpp-performance-changes-3n-dnv-mrr"
4515   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4516   filter: "'4T4C' and 'MRR'"
4517   parameters:
4518   - "name"
4519   - "parent"
4520   - "result"
4521
4522 # VPP Performance Changes 3n-tsh 1t1c MRR
4523 - type: "table"
4524   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4525   algorithm: "table_perf_comparison"
4526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4527   reference:
4528     title: "rls1908"
4529     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4530   compare:
4531     title: "rls2001"
4532     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4533   data: "vpp-performance-changes-3n-tsh-mrr"
4534   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4535   filter: "'1T1C' and 'MRR'"
4536   parameters:
4537   - "name"
4538   - "parent"
4539   - "result"
4540
4541 # VPP Performance Changes 3n-tsh 2t2c MRR
4542 - type: "table"
4543   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4544   algorithm: "table_perf_comparison"
4545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4546   reference:
4547     title: "rls1908"
4548     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4549   compare:
4550     title: "rls2001"
4551     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4552   data: "vpp-performance-changes-3n-tsh-mrr"
4553   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4554   filter: "'2T2C' and 'MRR'"
4555   parameters:
4556   - "name"
4557   - "parent"
4558   - "result"
4559
4560 # VPP Performance Changes 3n-tsh 4t4c MRR
4561 - type: "table"
4562   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4563   algorithm: "table_perf_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4565   reference:
4566     title: "rls1908"
4567     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4568   compare:
4569     title: "rls2001"
4570     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4571   data: "vpp-performance-changes-3n-tsh-mrr"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "'4T4C' and 'MRR'"
4574   parameters:
4575   - "name"
4576   - "parent"
4577   - "result"
4578
4579 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4580 - type: "table"
4581   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4582   algorithm: "table_perf_comparison_nic"
4583   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4584   reference:
4585     title: "3n-hsw xl710"
4586     data: "vpp-compare-testbeds-mrr-ref"
4587     nic: "NIC_Intel-XL710"
4588   compare:
4589     title: "3n-skx xxv710"
4590     data: "vpp-compare-testbeds-mrr-cmp"
4591     nic: "NIC_Intel-XXV710"
4592   data: "vpp-compare-testbeds-mrr"
4593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4594   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4595   parameters:
4596   - "name"
4597   - "parent"
4598   - "result"
4599   - "tags"
4600
4601 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4602 - type: "table"
4603   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4604   algorithm: "table_perf_comparison_nic"
4605   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4606   reference:
4607     title: "3n-hsw xl710"
4608     data: "vpp-compare-testbeds-mrr-ref"
4609     nic: "NIC_Intel-XL710"
4610   compare:
4611     title: "3n-skx xxv710"
4612     data: "vpp-compare-testbeds-mrr-cmp"
4613     nic: "NIC_Intel-XXV710"
4614   data: "vpp-compare-testbeds-mrr"
4615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4616   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4617   parameters:
4618   - "name"
4619   - "parent"
4620   - "result"
4621   - "tags"
4622
4623 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4624 - type: "table"
4625   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4626   algorithm: "table_perf_comparison_nic"
4627   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4628   reference:
4629     title: "3n-hsw xl710"
4630     data: "vpp-compare-testbeds-mrr-ref"
4631     nic: "NIC_Intel-XL710"
4632   compare:
4633     title: "3n-skx xxv710"
4634     data: "vpp-compare-testbeds-mrr-cmp"
4635     nic: "NIC_Intel-XXV710"
4636   data: "vpp-compare-testbeds-mrr"
4637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4638   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4639   parameters:
4640   - "name"
4641   - "parent"
4642   - "result"
4643   - "tags"
4644
4645 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4646 - type: "table"
4647   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4648   algorithm: "table_perf_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4650   reference:
4651     title: "2n-skx"
4652     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4653   compare:
4654     title: "2n-clx"
4655     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4656   data: "vpp-compare-testbeds-mrr-skx-clx"
4657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4658   filter: "'2T1C'"
4659   parameters:
4660   - "name"
4661   - "parent"
4662   - "result"
4663   - "tags"
4664
4665 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4666 - type: "table"
4667   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4668   algorithm: "table_perf_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4670   reference:
4671     title: "2n-skx"
4672     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4673   compare:
4674     title: "2n-clx"
4675     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4676   data: "vpp-compare-testbeds-mrr-skx-clx"
4677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4678   filter: "'4T2C'"
4679   parameters:
4680   - "name"
4681   - "parent"
4682   - "result"
4683   - "tags"
4684
4685 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4686 - type: "table"
4687   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4688   algorithm: "table_perf_comparison"
4689   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4690   reference:
4691     title: "2n-skx"
4692     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4693   compare:
4694     title: "2n-clx"
4695     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4696   data: "vpp-compare-testbeds-mrr-skx-clx"
4697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4698   filter: "'8T4C'"
4699   parameters:
4700   - "name"
4701   - "parent"
4702   - "result"
4703   - "tags"
4704
4705 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4706 - type: "table"
4707   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4708   algorithm: "table_perf_comparison"
4709   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4710   reference:
4711     title: "3-Node Skx"
4712     data: "vpp-compare-topologies-mrr-ref"
4713   compare:
4714     title: "2-Node Skx"
4715     data: "vpp-compare-topologies-mrr-cmp"
4716   data: "vpp-compare-topologies-mrr"
4717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4718   filter: "'MRR' and '1C'"
4719   parameters:
4720   - "name"
4721   - "parent"
4722   - "result"
4723
4724 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4725 - type: "table"
4726   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4727   algorithm: "table_perf_comparison"
4728   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4729   reference:
4730     title: "3-Node Skx"
4731     data: "vpp-compare-topologies-mrr-ref"
4732   compare:
4733     title: "2-Node Skx"
4734     data: "vpp-compare-topologies-mrr-cmp"
4735   data: "vpp-compare-topologies-mrr"
4736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4737   filter: "'MRR' and '2C'"
4738   parameters:
4739   - "name"
4740   - "parent"
4741   - "result"
4742
4743 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4744 - type: "table"
4745   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4746   algorithm: "table_perf_comparison"
4747   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4748   reference:
4749     title: "3-Node Skx"
4750     data: "vpp-compare-topologies-mrr-ref"
4751   compare:
4752     title: "2-Node Skx"
4753     data: "vpp-compare-topologies-mrr-cmp"
4754   data: "vpp-compare-topologies-mrr"
4755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4756   filter: "'MRR' and '4C'"
4757   parameters:
4758   - "name"
4759   - "parent"
4760   - "result"
4761
4762 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4763 - type: "table"
4764   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4765   algorithm: "table_perf_comparison_nic"
4766   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4767   reference:
4768     title: "3n-hsw xl710"
4769     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4770     nic: "NIC_Intel-XL710"
4771   compare:
4772     title: "2n-clx xxv710"
4773     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4774     nic: "NIC_Intel-XXV710"
4775   data: "vpp-compare-testbeds-mrr-hsw-clx"
4776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4777   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4778   parameters:
4779   - "name"
4780   - "parent"
4781   - "result"
4782   - "tags"
4783
4784 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4785 - type: "table"
4786   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4787   algorithm: "table_perf_comparison_nic"
4788   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4789   reference:
4790     title: "3n-hsw xl710"
4791     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4792     nic: "NIC_Intel-XL710"
4793   compare:
4794     title: "2n-clx xxv710"
4795     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4796     nic: "NIC_Intel-XXV710"
4797   data: "vpp-compare-testbeds-mrr-hsw-clx"
4798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4799   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4800   parameters:
4801   - "name"
4802   - "parent"
4803   - "result"
4804   - "tags"
4805
4806 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4807 - type: "table"
4808   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4809   algorithm: "table_perf_comparison_nic"
4810   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4811   reference:
4812     title: "3n-hsw xl710"
4813     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4814     nic: "NIC_Intel-XL710"
4815   compare:
4816     title: "2n-clx xxv710"
4817     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4818     nic: "NIC_Intel-XXV710"
4819   data: "vpp-compare-testbeds-mrr-hsw-clx"
4820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4821   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4822   parameters:
4823   - "name"
4824   - "parent"
4825   - "result"
4826   - "tags"
4827
4828 # Detailed Test Results - VPP Performance Results 3n-hsw
4829 - type: "table"
4830   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4831   algorithm: "table_merged_details"
4832   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4833   columns:
4834   - title: " |prein| Test Name |preout| "
4835     data: "data name"
4836   - 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| "
4837     data: "data msg"
4838   data: "vpp-perf-results-3n-hsw"
4839   filter: "all"
4840   parameters:
4841   - "name"
4842   - "parent"
4843   - "msg"
4844
4845 # Detailed Test Results - VPP Performance Results 3n-skx
4846 - type: "table"
4847   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4848   algorithm: "table_merged_details"
4849   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4850   columns:
4851   - title: " |prein| Test Name |preout| "
4852     data: "data name"
4853   - 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| "
4854     data: "data msg"
4855   data: "vpp-perf-results-3n-skx"
4856   filter: "all"
4857   remove-ndr: True  # Temporary solution: remove NDR results from test message
4858   parameters:
4859   - "name"
4860   - "parent"
4861   - "msg"
4862
4863 # Detailed Test Results - VPP Performance Results 2n-skx
4864 - type: "table"
4865   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4866   algorithm: "table_merged_details"
4867   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4868   columns:
4869   - title: " |prein| Test Name |preout| "
4870     data: "data name"
4871   - 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| "
4872     data: "data msg"
4873   data: "vpp-perf-results-2n-skx"
4874   filter: "all"
4875   remove-ndr: True  # Temporary solution: remove NDR results from test message
4876   parameters:
4877   - "name"
4878   - "parent"
4879   - "msg"
4880
4881 # Detailed Test Results - VPP Performance Results 2n-clx
4882 - type: "table"
4883   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4884   algorithm: "table_merged_details"
4885   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4886   columns:
4887   - title: " |prein| Test Name |preout| "
4888     data: "data name"
4889   - 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| "
4890     data: "data msg"
4891   data: "vpp-perf-results-2n-clx"
4892   filter: "all"
4893   parameters:
4894   - "name"
4895   - "parent"
4896   - "msg"
4897
4898 # Detailed Test Results - VPP Performance Results 3n-tsh
4899 - type: "table"
4900   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4901   algorithm: "table_merged_details"
4902   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4903   columns:
4904   - title: " |prein| Test Name |preout| "
4905     data: "data name"
4906   - 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| "
4907     data: "data msg"
4908   data: "vpp-perf-results-3n-tsh"
4909   filter: "all"
4910   parameters:
4911   - "name"
4912   - "parent"
4913   - "msg"
4914
4915 # Detailed Test Results - VPP Performance Results 3n-dnv
4916 - type: "table"
4917   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4918   algorithm: "table_merged_details"
4919   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4920   columns:
4921   - title: " |prein| Test Name |preout| "
4922     data: "data name"
4923   - 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| "
4924     data: "data msg"
4925   data: "vpp-perf-results-3n-dnv"
4926   filter: "all"
4927   parameters:
4928   - "name"
4929   - "parent"
4930   - "msg"
4931
4932 # Detailed Test Results - VPP Performance Results 2n-dnv
4933 - type: "table"
4934   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4935   algorithm: "table_merged_details"
4936   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4937   columns:
4938   - title: " |prein| Test Name |preout| "
4939     data: "data name"
4940   - 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| "
4941     data: "data msg"
4942   data: "vpp-perf-results-2n-dnv"
4943   filter: "all"
4944   parameters:
4945   - "name"
4946   - "parent"
4947   - "msg"
4948
4949 # Test configuration - VPP Performance Test Configs 3n-hsw
4950 - type: "table"
4951   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4952   algorithm: "table_merged_details"
4953   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4954   columns:
4955   - title: " |prein| Test Name |preout| "
4956     data: "data name"
4957   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4958     data: "data conf-history"
4959   data: "vpp-perf-results-3n-hsw"
4960   filter: "all"
4961   parameters:
4962   - "parent"
4963   - "name"
4964   - "conf-history"
4965
4966 # Test configuration - VPP Performance Test Configs 3n-skx
4967 - type: "table"
4968   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4969   algorithm: "table_merged_details"
4970   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4971   columns:
4972   - title: " |prein| Test Name |preout| "
4973     data: "data name"
4974   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4975     data: "data conf-history"
4976   data: "vpp-perf-results-3n-skx"
4977   filter: "all"
4978   parameters:
4979   - "parent"
4980   - "name"
4981   - "conf-history"
4982
4983 # Test configuration - VPP Performance Test Configs 2n-skx
4984 - type: "table"
4985   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4986   algorithm: "table_merged_details"
4987   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4988   columns:
4989   - title: " |prein| Test Name |preout| "
4990     data: "data name"
4991   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4992     data: "data conf-history"
4993   data: "vpp-perf-results-2n-skx"
4994   filter: "all"
4995   parameters:
4996   - "parent"
4997   - "name"
4998   - "conf-history"
4999
5000 # Test configuration - VPP Performance Test Configs 2n-clx
5001 - type: "table"
5002   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5003   algorithm: "table_merged_details"
5004   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5005   columns:
5006   - title: " |prein| Test Name |preout| "
5007     data: "data name"
5008   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5009     data: "data conf-history"
5010   data: "vpp-perf-results-2n-clx"
5011   filter: "all"
5012   parameters:
5013   - "parent"
5014   - "name"
5015   - "conf-history"
5016
5017 # Test configuration - VPP Performance Test Configs 3n-tsh
5018 - type: "table"
5019   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5020   algorithm: "table_merged_details"
5021   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5022   columns:
5023   - title: " |prein| Test Name |preout| "
5024     data: "data name"
5025   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5026     data: "data conf-history"
5027   data: "vpp-perf-results-3n-tsh"
5028   filter: "all"
5029   parameters:
5030   - "parent"
5031   - "name"
5032   - "conf-history"
5033
5034 # Test configuration - VPP Performance Test Configs 3n-dnv
5035 - type: "table"
5036   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5037   algorithm: "table_merged_details"
5038   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5039   columns:
5040   - title: " |prein| Test Name |preout| "
5041     data: "data name"
5042   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5043     data: "data conf-history"
5044   data: "vpp-perf-results-3n-dnv"
5045   filter: "all"
5046   parameters:
5047   - "parent"
5048   - "name"
5049   - "conf-history"
5050
5051 # Test configuration - VPP Performance Test Configs 2n-dnv
5052 - type: "table"
5053   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5054   algorithm: "table_merged_details"
5055   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5056   columns:
5057   - title: " |prein| Test Name |preout| "
5058     data: "data name"
5059   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5060     data: "data conf-history"
5061   data: "vpp-perf-results-2n-dnv"
5062   filter: "all"
5063   parameters:
5064   - "parent"
5065   - "name"
5066   - "conf-history"
5067
5068 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5069 - type: "table"
5070   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5071   algorithm: "table_oper_data_html"
5072   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5073   data: "vpp-perf-results-3n-hsw"
5074   filter: "all"
5075
5076 # Test Operational Data - VPP Performance Operational Data 3n-skx
5077 - type: "table"
5078   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5079   algorithm: "table_oper_data_html"
5080   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5081   data: "vpp-perf-results-3n-skx"
5082   filter: "all"
5083
5084 # Test Operational Data - VPP Performance Operational Data 2n-skx
5085 - type: "table"
5086   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5087   algorithm: "table_oper_data_html"
5088   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5089   data: "vpp-perf-results-2n-skx"
5090   filter: "all"
5091
5092 # Test Operational Data - VPP Performance Operational Data 2n-clx
5093 - type: "table"
5094   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5095   algorithm: "table_oper_data_html"
5096   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5097   data: "vpp-perf-results-2n-clx"
5098   filter: "all"
5099
5100 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5101 - type: "table"
5102   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5103   algorithm: "table_oper_data_html"
5104   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5105   data: "vpp-perf-results-3n-tsh"
5106   filter: "all"
5107
5108 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5109 - type: "table"
5110   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5111   algorithm: "table_oper_data_html"
5112   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5113   data: "vpp-perf-results-3n-dnv"
5114   filter: "all"
5115
5116 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5117 - type: "table"
5118   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5119   algorithm: "table_oper_data_html"
5120   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5121   data: "vpp-perf-results-2n-dnv"
5122   filter: "all"
5123
5124 # Detailed Test Results - VPP MRR Results 3n-hsw
5125 - type: "table"
5126   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5127   algorithm: "table_merged_details"
5128   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5129   columns:
5130   - title: " |prein| Test Name |preout| "
5131     data: "data name"
5132   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5133     data: "data msg"
5134   data: "vpp-mrr-results-3n-hsw"
5135   filter: "all"
5136   parameters:
5137   - "name"
5138   - "parent"
5139   - "msg"
5140
5141 # Detailed Test Results - VPP MRR Results 3n-skx
5142 - type: "table"
5143   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5144   algorithm: "table_merged_details"
5145   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5146   columns:
5147   - title: " |prein| Test Name |preout| "
5148     data: "data name"
5149   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5150     data: "data msg"
5151   data: "vpp-mrr-results-3n-skx"
5152   filter: "all"
5153   parameters:
5154   - "name"
5155   - "parent"
5156   - "msg"
5157
5158 # Detailed Test Results - VPP MRR Results 2n-skx
5159 - type: "table"
5160   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5161   algorithm: "table_merged_details"
5162   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5163   columns:
5164   - title: " |prein| Test Name |preout| "
5165     data: "data name"
5166   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5167     data: "data msg"
5168   data: "vpp-mrr-results-2n-skx"
5169   filter: "all"
5170   parameters:
5171   - "name"
5172   - "parent"
5173   - "msg"
5174
5175 # Detailed Test Results - VPP MRR Results 2n-clx
5176 - type: "table"
5177   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5178   algorithm: "table_merged_details"
5179   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5180   columns:
5181   - title: " |prein| Test Name |preout| "
5182     data: "data name"
5183   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5184     data: "data msg"
5185   data: "vpp-mrr-results-2n-clx"
5186   filter: "all"
5187   parameters:
5188   - "name"
5189   - "parent"
5190   - "msg"
5191
5192 # Detailed Test Results - VPP MRR Results 3n-tsh
5193 - type: "table"
5194   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5195   algorithm: "table_merged_details"
5196   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5197   columns:
5198   - title: " |prein| Test Name |preout| "
5199     data: "data name"
5200   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5201     data: "data msg"
5202   data: "vpp-mrr-results-3n-tsh"
5203   filter: "all"
5204   parameters:
5205   - "name"
5206   - "parent"
5207   - "msg"
5208
5209 # Detailed Test Results - VPP MRR Results 3n-dnv
5210 - type: "table"
5211   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5212   algorithm: "table_merged_details"
5213   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5214   columns:
5215   - title: " |prein| Test Name |preout| "
5216     data: "data name"
5217   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5218     data: "data msg"
5219   data: "vpp-mrr-results-3n-dnv"
5220   filter: "all"
5221   parameters:
5222   - "name"
5223   - "parent"
5224   - "msg"
5225
5226 # Detailed Test Results - VPP MRR Results 2n-dnv
5227 - type: "table"
5228   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5229   algorithm: "table_merged_details"
5230   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5231   columns:
5232   - title: " |prein| Test Name |preout| "
5233     data: "data name"
5234   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5235     data: "data msg"
5236   data: "vpp-mrr-results-2n-dnv"
5237   filter: "all"
5238   parameters:
5239   - "name"
5240   - "parent"
5241   - "msg"
5242
5243 # Test configuration - VPP MRR Test Configs 3n-hsw
5244 - type: "table"
5245   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5246   algorithm: "table_merged_details"
5247   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5248   columns:
5249   - title: " |prein| Test Name |preout| "
5250     data: "data name"
5251   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5252     data: "data conf-history"
5253   data: "vpp-mrr-results-3n-hsw"
5254   filter: "all"
5255   parameters:
5256   - "parent"
5257   - "name"
5258   - "conf-history"
5259
5260 # Test configuration - VPP MRR Test Configs 3n-skx
5261 - type: "table"
5262   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5263   algorithm: "table_merged_details"
5264   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5265   columns:
5266   - title: " |prein| Test Name |preout| "
5267     data: "data name"
5268   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5269     data: "data conf-history"
5270   data: "vpp-mrr-results-3n-skx"
5271   filter: "all"
5272   parameters:
5273   - "parent"
5274   - "name"
5275   - "conf-history"
5276
5277 # Test configuration - VPP MRR Test Configs 2n-skx
5278 - type: "table"
5279   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5280   algorithm: "table_merged_details"
5281   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5282   columns:
5283   - title: " |prein| Test Name |preout| "
5284     data: "data name"
5285   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5286     data: "data conf-history"
5287   data: "vpp-mrr-results-2n-skx"
5288   filter: "all"
5289   parameters:
5290   - "parent"
5291   - "name"
5292   - "conf-history"
5293
5294 # Test configuration - VPP MRR Test Configs 2n-clx
5295 - type: "table"
5296   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5297   algorithm: "table_merged_details"
5298   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5299   columns:
5300   - title: " |prein| Test Name |preout| "
5301     data: "data name"
5302   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5303     data: "data conf-history"
5304   data: "vpp-mrr-results-2n-clx"
5305   filter: "all"
5306   parameters:
5307   - "parent"
5308   - "name"
5309   - "conf-history"
5310
5311 # Test configuration - VPP MRR Test Configs 3n-tsh
5312 - type: "table"
5313   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5314   algorithm: "table_merged_details"
5315   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5316   columns:
5317   - title: " |prein| Test Name |preout| "
5318     data: "data name"
5319   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5320     data: "data conf-history"
5321   data: "vpp-mrr-results-3n-tsh"
5322   filter: "all"
5323   parameters:
5324   - "parent"
5325   - "name"
5326   - "conf-history"
5327
5328 # Test configuration - VPP MRR Test Configs 3n-dnv
5329 - type: "table"
5330   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5331   algorithm: "table_merged_details"
5332   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5333   columns:
5334   - title: " |prein| Test Name |preout| "
5335     data: "data name"
5336   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5337     data: "data conf-history"
5338   data: "vpp-mrr-results-3n-dnv"
5339   filter: "all"
5340   parameters:
5341   - "parent"
5342   - "name"
5343   - "conf-history"
5344
5345 # Test configuration - VPP MRR Test Configs 2n-dnv
5346 - type: "table"
5347   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5348   algorithm: "table_merged_details"
5349   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5350   columns:
5351   - title: " |prein| Test Name |preout| "
5352     data: "data name"
5353   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5354     data: "data conf-history"
5355   data: "vpp-mrr-results-2n-dnv"
5356   filter: "all"
5357   parameters:
5358   - "parent"
5359   - "name"
5360   - "conf-history"
5361
5362 # Detailed Test Results - VPP Device Results - Ubuntu
5363 - type: "table"
5364   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5365   algorithm: "table_merged_details"
5366   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5367   columns:
5368   - title: " |prein| Test Name |preout| "
5369     data: "data name"
5370   - title: " |prein| Status |preout| "
5371     data: "data status"
5372   data: "vpp-device-results-ubuntu"
5373   filter: "all"
5374   parameters:
5375   - "name"
5376   - "parent"
5377   - "doc"
5378   - "status"
5379
5380 # Test configuration - VPP Device Test Configs - Ubuntu
5381 - type: "table"
5382   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5383   algorithm: "table_merged_details"
5384   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5385   columns:
5386   - title: " |prein| Test Name |preout| "
5387     data: "data name"
5388   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5389     data: "data conf-history"
5390   data: "vpp-device-results-ubuntu"
5391   filter: "all"
5392   parameters:
5393   - "parent"
5394   - "name"
5395   - "conf-history"
5396
5397 ################################################################################
5398
5399 # DPDK Performance Changes 3n-hsw 1t1c pdr
5400 - type: "table"
5401   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5402   algorithm: "table_perf_comparison"
5403   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5404   history:
5405     - title: "rls1904"
5406       data: "dpdk-performance-changes-3n-hsw-h1"
5407   reference:
5408     title: "rls1908"
5409     data: "dpdk-performance-changes-3n-hsw-ref"
5410   compare:
5411     title: "rls2001"
5412     data: "dpdk-performance-changes-3n-hsw-cmp"
5413   data: "dpdk-performance-changes-3n-hsw"
5414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5415   filter: "'1T1C' and 'NDRPDR'"
5416   parameters:
5417   - "name"
5418   - "parent"
5419   - "throughput"
5420
5421 # DPDK Performance Changes 3n-hsw 2t2c pdr
5422 - type: "table"
5423   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5424   algorithm: "table_perf_comparison"
5425   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5426   history:
5427     - title: "rls1904"
5428       data: "dpdk-performance-changes-3n-hsw-h1"
5429   reference:
5430     title: "rls1908"
5431     data: "dpdk-performance-changes-3n-hsw-ref"
5432   compare:
5433     title: "rls2001"
5434     data: "dpdk-performance-changes-3n-hsw-cmp"
5435   data: "dpdk-performance-changes-3n-hsw"
5436   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5437   filter: "'2T2C' and 'NDRPDR'"
5438   parameters:
5439   - "name"
5440   - "parent"
5441   - "throughput"
5442
5443 # DPDK Performance Changes 3n-hsw 1t1c ndr
5444 - type: "table"
5445   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5446   algorithm: "table_perf_comparison"
5447   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5448   history:
5449     - title: "rls1904"
5450       data: "dpdk-performance-changes-3n-hsw-h1"
5451   reference:
5452     title: "rls1908"
5453     data: "dpdk-performance-changes-3n-hsw-ref"
5454   compare:
5455     title: "rls2001"
5456     data: "dpdk-performance-changes-3n-hsw-cmp"
5457   data: "dpdk-performance-changes-3n-hsw"
5458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5459   filter: "'1T1C' and 'NDRPDR'"
5460   parameters:
5461   - "name"
5462   - "parent"
5463   - "throughput"
5464
5465 # DPDK Performance Changes 3n-hsw 2t2c ndr
5466 - type: "table"
5467   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5468   algorithm: "table_perf_comparison"
5469   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5470   history:
5471     - title: "rls1904"
5472       data: "dpdk-performance-changes-3n-hsw-h1"
5473   reference:
5474     title: "rls1908"
5475     data: "dpdk-performance-changes-3n-hsw-ref"
5476   compare:
5477     title: "rls2001"
5478     data: "dpdk-performance-changes-3n-hsw-cmp"
5479   data: "dpdk-performance-changes-3n-hsw"
5480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5481   filter: "'2T2C' and 'NDRPDR'"
5482   parameters:
5483   - "name"
5484   - "parent"
5485   - "throughput"
5486
5487 # DPDK Performance Changes 3n-skx 2t1c pdr
5488 - type: "table"
5489   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5490   algorithm: "table_perf_comparison"
5491   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5492   history:
5493     - title: "rls1904"
5494       data: "dpdk-performance-changes-3n-skx-h1"
5495   reference:
5496     title: "rls1908"
5497     data: "dpdk-performance-changes-3n-skx-ref"
5498   compare:
5499     title: "rls2001"
5500     data: "dpdk-performance-changes-3n-skx-cmp"
5501   data: "dpdk-performance-changes-3n-skx"
5502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5503   filter: "'2T1C' and 'NDRPDR'"
5504   parameters:
5505   - "name"
5506   - "parent"
5507   - "throughput"
5508
5509 # DPDK Performance Changes 3n-skx 4t2c pdr
5510 - type: "table"
5511   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5512   algorithm: "table_perf_comparison"
5513   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5514   history:
5515     - title: "rls1904"
5516       data: "dpdk-performance-changes-3n-skx-h1"
5517   reference:
5518     title: "rls1908"
5519     data: "dpdk-performance-changes-3n-skx-ref"
5520   compare:
5521     title: "rls2001"
5522     data: "dpdk-performance-changes-3n-skx-cmp"
5523   data: "dpdk-performance-changes-3n-skx"
5524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5525   filter: "'4T2C' and 'NDRPDR'"
5526   parameters:
5527   - "name"
5528   - "parent"
5529   - "throughput"
5530
5531 # DPDK Performance Changes 3n-skx 2t1c ndr
5532 - type: "table"
5533   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5534   algorithm: "table_perf_comparison"
5535   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5536   history:
5537     - title: "rls1904"
5538       data: "dpdk-performance-changes-3n-skx-h1"
5539   reference:
5540     title: "rls1908"
5541     data: "dpdk-performance-changes-3n-skx-ref"
5542   compare:
5543     title: "rls2001"
5544     data: "dpdk-performance-changes-3n-skx-cmp"
5545   data: "dpdk-performance-changes-3n-skx"
5546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5547   filter: "'2T1C' and 'NDRPDR'"
5548   parameters:
5549   - "name"
5550   - "parent"
5551   - "throughput"
5552
5553 # DPDK Performance Changes 3n-skx 4t2c ndr
5554 - type: "table"
5555   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5556   algorithm: "table_perf_comparison"
5557   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5558   history:
5559     - title: "rls1904"
5560       data: "dpdk-performance-changes-3n-skx-h1"
5561   reference:
5562     title: "rls1908"
5563     data: "dpdk-performance-changes-3n-skx-ref"
5564   compare:
5565     title: "rls2001"
5566     data: "dpdk-performance-changes-3n-skx-cmp"
5567   data: "dpdk-performance-changes-3n-skx"
5568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5569   filter: "'4T2C' and 'NDRPDR'"
5570   parameters:
5571   - "name"
5572   - "parent"
5573   - "throughput"
5574
5575 # DPDK Performance Changes 2n-skx 2t1c pdr
5576 - type: "table"
5577   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5578   algorithm: "table_perf_comparison"
5579   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5580   history:
5581     - title: "rls1904"
5582       data: "dpdk-performance-changes-2n-skx-h1"
5583   reference:
5584     title: "rls1908"
5585     data: "dpdk-performance-changes-2n-skx-ref"
5586   compare:
5587     title: "rls2001"
5588     data: "dpdk-performance-changes-2n-skx-cmp"
5589   data: "dpdk-performance-changes-2n-skx"
5590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5591   filter: "'2T1C' and 'NDRPDR'"
5592   parameters:
5593   - "name"
5594   - "parent"
5595   - "throughput"
5596
5597 # DPDK Performance Changes 2n-skx 4t2c pdr
5598 - type: "table"
5599   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5600   algorithm: "table_perf_comparison"
5601   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5602   history:
5603     - title: "rls1904"
5604       data: "dpdk-performance-changes-2n-skx-h1"
5605   reference:
5606     title: "rls1908"
5607     data: "dpdk-performance-changes-2n-skx-ref"
5608   compare:
5609     title: "rls2001"
5610     data: "dpdk-performance-changes-2n-skx-cmp"
5611   data: "dpdk-performance-changes-2n-skx"
5612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5613   filter: "'4T2C' and 'NDRPDR'"
5614   parameters:
5615   - "name"
5616   - "parent"
5617   - "throughput"
5618
5619 # DPDK Performance Changes 2n-skx 2t1c ndr
5620 - type: "table"
5621   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5622   algorithm: "table_perf_comparison"
5623   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5624   history:
5625     - title: "rls1904"
5626       data: "dpdk-performance-changes-2n-skx-h1"
5627   reference:
5628     title: "rls1908"
5629     data: "dpdk-performance-changes-2n-skx-ref"
5630   compare:
5631     title: "rls2001"
5632     data: "dpdk-performance-changes-2n-skx-cmp"
5633   data: "dpdk-performance-changes-2n-skx"
5634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5635   filter: "'2T1C' and 'NDRPDR'"
5636   parameters:
5637   - "name"
5638   - "parent"
5639   - "throughput"
5640
5641 # DPDK Performance Changes 2n-skx 4t2c ndr
5642 - type: "table"
5643   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5644   algorithm: "table_perf_comparison"
5645   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5646   history:
5647     - title: "rls1904"
5648       data: "dpdk-performance-changes-2n-skx-h1"
5649   reference:
5650     title: "rls1908"
5651     data: "dpdk-performance-changes-2n-skx-ref"
5652   compare:
5653     title: "rls2001"
5654     data: "dpdk-performance-changes-2n-skx-cmp"
5655   data: "dpdk-performance-changes-2n-skx"
5656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5657   filter: "'4T2C' and 'NDRPDR'"
5658   parameters:
5659   - "name"
5660   - "parent"
5661   - "throughput"
5662
5663 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5664 - type: "table"
5665   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5666   algorithm: "table_perf_comparison"
5667   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5668   reference:
5669     title: "3-Node Hsw"
5670     data: "dpdk-compare-testbeds-ref"
5671   compare:
5672     title: "3-Node Skx"
5673     data: "dpdk-compare-testbeds-cmp"
5674   data: "dpdk-compare-testbeds"
5675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5676   filter: "'NIC_Intel-X710'"
5677   parameters:
5678   - "name"
5679   - "parent"
5680   - "throughput"
5681
5682 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5683 - type: "table"
5684   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5685   algorithm: "table_perf_comparison"
5686   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5687   reference:
5688     title: "3-Node Hsw"
5689     data: "dpdk-compare-testbeds-ref"
5690   compare:
5691     title: "3-Node Skx"
5692     data: "dpdk-compare-testbeds-cmp"
5693   data: "dpdk-compare-testbeds"
5694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5695   filter: "'NIC_Intel-X710'"
5696   parameters:
5697   - "name"
5698   - "parent"
5699   - "throughput"
5700
5701 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5702 - type: "table"
5703   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5704   algorithm: "table_perf_comparison"
5705   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5706   reference:
5707     title: "2-Node Skx"
5708     data: "dpdk-compare-testbeds-skx-clx-ref"
5709   compare:
5710     title: "2-Node Clx"
5711     data: "dpdk-compare-testbeds-skx-clx-cmp"
5712   data: "dpdk-compare-testbeds-skx-clx"
5713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5714   filter: "all"
5715   parameters:
5716   - "name"
5717   - "parent"
5718   - "throughput"
5719
5720 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5721 - type: "table"
5722   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5723   algorithm: "table_perf_comparison"
5724   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5725   reference:
5726     title: "2-Node Skx"
5727     data: "dpdk-compare-testbeds-skx-clx-ref"
5728   compare:
5729     title: "2-Node Clx"
5730     data: "dpdk-compare-testbeds-skx-clx-cmp"
5731   data: "dpdk-compare-testbeds-skx-clx"
5732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5733   filter: "all"
5734   parameters:
5735   - "name"
5736   - "parent"
5737   - "throughput"
5738
5739 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5740 - type: "table"
5741   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5742   algorithm: "table_perf_comparison"
5743   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5744   reference:
5745     title: "3-Node Skx"
5746     data: "dpdk-compare-topologies-ref"
5747   compare:
5748     title: "2-Node Skx"
5749     data: "dpdk-compare-topologies-cmp"
5750   data: "dpdk-compare-topologies"
5751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5752   filter: "all"
5753   parameters:
5754   - "name"
5755   - "parent"
5756   - "throughput"
5757
5758 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5759 - type: "table"
5760   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5761   algorithm: "table_perf_comparison"
5762   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5763   reference:
5764     title: "3-Node Skx"
5765     data: "dpdk-compare-topologies-ref"
5766   compare:
5767     title: "2-Node Skx"
5768     data: "dpdk-compare-topologies-cmp"
5769   data: "dpdk-compare-topologies"
5770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5771   filter: "all"
5772   parameters:
5773   - "name"
5774   - "parent"
5775   - "throughput"
5776
5777 # Detailed Test Results - DPDK Performance Results 3n-hsw
5778 - type: "table"
5779   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5780   algorithm: "table_merged_details"
5781   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5782   columns:
5783   - title: " |prein| Test Name |preout| "
5784     data: "data name"
5785   - 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| "
5786     data: "data msg"
5787   data: "dpdk-perf-results-3n-hsw"
5788   filter: "all"
5789   parameters:
5790   - "name"
5791   - "parent"
5792   - "msg"
5793
5794 # Detailed Test Results - DPDK Performance Results 3n-skx
5795 - type: "table"
5796   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5797   algorithm: "table_merged_details"
5798   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5799   columns:
5800   - title: " |prein| Test Name |preout| "
5801     data: "data name"
5802   - 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| "
5803     data: "data msg"
5804   data: "dpdk-perf-results-3n-skx"
5805   filter: "all"
5806   remove-ndr: True  # Temporary solution: remove NDR results from test message
5807   parameters:
5808   - "name"
5809   - "parent"
5810   - "msg"
5811
5812 # Detailed Test Results - DPDK Performance Results 2n-skx
5813 - type: "table"
5814   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5815   algorithm: "table_merged_details"
5816   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5817   columns:
5818   - title: " |prein| Test Name |preout| "
5819     data: "data name"
5820   - 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| "
5821     data: "data msg"
5822   data: "dpdk-perf-results-2n-skx"
5823   filter: "all"
5824   remove-ndr: True  # Temporary solution: remove NDR results from test message
5825   parameters:
5826   - "name"
5827   - "parent"
5828   - "msg"
5829
5830 # Detailed Test Results - DPDK Performance Results 2n-clx
5831 - type: "table"
5832   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5833   algorithm: "table_merged_details"
5834   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5835   columns:
5836   - title: " |prein| Test Name |preout| "
5837     data: "data name"
5838   - 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| "
5839     data: "data msg"
5840   data: "dpdk-perf-results-2n-clx"
5841   filter: "all"
5842   parameters:
5843   - "name"
5844   - "parent"
5845   - "msg"
5846
5847 # Detailed Test Results - DPDK Performance Results 2n-dnv
5848 - type: "table"
5849   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5850   algorithm: "table_merged_details"
5851   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5852   columns:
5853   - title: " |prein| Test Name |preout| "
5854     data: "data name"
5855   - 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| "
5856     data: "data msg"
5857   data: "dpdk-perf-results-2n-dnv"
5858   filter: "all"
5859   parameters:
5860   - "name"
5861   - "parent"
5862   - "msg"
5863
5864 # Detailed Test Results - DPDK Performance Results 3n-dnv
5865 - type: "table"
5866   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5867   algorithm: "table_merged_details"
5868   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5869   columns:
5870   - title: " |prein| Test Name |preout| "
5871     data: "data name"
5872   - 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| "
5873     data: "data msg"
5874   data: "dpdk-perf-results-3n-dnv"
5875   filter: "all"
5876   parameters:
5877   - "name"
5878   - "parent"
5879   - "msg"
5880
5881 # Detailed Test Results - DPDK Performance Results 3n-tsh
5882 - type: "table"
5883   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5884   algorithm: "table_merged_details"
5885   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5886   columns:
5887   - title: " |prein| Test Name |preout| "
5888     data: "data name"
5889   - 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| "
5890     data: "data msg"
5891   data: "dpdk-perf-results-3n-tsh"
5892   filter: "all"
5893   parameters:
5894   - "name"
5895   - "parent"
5896   - "msg"
5897
5898 ################################################################################
5899 ###                                F I L E S                                 ###
5900 ################################################################################
5901
5902 # VPP Performance Results
5903 - type: "file"
5904   title: "VPP Performance Results"
5905   algorithm: "file_details_split"
5906   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5907   dir-tables:
5908     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5909     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5910     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5911     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5912     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5913     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5914     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5915   data:
5916     - "vpp-perf-results-2n-skx"
5917     - "vpp-perf-results-3n-skx"
5918     - "vpp-perf-results-2n-clx"
5919     - "vpp-perf-results-3n-hsw"
5920     - "vpp-perf-results-3n-tsh"
5921     - "vpp-perf-results-2n-dnv"
5922     - "vpp-perf-results-3n-dnv"
5923   filter: "all"
5924   data-start-level: 4
5925   order-chapters:
5926     level-1:
5927       - "l2"
5928       - "ip4"
5929       - "ip6"
5930       - "srv6"
5931       - "ip4_tunnels"
5932       - "ip6_tunnels"
5933       - "vm_vhost"
5934       - "container_memif"
5935       - "crypto"
5936       - "vts"
5937       - "lb"
5938       - "nfv_density"
5939       - "hoststack"
5940     level-2:
5941       - "2n-skx"
5942       - "3n-skx"
5943       - "2n-clx"
5944       - "3n-hsw"
5945       - "3n-tsh"
5946       - "2n-dnv"
5947       - "3n-dnv"
5948     level-3:
5949       - "xl710"
5950       - "x520"
5951       - "xxv710"
5952       - "x710"
5953       - "x553"
5954       - "cx556a"
5955       - "vic1227"
5956       - "vic1385"
5957
5958 # VPP Performance Configuration
5959 - type: "file"
5960   title: "VPP Performance Configuration"
5961   algorithm: "file_details_split"
5962   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5963   dir-tables:
5964     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5965     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5966     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5967     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5968     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5969     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5970     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5971   data:
5972     - "vpp-perf-results-2n-skx"
5973     - "vpp-perf-results-3n-skx"
5974     - "vpp-perf-results-2n-clx"
5975     - "vpp-perf-results-3n-hsw"
5976     - "vpp-perf-results-3n-tsh"
5977     - "vpp-perf-results-2n-dnv"
5978     - "vpp-perf-results-3n-dnv"
5979   filter: "all"
5980   data-start-level: 4
5981   order-chapters:
5982     level-1:
5983       - "l2"
5984       - "ip4"
5985       - "ip6"
5986       - "srv6"
5987       - "ip4_tunnels"
5988       - "ip6_tunnels"
5989       - "vm_vhost"
5990       - "container_memif"
5991       - "crypto"
5992       - "vts"
5993       - "lb"
5994       - "nfv_density"
5995       - "hoststack"
5996     level-2:
5997       - "2n-skx"
5998       - "3n-skx"
5999       - "2n-clx"
6000       - "3n-hsw"
6001       - "3n-tsh"
6002       - "2n-dnv"
6003       - "3n-dnv"
6004     level-3:
6005       - "xl710"
6006       - "x520"
6007       - "xxv710"
6008       - "x710"
6009       - "x553"
6010       - "cx556a"
6011       - "vic1227"
6012       - "vic1385"
6013
6014 # VPP Performance Operational
6015 - type: "file"
6016   title: "VPP Performance Operational"
6017   algorithm: "file_details_split_html"
6018   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6019   dir-tables:
6020     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6021     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6022     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6023     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6024     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6025     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6026     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6027   data:
6028     - "vpp-perf-results-2n-skx"
6029     - "vpp-perf-results-3n-skx"
6030     - "vpp-perf-results-2n-clx"
6031     - "vpp-perf-results-3n-hsw"
6032     - "vpp-perf-results-3n-tsh"
6033     - "vpp-perf-results-2n-dnv"
6034     - "vpp-perf-results-3n-dnv"
6035   filter: "all"
6036   data-start-level: 4
6037   order-chapters:
6038     level-1:
6039       - "l2"
6040       - "ip4"
6041       - "ip6"
6042       - "srv6"
6043       - "ip4_tunnels"
6044       - "ip6_tunnels"
6045       - "vm_vhost"
6046       - "container_memif"
6047       - "crypto"
6048       - "vts"
6049       - "lb"
6050       - "nfv_density"
6051       - "hoststack"
6052     level-2:
6053       - "2n-skx"
6054       - "3n-skx"
6055       - "2n-clx"
6056       - "3n-hsw"
6057       - "3n-tsh"
6058       - "2n-dnv"
6059       - "3n-dnv"
6060     level-3:
6061       - "xl710"
6062       - "x520"
6063       - "xxv710"
6064       - "x710"
6065       - "x553"
6066       - "cx556a"
6067       - "vic1227"
6068       - "vic1385"
6069
6070 # VPP MRR Results
6071 - type: "file"
6072   title: "VPP MRR Results"
6073   algorithm: "file_details_split"
6074   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6075   dir-tables:
6076     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6077     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6078     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6079     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6080     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6081     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6082     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6083   data:
6084     - "vpp-mrr-results-2n-skx"
6085     - "vpp-mrr-results-3n-skx"
6086     - "vpp-mrr-results-2n-clx"
6087     - "vpp-mrr-results-3n-hsw"
6088     - "vpp-mrr-results-3n-tsh"
6089     - "vpp-mrr-results-2n-dnv"
6090     - "vpp-mrr-results-3n-dnv"
6091   filter: "all"
6092   data-start-level: 4
6093   order-chapters:
6094     level-1:
6095       - "l2"
6096       - "ip4"
6097       - "ip6"
6098       - "srv6"
6099       - "ip4_tunnels"
6100       - "ip6_tunnels"
6101       - "vm_vhost"
6102       - "container_memif"
6103       - "crypto"
6104       - "vts"
6105       - "lb"
6106       - "nfv_density"
6107       - "hoststack"
6108     level-2:
6109       - "2n-skx"
6110       - "3n-skx"
6111       - "2n-clx"
6112       - "3n-hsw"
6113       - "3n-tsh"
6114       - "2n-dnv"
6115       - "3n-dnv"
6116     level-3:
6117       - "xl710"
6118       - "x520"
6119       - "xxv710"
6120       - "x710"
6121       - "x553"
6122       - "cx556a"
6123       - "vic1227"
6124       - "vic1385"
6125
6126 # VPP MRR Configuration
6127 - type: "file"
6128   title: "VPP MRR Configuration"
6129   algorithm: "file_details_split"
6130   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6131   dir-tables:
6132     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6133     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6134     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6135     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6136     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6137     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6138     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6139   data:
6140     - "vpp-mrr-results-2n-skx"
6141     - "vpp-mrr-results-3n-skx"
6142     - "vpp-mrr-results-2n-clx"
6143     - "vpp-mrr-results-3n-hsw"
6144     - "vpp-mrr-results-3n-tsh"
6145     - "vpp-mrr-results-2n-dnv"
6146     - "vpp-mrr-results-3n-dnv"
6147   filter: "all"
6148   data-start-level: 4
6149   order-chapters:
6150     level-1:
6151       - "l2"
6152       - "ip4"
6153       - "ip6"
6154       - "srv6"
6155       - "ip4_tunnels"
6156       - "ip6_tunnels"
6157       - "vm_vhost"
6158       - "container_memif"
6159       - "crypto"
6160       - "vts"
6161       - "lb"
6162       - "nfv_density"
6163       - "hoststack"
6164     level-2:
6165       - "2n-skx"
6166       - "3n-skx"
6167       - "2n-clx"
6168       - "3n-hsw"
6169       - "3n-tsh"
6170       - "2n-dnv"
6171       - "3n-dnv"
6172     level-3:
6173       - "xl710"
6174       - "x520"
6175       - "xxv710"
6176       - "x710"
6177       - "x553"
6178       - "cx556a"
6179       - "vic1227"
6180       - "vic1385"
6181
6182 # VPP Device Results - Ubuntu
6183 - type: "file"
6184   title: "VPP Device Results - Ubuntu"
6185   algorithm: "file_test_results"
6186   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6187   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6188   data: "vpp-device-results-ubuntu"
6189   filter: "all"
6190   data-start-level: 4
6191
6192 # VPP Device Configuration - Ubuntu
6193 - type: "file"
6194   title: "VPP Device Configuration - Ubuntu"
6195   algorithm: "file_test_results"
6196   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6197   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6198   data: "vpp-device-results-ubuntu"
6199   filter: "all"
6200   data-start-level: 4
6201
6202 # DPDK Performance Results 3n-hsw
6203 - type: "file"
6204   title: "DPDK Performance Results 3n-hsw"
6205   algorithm: "file_test_results"
6206   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6207   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6208   data: "dpdk-perf-results-3n-hsw"
6209   filter: "all"
6210   data-start-level: 4
6211
6212 # DPDK Performance Results 3n-skx
6213 - type: "file"
6214   title: "DPDK Performance Results 3n-skx"
6215   algorithm: "file_test_results"
6216   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6217   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6218   data: "dpdk-perf-results-3n-skx"
6219   filter: "all"
6220   data-start-level: 4
6221
6222 # DPDK Performance Results 2n-skx
6223 - type: "file"
6224   title: "DPDK Performance Results 2n-skx"
6225   algorithm: "file_test_results"
6226   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6227   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6228   data: "dpdk-perf-results-2n-skx"
6229   filter: "all"
6230   data-start-level: 4
6231
6232 # DPDK Performance Results 2n-clx
6233 - type: "file"
6234   title: "DPDK Performance Results 2n-clx"
6235   algorithm: "file_test_results"
6236   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6237   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6238   data: "dpdk-perf-results-2n-clx"
6239   filter: "all"
6240   data-start-level: 4
6241
6242 # DPDK Performance Results 2n-dnv
6243 - type: "file"
6244   title: "DPDK Performance Results 2n-dnv"
6245   algorithm: "file_test_results"
6246   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6247   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6248   data: "dpdk-perf-results-2n-dnv"
6249   filter: "all"
6250   data-start-level: 4
6251
6252 # DPDK Performance Results 3n-dnv
6253 - type: "file"
6254   title: "DPDK Performance Results 3n-dnv"
6255   algorithm: "file_test_results"
6256   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6257   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6258   data: "dpdk-perf-results-3n-dnv"
6259   filter: "all"
6260   data-start-level: 4
6261
6262 # DPDK Performance Results 3n-tsh
6263 - type: "file"
6264   title: "DPDK Performance Results 3n-tsh"
6265   algorithm: "file_test_results"
6266   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6267   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6268   data: "dpdk-perf-results-3n-tsh"
6269   filter: "all"
6270   data-start-level: 4
6271
6272 ################################################################################
6273 ###                                P L O T S                                 ###
6274 ################################################################################
6275
6276 # Hoststack tests 3n-hsw
6277
6278 - type: "plot"
6279   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6280   algorithm: "plot_perf_box_name"
6281   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6282   data: "plot-vpp-hoststack-3n-hsw"
6283   include:
6284     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6285     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6286   layout:
6287     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6288     layout: "plot-hoststack"
6289
6290 - type: "plot"
6291   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6292   algorithm: "plot_perf_box_name"
6293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6294   data: "plot-vpp-hoststack-3n-hsw"
6295   include:
6296     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6297     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6298   layout:
6299     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6300     layout: "plot-hoststack"
6301
6302 - type: "plot"
6303   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6304   algorithm: "plot_perf_box_name"
6305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6306   data: "plot-vpp-hoststack-3n-hsw"
6307   include:
6308     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6309     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6310     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6311     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6312   layout:
6313     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6314     layout: "plot-hoststack"
6315
6316 # Plots VPP HTTP Server Performance
6317 - type: "plot"
6318   title: "VPP HTTP Server Performance"
6319   algorithm: "plot_http_server_perf_box"
6320   output-file-type: ".html"
6321   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6322   data:
6323     "plot-vpp-http-server-performance"
6324   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6325   parameters:
6326   - "result"
6327   - "name"
6328   traces:
6329     hoverinfo: "y+name"
6330     boxpoints: "outliers"
6331     whiskerwidth: 0
6332   layout:
6333     title: "VPP HTTP Server Performance"
6334     layout:
6335       "plot-cps"
6336
6337 - type: "plot"
6338   title: "VPP HTTP Server Performance"
6339   algorithm: "plot_http_server_perf_box"
6340   output-file-type: ".html"
6341   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6342   data:
6343     "plot-vpp-http-server-performance"
6344   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6345   parameters:
6346   - "result"
6347   - "name"
6348   traces:
6349     hoverinfo: "y+name"
6350     boxpoints: "outliers"
6351     whiskerwidth: 0
6352   layout:
6353     title: "VPP HTTP Server Performance"
6354     layout:
6355       "plot-rps"
6356
6357 ################################################################################
6358
6359 # Soak Test (PLRsearch), boxes - 2n-clx
6360 - type: "plot"
6361   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6362   algorithm: "plot_perf_box_name"
6363   output-file-type: ".html"
6364   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6365   data: "plot-vpp-soak-2n-clx"
6366   include:
6367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6373   layout:
6374     title: "30 Minutes Soak Test (PLRsearch)"
6375     layout: "plot-soak-throughput"
6376
6377 # Soak Test (PLRsearch), boxes - 2n-clx
6378 - type: "plot"
6379   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6380   algorithm: "plot_perf_box_name"
6381   output-file-type: ".html"
6382   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6383   data: "plot-vpp-soak-2n-clx"
6384   include:
6385     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6387     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6388     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6390     - "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"
6391   layout:
6392     title: "30 Minutes Soak Test (PLRsearch)"
6393     layout: "plot-soak-throughput"
6394
6395 ###############################################################################
6396
6397 # Reconf tests 2n-skx
6398
6399 #- type: "plot"
6400 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6401 #  algorithm: "plot_nf_reconf_box_name"
6402 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6403 #  data: "plot-vpp-nfv-reconf-2n-skx"
6404 #  include:
6405 #    - "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"
6406 #    - "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"
6407 #    - "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"
6408 #    - "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"
6409 #    - "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"
6410 #    - "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"
6411 #  layout:
6412 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6413 #    layout: "plot-throughput"
6414 #
6415 #- type: "plot"
6416 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6417 #  algorithm: "plot_nf_reconf_box_name"
6418 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6419 #  data: "plot-vpp-nfv-reconf-2n-skx"
6420 #  include:
6421 #    - "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"
6422 #    - "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"
6423 #    - "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"
6424 #    - "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"
6425 #    - "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"
6426 #    - "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"
6427 #  layout:
6428 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6429 #    layout: "plot-throughput"
6430 #
6431 #- type: "plot"
6432 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6433 #  algorithm: "plot_nf_reconf_box_name"
6434 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6435 #  data: "plot-vpp-nfv-reconf-2n-skx"
6436 #  include:
6437 #    - "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"
6438 #    - "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"
6439 #    - "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"
6440 #    - "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"
6441 #    - "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"
6442 #    - "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"
6443 #  layout:
6444 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6445 #    layout: "plot-throughput"
6446
6447 ###############################################################################
6448
6449 # Reconf tests 2n-clx
6450
6451 - type: "plot"
6452   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6453   algorithm: "plot_nf_reconf_box_name"
6454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6455   data: "plot-vpp-nfv-reconf-2n-clx"
6456   include:
6457     - "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"
6458     - "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"
6459     - "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"
6460     - "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"
6461   layout:
6462     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6463     layout: "plot-throughput"
6464
6465 - type: "plot"
6466   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6467   algorithm: "plot_nf_reconf_box_name"
6468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6469   data: "plot-vpp-nfv-reconf-2n-clx"
6470   include:
6471     - "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"
6472     - "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"
6473     - "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"
6474     - "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"
6475   layout:
6476     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6477     layout: "plot-throughput"
6478
6479 - type: "plot"
6480   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6481   algorithm: "plot_nf_reconf_box_name"
6482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6483   data: "plot-vpp-nfv-reconf-2n-clx"
6484   include:
6485     - "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"
6486     - "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"
6487     - "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"
6488     - "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"
6489   layout:
6490     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6491     layout: "plot-throughput"
6492
6493 ################################################################################
6494 ## Plots - NF Density - VSC - MRR 64b
6495 #- type: "plot"
6496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6497 #  algorithm: "plot_nf_heatmap"
6498 #  output-file-type: ".html"
6499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6500 #  data: "plot-vpp-nfv-2n-skx-mrr"
6501 #  filter: "'NIC_Intel-XXV710' and
6502 #           'NF_DENSITY' and
6503 #           'VHOST' and
6504 #           not 'VXLAN' and
6505 #           'CHAIN' and
6506 #           'NF_VPPIP4' and
6507 #           '64B' and
6508 #           '2T1C' and
6509 #           'MRR'"
6510 #  parameters:
6511 #  - "result"
6512 #  - "name"
6513 #  - "tags"
6514 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6515 #  x-axis: "X = VNFs per Service Chain"
6516 #  y-axis: "Y = Number of Service Chains"
6517 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6518 #  layout:
6519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6520 #    layout: "plot-service-density"
6521 #
6522 #- type: "plot"
6523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6524 #  algorithm: "plot_nf_heatmap"
6525 #  output-file-type: ".html"
6526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6527 #  data: "plot-vpp-nfv-2n-skx-mrr"
6528 #  filter: "'NIC_Intel-XXV710' and
6529 #           'NF_DENSITY' and
6530 #           'VHOST' and
6531 #           not 'VXLAN' and
6532 #           'CHAIN' and
6533 #           'NF_VPPIP4' and
6534 #           '64B' and
6535 #           '4T2C' and
6536 #           'MRR'"
6537 #  parameters:
6538 #  - "result"
6539 #  - "name"
6540 #  - "tags"
6541 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6542 #  x-axis: "X = VNFs per Service Chain"
6543 #  y-axis: "Y = Number of Service Chains"
6544 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6545 #  layout:
6546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6547 #    layout: "plot-service-density"
6548 #
6549 #- type: "plot"
6550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6551 #  algorithm: "plot_nf_heatmap"
6552 #  output-file-type: ".html"
6553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6554 #  data: "plot-vpp-nfv-2n-skx-mrr"
6555 #  filter: "'NIC_Intel-XXV710' and
6556 #           'NF_DENSITY' and
6557 #           'VHOST' and
6558 #           not 'VXLAN' and
6559 #           'CHAIN' and
6560 #           'NF_VPPIP4' and
6561 #           '64B' and
6562 #           '8T4C' and
6563 #           'MRR'"
6564 #  parameters:
6565 #  - "result"
6566 #  - "name"
6567 #  - "tags"
6568 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6569 #  x-axis: "X = VNFs per Service Chain"
6570 #  y-axis: "Y = Number of Service Chains"
6571 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6572 #  layout:
6573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6574 #    layout: "plot-service-density"
6575 #
6576 ## Plots - NF Density - VSC - MRR IMIX
6577 #- type: "plot"
6578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6579 #  algorithm: "plot_nf_heatmap"
6580 #  output-file-type: ".html"
6581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6582 #  data: "plot-vpp-nfv-2n-skx-mrr"
6583 #  filter: "'NIC_Intel-XXV710' and
6584 #           'NF_DENSITY' and
6585 #           'VHOST' and
6586 #           not 'VXLAN' and
6587 #           'CHAIN' and
6588 #           'NF_VPPIP4' and
6589 #           'IMIX' and
6590 #           '2T1C' and
6591 #           'MRR'"
6592 #  parameters:
6593 #  - "result"
6594 #  - "name"
6595 #  - "tags"
6596 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6597 #  x-axis: "X = VNFs per Service Chain"
6598 #  y-axis: "Y = Number of Service Chains"
6599 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6600 #  layout:
6601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6602 #    layout: "plot-service-density"
6603 #
6604 #- type: "plot"
6605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6606 #  algorithm: "plot_nf_heatmap"
6607 #  output-file-type: ".html"
6608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6609 #  data: "plot-vpp-nfv-2n-skx-mrr"
6610 #  filter: "'NIC_Intel-XXV710' and
6611 #           'NF_DENSITY' and
6612 #           'VHOST' and
6613 #           not 'VXLAN' and
6614 #           'CHAIN' and
6615 #           'NF_VPPIP4' and
6616 #           'IMIX' and
6617 #           '4T2C' and
6618 #           'MRR'"
6619 #  parameters:
6620 #  - "result"
6621 #  - "name"
6622 #  - "tags"
6623 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6624 #  x-axis: "X = VNFs per Service Chain"
6625 #  y-axis: "Y = Number of Service Chains"
6626 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6627 #  layout:
6628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6629 #    layout: "plot-service-density"
6630 #
6631 #- type: "plot"
6632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6633 #  algorithm: "plot_nf_heatmap"
6634 #  output-file-type: ".html"
6635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6636 #  data: "plot-vpp-nfv-2n-skx-mrr"
6637 #  filter: "'NIC_Intel-XXV710' and
6638 #           'NF_DENSITY' and
6639 #           'VHOST' and
6640 #           not 'VXLAN' and
6641 #           'CHAIN' and
6642 #           'NF_VPPIP4' and
6643 #           'IMIX' and
6644 #           '8T4C' and
6645 #           'MRR'"
6646 #  parameters:
6647 #  - "result"
6648 #  - "name"
6649 #  - "tags"
6650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6651 #  x-axis: "X = VNFs per Service Chain"
6652 #  y-axis: "Y = Number of Service Chains"
6653 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6654 #  layout:
6655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6656 #    layout: "plot-service-density"
6657 #
6658 ## Plots - NF Density - VSC - NDR 64b
6659 #- type: "plot"
6660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6661 #  algorithm: "plot_nf_heatmap"
6662 #  output-file-type: ".html"
6663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6664 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6665 #  filter: "'NIC_Intel-XXV710' and
6666 #           'NF_DENSITY' and
6667 #           'VHOST' and
6668 #           not 'VXLAN' and
6669 #           'CHAIN' and
6670 #           'NF_VPPIP4' and
6671 #           '64B' and
6672 #           '2T1C' and
6673 #           'NDRPDR'"
6674 #  parameters:
6675 #  - "throughput"
6676 #  - "name"
6677 #  - "tags"
6678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6679 #  x-axis: "X = VNFs per Service Chain"
6680 #  y-axis: "Y = Number of Service Chains"
6681 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6682 #  layout:
6683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6684 #    layout: "plot-service-density"
6685 #
6686 #- type: "plot"
6687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6688 #  algorithm: "plot_nf_heatmap"
6689 #  output-file-type: ".html"
6690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6691 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6692 #  filter: "'NIC_Intel-XXV710' and
6693 #           'NF_DENSITY' and
6694 #           'VHOST' and
6695 #           not 'VXLAN' and
6696 #           'CHAIN' and
6697 #           'NF_VPPIP4' and
6698 #           '64B' and
6699 #           '4T2C' and
6700 #           'NDRPDR'"
6701 #  parameters:
6702 #  - "throughput"
6703 #  - "name"
6704 #  - "tags"
6705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6706 #  x-axis: "X = VNFs per Service Chain"
6707 #  y-axis: "Y = Number of Service Chains"
6708 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6709 #  layout:
6710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6711 #    layout: "plot-service-density"
6712 #
6713 #- type: "plot"
6714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6715 #  algorithm: "plot_nf_heatmap"
6716 #  output-file-type: ".html"
6717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6719 #  filter: "'NIC_Intel-XXV710' and
6720 #           'NF_DENSITY' and
6721 #           'VHOST' and
6722 #           not 'VXLAN' and
6723 #           'CHAIN' and
6724 #           'NF_VPPIP4' and
6725 #           '64B' and
6726 #           '8T4C' and
6727 #           'NDRPDR'"
6728 #  parameters:
6729 #  - "throughput"
6730 #  - "name"
6731 #  - "tags"
6732 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6733 #  x-axis: "X = VNFs per Service Chain"
6734 #  y-axis: "Y = Number of Service Chains"
6735 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6736 #  layout:
6737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6738 #    layout: "plot-service-density"
6739 #
6740 ## Plots - NF Density - VSC - NDR IMIX
6741 #- type: "plot"
6742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6743 #  algorithm: "plot_nf_heatmap"
6744 #  output-file-type: ".html"
6745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6746 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6747 #  filter: "'NIC_Intel-XXV710' and
6748 #           'NF_DENSITY' and
6749 #           'VHOST' and
6750 #           not 'VXLAN' and
6751 #           'CHAIN' and
6752 #           'NF_VPPIP4' and
6753 #           'IMIX' and
6754 #           '2T1C' and
6755 #           'NDRPDR'"
6756 #  parameters:
6757 #  - "throughput"
6758 #  - "name"
6759 #  - "tags"
6760 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6761 #  x-axis: "X = VNFs per Service Chain"
6762 #  y-axis: "Y = Number of Service Chains"
6763 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6764 #  layout:
6765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6766 #    layout: "plot-service-density"
6767 #
6768 #- type: "plot"
6769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6770 #  algorithm: "plot_nf_heatmap"
6771 #  output-file-type: ".html"
6772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6773 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6774 #  filter: "'NIC_Intel-XXV710' and
6775 #           'NF_DENSITY' and
6776 #           'VHOST' and
6777 #           not 'VXLAN' and
6778 #           'CHAIN' and
6779 #           'NF_VPPIP4' and
6780 #           'IMIX' and
6781 #           '4T2C' and
6782 #           'NDRPDR'"
6783 #  parameters:
6784 #  - "throughput"
6785 #  - "name"
6786 #  - "tags"
6787 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6788 #  x-axis: "X = VNFs per Service Chain"
6789 #  y-axis: "Y = Number of Service Chains"
6790 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6791 #  layout:
6792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6793 #    layout: "plot-service-density"
6794 #
6795 #- type: "plot"
6796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6797 #  algorithm: "plot_nf_heatmap"
6798 #  output-file-type: ".html"
6799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6800 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6801 #  filter: "'NIC_Intel-XXV710' and
6802 #           'NF_DENSITY' and
6803 #           'VHOST' and
6804 #           not 'VXLAN' and
6805 #           'CHAIN' and
6806 #           'NF_VPPIP4' and
6807 #           'IMIX' and
6808 #           '8T4C' and
6809 #           'NDRPDR'"
6810 #  parameters:
6811 #  - "throughput"
6812 #  - "name"
6813 #  - "tags"
6814 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6815 #  x-axis: "X = VNFs per Service Chain"
6816 #  y-axis: "Y = Number of Service Chains"
6817 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6818 #  layout:
6819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6820 #    layout: "plot-service-density"
6821 #
6822 ## Plots - NF Density - VSC - PDR 64b
6823 #- type: "plot"
6824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6825 #  algorithm: "plot_nf_heatmap"
6826 #  output-file-type: ".html"
6827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6828 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6829 #  filter: "'NIC_Intel-XXV710' and
6830 #           'NF_DENSITY' and
6831 #           'VHOST' and
6832 #           not 'VXLAN' and
6833 #           'CHAIN' and
6834 #           'NF_VPPIP4' and
6835 #           '64B' and
6836 #           '2T1C' and
6837 #           'NDRPDR'"
6838 #  parameters:
6839 #  - "throughput"
6840 #  - "name"
6841 #  - "tags"
6842 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6843 #  x-axis: "X = VNFs per Service Chain"
6844 #  y-axis: "Y = Number of Service Chains"
6845 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6846 #  layout:
6847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6848 #    layout: "plot-service-density"
6849 #
6850 #- type: "plot"
6851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6852 #  algorithm: "plot_nf_heatmap"
6853 #  output-file-type: ".html"
6854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6855 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6856 #  filter: "'NIC_Intel-XXV710' and
6857 #           'NF_DENSITY' and
6858 #           'VHOST' and
6859 #           not 'VXLAN' and
6860 #           'CHAIN' and
6861 #           'NF_VPPIP4' and
6862 #           '64B' and
6863 #           '4T2C' and
6864 #           'NDRPDR'"
6865 #  parameters:
6866 #  - "throughput"
6867 #  - "name"
6868 #  - "tags"
6869 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6870 #  x-axis: "X = VNFs per Service Chain"
6871 #  y-axis: "Y = Number of Service Chains"
6872 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6873 #  layout:
6874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6875 #    layout: "plot-service-density"
6876 #
6877 #- type: "plot"
6878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6879 #  algorithm: "plot_nf_heatmap"
6880 #  output-file-type: ".html"
6881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6882 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6883 #  filter: "'NIC_Intel-XXV710' and
6884 #           'NF_DENSITY' and
6885 #           'VHOST' and
6886 #           not 'VXLAN' and
6887 #           'CHAIN' and
6888 #           'NF_VPPIP4' and
6889 #           '64B' and
6890 #           '8T4C' and
6891 #           'NDRPDR'"
6892 #  parameters:
6893 #  - "throughput"
6894 #  - "name"
6895 #  - "tags"
6896 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6897 #  x-axis: "X = VNFs per Service Chain"
6898 #  y-axis: "Y = Number of Service Chains"
6899 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6900 #  layout:
6901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6902 #    layout: "plot-service-density"
6903 #
6904 ## Plots - NF Density - VSC - PDR IMIX
6905 #- type: "plot"
6906 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6907 #  algorithm: "plot_nf_heatmap"
6908 #  output-file-type: ".html"
6909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6910 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6911 #  filter: "'NIC_Intel-XXV710' and
6912 #           'NF_DENSITY' and
6913 #           'VHOST' and
6914 #           not 'VXLAN' and
6915 #           'CHAIN' and
6916 #           'NF_VPPIP4' and
6917 #           'IMIX' and
6918 #           '2T1C' and
6919 #           'NDRPDR'"
6920 #  parameters:
6921 #  - "throughput"
6922 #  - "name"
6923 #  - "tags"
6924 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6925 #  x-axis: "X = VNFs per Service Chain"
6926 #  y-axis: "Y = Number of Service Chains"
6927 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6928 #  layout:
6929 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6930 #    layout: "plot-service-density"
6931 #
6932 #- type: "plot"
6933 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6934 #  algorithm: "plot_nf_heatmap"
6935 #  output-file-type: ".html"
6936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6937 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6938 #  filter: "'NIC_Intel-XXV710' and
6939 #           'NF_DENSITY' and
6940 #           'VHOST' and
6941 #           not 'VXLAN' and
6942 #           'CHAIN' and
6943 #           'NF_VPPIP4' and
6944 #           'IMIX' and
6945 #           '4T2C' and
6946 #           'NDRPDR'"
6947 #  parameters:
6948 #  - "throughput"
6949 #  - "name"
6950 #  - "tags"
6951 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6952 #  x-axis: "X = VNFs per Service Chain"
6953 #  y-axis: "Y = Number of Service Chains"
6954 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6955 #  layout:
6956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6957 #    layout: "plot-service-density"
6958 #
6959 #- type: "plot"
6960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6961 #  algorithm: "plot_nf_heatmap"
6962 #  output-file-type: ".html"
6963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6964 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6965 #  filter: "'NIC_Intel-XXV710' and
6966 #           'NF_DENSITY' and
6967 #           'VHOST' and
6968 #           not 'VXLAN' and
6969 #           'CHAIN' and
6970 #           'NF_VPPIP4' and
6971 #           'IMIX' and
6972 #           '8T4C' and
6973 #           'NDRPDR'"
6974 #  parameters:
6975 #  - "throughput"
6976 #  - "name"
6977 #  - "tags"
6978 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6979 #  x-axis: "X = VNFs per Service Chain"
6980 #  y-axis: "Y = Number of Service Chains"
6981 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6982 #  layout:
6983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6984 #    layout: "plot-service-density"
6985 #
6986 ################################################################################
6987 ## Plots - NF Density - VSC - MRR 64b
6988 #- type: "plot"
6989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6990 #  algorithm: "plot_nf_heatmap"
6991 #  output-file-type: ".html"
6992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6993 #  data: "plot-vpp-nfv-2n-skx-mrr"
6994 #  filter: "'NIC_Intel-XXV710' and
6995 #           'NF_DENSITY' and
6996 #           'VHOST' and
6997 #           'VXLAN' and
6998 #           'CHAIN' and
6999 #           '118' and
7000 #           '2T1C' and
7001 #           'MRR'"
7002 #  parameters:
7003 #  - "result"
7004 #  - "name"
7005 #  - "tags"
7006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7007 #  x-axis: "X = VNFs per Service Chain"
7008 #  y-axis: "Y = Number of Service Chains"
7009 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7010 #  layout:
7011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7012 #    layout: "plot-service-density"
7013 #
7014 #- type: "plot"
7015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7016 #  algorithm: "plot_nf_heatmap"
7017 #  output-file-type: ".html"
7018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7019 #  data: "plot-vpp-nfv-2n-skx-mrr"
7020 #  filter: "'NIC_Intel-XXV710' and
7021 #           'NF_DENSITY' and
7022 #           'VHOST' and
7023 #           'VXLAN' and
7024 #           'CHAIN' and
7025 #           '118' and
7026 #           '4T2C' and
7027 #           'MRR'"
7028 #  parameters:
7029 #  - "result"
7030 #  - "name"
7031 #  - "tags"
7032 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7033 #  x-axis: "X = VNFs per Service Chain"
7034 #  y-axis: "Y = Number of Service Chains"
7035 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7036 #  layout:
7037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7038 #    layout: "plot-service-density"
7039 #
7040 #- type: "plot"
7041 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7042 #  algorithm: "plot_nf_heatmap"
7043 #  output-file-type: ".html"
7044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7045 #  data: "plot-vpp-nfv-2n-skx-mrr"
7046 #  filter: "'NIC_Intel-XXV710' and
7047 #           'NF_DENSITY' and
7048 #           'VHOST' and
7049 #           'VXLAN' and
7050 #           'CHAIN' and
7051 #           '118' and
7052 #           '8T4C' and
7053 #           'MRR'"
7054 #  parameters:
7055 #  - "result"
7056 #  - "name"
7057 #  - "tags"
7058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7059 #  x-axis: "X = VNFs per Service Chain"
7060 #  y-axis: "Y = Number of Service Chains"
7061 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7062 #  layout:
7063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7064 #    layout: "plot-service-density"
7065 #
7066 ## Plots - NF Density - VSC - MRR IMIX
7067 #- type: "plot"
7068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7069 #  algorithm: "plot_nf_heatmap"
7070 #  output-file-type: ".html"
7071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7072 #  data: "plot-vpp-nfv-2n-skx-mrr"
7073 #  filter: "'NIC_Intel-XXV710' and
7074 #           'NF_DENSITY' and
7075 #           'VHOST' and
7076 #           'VXLAN' and
7077 #           'CHAIN' and
7078 #           'IMIX' and
7079 #           '2T1C' and
7080 #           'MRR'"
7081 #  parameters:
7082 #  - "result"
7083 #  - "name"
7084 #  - "tags"
7085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7086 #  x-axis: "X = VNFs per Service Chain"
7087 #  y-axis: "Y = Number of Service Chains"
7088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7089 #  layout:
7090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7091 #    layout: "plot-service-density"
7092 #
7093 #- type: "plot"
7094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7095 #  algorithm: "plot_nf_heatmap"
7096 #  output-file-type: ".html"
7097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7098 #  data: "plot-vpp-nfv-2n-skx-mrr"
7099 #  filter: "'NIC_Intel-XXV710' and
7100 #           'NF_DENSITY' and
7101 #           'VHOST' and
7102 #           'VXLAN' and
7103 #           'CHAIN' and
7104 #           'IMIX' and
7105 #           '4T2C' and
7106 #           'MRR'"
7107 #  parameters:
7108 #  - "result"
7109 #  - "name"
7110 #  - "tags"
7111 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7112 #  x-axis: "X = VNFs per Service Chain"
7113 #  y-axis: "Y = Number of Service Chains"
7114 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7115 #  layout:
7116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7117 #    layout: "plot-service-density"
7118 #
7119 #- type: "plot"
7120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7121 #  algorithm: "plot_nf_heatmap"
7122 #  output-file-type: ".html"
7123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7124 #  data: "plot-vpp-nfv-2n-skx-mrr"
7125 #  filter: "'NIC_Intel-XXV710' and
7126 #           'NF_DENSITY' and
7127 #           'VHOST' and
7128 #           'VXLAN' and
7129 #           'CHAIN' and
7130 #           'IMIX' and
7131 #           '8T4C' and
7132 #           'MRR'"
7133 #  parameters:
7134 #  - "result"
7135 #  - "name"
7136 #  - "tags"
7137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7138 #  x-axis: "X = VNFs per Service Chain"
7139 #  y-axis: "Y = Number of Service Chains"
7140 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7141 #  layout:
7142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7143 #    layout: "plot-service-density"
7144 #
7145 ## Plots - NF Density - VSC - NDR 64b
7146 #- type: "plot"
7147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7148 #  algorithm: "plot_nf_heatmap"
7149 #  output-file-type: ".html"
7150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7151 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7152 #  filter: "'NIC_Intel-XXV710' and
7153 #           'NF_DENSITY' and
7154 #           'VHOST' and
7155 #           'VXLAN' and
7156 #           'CHAIN' and
7157 #           '118' and
7158 #           '2T1C' and
7159 #           'NDRPDR'"
7160 #  parameters:
7161 #  - "throughput"
7162 #  - "name"
7163 #  - "tags"
7164 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7165 #  x-axis: "X = VNFs per Service Chain"
7166 #  y-axis: "Y = Number of Service Chains"
7167 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7168 #  layout:
7169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7170 #    layout: "plot-service-density"
7171 #
7172 #- type: "plot"
7173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7174 #  algorithm: "plot_nf_heatmap"
7175 #  output-file-type: ".html"
7176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7177 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7178 #  filter: "'NIC_Intel-XXV710' and
7179 #           'NF_DENSITY' and
7180 #           'VHOST' and
7181 #           'VXLAN' and
7182 #           'CHAIN' and
7183 #           '118' and
7184 #           '4T2C' and
7185 #           'NDRPDR'"
7186 #  parameters:
7187 #  - "throughput"
7188 #  - "name"
7189 #  - "tags"
7190 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7191 #  x-axis: "X = VNFs per Service Chain"
7192 #  y-axis: "Y = Number of Service Chains"
7193 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7194 #  layout:
7195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7196 #    layout: "plot-service-density"
7197 #
7198 #- type: "plot"
7199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7200 #  algorithm: "plot_nf_heatmap"
7201 #  output-file-type: ".html"
7202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7203 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7204 #  filter: "'NIC_Intel-XXV710' and
7205 #           'NF_DENSITY' and
7206 #           'VHOST' and
7207 #           'VXLAN' and
7208 #           'CHAIN' and
7209 #           '118' and
7210 #           '8T4C' and
7211 #           'NDRPDR'"
7212 #  parameters:
7213 #  - "throughput"
7214 #  - "name"
7215 #  - "tags"
7216 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7217 #  x-axis: "X = VNFs per Service Chain"
7218 #  y-axis: "Y = Number of Service Chains"
7219 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7220 #  layout:
7221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7222 #    layout: "plot-service-density"
7223 #
7224 ## Plots - NF Density - VSC - NDR IMIX
7225 #- type: "plot"
7226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7227 #  algorithm: "plot_nf_heatmap"
7228 #  output-file-type: ".html"
7229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7230 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7231 #  filter: "'NIC_Intel-XXV710' and
7232 #           'NF_DENSITY' and
7233 #           'VHOST' and
7234 #           'VXLAN' and
7235 #           'CHAIN' and
7236 #           'IMIX' and
7237 #           '2T1C' and
7238 #           'NDRPDR'"
7239 #  parameters:
7240 #  - "throughput"
7241 #  - "name"
7242 #  - "tags"
7243 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7244 #  x-axis: "X = VNFs per Service Chain"
7245 #  y-axis: "Y = Number of Service Chains"
7246 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7247 #  layout:
7248 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7249 #    layout: "plot-service-density"
7250 #
7251 #- type: "plot"
7252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7253 #  algorithm: "plot_nf_heatmap"
7254 #  output-file-type: ".html"
7255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7256 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7257 #  filter: "'NIC_Intel-XXV710' and
7258 #           'NF_DENSITY' and
7259 #           'VHOST' and
7260 #           'VXLAN' and
7261 #           'CHAIN' and
7262 #           'IMIX' and
7263 #           '4T2C' and
7264 #           'NDRPDR'"
7265 #  parameters:
7266 #  - "throughput"
7267 #  - "name"
7268 #  - "tags"
7269 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7270 #  x-axis: "X = VNFs per Service Chain"
7271 #  y-axis: "Y = Number of Service Chains"
7272 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7273 #  layout:
7274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7275 #    layout: "plot-service-density"
7276 #
7277 #- type: "plot"
7278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7279 #  algorithm: "plot_nf_heatmap"
7280 #  output-file-type: ".html"
7281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7282 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7283 #  filter: "'NIC_Intel-XXV710' and
7284 #           'NF_DENSITY' and
7285 #           'VHOST' and
7286 #           'VXLAN' and
7287 #           'CHAIN' and
7288 #           'IMIX' and
7289 #           '8T4C' and
7290 #           'NDRPDR'"
7291 #  parameters:
7292 #  - "throughput"
7293 #  - "name"
7294 #  - "tags"
7295 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7296 #  x-axis: "X = VNFs per Service Chain"
7297 #  y-axis: "Y = Number of Service Chains"
7298 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7299 #  layout:
7300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7301 #    layout: "plot-service-density"
7302 #
7303 ## Plots - NF Density - VSC - PDR 64b
7304 #- type: "plot"
7305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7306 #  algorithm: "plot_nf_heatmap"
7307 #  output-file-type: ".html"
7308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7309 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7310 #  filter: "'NIC_Intel-XXV710' and
7311 #           'NF_DENSITY' and
7312 #           'VHOST' and
7313 #           'VXLAN' and
7314 #           'CHAIN' and
7315 #           '118' and
7316 #           '2T1C' and
7317 #           'NDRPDR'"
7318 #  parameters:
7319 #  - "throughput"
7320 #  - "name"
7321 #  - "tags"
7322 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7323 #  x-axis: "X = VNFs per Service Chain"
7324 #  y-axis: "Y = Number of Service Chains"
7325 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7326 #  layout:
7327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7328 #    layout: "plot-service-density"
7329 #
7330 #- type: "plot"
7331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7332 #  algorithm: "plot_nf_heatmap"
7333 #  output-file-type: ".html"
7334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7335 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7336 #  filter: "'NIC_Intel-XXV710' and
7337 #           'NF_DENSITY' and
7338 #           'VHOST' and
7339 #           'VXLAN' and
7340 #           'CHAIN' and
7341 #           '118' and
7342 #           '4T2C' and
7343 #           'NDRPDR'"
7344 #  parameters:
7345 #  - "throughput"
7346 #  - "name"
7347 #  - "tags"
7348 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7349 #  x-axis: "X = VNFs per Service Chain"
7350 #  y-axis: "Y = Number of Service Chains"
7351 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7352 #  layout:
7353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7354 #    layout: "plot-service-density"
7355 #
7356 #- type: "plot"
7357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7358 #  algorithm: "plot_nf_heatmap"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7361 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7362 #  filter: "'NIC_Intel-XXV710' and
7363 #           'NF_DENSITY' and
7364 #           'VHOST' and
7365 #           'VXLAN' and
7366 #           'CHAIN' and
7367 #           '118' and
7368 #           '8T4C' and
7369 #           'NDRPDR'"
7370 #  parameters:
7371 #  - "throughput"
7372 #  - "name"
7373 #  - "tags"
7374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7375 #  x-axis: "X = VNFs per Service Chain"
7376 #  y-axis: "Y = Number of Service Chains"
7377 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7378 #  layout:
7379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7380 #    layout: "plot-service-density"
7381 #
7382 ## Plots - NF Density - VSC - PDR IMIX
7383 #- type: "plot"
7384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7385 #  algorithm: "plot_nf_heatmap"
7386 #  output-file-type: ".html"
7387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7388 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7389 #  filter: "'NIC_Intel-XXV710' and
7390 #           'NF_DENSITY' and
7391 #           'VHOST' and
7392 #           'VXLAN' and
7393 #           'CHAIN' and
7394 #           'IMIX' and
7395 #           '2T1C' and
7396 #           'NDRPDR'"
7397 #  parameters:
7398 #  - "throughput"
7399 #  - "name"
7400 #  - "tags"
7401 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7402 #  x-axis: "X = VNFs per Service Chain"
7403 #  y-axis: "Y = Number of Service Chains"
7404 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7405 #  layout:
7406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7407 #    layout: "plot-service-density"
7408 #
7409 #- type: "plot"
7410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7411 #  algorithm: "plot_nf_heatmap"
7412 #  output-file-type: ".html"
7413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7414 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7415 #  filter: "'NIC_Intel-XXV710' and
7416 #           'NF_DENSITY' and
7417 #           'VHOST' and
7418 #           'VXLAN' and
7419 #           'CHAIN' and
7420 #           'IMIX' and
7421 #           '4T2C' and
7422 #           'NDRPDR'"
7423 #  parameters:
7424 #  - "throughput"
7425 #  - "name"
7426 #  - "tags"
7427 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7428 #  x-axis: "X = VNFs per Service Chain"
7429 #  y-axis: "Y = Number of Service Chains"
7430 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7431 #  layout:
7432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7433 #    layout: "plot-service-density"
7434 #
7435 #- type: "plot"
7436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7437 #  algorithm: "plot_nf_heatmap"
7438 #  output-file-type: ".html"
7439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7440 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7441 #  filter: "'NIC_Intel-XXV710' and
7442 #           'NF_DENSITY' and
7443 #           'VHOST' and
7444 #           'VXLAN' and
7445 #           'CHAIN' and
7446 #           'IMIX' and
7447 #           '8T4C' and
7448 #           'NDRPDR'"
7449 #  parameters:
7450 #  - "throughput"
7451 #  - "name"
7452 #  - "tags"
7453 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7454 #  x-axis: "X = VNFs per Service Chain"
7455 #  y-axis: "Y = Number of Service Chains"
7456 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7457 #  layout:
7458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7459 #    layout: "plot-service-density"
7460 #
7461 ################################################################################
7462 ## Plots - NF Density - CSC - MRR 64b
7463 #- type: "plot"
7464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7465 #  algorithm: "plot_nf_heatmap"
7466 #  output-file-type: ".html"
7467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7468 #  data: "plot-vpp-nfv-2n-skx-mrr"
7469 #  filter: "'NIC_Intel-XXV710' and
7470 #           'NF_DENSITY' and
7471 #           'DOCKER' and
7472 #           'CHAIN' and
7473 #           'NF_VPPIP4' and
7474 #           '64B' and
7475 #           '2T1C' and
7476 #           'MRR'"
7477 #  parameters:
7478 #  - "result"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = CNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7487 #    layout: "plot-service-density"
7488 #
7489 #- type: "plot"
7490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7491 #  algorithm: "plot_nf_heatmap"
7492 #  output-file-type: ".html"
7493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7494 #  data: "plot-vpp-nfv-2n-skx-mrr"
7495 #  filter: "'NIC_Intel-XXV710' and
7496 #           'NF_DENSITY' and
7497 #           'DOCKER' and
7498 #           'CHAIN' and
7499 #           'NF_VPPIP4' and
7500 #           '64B' and
7501 #           '4T2C' and
7502 #           'MRR'"
7503 #  parameters:
7504 #  - "result"
7505 #  - "name"
7506 #  - "tags"
7507 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7508 #  x-axis: "X = CNFs per Service Chain"
7509 #  y-axis: "Y = Number of Service Chains"
7510 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7511 #  layout:
7512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7513 #    layout: "plot-service-density"
7514 #
7515 #- type: "plot"
7516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7517 #  algorithm: "plot_nf_heatmap"
7518 #  output-file-type: ".html"
7519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7520 #  data: "plot-vpp-nfv-2n-skx-mrr"
7521 #  filter: "'NIC_Intel-XXV710' and
7522 #           'NF_DENSITY' and
7523 #           'DOCKER' and
7524 #           'CHAIN' and
7525 #           'NF_VPPIP4' and
7526 #           '64B' and
7527 #           '8T4C' and
7528 #           'MRR'"
7529 #  parameters:
7530 #  - "result"
7531 #  - "name"
7532 #  - "tags"
7533 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7534 #  x-axis: "X = CNFs per Service Chain"
7535 #  y-axis: "Y = Number of Service Chains"
7536 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7537 #  layout:
7538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7539 #    layout: "plot-service-density"
7540 #
7541 ## Plots - NF Density - CSC - MRR IMIX
7542 #- type: "plot"
7543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7544 #  algorithm: "plot_nf_heatmap"
7545 #  output-file-type: ".html"
7546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7547 #  data: "plot-vpp-nfv-2n-skx-mrr"
7548 #  filter: "'NIC_Intel-XXV710' and
7549 #           'NF_DENSITY' and
7550 #           'DOCKER' and
7551 #           'CHAIN' and
7552 #           'NF_VPPIP4' and
7553 #           'IMIX' and
7554 #           '2T1C' and
7555 #           'MRR'"
7556 #  parameters:
7557 #  - "result"
7558 #  - "name"
7559 #  - "tags"
7560 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7561 #  x-axis: "X = CNFs per Service Chain"
7562 #  y-axis: "Y = Number of Service Chains"
7563 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7564 #  layout:
7565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7566 #    layout: "plot-service-density"
7567 #
7568 #- type: "plot"
7569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7570 #  algorithm: "plot_nf_heatmap"
7571 #  output-file-type: ".html"
7572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7573 #  data: "plot-vpp-nfv-2n-skx-mrr"
7574 #  filter: "'NIC_Intel-XXV710' and
7575 #           'NF_DENSITY' and
7576 #           'DOCKER' and
7577 #           'CHAIN' and
7578 #           'NF_VPPIP4' and
7579 #           'IMIX' and
7580 #           '4T2C' and
7581 #           'MRR'"
7582 #  parameters:
7583 #  - "result"
7584 #  - "name"
7585 #  - "tags"
7586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7587 #  x-axis: "X = CNFs per Service Chain"
7588 #  y-axis: "Y = Number of Service Chains"
7589 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7590 #  layout:
7591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7592 #    layout: "plot-service-density"
7593 #
7594 #- type: "plot"
7595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7596 #  algorithm: "plot_nf_heatmap"
7597 #  output-file-type: ".html"
7598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7599 #  data: "plot-vpp-nfv-2n-skx-mrr"
7600 #  filter: "'NIC_Intel-XXV710' and
7601 #           'NF_DENSITY' and
7602 #           'DOCKER' and
7603 #           'CHAIN' and
7604 #           'NF_VPPIP4' and
7605 #           'IMIX' and
7606 #           '8T4C' and
7607 #           'MRR'"
7608 #  parameters:
7609 #  - "result"
7610 #  - "name"
7611 #  - "tags"
7612 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7613 #  x-axis: "X = CNFs per Service Chain"
7614 #  y-axis: "Y = Number of Service Chains"
7615 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7616 #  layout:
7617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7618 #    layout: "plot-service-density"
7619 #
7620 ## Plots - NF Density - CSC - NDR 64b
7621 #- type: "plot"
7622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7623 #  algorithm: "plot_nf_heatmap"
7624 #  output-file-type: ".html"
7625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627 #  filter: "'NIC_Intel-XXV710' and
7628 #           'NF_DENSITY' and
7629 #           'DOCKER' and
7630 #           'CHAIN' and
7631 #           'NF_VPPIP4' and
7632 #           '64B' and
7633 #           '2T1C' and
7634 #           'NDRPDR'"
7635 #  parameters:
7636 #  - "throughput"
7637 #  - "name"
7638 #  - "tags"
7639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7640 #  x-axis: "X = CNFs per Service Chain"
7641 #  y-axis: "Y = Number of Service Chains"
7642 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7643 #  layout:
7644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7645 #    layout: "plot-service-density"
7646 #
7647 #- type: "plot"
7648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7649 #  algorithm: "plot_nf_heatmap"
7650 #  output-file-type: ".html"
7651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7652 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7653 #  filter: "'NIC_Intel-XXV710' and
7654 #           'NF_DENSITY' and
7655 #           'DOCKER' and
7656 #           'CHAIN' and
7657 #           'NF_VPPIP4' and
7658 #           '64B' and
7659 #           '4T2C' and
7660 #           'NDRPDR'"
7661 #  parameters:
7662 #  - "throughput"
7663 #  - "name"
7664 #  - "tags"
7665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7666 #  x-axis: "X = CNFs per Service Chain"
7667 #  y-axis: "Y = Number of Service Chains"
7668 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7669 #  layout:
7670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7671 #    layout: "plot-service-density"
7672 #
7673 #- type: "plot"
7674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7675 #  algorithm: "plot_nf_heatmap"
7676 #  output-file-type: ".html"
7677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7678 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7679 #  filter: "'NIC_Intel-XXV710' and
7680 #           'NF_DENSITY' and
7681 #           'DOCKER' and
7682 #           'CHAIN' and
7683 #           'NF_VPPIP4' and
7684 #           '64B' and
7685 #           '8T4C' and
7686 #           'NDRPDR'"
7687 #  parameters:
7688 #  - "throughput"
7689 #  - "name"
7690 #  - "tags"
7691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7692 #  x-axis: "X = CNFs per Service Chain"
7693 #  y-axis: "Y = Number of Service Chains"
7694 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7695 #  layout:
7696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7697 #    layout: "plot-service-density"
7698 #
7699 ## Plots - NF Density - CSC - NDR IMIX
7700 #- type: "plot"
7701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7702 #  algorithm: "plot_nf_heatmap"
7703 #  output-file-type: ".html"
7704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706 #  filter: "'NIC_Intel-XXV710' and
7707 #           'NF_DENSITY' and
7708 #           'DOCKER' and
7709 #           'CHAIN' and
7710 #           'NF_VPPIP4' and
7711 #           'IMIX' and
7712 #           '2T1C' and
7713 #           'NDRPDR'"
7714 #  parameters:
7715 #  - "throughput"
7716 #  - "name"
7717 #  - "tags"
7718 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7719 #  x-axis: "X = CNFs per Service Chain"
7720 #  y-axis: "Y = Number of Service Chains"
7721 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7722 #  layout:
7723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7724 #    layout: "plot-service-density"
7725 #
7726 #- type: "plot"
7727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7728 #  algorithm: "plot_nf_heatmap"
7729 #  output-file-type: ".html"
7730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7732 #  filter: "'NIC_Intel-XXV710' and
7733 #           'NF_DENSITY' and
7734 #           'DOCKER' and
7735 #           'CHAIN' and
7736 #           'NF_VPPIP4' and
7737 #           'IMIX' and
7738 #           '4T2C' and
7739 #           'NDRPDR'"
7740 #  parameters:
7741 #  - "throughput"
7742 #  - "name"
7743 #  - "tags"
7744 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7745 #  x-axis: "X = CNFs per Service Chain"
7746 #  y-axis: "Y = Number of Service Chains"
7747 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7748 #  layout:
7749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7750 #    layout: "plot-service-density"
7751 #
7752 #- type: "plot"
7753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7754 #  algorithm: "plot_nf_heatmap"
7755 #  output-file-type: ".html"
7756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7757 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7758 #  filter: "'NIC_Intel-XXV710' and
7759 #           'NF_DENSITY' and
7760 #           'DOCKER' and
7761 #           'CHAIN' and
7762 #           'NF_VPPIP4' and
7763 #           'IMIX' and
7764 #           '8T4C' and
7765 #           'NDRPDR'"
7766 #  parameters:
7767 #  - "throughput"
7768 #  - "name"
7769 #  - "tags"
7770 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7771 #  x-axis: "X = CNFs per Service Chain"
7772 #  y-axis: "Y = Number of Service Chains"
7773 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7774 #  layout:
7775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7776 #    layout: "plot-service-density"
7777 #
7778 ## Plots - NF Density - CSC - PDR 64b
7779 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file-type: ".html"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'DOCKER' and
7788 #           'CHAIN' and
7789 #           'NF_VPPIP4' and
7790 #           '64B' and
7791 #           '2T1C' and
7792 #           'NDRPDR'"
7793 #  parameters:
7794 #  - "throughput"
7795 #  - "name"
7796 #  - "tags"
7797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798 #  x-axis: "X = CNFs per Service Chain"
7799 #  y-axis: "Y = Number of Service Chains"
7800 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7801 #  layout:
7802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7803 #    layout: "plot-service-density"
7804 #
7805 #- type: "plot"
7806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7807 #  algorithm: "plot_nf_heatmap"
7808 #  output-file-type: ".html"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'DOCKER' and
7814 #           'CHAIN' and
7815 #           'NF_VPPIP4' and
7816 #           '64B' and
7817 #           '4T2C' and
7818 #           'NDRPDR'"
7819 #  parameters:
7820 #  - "throughput"
7821 #  - "name"
7822 #  - "tags"
7823 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7824 #  x-axis: "X = CNFs per Service Chain"
7825 #  y-axis: "Y = Number of Service Chains"
7826 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7827 #  layout:
7828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7829 #    layout: "plot-service-density"
7830 #
7831 #- type: "plot"
7832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7833 #  algorithm: "plot_nf_heatmap"
7834 #  output-file-type: ".html"
7835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7836 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7837 #  filter: "'NIC_Intel-XXV710' and
7838 #           'NF_DENSITY' and
7839 #           'DOCKER' and
7840 #           'CHAIN' and
7841 #           'NF_VPPIP4' and
7842 #           '64B' and
7843 #           '8T4C' and
7844 #           'NDRPDR'"
7845 #  parameters:
7846 #  - "throughput"
7847 #  - "name"
7848 #  - "tags"
7849 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7850 #  x-axis: "X = CNFs per Service Chain"
7851 #  y-axis: "Y = Number of Service Chains"
7852 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7853 #  layout:
7854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7855 #    layout: "plot-service-density"
7856 #
7857 ## Plots - NF Density - CSC - PDR IMIX
7858 #- type: "plot"
7859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7860 #  algorithm: "plot_nf_heatmap"
7861 #  output-file-type: ".html"
7862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7863 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7864 #  filter: "'NIC_Intel-XXV710' and
7865 #           'NF_DENSITY' and
7866 #           'DOCKER' and
7867 #           'CHAIN' and
7868 #           'NF_VPPIP4' and
7869 #           'IMIX' and
7870 #           '2T1C' and
7871 #           'NDRPDR'"
7872 #  parameters:
7873 #  - "throughput"
7874 #  - "name"
7875 #  - "tags"
7876 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7877 #  x-axis: "X = CNFs per Service Chain"
7878 #  y-axis: "Y = Number of Service Chains"
7879 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7880 #  layout:
7881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7882 #    layout: "plot-service-density"
7883 #
7884 #- type: "plot"
7885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7886 #  algorithm: "plot_nf_heatmap"
7887 #  output-file-type: ".html"
7888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7889 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7890 #  filter: "'NIC_Intel-XXV710' and
7891 #           'NF_DENSITY' and
7892 #           'DOCKER' and
7893 #           'CHAIN' and
7894 #           'NF_VPPIP4' and
7895 #           'IMIX' and
7896 #           '4T2C' and
7897 #           'NDRPDR'"
7898 #  parameters:
7899 #  - "throughput"
7900 #  - "name"
7901 #  - "tags"
7902 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7903 #  x-axis: "X = CNFs per Service Chain"
7904 #  y-axis: "Y = Number of Service Chains"
7905 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7906 #  layout:
7907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7908 #    layout: "plot-service-density"
7909 #
7910 #- type: "plot"
7911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7912 #  algorithm: "plot_nf_heatmap"
7913 #  output-file-type: ".html"
7914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7915 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7916 #  filter: "'NIC_Intel-XXV710' and
7917 #           'NF_DENSITY' and
7918 #           'DOCKER' and
7919 #           'CHAIN' and
7920 #           'NF_VPPIP4' and
7921 #           'IMIX' and
7922 #           '8T4C' and
7923 #           'NDRPDR'"
7924 #  parameters:
7925 #  - "throughput"
7926 #  - "name"
7927 #  - "tags"
7928 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7929 #  x-axis: "X = CNFs per Service Chain"
7930 #  y-axis: "Y = Number of Service Chains"
7931 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7932 #  layout:
7933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7934 #    layout: "plot-service-density"
7935 #
7936 ################################################################################
7937 #
7938 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7939 #- type: "plot"
7940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7941 #  algorithm: "plot_nf_heatmap"
7942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7943 #  data: "plot-vpp-nfv-3n-skx-mrr"
7944 #  filter: "'NIC_Intel-XXV710' and
7945 #           'NF_DENSITY' and
7946 #           'DOCKER' and
7947 #           'CHAIN' and
7948 #           'NF_VPPIP4' and
7949 #           'IPSEC' and
7950 #           'TNL_4' and
7951 #           'IMIX' and
7952 #           '2T1C' and
7953 #           'MRR'"
7954 #  parameters:
7955 #  - "result"
7956 #  - "name"
7957 #  - "tags"
7958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7959 #  x-axis: "X = CNFs per Service Chain"
7960 #  y-axis: "Y = Number of Service Chains"
7961 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7962 #  layout:
7963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7964 #    layout: "plot-service-density"
7965 #
7966 #- type: "plot"
7967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7968 #  algorithm: "plot_nf_heatmap"
7969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7970 #  data: "plot-vpp-nfv-3n-skx-mrr"
7971 #  filter: "'NIC_Intel-XXV710' and
7972 #           'NF_DENSITY' and
7973 #           'DOCKER' and
7974 #           'CHAIN' and
7975 #           'NF_VPPIP4' and
7976 #           'IPSEC' and
7977 #           'TNL_4' and
7978 #           'IMIX' and
7979 #           '4T2C' and
7980 #           'MRR'"
7981 #  parameters:
7982 #  - "result"
7983 #  - "name"
7984 #  - "tags"
7985 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7986 #  x-axis: "X = CNFs per Service Chain"
7987 #  y-axis: "Y = Number of Service Chains"
7988 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7989 #  layout:
7990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7991 #    layout: "plot-service-density"
7992 #
7993 #- type: "plot"
7994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7995 #  algorithm: "plot_nf_heatmap"
7996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7997 #  data: "plot-vpp-nfv-3n-skx-mrr"
7998 #  filter: "'NIC_Intel-XXV710' and
7999 #           'NF_DENSITY' and
8000 #           'DOCKER' and
8001 #           'CHAIN' and
8002 #           'NF_VPPIP4' and
8003 #           'IPSEC' and
8004 #           'TNL_4' and
8005 #           'IMIX' and
8006 #           '8T4C' and
8007 #           'MRR'"
8008 #  parameters:
8009 #  - "result"
8010 #  - "name"
8011 #  - "tags"
8012 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8013 #  x-axis: "X = CNFs per Service Chain"
8014 #  y-axis: "Y = Number of Service Chains"
8015 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8016 #  layout:
8017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8018 #    layout: "plot-service-density"
8019
8020 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8021 - type: "plot"
8022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8023   algorithm: "plot_nf_heatmap"
8024   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8025   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8026   filter: "'NIC_Intel-XXV710' and
8027            'NF_DENSITY' and
8028            'DOCKER' and
8029            'CHAIN' and
8030            'NF_VPPIP4' and
8031            'IPSEC' and
8032            'TNL_4' and
8033            'IMIX' and
8034            '2T1C' and
8035            'NDRPDR'"
8036   parameters:
8037   - "throughput"
8038   - "name"
8039   - "tags"
8040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8041   x-axis: "X = CNFs per Service Chain"
8042   y-axis: "Y = Number of Service Chains"
8043   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8044   layout:
8045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8046     layout: "plot-service-density"
8047
8048 - type: "plot"
8049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8050   algorithm: "plot_nf_heatmap"
8051   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8052   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8053   filter: "'NIC_Intel-XXV710' and
8054            'NF_DENSITY' and
8055            'DOCKER' and
8056            'CHAIN' and
8057            'NF_VPPIP4' and
8058            'IPSEC' and
8059            'TNL_4' and
8060            'IMIX' and
8061            '4T2C' and
8062            'NDRPDR'"
8063   parameters:
8064   - "throughput"
8065   - "name"
8066   - "tags"
8067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8068   x-axis: "X = CNFs per Service Chain"
8069   y-axis: "Y = Number of Service Chains"
8070   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8071   layout:
8072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8073     layout: "plot-service-density"
8074
8075 - type: "plot"
8076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8077   algorithm: "plot_nf_heatmap"
8078   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8079   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8080   filter: "'NIC_Intel-XXV710' and
8081            'NF_DENSITY' and
8082            'DOCKER' and
8083            'CHAIN' and
8084            'NF_VPPIP4' and
8085            'IPSEC' and
8086            'TNL_4' and
8087            'IMIX' and
8088            '8T4C' and
8089            'NDRPDR'"
8090   parameters:
8091   - "throughput"
8092   - "name"
8093   - "tags"
8094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8095   x-axis: "X = CNFs per Service Chain"
8096   y-axis: "Y = Number of Service Chains"
8097   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8098   layout:
8099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8100     layout: "plot-service-density"
8101
8102 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8103 - type: "plot"
8104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8105   algorithm: "plot_nf_heatmap"
8106   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8107   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8108   filter: "'NIC_Intel-XXV710' and
8109            'NF_DENSITY' and
8110            'DOCKER' and
8111            'CHAIN' and
8112            'NF_VPPIP4' and
8113            'IPSEC' and
8114            'TNL_4' and
8115            'IMIX' and
8116            '2T1C' and
8117            'NDRPDR'"
8118   parameters:
8119   - "throughput"
8120   - "name"
8121   - "tags"
8122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8123   x-axis: "X = CNFs per Service Chain"
8124   y-axis: "Y = Number of Service Chains"
8125   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8126   layout:
8127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8128     layout: "plot-service-density"
8129
8130 - type: "plot"
8131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8132   algorithm: "plot_nf_heatmap"
8133   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8134   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8135   filter: "'NIC_Intel-XXV710' and
8136            'NF_DENSITY' and
8137            'DOCKER' and
8138            'CHAIN' and
8139            'NF_VPPIP4' and
8140            'IPSEC' and
8141            'TNL_4' and
8142            'IMIX' and
8143            '4T2C' and
8144            'NDRPDR'"
8145   parameters:
8146   - "throughput"
8147   - "name"
8148   - "tags"
8149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8150   x-axis: "X = CNFs per Service Chain"
8151   y-axis: "Y = Number of Service Chains"
8152   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8153   layout:
8154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8155     layout: "plot-service-density"
8156
8157 - type: "plot"
8158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8159   algorithm: "plot_nf_heatmap"
8160   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8161   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8162   filter: "'NIC_Intel-XXV710' and
8163            'NF_DENSITY' and
8164            'DOCKER' and
8165            'CHAIN' and
8166            'NF_VPPIP4' and
8167            'IPSEC' and
8168            'TNL_4' and
8169            'IMIX' and
8170            '8T4C' and
8171            'NDRPDR'"
8172   parameters:
8173   - "throughput"
8174   - "name"
8175   - "tags"
8176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8177   x-axis: "X = CNFs per Service Chain"
8178   y-axis: "Y = Number of Service Chains"
8179   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8180   layout:
8181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8182     layout: "plot-service-density"
8183
8184 ###############################################################################
8185
8186 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8187 - type: "plot"
8188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8189   algorithm: "plot_nf_heatmap"
8190   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8191   data: "plot-vpp-nfv-3n-hsw-mrr"
8192   filter: "'NIC_Intel-XL710' and
8193            'NF_DENSITY' and
8194            'DOCKER' and
8195            'CHAIN' and
8196            'NF_VPPIP4' and
8197            'IMIX' and
8198            'TNL_4' and
8199            '1T1C' and
8200            'MRR'"
8201   parameters:
8202   - "result"
8203   - "name"
8204   - "tags"
8205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8206   x-axis: "X = CNFs per Service Chain"
8207   y-axis: "Y = Number of Service Chains"
8208   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8209   layout:
8210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8211     layout: "plot-service-density"
8212
8213 - type: "plot"
8214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8215   algorithm: "plot_nf_heatmap"
8216   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8217   data: "plot-vpp-nfv-3n-hsw-mrr"
8218   filter: "'NIC_Intel-XL710' and
8219            'NF_DENSITY' and
8220            'DOCKER' and
8221            'CHAIN' and
8222            'NF_VPPIP4' and
8223            'IPSEC' and
8224            'TNL_4' and
8225            'IMIX' and
8226            '2T2C' and
8227            'MRR'"
8228   parameters:
8229   - "result"
8230   - "name"
8231   - "tags"
8232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8233   x-axis: "X = CNFs per Service Chain"
8234   y-axis: "Y = Number of Service Chains"
8235   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8236   layout:
8237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8238     layout: "plot-service-density"
8239
8240 - type: "plot"
8241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8242   algorithm: "plot_nf_heatmap"
8243   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8244   data: "plot-vpp-nfv-3n-hsw-mrr"
8245   filter: "'NIC_Intel-XL710' and
8246            'NF_DENSITY' and
8247            'DOCKER' and
8248            'CHAIN' and
8249            'NF_VPPIP4' and
8250            'IPSEC' and
8251            'TNL_4' and
8252            'IMIX' and
8253            '4T4C' and
8254            'MRR'"
8255   parameters:
8256   - "result"
8257   - "name"
8258   - "tags"
8259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8260   x-axis: "X = CNFs per Service Chain"
8261   y-axis: "Y = Number of Service Chains"
8262   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8263   layout:
8264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8265     layout: "plot-service-density"
8266
8267 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8268 - type: "plot"
8269   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8270   algorithm: "plot_nf_heatmap"
8271   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8272   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8273   filter: "'NIC_Intel-XL710' and
8274            'NF_DENSITY' and
8275            'DOCKER' and
8276            'CHAIN' and
8277            'NF_VPPIP4' and
8278            'IPSEC' and
8279            'TNL_4' and
8280            'IMIX' and
8281            '1T1C' and
8282            'NDRPDR'"
8283   parameters:
8284   - "throughput"
8285   - "name"
8286   - "tags"
8287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8288   x-axis: "X = CNFs per Service Chain"
8289   y-axis: "Y = Number of Service Chains"
8290   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8291   layout:
8292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8293     layout: "plot-service-density"
8294
8295 - type: "plot"
8296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8297   algorithm: "plot_nf_heatmap"
8298   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8299   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8300   filter: "'NIC_Intel-XL710' and
8301            'NF_DENSITY' and
8302            'DOCKER' and
8303            'CHAIN' and
8304            'NF_VPPIP4' and
8305            'IPSEC' and
8306            'TNL_4' and
8307            'IMIX' and
8308            '2T2C' and
8309            'NDRPDR'"
8310   parameters:
8311   - "throughput"
8312   - "name"
8313   - "tags"
8314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8315   x-axis: "X = CNFs per Service Chain"
8316   y-axis: "Y = Number of Service Chains"
8317   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8318   layout:
8319     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8320     layout: "plot-service-density"
8321
8322 - type: "plot"
8323   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8324   algorithm: "plot_nf_heatmap"
8325   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8326   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8327   filter: "'NIC_Intel-XL710' and
8328            'NF_DENSITY' and
8329            'DOCKER' and
8330            'CHAIN' and
8331            'NF_VPPIP4' and
8332            'IPSEC' and
8333            'TNL_4' and
8334            'IMIX' and
8335            '4T4C' and
8336            'NDRPDR'"
8337   parameters:
8338   - "throughput"
8339   - "name"
8340   - "tags"
8341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8342   x-axis: "X = CNFs per Service Chain"
8343   y-axis: "Y = Number of Service Chains"
8344   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8345   layout:
8346     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8347     layout: "plot-service-density"
8348
8349 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8350 - type: "plot"
8351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8352   algorithm: "plot_nf_heatmap"
8353   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8354   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8355   filter: "'NIC_Intel-XL710' and
8356            'NF_DENSITY' and
8357            'DOCKER' and
8358            'CHAIN' and
8359            'NF_VPPIP4' and
8360            'IPSEC' and
8361            'TNL_4' and
8362            'IMIX' and
8363            '1T1C' and
8364            'NDRPDR'"
8365   parameters:
8366   - "throughput"
8367   - "name"
8368   - "tags"
8369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8370   x-axis: "X = CNFs per Service Chain"
8371   y-axis: "Y = Number of Service Chains"
8372   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8373   layout:
8374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8375     layout: "plot-service-density"
8376
8377 - type: "plot"
8378   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8379   algorithm: "plot_nf_heatmap"
8380   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8381   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8382   filter: "'NIC_Intel-XL710' and
8383            'NF_DENSITY' and
8384            'DOCKER' and
8385            'CHAIN' and
8386            'NF_VPPIP4' and
8387            'IPSEC' and
8388            'TNL_4' and
8389            'IMIX' and
8390            '2T2C' and
8391            'NDRPDR'"
8392   parameters:
8393   - "throughput"
8394   - "name"
8395   - "tags"
8396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8397   x-axis: "X = CNFs per Service Chain"
8398   y-axis: "Y = Number of Service Chains"
8399   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8400   layout:
8401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8402     layout: "plot-service-density"
8403
8404 - type: "plot"
8405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8406   algorithm: "plot_nf_heatmap"
8407   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8408   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8409   filter: "'NIC_Intel-XL710' and
8410            'NF_DENSITY' and
8411            'DOCKER' and
8412            'CHAIN' and
8413            'NF_VPPIP4' and
8414            'IPSEC' and
8415            'TNL_4' and
8416            'IMIX' and
8417            '4T4C' and
8418            'NDRPDR'"
8419   parameters:
8420   - "throughput"
8421   - "name"
8422   - "tags"
8423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8424   x-axis: "X = CNFs per Service Chain"
8425   y-axis: "Y = Number of Service Chains"
8426   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8427   layout:
8428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8429     layout: "plot-service-density"
8430
8431 ###############################################################################
8432
8433 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8434 #- type: "plot"
8435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8436 #  algorithm: "plot_nf_heatmap"
8437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8438 #  data: "plot-vpp-nfv-3n-skx-mrr"
8439 #  filter: "'NIC_Intel-XXV710' and
8440 #           'NF_DENSITY' and
8441 #           'DOCKER' and
8442 #           'CHAIN' and
8443 #           'NF_VPPIP4' and
8444 #           'IPSEC' and
8445 #           'TNL_1000' and
8446 #           'IMIX' and
8447 #           '2T1C' and
8448 #           'MRR'"
8449 #  parameters:
8450 #  - "result"
8451 #  - "name"
8452 #  - "tags"
8453 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8454 #  x-axis: "X = CNFs per Service Chain"
8455 #  y-axis: "Y = Number of Service Chains"
8456 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8457 #  layout:
8458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8459 #    layout: "plot-service-density"
8460 #
8461 #- type: "plot"
8462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8463 #  algorithm: "plot_nf_heatmap"
8464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8465 #  data: "plot-vpp-nfv-3n-skx-mrr"
8466 #  filter: "'NIC_Intel-XXV710' and
8467 #           'NF_DENSITY' and
8468 #           'DOCKER' and
8469 #           'CHAIN' and
8470 #           'NF_VPPIP4' and
8471 #           'IPSEC' and
8472 #           'TNL_1000' and
8473 #           'IMIX' and
8474 #           '4T2C' and
8475 #           'MRR'"
8476 #  parameters:
8477 #  - "result"
8478 #  - "name"
8479 #  - "tags"
8480 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8481 #  x-axis: "X = CNFs per Service Chain"
8482 #  y-axis: "Y = Number of Service Chains"
8483 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8484 #  layout:
8485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8486 #    layout: "plot-service-density"
8487 #
8488 #- type: "plot"
8489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8490 #  algorithm: "plot_nf_heatmap"
8491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8492 #  data: "plot-vpp-nfv-3n-skx-mrr"
8493 #  filter: "'NIC_Intel-XXV710' and
8494 #           'NF_DENSITY' and
8495 #           'DOCKER' and
8496 #           'CHAIN' and
8497 #           'NF_VPPIP4' and
8498 #           'IPSEC' and
8499 #           'TNL_1000' and
8500 #           'IMIX' and
8501 #           '8T4C' and
8502 #           'MRR'"
8503 #  parameters:
8504 #  - "result"
8505 #  - "name"
8506 #  - "tags"
8507 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8508 #  x-axis: "X = CNFs per Service Chain"
8509 #  y-axis: "Y = Number of Service Chains"
8510 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8511 #  layout:
8512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8513 #    layout: "plot-service-density"
8514
8515 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8516 - type: "plot"
8517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8518   algorithm: "plot_nf_heatmap"
8519   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8520   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8521   filter: "'NIC_Intel-XXV710' and
8522            'NF_DENSITY' and
8523            'DOCKER' and
8524            'CHAIN' and
8525            'NF_VPPIP4' and
8526            'IPSEC' and
8527            'TNL_1000' and
8528            'IMIX' and
8529            '2T1C' and
8530            'NDRPDR'"
8531   parameters:
8532   - "throughput"
8533   - "name"
8534   - "tags"
8535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8536   x-axis: "X = CNFs per Service Chain"
8537   y-axis: "Y = Number of Service Chains"
8538   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8539   layout:
8540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8541     layout: "plot-service-density"
8542
8543 - type: "plot"
8544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8545   algorithm: "plot_nf_heatmap"
8546   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8547   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8548   filter: "'NIC_Intel-XXV710' and
8549            'NF_DENSITY' and
8550            'DOCKER' and
8551            'CHAIN' and
8552            'NF_VPPIP4' and
8553            'IPSEC' and
8554            'TNL_1000' and
8555            'IMIX' and
8556            '4T2C' and
8557            'NDRPDR'"
8558   parameters:
8559   - "throughput"
8560   - "name"
8561   - "tags"
8562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8563   x-axis: "X = CNFs per Service Chain"
8564   y-axis: "Y = Number of Service Chains"
8565   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8566   layout:
8567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8568     layout: "plot-service-density"
8569
8570 - type: "plot"
8571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8572   algorithm: "plot_nf_heatmap"
8573   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8574   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8575   filter: "'NIC_Intel-XXV710' and
8576            'NF_DENSITY' and
8577            'DOCKER' and
8578            'CHAIN' and
8579            'NF_VPPIP4' and
8580            'IPSEC' and
8581            'TNL_1000' and
8582            'IMIX' and
8583            '8T4C' and
8584            'NDRPDR'"
8585   parameters:
8586   - "throughput"
8587   - "name"
8588   - "tags"
8589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8590   x-axis: "X = CNFs per Service Chain"
8591   y-axis: "Y = Number of Service Chains"
8592   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8593   layout:
8594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8595     layout: "plot-service-density"
8596
8597 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8598 - type: "plot"
8599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8600   algorithm: "plot_nf_heatmap"
8601   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8602   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8603   filter: "'NIC_Intel-XXV710' and
8604            'NF_DENSITY' and
8605            'DOCKER' and
8606            'CHAIN' and
8607            'NF_VPPIP4' and
8608            'IPSEC' and
8609            'TNL_1000' and
8610            'IMIX' and
8611            '2T1C' and
8612            'NDRPDR'"
8613   parameters:
8614   - "throughput"
8615   - "name"
8616   - "tags"
8617   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8618   x-axis: "X = CNFs per Service Chain"
8619   y-axis: "Y = Number of Service Chains"
8620   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8621   layout:
8622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8623     layout: "plot-service-density"
8624
8625 - type: "plot"
8626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8627   algorithm: "plot_nf_heatmap"
8628   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8629   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8630   filter: "'NIC_Intel-XXV710' and
8631            'NF_DENSITY' and
8632            'DOCKER' and
8633            'CHAIN' and
8634            'NF_VPPIP4' and
8635            'IPSEC' and
8636            'TNL_1000' and
8637            'IMIX' and
8638            '4T2C' and
8639            'NDRPDR'"
8640   parameters:
8641   - "throughput"
8642   - "name"
8643   - "tags"
8644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8645   x-axis: "X = CNFs per Service Chain"
8646   y-axis: "Y = Number of Service Chains"
8647   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8648   layout:
8649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8650     layout: "plot-service-density"
8651
8652 - type: "plot"
8653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8654   algorithm: "plot_nf_heatmap"
8655   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8656   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8657   filter: "'NIC_Intel-XXV710' and
8658            'NF_DENSITY' and
8659            'DOCKER' and
8660            'CHAIN' and
8661            'NF_VPPIP4' and
8662            'IPSEC' and
8663            'TNL_1000' and
8664            'IMIX' and
8665            '8T4C' and
8666            'NDRPDR'"
8667   parameters:
8668   - "throughput"
8669   - "name"
8670   - "tags"
8671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8672   x-axis: "X = CNFs per Service Chain"
8673   y-axis: "Y = Number of Service Chains"
8674   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8675   layout:
8676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8677     layout: "plot-service-density"
8678
8679 ###############################################################################
8680
8681 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8682 - type: "plot"
8683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8684   algorithm: "plot_nf_heatmap"
8685   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8686   data: "plot-vpp-nfv-3n-hsw-mrr"
8687   filter: "'NIC_Intel-XL710' and
8688            'NF_DENSITY' and
8689            'DOCKER' and
8690            'CHAIN' and
8691            'NF_VPPIP4' and
8692            'IMIX' and
8693            'TNL_1000' and
8694            '1T1C' and
8695            'MRR'"
8696   parameters:
8697   - "result"
8698   - "name"
8699   - "tags"
8700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8701   x-axis: "X = CNFs per Service Chain"
8702   y-axis: "Y = Number of Service Chains"
8703   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8704   layout:
8705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8706     layout: "plot-service-density"
8707
8708 - type: "plot"
8709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8710   algorithm: "plot_nf_heatmap"
8711   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8712   data: "plot-vpp-nfv-3n-hsw-mrr"
8713   filter: "'NIC_Intel-XL710' and
8714            'NF_DENSITY' and
8715            'DOCKER' and
8716            'CHAIN' and
8717            'NF_VPPIP4' and
8718            'IPSEC' and
8719            'TNL_1000' and
8720            'IMIX' and
8721            '2T2C' and
8722            'MRR'"
8723   parameters:
8724   - "result"
8725   - "name"
8726   - "tags"
8727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8728   x-axis: "X = CNFs per Service Chain"
8729   y-axis: "Y = Number of Service Chains"
8730   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8731   layout:
8732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8733     layout: "plot-service-density"
8734
8735 - type: "plot"
8736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8737   algorithm: "plot_nf_heatmap"
8738   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8739   data: "plot-vpp-nfv-3n-hsw-mrr"
8740   filter: "'NIC_Intel-XL710' and
8741            'NF_DENSITY' and
8742            'DOCKER' and
8743            'CHAIN' and
8744            'NF_VPPIP4' and
8745            'IPSEC' and
8746            'TNL_1000' and
8747            'IMIX' and
8748            '4T4C' and
8749            'MRR'"
8750   parameters:
8751   - "result"
8752   - "name"
8753   - "tags"
8754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8755   x-axis: "X = CNFs per Service Chain"
8756   y-axis: "Y = Number of Service Chains"
8757   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8758   layout:
8759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8760     layout: "plot-service-density"
8761
8762 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8763 - type: "plot"
8764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8765   algorithm: "plot_nf_heatmap"
8766   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8767   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8768   filter: "'NIC_Intel-XL710' and
8769            'NF_DENSITY' and
8770            'DOCKER' and
8771            'CHAIN' and
8772            'NF_VPPIP4' and
8773            'IPSEC' and
8774            'TNL_1000' and
8775            'IMIX' and
8776            '1T1C' and
8777            'NDRPDR'"
8778   parameters:
8779   - "throughput"
8780   - "name"
8781   - "tags"
8782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8783   x-axis: "X = CNFs per Service Chain"
8784   y-axis: "Y = Number of Service Chains"
8785   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8786   layout:
8787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8788     layout: "plot-service-density"
8789
8790 - type: "plot"
8791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8792   algorithm: "plot_nf_heatmap"
8793   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8794   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8795   filter: "'NIC_Intel-XL710' and
8796            'NF_DENSITY' and
8797            'DOCKER' and
8798            'CHAIN' and
8799            'NF_VPPIP4' and
8800            'IPSEC' and
8801            'TNL_1000' and
8802            'IMIX' and
8803            '2T2C' and
8804            'NDRPDR'"
8805   parameters:
8806   - "throughput"
8807   - "name"
8808   - "tags"
8809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8810   x-axis: "X = CNFs per Service Chain"
8811   y-axis: "Y = Number of Service Chains"
8812   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8813   layout:
8814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8815     layout: "plot-service-density"
8816
8817 - type: "plot"
8818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8819   algorithm: "plot_nf_heatmap"
8820   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8821   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8822   filter: "'NIC_Intel-XL710' and
8823            'NF_DENSITY' and
8824            'DOCKER' and
8825            'CHAIN' and
8826            'NF_VPPIP4' and
8827            'IPSEC' and
8828            'TNL_1000' and
8829            'IMIX' and
8830            '4T4C' and
8831            'NDRPDR'"
8832   parameters:
8833   - "throughput"
8834   - "name"
8835   - "tags"
8836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8837   x-axis: "X = CNFs per Service Chain"
8838   y-axis: "Y = Number of Service Chains"
8839   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8840   layout:
8841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8842     layout: "plot-service-density"
8843
8844 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8845 - type: "plot"
8846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8847   algorithm: "plot_nf_heatmap"
8848   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8849   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8850   filter: "'NIC_Intel-XL710' and
8851            'NF_DENSITY' and
8852            'DOCKER' and
8853            'CHAIN' and
8854            'NF_VPPIP4' and
8855            'IPSEC' and
8856            'TNL_1000' and
8857            'IMIX' and
8858            '1T1C' and
8859            'NDRPDR'"
8860   parameters:
8861   - "throughput"
8862   - "name"
8863   - "tags"
8864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8865   x-axis: "X = CNFs per Service Chain"
8866   y-axis: "Y = Number of Service Chains"
8867   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8868   layout:
8869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8870     layout: "plot-service-density"
8871
8872 - type: "plot"
8873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8874   algorithm: "plot_nf_heatmap"
8875   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8876   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8877   filter: "'NIC_Intel-XL710' and
8878            'NF_DENSITY' and
8879            'DOCKER' and
8880            'CHAIN' and
8881            'NF_VPPIP4' and
8882            'IPSEC' and
8883            'TNL_1000' and
8884            'IMIX' and
8885            '2T2C' and
8886            'NDRPDR'"
8887   parameters:
8888   - "throughput"
8889   - "name"
8890   - "tags"
8891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8892   x-axis: "X = CNFs per Service Chain"
8893   y-axis: "Y = Number of Service Chains"
8894   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8895   layout:
8896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8897     layout: "plot-service-density"
8898
8899 - type: "plot"
8900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8901   algorithm: "plot_nf_heatmap"
8902   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8903   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8904   filter: "'NIC_Intel-XL710' and
8905            'NF_DENSITY' and
8906            'DOCKER' and
8907            'CHAIN' and
8908            'NF_VPPIP4' and
8909            'IPSEC' and
8910            'TNL_1000' and
8911            'IMIX' and
8912            '4T4C' and
8913            'NDRPDR'"
8914   parameters:
8915   - "throughput"
8916   - "name"
8917   - "tags"
8918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8919   x-axis: "X = CNFs per Service Chain"
8920   y-axis: "Y = Number of Service Chains"
8921   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8922   layout:
8923     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8924     layout: "plot-service-density"
8925
8926 ###############################################################################
8927
8928 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8929 #- type: "plot"
8930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8931 #  algorithm: "plot_nf_heatmap"
8932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8933 #  data: "plot-vpp-nfv-3n-skx-mrr"
8934 #  filter: "'NIC_Intel-XXV710' and
8935 #           'NF_DENSITY' and
8936 #           'DOCKER' and
8937 #           'CHAIN' and
8938 #           'NF_VPPIP4' and
8939 #           'IPSEC' and
8940 #           'TNL_10000' and
8941 #           'IMIX' and
8942 #           '2T1C' and
8943 #           'MRR'"
8944 #  parameters:
8945 #  - "result"
8946 #  - "name"
8947 #  - "tags"
8948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8949 #  x-axis: "X = CNFs per Service Chain"
8950 #  y-axis: "Y = Number of Service Chains"
8951 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8952 #  layout:
8953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8954 #    layout: "plot-service-density"
8955 #
8956 #- type: "plot"
8957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8958 #  algorithm: "plot_nf_heatmap"
8959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8960 #  data: "plot-vpp-nfv-3n-skx-mrr"
8961 #  filter: "'NIC_Intel-XXV710' and
8962 #           'NF_DENSITY' and
8963 #           'DOCKER' and
8964 #           'CHAIN' and
8965 #           'NF_VPPIP4' and
8966 #           'IPSEC' and
8967 #           'TNL_10000' and
8968 #           'IMIX' and
8969 #           '4T2C' and
8970 #           'MRR'"
8971 #  parameters:
8972 #  - "result"
8973 #  - "name"
8974 #  - "tags"
8975 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8976 #  x-axis: "X = CNFs per Service Chain"
8977 #  y-axis: "Y = Number of Service Chains"
8978 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8979 #  layout:
8980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8981 #    layout: "plot-service-density"
8982 #
8983 #- type: "plot"
8984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8985 #  algorithm: "plot_nf_heatmap"
8986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8987 #  data: "plot-vpp-nfv-3n-skx-mrr"
8988 #  filter: "'NIC_Intel-XXV710' and
8989 #           'NF_DENSITY' and
8990 #           'DOCKER' and
8991 #           'CHAIN' and
8992 #           'NF_VPPIP4' and
8993 #           'IPSEC' and
8994 #           'TNL_10000' and
8995 #           'IMIX' and
8996 #           '8T4C' and
8997 #           'MRR'"
8998 #  parameters:
8999 #  - "result"
9000 #  - "name"
9001 #  - "tags"
9002 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9003 #  x-axis: "X = CNFs per Service Chain"
9004 #  y-axis: "Y = Number of Service Chains"
9005 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9006 #  layout:
9007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9008 #    layout: "plot-service-density"
9009
9010 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9011 - type: "plot"
9012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9013   algorithm: "plot_nf_heatmap"
9014   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9015   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9016   filter: "'NIC_Intel-XXV710' and
9017            'NF_DENSITY' and
9018            'DOCKER' and
9019            'CHAIN' and
9020            'NF_VPPIP4' and
9021            'IPSEC' and
9022            'TNL_10000' and
9023            'IMIX' and
9024            '2T1C' and
9025            'NDRPDR'"
9026   parameters:
9027   - "throughput"
9028   - "name"
9029   - "tags"
9030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9031   x-axis: "X = CNFs per Service Chain"
9032   y-axis: "Y = Number of Service Chains"
9033   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9034   layout:
9035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9036     layout: "plot-service-density"
9037
9038 - type: "plot"
9039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9040   algorithm: "plot_nf_heatmap"
9041   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9042   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9043   filter: "'NIC_Intel-XXV710' and
9044            'NF_DENSITY' and
9045            'DOCKER' and
9046            'CHAIN' and
9047            'NF_VPPIP4' and
9048            'IPSEC' and
9049            'TNL_10000' and
9050            'IMIX' and
9051            '4T2C' and
9052            'NDRPDR'"
9053   parameters:
9054   - "throughput"
9055   - "name"
9056   - "tags"
9057   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9058   x-axis: "X = CNFs per Service Chain"
9059   y-axis: "Y = Number of Service Chains"
9060   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9061   layout:
9062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9063     layout: "plot-service-density"
9064
9065 - type: "plot"
9066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9067   algorithm: "plot_nf_heatmap"
9068   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9069   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9070   filter: "'NIC_Intel-XXV710' and
9071            'NF_DENSITY' and
9072            'DOCKER' and
9073            'CHAIN' and
9074            'NF_VPPIP4' and
9075            'IPSEC' and
9076            'TNL_10000' and
9077            'IMIX' and
9078            '8T4C' and
9079            'NDRPDR'"
9080   parameters:
9081   - "throughput"
9082   - "name"
9083   - "tags"
9084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9085   x-axis: "X = CNFs per Service Chain"
9086   y-axis: "Y = Number of Service Chains"
9087   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9088   layout:
9089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9090     layout: "plot-service-density"
9091
9092 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9093 - type: "plot"
9094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9095   algorithm: "plot_nf_heatmap"
9096   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9097   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9098   filter: "'NIC_Intel-XXV710' and
9099            'NF_DENSITY' and
9100            'DOCKER' and
9101            'CHAIN' and
9102            'NF_VPPIP4' and
9103            'IPSEC' and
9104            'TNL_10000' and
9105            'IMIX' and
9106            '2T1C' and
9107            'NDRPDR'"
9108   parameters:
9109   - "throughput"
9110   - "name"
9111   - "tags"
9112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9113   x-axis: "X = CNFs per Service Chain"
9114   y-axis: "Y = Number of Service Chains"
9115   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9116   layout:
9117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9118     layout: "plot-service-density"
9119
9120 - type: "plot"
9121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9122   algorithm: "plot_nf_heatmap"
9123   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9124   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9125   filter: "'NIC_Intel-XXV710' and
9126            'NF_DENSITY' and
9127            'DOCKER' and
9128            'CHAIN' and
9129            'NF_VPPIP4' and
9130            'IPSEC' and
9131            'TNL_10000' and
9132            'IMIX' and
9133            '4T2C' and
9134            'NDRPDR'"
9135   parameters:
9136   - "throughput"
9137   - "name"
9138   - "tags"
9139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9140   x-axis: "X = CNFs per Service Chain"
9141   y-axis: "Y = Number of Service Chains"
9142   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9143   layout:
9144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9145     layout: "plot-service-density"
9146
9147 - type: "plot"
9148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9149   algorithm: "plot_nf_heatmap"
9150   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9151   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9152   filter: "'NIC_Intel-XXV710' and
9153            'NF_DENSITY' and
9154            'DOCKER' and
9155            'CHAIN' and
9156            'NF_VPPIP4' and
9157            'IPSEC' and
9158            'TNL_10000' and
9159            'IMIX' and
9160            '8T4C' and
9161            'NDRPDR'"
9162   parameters:
9163   - "throughput"
9164   - "name"
9165   - "tags"
9166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9167   x-axis: "X = CNFs per Service Chain"
9168   y-axis: "Y = Number of Service Chains"
9169   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9170   layout:
9171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9172     layout: "plot-service-density"
9173
9174 ###############################################################################
9175
9176 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9177 - type: "plot"
9178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9179   algorithm: "plot_nf_heatmap"
9180   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9181   data: "plot-vpp-nfv-3n-hsw-mrr"
9182   filter: "'NIC_Intel-XL710' and
9183            'NF_DENSITY' and
9184            'DOCKER' and
9185            'CHAIN' and
9186            'NF_VPPIP4' and
9187            'IMIX' and
9188            'TNL_10000' and
9189            '1T1C' and
9190            'MRR'"
9191   parameters:
9192   - "result"
9193   - "name"
9194   - "tags"
9195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9196   x-axis: "X = CNFs per Service Chain"
9197   y-axis: "Y = Number of Service Chains"
9198   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9199   layout:
9200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9201     layout: "plot-service-density"
9202
9203 - type: "plot"
9204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9205   algorithm: "plot_nf_heatmap"
9206   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9207   data: "plot-vpp-nfv-3n-hsw-mrr"
9208   filter: "'NIC_Intel-XL710' and
9209            'NF_DENSITY' and
9210            'DOCKER' and
9211            'CHAIN' and
9212            'NF_VPPIP4' and
9213            'IPSEC' and
9214            'TNL_10000' and
9215            'IMIX' and
9216            '2T2C' and
9217            'MRR'"
9218   parameters:
9219   - "result"
9220   - "name"
9221   - "tags"
9222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9223   x-axis: "X = CNFs per Service Chain"
9224   y-axis: "Y = Number of Service Chains"
9225   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9226   layout:
9227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9228     layout: "plot-service-density"
9229
9230 - type: "plot"
9231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9232   algorithm: "plot_nf_heatmap"
9233   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9234   data: "plot-vpp-nfv-3n-hsw-mrr"
9235   filter: "'NIC_Intel-XL710' and
9236            'NF_DENSITY' and
9237            'DOCKER' and
9238            'CHAIN' and
9239            'NF_VPPIP4' and
9240            'IPSEC' and
9241            'TNL_10000' and
9242            'IMIX' and
9243            '4T4C' and
9244            'MRR'"
9245   parameters:
9246   - "result"
9247   - "name"
9248   - "tags"
9249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9250   x-axis: "X = CNFs per Service Chain"
9251   y-axis: "Y = Number of Service Chains"
9252   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9253   layout:
9254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9255     layout: "plot-service-density"
9256
9257 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9258 - type: "plot"
9259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9260   algorithm: "plot_nf_heatmap"
9261   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9262   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9263   filter: "'NIC_Intel-XL710' and
9264            'NF_DENSITY' and
9265            'DOCKER' and
9266            'CHAIN' and
9267            'NF_VPPIP4' and
9268            'IPSEC' and
9269            'TNL_10000' and
9270            'IMIX' and
9271            '1T1C' and
9272            'NDRPDR'"
9273   parameters:
9274   - "throughput"
9275   - "name"
9276   - "tags"
9277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9278   x-axis: "X = CNFs per Service Chain"
9279   y-axis: "Y = Number of Service Chains"
9280   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9281   layout:
9282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9283     layout: "plot-service-density"
9284
9285 - type: "plot"
9286   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9287   algorithm: "plot_nf_heatmap"
9288   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9289   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9290   filter: "'NIC_Intel-XL710' and
9291            'NF_DENSITY' and
9292            'DOCKER' and
9293            'CHAIN' and
9294            'NF_VPPIP4' and
9295            'IPSEC' and
9296            'TNL_10000' and
9297            'IMIX' and
9298            '2T2C' and
9299            'NDRPDR'"
9300   parameters:
9301   - "throughput"
9302   - "name"
9303   - "tags"
9304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9305   x-axis: "X = CNFs per Service Chain"
9306   y-axis: "Y = Number of Service Chains"
9307   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9308   layout:
9309     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9310     layout: "plot-service-density"
9311
9312 - type: "plot"
9313   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9314   algorithm: "plot_nf_heatmap"
9315   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9316   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9317   filter: "'NIC_Intel-XL710' and
9318            'NF_DENSITY' and
9319            'DOCKER' and
9320            'CHAIN' and
9321            'NF_VPPIP4' and
9322            'IPSEC' and
9323            'TNL_10000' and
9324            'IMIX' and
9325            '4T4C' and
9326            'NDRPDR'"
9327   parameters:
9328   - "throughput"
9329   - "name"
9330   - "tags"
9331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9332   x-axis: "X = CNFs per Service Chain"
9333   y-axis: "Y = Number of Service Chains"
9334   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9335   layout:
9336     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9337     layout: "plot-service-density"
9338
9339 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9340 - type: "plot"
9341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9342   algorithm: "plot_nf_heatmap"
9343   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9344   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9345   filter: "'NIC_Intel-XL710' and
9346            'NF_DENSITY' and
9347            'DOCKER' and
9348            'CHAIN' and
9349            'NF_VPPIP4' and
9350            'IPSEC' and
9351            'TNL_10000' and
9352            'IMIX' and
9353            '1T1C' and
9354            'NDRPDR'"
9355   parameters:
9356   - "throughput"
9357   - "name"
9358   - "tags"
9359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9360   x-axis: "X = CNFs per Service Chain"
9361   y-axis: "Y = Number of Service Chains"
9362   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9363   layout:
9364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9365     layout: "plot-service-density"
9366
9367 - type: "plot"
9368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9369   algorithm: "plot_nf_heatmap"
9370   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9371   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9372   filter: "'NIC_Intel-XL710' and
9373            'NF_DENSITY' and
9374            'DOCKER' and
9375            'CHAIN' and
9376            'NF_VPPIP4' and
9377            'IPSEC' and
9378            'TNL_10000' and
9379            'IMIX' and
9380            '2T2C' and
9381            'NDRPDR'"
9382   parameters:
9383   - "throughput"
9384   - "name"
9385   - "tags"
9386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9387   x-axis: "X = CNFs per Service Chain"
9388   y-axis: "Y = Number of Service Chains"
9389   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9390   layout:
9391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9392     layout: "plot-service-density"
9393
9394 - type: "plot"
9395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9396   algorithm: "plot_nf_heatmap"
9397   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9398   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9399   filter: "'NIC_Intel-XL710' and
9400            'NF_DENSITY' and
9401            'DOCKER' and
9402            'CHAIN' and
9403            'NF_VPPIP4' and
9404            'IPSEC' and
9405            'TNL_10000' and
9406            'IMIX' and
9407            '4T4C' and
9408            'NDRPDR'"
9409   parameters:
9410   - "throughput"
9411   - "name"
9412   - "tags"
9413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9414   x-axis: "X = CNFs per Service Chain"
9415   y-axis: "Y = Number of Service Chains"
9416   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9417   layout:
9418     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9419     layout: "plot-service-density"
9420
9421 ###############################################################################
9422
9423 # Plots - NF Density - CSP - MRR 64b
9424
9425 #- type: "plot"
9426 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9427 #  algorithm: "plot_nf_heatmap"
9428 #  output-file-type: ".html"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9430 #  data: "plot-vpp-nfv-2n-skx-mrr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'PIPELINE' and
9435 #           'NF_VPPIP4' and
9436 #           '64B' and
9437 #           '2T1C' and
9438 #           'MRR'"
9439 #  parameters:
9440 #  - "result"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = CNFs per Service Pipeline"
9445 #  y-axis: "Y = Number of Service Pipelines"
9446 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9449 #    layout: "plot-service-density"
9450 #
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file-type: ".html"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9456 #  data: "plot-vpp-nfv-2n-skx-mrr"
9457 #  filter: "'NIC_Intel-XXV710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'PIPELINE' and
9461 #           'NF_VPPIP4' and
9462 #           '64B' and
9463 #           '4T2C' and
9464 #           'MRR'"
9465 #  parameters:
9466 #  - "result"
9467 #  - "name"
9468 #  - "tags"
9469 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9470 #  x-axis: "X = CNFs per Service Pipeline"
9471 #  y-axis: "Y = Number of Service Pipelines"
9472 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9473 #  layout:
9474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9475 #    layout: "plot-service-density"
9476 #
9477 #- type: "plot"
9478 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9479 #  algorithm: "plot_nf_heatmap"
9480 #  output-file-type: ".html"
9481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9482 #  data: "plot-vpp-nfv-2n-skx-mrr"
9483 #  filter: "'NIC_Intel-XXV710' and
9484 #           'NF_DENSITY' and
9485 #           'DOCKER' and
9486 #           'PIPELINE' and
9487 #           'NF_VPPIP4' and
9488 #           '64B' and
9489 #           '8T4C' and
9490 #           'MRR'"
9491 #  parameters:
9492 #  - "result"
9493 #  - "name"
9494 #  - "tags"
9495 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9496 #  x-axis: "X = CNFs per Service Pipeline"
9497 #  y-axis: "Y = Number of Service Pipelines"
9498 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9499 #  layout:
9500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9501 #    layout: "plot-service-density"
9502 #
9503 ## Plots - NF Density - CSP - MRR IMIX
9504 #- type: "plot"
9505 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9506 #  algorithm: "plot_nf_heatmap"
9507 #  output-file-type: ".html"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9509 #  data: "plot-vpp-nfv-2n-skx-mrr"
9510 #  filter: "'NIC_Intel-XXV710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'PIPELINE' and
9514 #           'NF_VPPIP4' and
9515 #           'IMIX' and
9516 #           '2T1C' and
9517 #           'MRR'"
9518 #  parameters:
9519 #  - "result"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9523 #  x-axis: "X = CNFs per Service Pipeline"
9524 #  y-axis: "Y = Number of Service Pipelines"
9525 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9528 #    layout: "plot-service-density"
9529 #
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file-type: ".html"
9534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9535 #  data: "plot-vpp-nfv-2n-skx-mrr"
9536 #  filter: "'NIC_Intel-XXV710' and
9537 #           'NF_DENSITY' and
9538 #           'DOCKER' and
9539 #           'PIPELINE' and
9540 #           'NF_VPPIP4' and
9541 #           'IMIX' and
9542 #           '4T2C' and
9543 #           'MRR'"
9544 #  parameters:
9545 #  - "result"
9546 #  - "name"
9547 #  - "tags"
9548 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9549 #  x-axis: "X = CNFs per Service Pipeline"
9550 #  y-axis: "Y = Number of Service Pipelines"
9551 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9552 #  layout:
9553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9554 #    layout: "plot-service-density"
9555 #
9556 #- type: "plot"
9557 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9558 #  algorithm: "plot_nf_heatmap"
9559 #  output-file-type: ".html"
9560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9561 #  data: "plot-vpp-nfv-2n-skx-mrr"
9562 #  filter: "'NIC_Intel-XXV710' and
9563 #           'NF_DENSITY' and
9564 #           'DOCKER' and
9565 #           'PIPELINE' and
9566 #           'NF_VPPIP4' and
9567 #           'IMIX' and
9568 #           '8T4C' and
9569 #           'MRR'"
9570 #  parameters:
9571 #  - "result"
9572 #  - "name"
9573 #  - "tags"
9574 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9575 #  x-axis: "X = CNFs per Service Pipeline"
9576 #  y-axis: "Y = Number of Service Pipelines"
9577 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9578 #  layout:
9579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9580 #    layout: "plot-service-density"
9581 #
9582 ## Plots - NF Density - CSP - NDR 64b
9583 #- type: "plot"
9584 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9585 #  algorithm: "plot_nf_heatmap"
9586 #  output-file-type: ".html"
9587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9588 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9589 #  filter: "'NIC_Intel-XXV710' and
9590 #           'NF_DENSITY' and
9591 #           'DOCKER' and
9592 #           'PIPELINE' and
9593 #           'NF_VPPIP4' and
9594 #           '64B' and
9595 #           '2T1C' and
9596 #           'NDRPDR'"
9597 #  parameters:
9598 #  - "throughput"
9599 #  - "name"
9600 #  - "tags"
9601 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9602 #  x-axis: "X = CNFs per Service Pipeline"
9603 #  y-axis: "Y = Number of Service Pipelines"
9604 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9605 #  layout:
9606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9607 #    layout: "plot-service-density"
9608 #
9609 #- type: "plot"
9610 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9611 #  algorithm: "plot_nf_heatmap"
9612 #  output-file-type: ".html"
9613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9615 #  filter: "'NIC_Intel-XXV710' and
9616 #           'NF_DENSITY' and
9617 #           'DOCKER' and
9618 #           'PIPELINE' and
9619 #           'NF_VPPIP4' and
9620 #           '64B' and
9621 #           '4T2C' and
9622 #           'NDRPDR'"
9623 #  parameters:
9624 #  - "throughput"
9625 #  - "name"
9626 #  - "tags"
9627 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9628 #  x-axis: "X = CNFs per Service Pipeline"
9629 #  y-axis: "Y = Number of Service Pipelines"
9630 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9631 #  layout:
9632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9633 #    layout: "plot-service-density"
9634 #
9635 #- type: "plot"
9636 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9637 #  algorithm: "plot_nf_heatmap"
9638 #  output-file-type: ".html"
9639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9640 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9641 #  filter: "'NIC_Intel-XXV710' and
9642 #           'NF_DENSITY' and
9643 #           'DOCKER' and
9644 #           'PIPELINE' and
9645 #           'NF_VPPIP4' and
9646 #           '64B' and
9647 #           '8T4C' and
9648 #           'NDRPDR'"
9649 #  parameters:
9650 #  - "throughput"
9651 #  - "name"
9652 #  - "tags"
9653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9654 #  x-axis: "X = CNFs per Service Pipeline"
9655 #  y-axis: "Y = Number of Service Pipelines"
9656 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9657 #  layout:
9658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9659 #    layout: "plot-service-density"
9660 #
9661 ## Plots - NF Density - CSP - NDR IMIX
9662 #- type: "plot"
9663 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9664 #  algorithm: "plot_nf_heatmap"
9665 #  output-file-type: ".html"
9666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9668 #  filter: "'NIC_Intel-XXV710' and
9669 #           'NF_DENSITY' and
9670 #           'DOCKER' and
9671 #           'PIPELINE' and
9672 #           'NF_VPPIP4' and
9673 #           'IMIX' and
9674 #           '2T1C' and
9675 #           'NDRPDR'"
9676 #  parameters:
9677 #  - "throughput"
9678 #  - "name"
9679 #  - "tags"
9680 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9681 #  x-axis: "X = CNFs per Service Pipeline"
9682 #  y-axis: "Y = Number of Service Pipelines"
9683 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9684 #  layout:
9685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9686 #    layout: "plot-service-density"
9687 #
9688 #- type: "plot"
9689 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9690 #  algorithm: "plot_nf_heatmap"
9691 #  output-file-type: ".html"
9692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9694 #  filter: "'NIC_Intel-XXV710' and
9695 #           'NF_DENSITY' and
9696 #           'DOCKER' and
9697 #           'PIPELINE' and
9698 #           'NF_VPPIP4' and
9699 #           'IMIX' and
9700 #           '4T2C' and
9701 #           'NDRPDR'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "name"
9705 #  - "tags"
9706 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9707 #  x-axis: "X = CNFs per Service Pipeline"
9708 #  y-axis: "Y = Number of Service Pipelines"
9709 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9710 #  layout:
9711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9712 #    layout: "plot-service-density"
9713 #
9714 #- type: "plot"
9715 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9716 #  algorithm: "plot_nf_heatmap"
9717 #  output-file-type: ".html"
9718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9720 #  filter: "'NIC_Intel-XXV710' and
9721 #           'NF_DENSITY' and
9722 #           'DOCKER' and
9723 #           'PIPELINE' and
9724 #           'NF_VPPIP4' and
9725 #           'IMIX' and
9726 #           '8T4C' and
9727 #           'NDRPDR'"
9728 #  parameters:
9729 #  - "throughput"
9730 #  - "name"
9731 #  - "tags"
9732 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9733 #  x-axis: "X = CNFs per Service Pipeline"
9734 #  y-axis: "Y = Number of Service Pipelines"
9735 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9736 #  layout:
9737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9738 #    layout: "plot-service-density"
9739 #
9740 ## Plots - NF Density - CSP - PDR 64b
9741 #- type: "plot"
9742 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9743 #  algorithm: "plot_nf_heatmap"
9744 #  output-file-type: ".html"
9745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9746 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9747 #  filter: "'NIC_Intel-XXV710' and
9748 #           'NF_DENSITY' and
9749 #           'DOCKER' and
9750 #           'PIPELINE' and
9751 #           'NF_VPPIP4' and
9752 #           '64B' and
9753 #           '2T1C' and
9754 #           'NDRPDR'"
9755 #  parameters:
9756 #  - "throughput"
9757 #  - "name"
9758 #  - "tags"
9759 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9760 #  x-axis: "X = CNFs per Service Pipeline"
9761 #  y-axis: "Y = Number of Service Pipelines"
9762 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9763 #  layout:
9764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9765 #    layout: "plot-service-density"
9766 #
9767 #- type: "plot"
9768 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9769 #  algorithm: "plot_nf_heatmap"
9770 #  output-file-type: ".html"
9771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9772 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9773 #  filter: "'NIC_Intel-XXV710' and
9774 #           'NF_DENSITY' and
9775 #           'DOCKER' and
9776 #           'PIPELINE' and
9777 #           'NF_VPPIP4' and
9778 #           '64B' and
9779 #           '4T2C' and
9780 #           'NDRPDR'"
9781 #  parameters:
9782 #  - "throughput"
9783 #  - "name"
9784 #  - "tags"
9785 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9786 #  x-axis: "X = CNFs per Service Pipeline"
9787 #  y-axis: "Y = Number of Service Pipelines"
9788 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9789 #  layout:
9790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9791 #    layout: "plot-service-density"
9792 #
9793 #- type: "plot"
9794 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9795 #  algorithm: "plot_nf_heatmap"
9796 #  output-file-type: ".html"
9797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9798 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9799 #  filter: "'NIC_Intel-XXV710' and
9800 #           'NF_DENSITY' and
9801 #           'DOCKER' and
9802 #           'PIPELINE' and
9803 #           'NF_VPPIP4' and
9804 #           '64B' and
9805 #           '8T4C' and
9806 #           'NDRPDR'"
9807 #  parameters:
9808 #  - "throughput"
9809 #  - "name"
9810 #  - "tags"
9811 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9812 #  x-axis: "X = CNFs per Service Pipeline"
9813 #  y-axis: "Y = Number of Service Pipelines"
9814 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9815 #  layout:
9816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9817 #    layout: "plot-service-density"
9818 #
9819 ## Plots - NF Density - CSP - PDR IMIX
9820 #- type: "plot"
9821 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9822 #  algorithm: "plot_nf_heatmap"
9823 #  output-file-type: ".html"
9824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9825 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9826 #  filter: "'NIC_Intel-XXV710' and
9827 #           'NF_DENSITY' and
9828 #           'DOCKER' and
9829 #           'PIPELINE' and
9830 #           'NF_VPPIP4' and
9831 #           'IMIX' and
9832 #           '2T1C' and
9833 #           'NDRPDR'"
9834 #  parameters:
9835 #  - "throughput"
9836 #  - "name"
9837 #  - "tags"
9838 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9839 #  x-axis: "X = CNFs per Service Pipeline"
9840 #  y-axis: "Y = Number of Service Pipelines"
9841 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9842 #  layout:
9843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9844 #    layout: "plot-service-density"
9845 #
9846 #- type: "plot"
9847 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9848 #  algorithm: "plot_nf_heatmap"
9849 #  output-file-type: ".html"
9850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9851 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9852 #  filter: "'NIC_Intel-XXV710' and
9853 #           'NF_DENSITY' and
9854 #           'DOCKER' and
9855 #           'PIPELINE' and
9856 #           'NF_VPPIP4' and
9857 #           'IMIX' and
9858 #           '4T2C' and
9859 #           'NDRPDR'"
9860 #  parameters:
9861 #  - "throughput"
9862 #  - "name"
9863 #  - "tags"
9864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9865 #  x-axis: "X = CNFs per Service Pipeline"
9866 #  y-axis: "Y = Number of Service Pipelines"
9867 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9868 #  layout:
9869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9870 #    layout: "plot-service-density"
9871 #
9872 #- type: "plot"
9873 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9874 #  algorithm: "plot_nf_heatmap"
9875 #  output-file-type: ".html"
9876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9877 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9878 #  filter: "'NIC_Intel-XXV710' and
9879 #           'NF_DENSITY' and
9880 #           'DOCKER' and
9881 #           'PIPELINE' and
9882 #           'NF_VPPIP4' and
9883 #           'IMIX' and
9884 #           '8T4C' and
9885 #           'NDRPDR'"
9886 #  parameters:
9887 #  - "throughput"
9888 #  - "name"
9889 #  - "tags"
9890 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9891 #  x-axis: "X = CNFs per Service Pipeline"
9892 #  y-axis: "Y = Number of Service Pipelines"
9893 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9894 #  layout:
9895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9896 #    layout: "plot-service-density"
9897
9898 ###############################################################################
9899 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9900
9901 - type: "plot"
9902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9903   algorithm: "plot_nf_heatmap"
9904   output-file-type: ".html"
9905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9906   data: "plot-vpp-nfv-2n-clx-mrr"
9907   filter: "'NIC_Intel-XXV710' and
9908            'NF_DENSITY' and
9909            'VHOST' and
9910            not 'VXLAN' and
9911            'CHAIN' and
9912            'NF_VPPIP4' and
9913            'IMIX' and
9914            '2T1C' and
9915            'MRR'"
9916   parameters:
9917   - "result"
9918   - "name"
9919   - "tags"
9920   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9921   x-axis: "X = VNFs per Service Chain"
9922   y-axis: "Y = Number of Service Chains"
9923   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9924   layout:
9925     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9926     layout: "plot-service-density"
9927
9928 - type: "plot"
9929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9930   algorithm: "plot_nf_heatmap"
9931   output-file-type: ".html"
9932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9933   data: "plot-vpp-nfv-2n-clx-mrr"
9934   filter: "'NIC_Intel-XXV710' and
9935            'NF_DENSITY' and
9936            'VHOST' and
9937            not 'VXLAN' and
9938            'CHAIN' and
9939            'NF_VPPIP4' and
9940            'IMIX' and
9941            '4T2C' and
9942            'MRR'"
9943   parameters:
9944   - "result"
9945   - "name"
9946   - "tags"
9947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9948   x-axis: "X = VNFs per Service Chain"
9949   y-axis: "Y = Number of Service Chains"
9950   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9951   layout:
9952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9953     layout: "plot-service-density"
9954
9955 - type: "plot"
9956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9957   algorithm: "plot_nf_heatmap"
9958   output-file-type: ".html"
9959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9960   data: "plot-vpp-nfv-2n-clx-mrr"
9961   filter: "'NIC_Intel-XXV710' and
9962            'NF_DENSITY' and
9963            'VHOST' and
9964            not 'VXLAN' and
9965            'CHAIN' and
9966            'NF_VPPIP4' and
9967            'IMIX' and
9968            '8T4C' and
9969            'MRR'"
9970   parameters:
9971   - "result"
9972   - "name"
9973   - "tags"
9974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9975   x-axis: "X = VNFs per Service Chain"
9976   y-axis: "Y = Number of Service Chains"
9977   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9978   layout:
9979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9980     layout: "plot-service-density"
9981
9982 # Plots - NF Density - VSC - NDR IMIX
9983 - type: "plot"
9984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9985   algorithm: "plot_nf_heatmap"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9988   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9989   filter: "'NIC_Intel-XXV710' and
9990            'NF_DENSITY' and
9991            'VHOST' and
9992            not 'VXLAN' and
9993            'CHAIN' and
9994            'NF_VPPIP4' and
9995            'IMIX' and
9996            '2T1C' and
9997            'NDRPDR'"
9998   parameters:
9999   - "throughput"
10000   - "name"
10001   - "tags"
10002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10003   x-axis: "X = VNFs per Service Chain"
10004   y-axis: "Y = Number of Service Chains"
10005   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10006   layout:
10007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10008     layout: "plot-service-density"
10009
10010 - type: "plot"
10011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10012   algorithm: "plot_nf_heatmap"
10013   output-file-type: ".html"
10014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10015   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10016   filter: "'NIC_Intel-XXV710' and
10017            'NF_DENSITY' and
10018            'VHOST' and
10019            not 'VXLAN' and
10020            'CHAIN' and
10021            'NF_VPPIP4' and
10022            'IMIX' and
10023            '4T2C' and
10024            'NDRPDR'"
10025   parameters:
10026   - "throughput"
10027   - "name"
10028   - "tags"
10029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10030   x-axis: "X = VNFs per Service Chain"
10031   y-axis: "Y = Number of Service Chains"
10032   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10033   layout:
10034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10035     layout: "plot-service-density"
10036
10037 - type: "plot"
10038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10039   algorithm: "plot_nf_heatmap"
10040   output-file-type: ".html"
10041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10042   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10043   filter: "'NIC_Intel-XXV710' and
10044            'NF_DENSITY' and
10045            'VHOST' and
10046            not 'VXLAN' and
10047            'CHAIN' and
10048            'NF_VPPIP4' and
10049            'IMIX' and
10050            '8T4C' and
10051            'NDRPDR'"
10052   parameters:
10053   - "throughput"
10054   - "name"
10055   - "tags"
10056   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10057   x-axis: "X = VNFs per Service Chain"
10058   y-axis: "Y = Number of Service Chains"
10059   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10060   layout:
10061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10062     layout: "plot-service-density"
10063
10064 # Plots - NF Density - VSC - PDR IMIX
10065 - type: "plot"
10066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10067   algorithm: "plot_nf_heatmap"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10070   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10071   filter: "'NIC_Intel-XXV710' and
10072            'NF_DENSITY' and
10073            'VHOST' and
10074            not 'VXLAN' and
10075            'CHAIN' and
10076            'NF_VPPIP4' and
10077            'IMIX' and
10078            '2T1C' and
10079            'NDRPDR'"
10080   parameters:
10081   - "throughput"
10082   - "name"
10083   - "tags"
10084   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10085   x-axis: "X = VNFs per Service Chain"
10086   y-axis: "Y = Number of Service Chains"
10087   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10088   layout:
10089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10090     layout: "plot-service-density"
10091
10092 - type: "plot"
10093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10094   algorithm: "plot_nf_heatmap"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10097   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10098   filter: "'NIC_Intel-XXV710' and
10099            'NF_DENSITY' and
10100            'VHOST' and
10101            not 'VXLAN' and
10102            'CHAIN' and
10103            'NF_VPPIP4' and
10104            'IMIX' and
10105            '4T2C' and
10106            'NDRPDR'"
10107   parameters:
10108   - "throughput"
10109   - "name"
10110   - "tags"
10111   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10112   x-axis: "X = VNFs per Service Chain"
10113   y-axis: "Y = Number of Service Chains"
10114   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10115   layout:
10116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10117     layout: "plot-service-density"
10118
10119 - type: "plot"
10120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10121   algorithm: "plot_nf_heatmap"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10124   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10125   filter: "'NIC_Intel-XXV710' and
10126            'NF_DENSITY' and
10127            'VHOST' and
10128            not 'VXLAN' and
10129            'CHAIN' and
10130            'NF_VPPIP4' and
10131            'IMIX' and
10132            '8T4C' and
10133            'NDRPDR'"
10134   parameters:
10135   - "throughput"
10136   - "name"
10137   - "tags"
10138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10139   x-axis: "X = VNFs per Service Chain"
10140   y-axis: "Y = Number of Service Chains"
10141   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10142   layout:
10143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10144     layout: "plot-service-density"
10145
10146 # Plots - NF Density - VSC - MRR IMIX
10147 - type: "plot"
10148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10149   algorithm: "plot_nf_heatmap"
10150   output-file-type: ".html"
10151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10152   data: "plot-vpp-nfv-2n-clx-mrr"
10153   filter: "'NIC_Intel-XXV710' and
10154            'NF_DENSITY' and
10155            'VHOST' and
10156            'VXLAN' and
10157            'CHAIN' and
10158            'IMIX' and
10159            '2T1C' and
10160            'MRR'"
10161   parameters:
10162   - "result"
10163   - "name"
10164   - "tags"
10165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10166   x-axis: "X = VNFs per Service Chain"
10167   y-axis: "Y = Number of Service Chains"
10168   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10169   layout:
10170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10171     layout: "plot-service-density"
10172
10173 - type: "plot"
10174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10175   algorithm: "plot_nf_heatmap"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10178   data: "plot-vpp-nfv-2n-clx-mrr"
10179   filter: "'NIC_Intel-XXV710' and
10180            'NF_DENSITY' and
10181            'VHOST' and
10182            'VXLAN' and
10183            'CHAIN' and
10184            'IMIX' and
10185            '4T2C' and
10186            'MRR'"
10187   parameters:
10188   - "result"
10189   - "name"
10190   - "tags"
10191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10192   x-axis: "X = VNFs per Service Chain"
10193   y-axis: "Y = Number of Service Chains"
10194   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10195   layout:
10196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10197     layout: "plot-service-density"
10198
10199 - type: "plot"
10200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10201   algorithm: "plot_nf_heatmap"
10202   output-file-type: ".html"
10203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10204   data: "plot-vpp-nfv-2n-clx-mrr"
10205   filter: "'NIC_Intel-XXV710' and
10206            'NF_DENSITY' and
10207            'VHOST' and
10208            'VXLAN' and
10209            'CHAIN' and
10210            'IMIX' and
10211            '8T4C' and
10212            'MRR'"
10213   parameters:
10214   - "result"
10215   - "name"
10216   - "tags"
10217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10218   x-axis: "X = VNFs per Service Chain"
10219   y-axis: "Y = Number of Service Chains"
10220   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10221   layout:
10222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10223     layout: "plot-service-density"
10224
10225 # Plots - NF Density - VSC - NDR IMIX
10226 - type: "plot"
10227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10228   algorithm: "plot_nf_heatmap"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10231   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'VHOST' and
10235            'VXLAN' and
10236            'CHAIN' a
10237            'IMIX' and
10238            '2T1C' and
10239            'NDRPDR'"
10240   parameters:
10241   - "throughput"
10242   - "name"
10243   - "tags"
10244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = VNFs per Service Chain"
10246   y-axis: "Y = Number of Service Chains"
10247   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10250     layout: "plot-service-density"
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10257   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'VHOST' and
10261            'VXLAN' and
10262            'CHAIN' and
10263            'IMIX' and
10264            '4T2C' and
10265            'NDRPDR'"
10266   parameters:
10267   - "throughput"
10268   - "name"
10269   - "tags"
10270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = VNFs per Service Chain"
10272   y-axis: "Y = Number of Service Chains"
10273   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10276     layout: "plot-service-density"
10277
10278 - type: "plot"
10279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10280   algorithm: "plot_nf_heatmap"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10283   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10284   filter: "'NIC_Intel-XXV710' and
10285            'NF_DENSITY' and
10286            'VHOST' and
10287            'VXLAN' and
10288            'CHAIN' and
10289            'IMIX' and
10290            '8T4C' and
10291            'NDRPDR'"
10292   parameters:
10293   - "throughput"
10294   - "name"
10295   - "tags"
10296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10297   x-axis: "X = VNFs per Service Chain"
10298   y-axis: "Y = Number of Service Chains"
10299   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10300   layout:
10301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10302     layout: "plot-service-density"
10303
10304 # Plots - NF Density - VSC - PDR IMIX
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10310   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10311   filter: "'NIC_Intel-XXV710' and
10312            'NF_DENSITY' and
10313            'VHOST' and
10314            'VXLAN' and
10315            'CHAIN' and
10316            'IMIX' and
10317            '2T1C' and
10318            'NDRPDR'"
10319   parameters:
10320   - "throughput"
10321   - "name"
10322   - "tags"
10323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10324   x-axis: "X = VNFs per Service Chain"
10325   y-axis: "Y = Number of Service Chains"
10326   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10327   layout:
10328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10329     layout: "plot-service-density"
10330
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10336   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'VHOST' and
10340            'VXLAN' and
10341            'CHAIN' and
10342            'IMIX' and
10343            '4T2C' and
10344            'NDRPDR'"
10345   parameters:
10346   - "throughput"
10347   - "name"
10348   - "tags"
10349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = VNFs per Service Chain"
10351   y-axis: "Y = Number of Service Chains"
10352   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10355     layout: "plot-service-density"
10356
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10362   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'VHOST' and
10366            'VXLAN' and
10367            'CHAIN' and
10368            'IMIX' and
10369            '8T4C' and
10370            'NDRPDR'"
10371   parameters:
10372   - "throughput"
10373   - "name"
10374   - "tags"
10375   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = VNFs per Service Chain"
10377   y-axis: "Y = Number of Service Chains"
10378   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10381     layout: "plot-service-density"
10382
10383 # Plots - NF Density - CSC - MRR IMIX
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10389   data: "plot-vpp-nfv-2n-clx-mrr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'DOCKER' and
10393            'CHAIN' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '2T1C' and
10397            'MRR'"
10398   parameters:
10399   - "result"
10400   - "name"
10401   - "tags"
10402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = CNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10415   data: "plot-vpp-nfv-2n-clx-mrr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'DOCKER' and
10419            'CHAIN' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '4T2C' and
10423            'MRR'"
10424   parameters:
10425   - "result"
10426   - "name"
10427   - "tags"
10428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = CNFs per Service Chain"
10430   y-axis: "Y = Number of Service Chains"
10431   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10434     layout: "plot-service-density"
10435
10436 - type: "plot"
10437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10438   algorithm: "plot_nf_heatmap"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10441   data: "plot-vpp-nfv-2n-clx-mrr"
10442   filter: "'NIC_Intel-XXV710' and
10443            'NF_DENSITY' and
10444            'DOCKER' and
10445            'CHAIN' and
10446            'NF_VPPIP4' and
10447            'IMIX' and
10448            '8T4C' and
10449            'MRR'"
10450   parameters:
10451   - "result"
10452   - "name"
10453   - "tags"
10454   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10455   x-axis: "X = CNFs per Service Chain"
10456   y-axis: "Y = Number of Service Chains"
10457   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10458   layout:
10459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10460     layout: "plot-service-density"
10461
10462 # Plots - NF Density - CSC - NDR IMIX
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10468   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'DOCKER' and
10472            'CHAIN' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '2T1C' and
10476            'NDRPDR'"
10477   parameters:
10478   - "throughput"
10479   - "name"
10480   - "tags"
10481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = CNFs per Service Chain"
10483   y-axis: "Y = Number of Service Chains"
10484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10494   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'DOCKER' and
10498            'CHAIN' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '4T2C' and
10502            'NDRPDR'"
10503   parameters:
10504   - "throughput"
10505   - "name"
10506   - "tags"
10507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = CNFs per Service Chain"
10509   y-axis: "Y = Number of Service Chains"
10510   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10513     layout: "plot-service-density"
10514
10515 - type: "plot"
10516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10517   algorithm: "plot_nf_heatmap"
10518   output-file-type: ".html"
10519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10520   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10521   filter: "'NIC_Intel-XXV710' and
10522            'NF_DENSITY' and
10523            'DOCKER' and
10524            'CHAIN' and
10525            'NF_VPPIP4' and
10526            'IMIX' and
10527            '8T4C' and
10528            'NDRPDR'"
10529   parameters:
10530   - "throughput"
10531   - "name"
10532   - "tags"
10533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10534   x-axis: "X = CNFs per Service Chain"
10535   y-axis: "Y = Number of Service Chains"
10536   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10537   layout:
10538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10539     layout: "plot-service-density"
10540
10541 # Plots - NF Density - CSC - PDR IMIX
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10547   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'DOCKER' and
10551            'CHAIN' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '2T1C' and
10555            'NDRPDR'"
10556   parameters:
10557   - "throughput"
10558   - "name"
10559   - "tags"
10560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = CNFs per Service Chain"
10562   y-axis: "Y = Number of Service Chains"
10563   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10573   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'DOCKER' and
10577            'CHAIN' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '4T2C' and
10581            'NDRPDR'"
10582   parameters:
10583   - "throughput"
10584   - "name"
10585   - "tags"
10586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = CNFs per Service Chain"
10588   y-axis: "Y = Number of Service Chains"
10589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10592     layout: "plot-service-density"
10593
10594 - type: "plot"
10595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10596   algorithm: "plot_nf_heatmap"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10599   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10600   filter: "'NIC_Intel-XXV710' and
10601            'NF_DENSITY' and
10602            'DOCKER' and
10603            'CHAIN' and
10604            'NF_VPPIP4' and
10605            'IMIX' and
10606            '8T4C' and
10607            'NDRPDR'"
10608   parameters:
10609   - "throughput"
10610   - "name"
10611   - "tags"
10612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10613   x-axis: "X = CNFs per Service Chain"
10614   y-axis: "Y = Number of Service Chains"
10615   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10616   layout:
10617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10618     layout: "plot-service-density"
10619
10620 # Plots - NF Density - CSP - MRR IMIX
10621 - type: "plot"
10622   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10623   algorithm: "plot_nf_heatmap"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10626   data: "plot-vpp-nfv-2n-clx-mrr"
10627   filter: "'NIC_Intel-XXV710' and
10628            'NF_DENSITY' and
10629            'DOCKER' and
10630            'PIPELINE' and
10631            'NF_VPPIP4' and
10632            'IMIX' and
10633            '2T1C' and
10634            'MRR'"
10635   parameters:
10636   - "result"
10637   - "name"
10638   - "tags"
10639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10640   x-axis: "X = CNFs per Service Pipeline"
10641   y-axis: "Y = Number of Service Pipelines"
10642   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10643   layout:
10644     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10645     layout: "plot-service-density"
10646
10647 - type: "plot"
10648   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10649   algorithm: "plot_nf_heatmap"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10652   data: "plot-vpp-nfv-2n-clx-mrr"
10653   filter: "'NIC_Intel-XXV710' and
10654            'NF_DENSITY' and
10655            'DOCKER' and
10656            'PIPELINE' and
10657            'NF_VPPIP4' and
10658            'IMIX' and
10659            '4T2C' and
10660            'MRR'"
10661   parameters:
10662   - "result"
10663   - "name"
10664   - "tags"
10665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10666   x-axis: "X = CNFs per Service Pipeline"
10667   y-axis: "Y = Number of Service Pipelines"
10668   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10669   layout:
10670     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10671     layout: "plot-service-density"
10672
10673 - type: "plot"
10674   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10675   algorithm: "plot_nf_heatmap"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10678   data: "plot-vpp-nfv-2n-clx-mrr"
10679   filter: "'NIC_Intel-XXV710' and
10680            'NF_DENSITY' and
10681            'DOCKER' and
10682            'PIPELINE' and
10683            'NF_VPPIP4' and
10684            'IMIX' and
10685            '8T4C' and
10686            'MRR'"
10687   parameters:
10688   - "result"
10689   - "name"
10690   - "tags"
10691   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10692   x-axis: "X = CNFs per Service Pipeline"
10693   y-axis: "Y = Number of Service Pipelines"
10694   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10695   layout:
10696     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10697     layout: "plot-service-density"
10698
10699 # Plots - NF Density - CSP - NDR IMIX
10700 - type: "plot"
10701   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10702   algorithm: "plot_nf_heatmap"
10703   output-file-type: ".html"
10704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10705   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10706   filter: "'NIC_Intel-XXV710' and
10707            'NF_DENSITY' and
10708            'DOCKER' and
10709            'PIPELINE' and
10710            'NF_VPPIP4' and
10711            'IMIX' and
10712            '2T1C' and
10713            'NDRPDR'"
10714   parameters:
10715   - "throughput"
10716   - "name"
10717   - "tags"
10718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10719   x-axis: "X = CNFs per Service Pipeline"
10720   y-axis: "Y = Number of Service Pipelines"
10721   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10722   layout:
10723     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10724     layout: "plot-service-density"
10725
10726 - type: "plot"
10727   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10728   algorithm: "plot_nf_heatmap"
10729   output-file-type: ".html"
10730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10731   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10732   filter: "'NIC_Intel-XXV710' and
10733            'NF_DENSITY' and
10734            'DOCKER' and
10735            'PIPELINE' and
10736            'NF_VPPIP4' and
10737            'IMIX' and
10738            '4T2C' and
10739            'NDRPDR'"
10740   parameters:
10741   - "throughput"
10742   - "name"
10743   - "tags"
10744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10745   x-axis: "X = CNFs per Service Pipeline"
10746   y-axis: "Y = Number of Service Pipelines"
10747   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10748   layout:
10749     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10750     layout: "plot-service-density"
10751
10752 - type: "plot"
10753   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10754   algorithm: "plot_nf_heatmap"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10757   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10758   filter: "'NIC_Intel-XXV710' and
10759            'NF_DENSITY' and
10760            'DOCKER' and
10761            'PIPELINE' and
10762            'NF_VPPIP4' and
10763            'IMIX' and
10764            '8T4C' and
10765            'NDRPDR'"
10766   parameters:
10767   - "throughput"
10768   - "name"
10769   - "tags"
10770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10771   x-axis: "X = CNFs per Service Pipeline"
10772   y-axis: "Y = Number of Service Pipelines"
10773   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10774   layout:
10775     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10776     layout: "plot-service-density"
10777
10778 # Plots - NF Density - CSP - PDR IMIX
10779 - type: "plot"
10780   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10781   algorithm: "plot_nf_heatmap"
10782   output-file-type: ".html"
10783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10784   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10785   filter: "'NIC_Intel-XXV710' and
10786            'NF_DENSITY' and
10787            'DOCKER' and
10788            'PIPELINE' and
10789            'NF_VPPIP4' and
10790            'IMIX' and
10791            '2T1C' and
10792            'NDRPDR'"
10793   parameters:
10794   - "throughput"
10795   - "name"
10796   - "tags"
10797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10798   x-axis: "X = CNFs per Service Pipeline"
10799   y-axis: "Y = Number of Service Pipelines"
10800   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10801   layout:
10802     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10803     layout: "plot-service-density"
10804
10805 - type: "plot"
10806   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10807   algorithm: "plot_nf_heatmap"
10808   output-file-type: ".html"
10809   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10810   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10811   filter: "'NIC_Intel-XXV710' and
10812            'NF_DENSITY' and
10813            'DOCKER' and
10814            'PIPELINE' and
10815            'NF_VPPIP4' and
10816            'IMIX' and
10817            '4T2C' and
10818            'NDRPDR'"
10819   parameters:
10820   - "throughput"
10821   - "name"
10822   - "tags"
10823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10824   x-axis: "X = CNFs per Service Pipeline"
10825   y-axis: "Y = Number of Service Pipelines"
10826   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10827   layout:
10828     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10829     layout: "plot-service-density"
10830
10831 - type: "plot"
10832   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10833   algorithm: "plot_nf_heatmap"
10834   output-file-type: ".html"
10835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10836   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10837   filter: "'NIC_Intel-XXV710' and
10838            'NF_DENSITY' and
10839            'DOCKER' and
10840            'PIPELINE' and
10841            'NF_VPPIP4' and
10842            'IMIX' and
10843            '8T4C' and
10844            'NDRPDR'"
10845   parameters:
10846   - "throughput"
10847   - "name"
10848   - "tags"
10849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10850   x-axis: "X = CNFs per Service Pipeline"
10851   y-axis: "Y = Number of Service Pipelines"
10852   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10853   layout:
10854     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10855     layout: "plot-service-density"
10856
10857 ################################################################################
10858
10859 # Packet Throughput
10860
10861 - type: "plot"
10862   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10863   algorithm: "plot_perf_box_name"
10864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10866   include:
10867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10871   layout:
10872     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10873     layout: "plot-throughput"
10874
10875 - type: "plot"
10876   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10877   algorithm: "plot_perf_box_name"
10878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10880   include:
10881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10885   layout:
10886     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10887     layout: "plot-throughput"
10888
10889 - type: "plot"
10890   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10891   algorithm: "plot_perf_box_name"
10892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10894   include:
10895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10896     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10897     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10898     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10899   layout:
10900     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10901     layout: "plot-throughput"
10902
10903 - type: "plot"
10904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10905   algorithm: "plot_perf_box_name"
10906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10908   include:
10909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10913   layout:
10914     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10919   algorithm: "plot_perf_box_name"
10920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10922   include:
10923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10928   layout:
10929     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10930     layout: "plot-throughput"
10931
10932 - type: "plot"
10933   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10934   algorithm: "plot_perf_box_name"
10935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10942     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10943   layout:
10944     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10945     layout: "plot-throughput"
10946
10947 - type: "plot"
10948   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10949   algorithm: "plot_perf_box_name"
10950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10952   include:
10953     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10956     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10957     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10958   layout:
10959     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10960     layout: "plot-throughput"
10961
10962 - type: "plot"
10963   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10964   algorithm: "plot_perf_box_name"
10965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10967   include:
10968     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10969     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10970     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10971     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10972     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10973   layout:
10974     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10975     layout: "plot-throughput"
10976
10977 - type: "plot"
10978   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10979   algorithm: "plot_perf_box_name"
10980   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10981   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10982   include:
10983     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10984     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10985     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10986     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10987     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10988   layout:
10989     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10990     layout: "plot-throughput"
10991
10992 - type: "plot"
10993   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10994   algorithm: "plot_perf_box_name"
10995   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10996   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10997   include:
10998     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10999     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11000     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11001     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11002     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11003   layout:
11004     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11005     layout: "plot-throughput"
11006
11007 - type: "plot"
11008   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11009   algorithm: "plot_perf_box_name"
11010   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11012   include:
11013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11019   layout:
11020     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11021     layout: "plot-throughput"
11022
11023 - type: "plot"
11024   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11025   algorithm: "plot_perf_box_name"
11026   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11028   include:
11029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11035   layout:
11036     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11037     layout: "plot-throughput"
11038
11039 - type: "plot"
11040   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11041   algorithm: "plot_perf_box_name"
11042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11044   include:
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11050   layout:
11051     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11052     layout: "plot-throughput"
11053
11054 - type: "plot"
11055   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11056   algorithm: "plot_perf_box_name"
11057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11059   include:
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11065   layout:
11066     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11067     layout: "plot-throughput"
11068
11069 - type: "plot"
11070   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11071   algorithm: "plot_perf_box_name"
11072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11074   include:
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11078   layout:
11079     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11080     layout: "plot-throughput"
11081
11082 - type: "plot"
11083   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11084   algorithm: "plot_perf_box_name"
11085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11087   include:
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11091   layout:
11092     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11093     layout: "plot-throughput"
11094
11095 - type: "plot"
11096   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11097   algorithm: "plot_perf_box_name"
11098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11100   include:
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11106   layout:
11107     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11108     layout: "plot-throughput"
11109
11110 - type: "plot"
11111   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11112   algorithm: "plot_perf_box_name"
11113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11115   include:
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11121   layout:
11122     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11123     layout: "plot-throughput"
11124
11125 - type: "plot"
11126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11127   algorithm: "plot_perf_box_name"
11128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11130   include:
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11134   layout:
11135     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11136     layout: "plot-throughput"
11137
11138 - type: "plot"
11139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11140   algorithm: "plot_perf_box_name"
11141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11143   include:
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11147   layout:
11148     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11149     layout: "plot-throughput"
11150
11151 - type: "plot"
11152   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11153   algorithm: "plot_perf_box_name"
11154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11156   include:
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11163   layout:
11164     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11172   include:
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11179   layout:
11180     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11181     layout: "plot-throughput"
11182
11183 - type: "plot"
11184   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11185   algorithm: "plot_perf_box_name"
11186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11188   include:
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11195   layout:
11196     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11204   include:
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11211   layout:
11212     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11213     layout: "plot-throughput"
11214
11215 - type: "plot"
11216   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11217   algorithm: "plot_perf_box_name"
11218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11220   include:
11221     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11224   layout:
11225     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11226     layout: "plot-throughput"
11227
11228 - type: "plot"
11229   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11230   algorithm: "plot_perf_box_name"
11231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11233   include:
11234     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11237   layout:
11238     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11246   include:
11247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11250 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11251 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11252   layout:
11253     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11254     layout: "plot-throughput"
11255
11256 - type: "plot"
11257   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11258   algorithm: "plot_perf_box_name"
11259   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11261   include:
11262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11265 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11266 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11267   layout:
11268     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11269     layout: "plot-throughput"
11270
11271 - type: "plot"
11272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11273   algorithm: "plot_perf_box_name"
11274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11276   include:
11277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11282   layout:
11283     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11288   algorithm: "plot_perf_box_name"
11289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11291   include:
11292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11297   layout:
11298     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11299     layout: "plot-throughput"
11300
11301 - type: "plot"
11302   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11303   algorithm: "plot_perf_box_name"
11304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11306   include:
11307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11312   layout:
11313     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11321   include:
11322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11327   layout:
11328     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11336   include:
11337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11343   layout:
11344     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11345     layout: "plot-throughput"
11346
11347 - type: "plot"
11348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11349   algorithm: "plot_perf_box_name"
11350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11352   include:
11353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11359   layout:
11360     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11361     layout: "plot-throughput"
11362
11363 - type: "plot"
11364   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11365   algorithm: "plot_perf_box_name"
11366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11368   include:
11369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11375   layout:
11376     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11377     layout: "plot-throughput"
11378
11379 - type: "plot"
11380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11381   algorithm: "plot_perf_box_name"
11382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11384   include:
11385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11391   layout:
11392     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11393     layout: "plot-throughput"
11394
11395 - type: "plot"
11396   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11397   algorithm: "plot_perf_box_name"
11398   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11399   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11400   include:
11401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11406   layout:
11407     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11408     layout: "plot-throughput"
11409
11410 - type: "plot"
11411   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11412   algorithm: "plot_perf_box_name"
11413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11415   include:
11416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11421   layout:
11422     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11423     layout: "plot-throughput"
11424
11425 - type: "plot"
11426   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11427   algorithm: "plot_perf_box_name"
11428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11430   include:
11431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11437   layout:
11438     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11439     layout: "plot-throughput"
11440
11441 - type: "plot"
11442   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11443   algorithm: "plot_perf_box_name"
11444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11446   include:
11447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11453   layout:
11454     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11455     layout: "plot-throughput"
11456
11457 - type: "plot"
11458   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11459   algorithm: "plot_perf_box_name"
11460   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11461   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11462   include:
11463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11468   layout:
11469     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11470     layout: "plot-throughput"
11471
11472 - type: "plot"
11473   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11474   algorithm: "plot_perf_box_name"
11475   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11476   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11477   include:
11478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11483   layout:
11484     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11485     layout: "plot-throughput"
11486
11487 - type: "plot"
11488   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11489   algorithm: "plot_perf_box_name"
11490   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11491   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11492   include:
11493     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11499   layout:
11500     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11501     layout: "plot-throughput"
11502
11503 - type: "plot"
11504   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11505   algorithm: "plot_perf_box_name"
11506   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11507   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11508   include:
11509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11515   layout:
11516     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11524   include:
11525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11530   layout:
11531     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11532     layout: "plot-throughput"
11533
11534 - type: "plot"
11535   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11536   algorithm: "plot_perf_box_name"
11537   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11538   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11539   include:
11540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11545   layout:
11546     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11553   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11554   include:
11555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11561   layout:
11562     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11569   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11570   include:
11571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11577   layout:
11578     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11579     layout: "plot-throughput"
11580
11581 - type: "plot"
11582   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11583   algorithm: "plot_perf_box_name"
11584   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11586   include:
11587     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11589   layout:
11590     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11591     layout: "plot-throughput"
11592
11593 - type: "plot"
11594   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11595   algorithm: "plot_perf_box_name"
11596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11598   include:
11599     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11601   layout:
11602     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11610   include:
11611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11615   layout:
11616     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11624   include:
11625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11629   layout:
11630     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11631     layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11638   include:
11639     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11643   layout:
11644     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11652   include:
11653     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11657   layout:
11658     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11666   include:
11667     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11671   layout:
11672     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11677   algorithm: "plot_perf_box_name"
11678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11680   include:
11681     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11685   layout:
11686     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11687     layout: "plot-throughput"
11688
11689 - type: "plot"
11690   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11691   algorithm: "plot_perf_box_name"
11692   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11693   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11694   include:
11695     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11699   layout:
11700     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11707   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11708   include:
11709     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11713   layout:
11714     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11722   include:
11723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11729   layout:
11730     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11738   include:
11739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11745   layout:
11746     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11754   include:
11755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11760   layout:
11761     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11762     layout: "plot-throughput"
11763
11764 - type: "plot"
11765   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11766   algorithm: "plot_perf_box_name"
11767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11769   include:
11770     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11775   layout:
11776     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11784   include:
11785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11790   layout:
11791     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11792     layout: "plot-throughput"
11793
11794 - type: "plot"
11795   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11796   algorithm: "plot_perf_box_name"
11797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11799   include:
11800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11805   layout:
11806     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11807     layout: "plot-throughput"
11808
11809 - type: "plot"
11810   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11811   algorithm: "plot_perf_box_name"
11812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11814   include:
11815     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11818   layout:
11819     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11820     layout: "plot-throughput"
11821
11822 - type: "plot"
11823   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11824   algorithm: "plot_perf_box_name"
11825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11827   include:
11828     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11831   layout:
11832     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11833     layout: "plot-throughput"
11834
11835 - type: "plot"
11836   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11837   algorithm: "plot_perf_box_name"
11838   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11840   include:
11841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11844   layout:
11845     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11853   include:
11854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11857   layout:
11858     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11866   include:
11867     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11872   layout:
11873     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11881   include:
11882     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11887   layout:
11888     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11889     layout: "plot-throughput"
11890
11891 - type: "plot"
11892   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11896   include:
11897     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11902   layout:
11903     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11911   include:
11912     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11917   layout:
11918     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11926   include:
11927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11932   layout:
11933     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11934     layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11938   algorithm: "plot_perf_box_name"
11939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11941   include:
11942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11947   layout:
11948     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11949     layout: "plot-throughput"
11950
11951 - type: "plot"
11952   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11953   algorithm: "plot_perf_box_name"
11954   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11955   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11956   include:
11957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11962   layout:
11963     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11964     layout: "plot-throughput"
11965
11966 - type: "plot"
11967   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11968   algorithm: "plot_perf_box_name"
11969   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11970   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11971   include:
11972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11977   layout:
11978     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11985   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11986   include:
11987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11992   layout:
11993     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12001   include:
12002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12007   layout:
12008     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12013   algorithm: "plot_perf_box_name"
12014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12016   include:
12017     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12018     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12019     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12020     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12023   layout:
12024     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12032   include:
12033     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12034     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12038     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12039   layout:
12040     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12045   algorithm: "plot_perf_box_name"
12046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12048   include:
12049     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12050     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12051     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12052     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12053   layout:
12054     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12059   algorithm: "plot_perf_box_name"
12060   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12062   include:
12063     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12064     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12065     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12067   layout:
12068     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12082     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12083   layout:
12084     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12092   include:
12093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12094     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12095     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12098     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12099   layout:
12100     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12115   layout:
12116     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12124   include:
12125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12131   layout:
12132     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12137   algorithm: "plot_perf_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12140   include:
12141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12146     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12147   layout:
12148     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12149     layout: "plot-throughput"
12150
12151 - type: "plot"
12152   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12153   algorithm: "plot_perf_box_name"
12154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12156   include:
12157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12158     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12163   layout:
12164     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12165     layout: "plot-throughput"
12166
12167 - type: "plot"
12168   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12169   algorithm: "plot_perf_box_name"
12170   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12171   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12172   include:
12173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12179   layout:
12180     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12188   include:
12189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12195   layout:
12196     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12211   layout:
12212     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12220   include:
12221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12227   layout:
12228     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12229     layout: "plot-throughput"
12230
12231 - type: "plot"
12232   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12233   algorithm: "plot_perf_box_name"
12234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12236   include:
12237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12243   layout:
12244     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12252   include:
12253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12259   layout:
12260     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12268   include:
12269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12275   layout:
12276     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12277     layout: "plot-throughput"
12278
12279 - type: "plot"
12280   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12281   algorithm: "plot_perf_box_name"
12282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12284   include:
12285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12291   layout:
12292     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12293     layout: "plot-throughput"
12294
12295 - type: "plot"
12296   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12297   algorithm: "plot_perf_box_name"
12298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12300   include:
12301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12305   layout:
12306     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12314   include:
12315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12319   layout:
12320     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12328   include:
12329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12333   layout:
12334     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12342   include:
12343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12347   layout:
12348     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12353   algorithm: "plot_perf_box_name"
12354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12356   include:
12357     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12363   layout:
12364     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12372   include:
12373     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12379   layout:
12380     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12388   include:
12389     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12394   layout:
12395     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12403   include:
12404     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12409   layout:
12410     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12411     layout: "plot-throughput"
12412
12413 - type: "plot"
12414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12415   algorithm: "plot_perf_box_name"
12416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12418   include:
12419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12424   layout:
12425     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12433   include:
12434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12439   layout:
12440     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12448   include:
12449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12453   layout:
12454     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12462   include:
12463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12467   layout:
12468     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12473   algorithm: "plot_perf_box_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12476   include:
12477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12483   layout:
12484     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12492   include:
12493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12499   layout:
12500     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12501     layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12508   include:
12509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12515   layout:
12516     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12524   include:
12525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12531   layout:
12532     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12540   include:
12541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12547   layout:
12548     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12563   layout:
12564     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12572   include:
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12577   layout:
12578     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12586   include:
12587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12591   layout:
12592     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12600   include:
12601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12607   layout:
12608     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12616   include:
12617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12623   layout:
12624     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12632   include:
12633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12639   layout:
12640     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12641     layout: "plot-throughput"
12642
12643 - type: "plot"
12644   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12645   algorithm: "plot_perf_box_name"
12646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12648   include:
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12655   layout:
12656     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12657     layout: "plot-throughput"
12658
12659 #- type: "plot"
12660 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12661 #  algorithm: "plot_perf_box_name"
12662 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12663 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12664 #  include:
12665 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12666 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12667 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12668 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12669 #  layout:
12670 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12671 #    layout: "plot-throughput"
12672 #
12673 #- type: "plot"
12674 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12675 #  algorithm: "plot_perf_box_name"
12676 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12677 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12678 #  include:
12679 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12680 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12681 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12682 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12683 #  layout:
12684 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12685 #    layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12689   algorithm: "plot_perf_box_name"
12690   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12691   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12692   include:
12693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12699   layout:
12700     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12701     layout: "plot-throughput"
12702
12703 - type: "plot"
12704   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12705   algorithm: "plot_perf_box_name"
12706   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12707   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12708   include:
12709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12715   layout:
12716     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12717     layout: "plot-throughput"
12718
12719 #- type: "plot"
12720 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12721 #  algorithm: "plot_perf_box_name"
12722 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12723 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12724 #  include:
12725 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12728 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12729 #  layout:
12730 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12731 #    layout: "plot-throughput"
12732 #
12733 #- type: "plot"
12734 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12735 #  algorithm: "plot_perf_box_name"
12736 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12737 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12738 #  include:
12739 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12740 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12741 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12742 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12743 #  layout:
12744 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12745 #    layout: "plot-throughput"
12746
12747 - type: "plot"
12748   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12749   algorithm: "plot_perf_box_name"
12750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12752   include:
12753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12759   layout:
12760     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12767   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12768   include:
12769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12775   layout:
12776     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12777     layout: "plot-throughput"
12778
12779 #- type: "plot"
12780 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12781 #  algorithm: "plot_perf_box_name"
12782 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12783 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12784 #  include:
12785 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12786 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12787 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12791 #  layout:
12792 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12793 #    layout: "plot-throughput"
12794 #
12795 #- type: "plot"
12796 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12797 #  algorithm: "plot_perf_box_name"
12798 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12799 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12800 #  include:
12801 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12802 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12803 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12804 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12805 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12806 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12807 #  layout:
12808 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12809 #    layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12816   include:
12817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12819     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12823   layout:
12824     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12832   include:
12833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12835     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12839   layout:
12840     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12848   include:
12849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12855   layout:
12856     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12864   include:
12865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12871   layout:
12872     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12880   include:
12881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12886     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12887   layout:
12888     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12889     layout: "plot-throughput"
12890
12891 - type: "plot"
12892   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12893   algorithm: "plot_perf_box_name"
12894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12896   include:
12897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12899     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12901     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12903   layout:
12904     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12905     layout: "plot-throughput"
12906
12907 #- type: "plot"
12908 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12909 #  algorithm: "plot_perf_box_name"
12910 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12911 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12912 #  include:
12913 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12914 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12915 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12916 #  layout:
12917 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12918 #    layout: "plot-throughput"
12919 #
12920 #- type: "plot"
12921 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12922 #  algorithm: "plot_perf_box_name"
12923 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12924 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12925 #  include:
12926 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12927 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12928 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12929 #  layout:
12930 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12931 #    layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12938   include:
12939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12944   layout:
12945     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12953   include:
12954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12959   layout:
12960     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12965   algorithm: "plot_perf_box_name"
12966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12968   include:
12969     - "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"
12970     - "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"
12971     - "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"
12972     - "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"
12973     - "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"
12974   layout:
12975     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12983   include:
12984     - "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"
12985     - "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"
12986     - "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"
12987     - "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"
12988     - "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"
12989   layout:
12990     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12998   include:
12999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13004   layout:
13005     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13006     layout: "plot-throughput"
13007
13008 - type: "plot"
13009   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13010   algorithm: "plot_perf_box_name"
13011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13013   include:
13014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13019   layout:
13020     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13028   include:
13029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13034   layout:
13035     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13043   include:
13044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13049   layout:
13050     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13055   algorithm: "plot_perf_box_name"
13056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13058   include:
13059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13064   layout:
13065     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13066     layout: "plot-throughput"
13067
13068 - type: "plot"
13069   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13070   algorithm: "plot_perf_box_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13073   include:
13074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13079   layout:
13080     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13088   include:
13089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13094   layout:
13095     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13100   algorithm: "plot_perf_box_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13103   include:
13104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13109   layout:
13110     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13118   include:
13119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13123   layout:
13124     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13132   include:
13133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13137   layout:
13138     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13146   include:
13147     - "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"
13148     - "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"
13149     - "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"
13150     - "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"
13151   layout:
13152     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13153     layout: "plot-throughput"
13154
13155 - type: "plot"
13156   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13157   algorithm: "plot_perf_box_name"
13158   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13160   include:
13161     - "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"
13162     - "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"
13163     - "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"
13164     - "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"
13165   layout:
13166     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13167     layout: "plot-throughput"
13168
13169 - type: "plot"
13170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13171   algorithm: "plot_perf_box_name"
13172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13174   include:
13175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13181   layout:
13182     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13187   algorithm: "plot_perf_box_name"
13188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13190   include:
13191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13197   layout:
13198     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13199     layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13206   include:
13207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13213   layout:
13214     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13215     layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13222   include:
13223     - "Tests.Vpp.Perf.Vm Vhost.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.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.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.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.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13229   layout:
13230     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13231     layout: "plot-throughput"
13232
13233 - type: "plot"
13234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13235   algorithm: "plot_perf_box_name"
13236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13238   include:
13239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13245   layout:
13246     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13261   layout:
13262     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13263     layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13267   algorithm: "plot_perf_box_name"
13268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13270   include:
13271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13276   layout:
13277     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13278     layout: "plot-throughput"
13279
13280 - type: "plot"
13281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13282   algorithm: "plot_perf_box_name"
13283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13285   include:
13286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13291   layout:
13292     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13293     layout: "plot-throughput"
13294
13295 - type: "plot"
13296   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13297   algorithm: "plot_perf_box_name"
13298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13300   include:
13301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13303   layout:
13304     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13305     layout: "plot-throughput"
13306
13307 - type: "plot"
13308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13309   algorithm: "plot_perf_box_name"
13310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13312   include:
13313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13315   layout:
13316     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "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"
13326     - "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"
13327   layout:
13328     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13336   include:
13337     - "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"
13338     - "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"
13339   layout:
13340     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13348   include:
13349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355   layout:
13356     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13357     layout: "plot-throughput"
13358
13359 - type: "plot"
13360   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13361   algorithm: "plot_perf_box_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13364   include:
13365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13371   layout:
13372     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13373     layout: "plot-throughput"
13374
13375 - type: "plot"
13376   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13377   algorithm: "plot_perf_box_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13380   include:
13381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13387   layout:
13388     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13396   include:
13397     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13403   layout:
13404     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13405     layout: "plot-throughput"
13406
13407 #- type: "plot"
13408 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13409 #  algorithm: "plot_perf_box_name"
13410 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13411 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13412 #  include:
13413 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13414 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13415 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13416 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13417 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13418 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13419 #  layout:
13420 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13421 #    layout: "plot-throughput"
13422 #
13423 #- type: "plot"
13424 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13425 #  algorithm: "plot_perf_box_name"
13426 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13427 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13428 #  include:
13429 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13430 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13431 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13432 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13433 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13434 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13435 #  layout:
13436 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13437 #    layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13444   include:
13445     - "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"
13446     - "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"
13447     - "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"
13448     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13451   layout:
13452     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13460   include:
13461     - "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"
13462     - "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"
13463     - "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"
13464     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13467   layout:
13468     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13469     layout: "plot-throughput"
13470
13471 ################################################################################
13472
13473 # Packet Speedup
13474
13475 - type: "plot"
13476   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13477   algorithm: "plot_tsa_name"
13478   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13480   include:
13481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13485   layout:
13486     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13487     layout: "plot-throughput-speedup-analysis"
13488
13489 - type: "plot"
13490   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13491   algorithm: "plot_tsa_name"
13492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13494   include:
13495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13499   layout:
13500     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13501     layout: "plot-throughput-speedup-analysis"
13502
13503 - type: "plot"
13504   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13505   algorithm: "plot_tsa_name"
13506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13513   layout:
13514     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13515     layout: "plot-throughput-speedup-analysis"
13516
13517 - type: "plot"
13518   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13519   algorithm: "plot_tsa_name"
13520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13522   include:
13523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13527   layout:
13528     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13529     layout: "plot-throughput-speedup-analysis"
13530
13531 - type: "plot"
13532   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13533   algorithm: "plot_tsa_name"
13534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13536   include:
13537     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13538     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13539     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13542   layout:
13543     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13544     layout: "plot-throughput-speedup-analysis"
13545
13546 - type: "plot"
13547   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13548   algorithm: "plot_tsa_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551   include:
13552     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13553     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13557   layout:
13558     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13559     layout: "plot-throughput-speedup-analysis"
13560
13561 - type: "plot"
13562   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13563   algorithm: "plot_tsa_name"
13564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13566   include:
13567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13568     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13569     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13572   layout:
13573     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13574     layout: "plot-throughput-speedup-analysis"
13575
13576 - type: "plot"
13577   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13578   algorithm: "plot_tsa_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13581   include:
13582     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13583     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13587   layout:
13588     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13589     layout: "plot-throughput-speedup-analysis"
13590
13591 - type: "plot"
13592   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13593   algorithm: "plot_tsa_name"
13594   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13596   include:
13597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13603   layout:
13604     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13605     layout: "plot-throughput-speedup-analysis"
13606
13607 - type: "plot"
13608   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13609   algorithm: "plot_tsa_name"
13610   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13612   include:
13613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13619   layout:
13620     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13621     layout: "plot-throughput-speedup-analysis"
13622
13623 - type: "plot"
13624   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13625   algorithm: "plot_tsa_name"
13626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13628   include:
13629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13634   layout:
13635     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13636     layout: "plot-throughput-speedup-analysis"
13637
13638 - type: "plot"
13639   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13640   algorithm: "plot_tsa_name"
13641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13643   include:
13644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13649   layout:
13650     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13651     layout: "plot-throughput-speedup-analysis"
13652
13653 - type: "plot"
13654   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13655   algorithm: "plot_tsa_name"
13656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13658   include:
13659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13662   layout:
13663     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13664     layout: "plot-throughput-speedup-analysis"
13665
13666 - type: "plot"
13667   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13668   algorithm: "plot_tsa_name"
13669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13671   include:
13672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13675   layout:
13676     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13677     layout: "plot-throughput-speedup-analysis"
13678
13679 - type: "plot"
13680   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13681   algorithm: "plot_tsa_name"
13682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13684   include:
13685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13690   layout:
13691     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13692     layout: "plot-throughput-speedup-analysis"
13693
13694 - type: "plot"
13695   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13696   algorithm: "plot_tsa_name"
13697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13699   include:
13700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13705   layout:
13706     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13707     layout: "plot-throughput-speedup-analysis"
13708
13709 - type: "plot"
13710   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13711   algorithm: "plot_tsa_name"
13712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13714   include:
13715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13718   layout:
13719     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13720     layout: "plot-throughput-speedup-analysis"
13721
13722 - type: "plot"
13723   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13724   algorithm: "plot_tsa_name"
13725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13731   layout:
13732     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13733     layout: "plot-throughput-speedup-analysis"
13734
13735 - type: "plot"
13736   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13737   algorithm: "plot_tsa_name"
13738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13740   include:
13741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13747   layout:
13748     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13749     layout: "plot-throughput-speedup-analysis"
13750
13751 - type: "plot"
13752   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13753   algorithm: "plot_tsa_name"
13754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13756   include:
13757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13763   layout:
13764     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13765     layout: "plot-throughput-speedup-analysis"
13766
13767 - type: "plot"
13768   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13769   algorithm: "plot_tsa_name"
13770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13772   include:
13773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13779   layout:
13780     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13781     layout: "plot-throughput-speedup-analysis"
13782
13783 - type: "plot"
13784   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13785   algorithm: "plot_tsa_name"
13786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13788   include:
13789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13795   layout:
13796     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13797     layout: "plot-throughput-speedup-analysis"
13798
13799 - type: "plot"
13800   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13801   algorithm: "plot_tsa_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13804   include:
13805     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13806     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13807     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13808   layout:
13809     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13810     layout: "plot-throughput-speedup-analysis"
13811
13812 - type: "plot"
13813   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13814   algorithm: "plot_tsa_name"
13815   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13817   include:
13818     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13819     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13820     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13821   layout:
13822     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13823     layout: "plot-throughput-speedup-analysis"
13824
13825 - type: "plot"
13826   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13827   algorithm: "plot_tsa_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13830   include:
13831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13834 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13835 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13836   layout:
13837     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13838     layout: "plot-throughput-speedup-analysis"
13839
13840 - type: "plot"
13841   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13842   algorithm: "plot_tsa_name"
13843   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13845   include:
13846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13849 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13850 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13851   layout:
13852     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13853     layout: "plot-throughput-speedup-analysis"
13854
13855 - type: "plot"
13856   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13857   algorithm: "plot_tsa_name"
13858   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13860   include:
13861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13866   layout:
13867     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13868     layout: "plot-throughput-speedup-analysis"
13869
13870 - type: "plot"
13871   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13872   algorithm: "plot_tsa_name"
13873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13875   include:
13876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13881   layout:
13882     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13883     layout: "plot-throughput-speedup-analysis"
13884
13885 - type: "plot"
13886   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13887   algorithm: "plot_tsa_name"
13888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13890   include:
13891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13896   layout:
13897     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13898     layout: "plot-throughput-speedup-analysis"
13899
13900 - type: "plot"
13901   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13902   algorithm: "plot_tsa_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13905   include:
13906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13911   layout:
13912     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13913     layout: "plot-throughput-speedup-analysis"
13914
13915 - type: "plot"
13916   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13917   algorithm: "plot_tsa_name"
13918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13920   include:
13921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13927   layout:
13928     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13929     layout: "plot-throughput-speedup-analysis"
13930
13931 - type: "plot"
13932   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13933   algorithm: "plot_tsa_name"
13934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13936   include:
13937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13943   layout:
13944     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13945     layout: "plot-throughput-speedup-analysis"
13946
13947 - type: "plot"
13948   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13949   algorithm: "plot_tsa_name"
13950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13952   include:
13953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13959   layout:
13960     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13961     layout: "plot-throughput-speedup-analysis"
13962
13963 - type: "plot"
13964   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13965   algorithm: "plot_tsa_name"
13966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13968   include:
13969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13975   layout:
13976     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13977     layout: "plot-throughput-speedup-analysis"
13978
13979 - type: "plot"
13980   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13981   algorithm: "plot_tsa_name"
13982   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13984   include:
13985     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13987   layout:
13988     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13989     layout: "plot-throughput-speedup-analysis"
13990
13991 - type: "plot"
13992   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13993   algorithm: "plot_tsa_name"
13994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13996   include:
13997     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13999   layout:
14000     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14001     layout: "plot-throughput-speedup-analysis"
14002
14003 - type: "plot"
14004   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14005   algorithm: "plot_tsa_name"
14006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14008   include:
14009     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14013   layout:
14014     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14015     layout: "plot-throughput-speedup-analysis"
14016
14017 - type: "plot"
14018   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14019   algorithm: "plot_tsa_name"
14020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14022   include:
14023     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14027   layout:
14028     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14029     layout: "plot-throughput-speedup-analysis"
14030
14031 - type: "plot"
14032   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14033   algorithm: "plot_tsa_name"
14034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14036   include:
14037     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14041   layout:
14042     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14043     layout: "plot-throughput-speedup-analysis"
14044
14045 - type: "plot"
14046   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14047   algorithm: "plot_tsa_name"
14048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14050   include:
14051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14055   layout:
14056     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14057     layout: "plot-throughput-speedup-analysis"
14058
14059 - type: "plot"
14060   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14061   algorithm: "plot_tsa_name"
14062   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14071   layout:
14072     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14073     layout: "plot-throughput-speedup-analysis"
14074
14075 - type: "plot"
14076   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14077   algorithm: "plot_tsa_name"
14078   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14080   include:
14081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14087   layout:
14088     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14089     layout: "plot-throughput-speedup-analysis"
14090
14091 - type: "plot"
14092   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14093   algorithm: "plot_tsa_name"
14094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14102   layout:
14103     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14104     layout: "plot-throughput-speedup-analysis"
14105
14106 - type: "plot"
14107   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14111   include:
14112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14117   layout:
14118     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14119     layout: "plot-throughput-speedup-analysis"
14120
14121 - type: "plot"
14122   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14123   algorithm: "plot_tsa_name"
14124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14132   layout:
14133     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14134     layout: "plot-throughput-speedup-analysis"
14135
14136 - type: "plot"
14137   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14138   algorithm: "plot_tsa_name"
14139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14141   include:
14142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14147   layout:
14148     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14149     layout: "plot-throughput-speedup-analysis"
14150
14151 - type: "plot"
14152   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14153   algorithm: "plot_tsa_name"
14154   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14156   include:
14157     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14160   layout:
14161     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14169   include:
14170     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14173   layout:
14174     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14175     layout: "plot-throughput-speedup-analysis"
14176
14177 - type: "plot"
14178   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14179   algorithm: "plot_tsa_name"
14180   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14182   include:
14183     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14186   layout:
14187     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14195   include:
14196     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14199   layout:
14200     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14201     layout: "plot-throughput-speedup-analysis"
14202
14203 - type: "plot"
14204   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14205   algorithm: "plot_tsa_name"
14206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14208   include:
14209     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14214   layout:
14215     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 - type: "plot"
14219   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14220   algorithm: "plot_tsa_name"
14221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14223   include:
14224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14229   layout:
14230     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14238   include:
14239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14244   layout:
14245     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14246     layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14253   include:
14254     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14259   layout:
14260     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14268   include:
14269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14275   layout:
14276     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14284   include:
14285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14288     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14289     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14291   layout:
14292     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14300   include:
14301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14302     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14303     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14305   layout:
14306     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 - type: "plot"
14310   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14311   algorithm: "plot_tsa_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14314   include:
14315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14319   layout:
14320     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14321     layout: "plot-throughput-speedup-analysis"
14322
14323 - type: "plot"
14324   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14325   algorithm: "plot_tsa_name"
14326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14328   include:
14329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14332     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14333     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14335   layout:
14336     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14337     layout: "plot-throughput-speedup-analysis"
14338
14339 - type: "plot"
14340   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14341   algorithm: "plot_tsa_name"
14342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14344   include:
14345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14348     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14349     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14351   layout:
14352     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14353     layout: "plot-throughput-speedup-analysis"
14354
14355 - type: "plot"
14356   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14357   algorithm: "plot_tsa_name"
14358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14360   include:
14361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14367   layout:
14368     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14369     layout: "plot-throughput-speedup-analysis"
14370
14371 - type: "plot"
14372   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14373   algorithm: "plot_tsa_name"
14374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14376   include:
14377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14383   layout:
14384     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14392   include:
14393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14399   layout:
14400     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14401     layout: "plot-throughput-speedup-analysis"
14402
14403 - type: "plot"
14404   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14405   algorithm: "plot_tsa_name"
14406   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14408   include:
14409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14415   layout:
14416     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14417     layout: "plot-throughput-speedup-analysis"
14418
14419 - type: "plot"
14420   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14421   algorithm: "plot_tsa_name"
14422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14424   include:
14425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14431   layout:
14432     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14433     layout: "plot-throughput-speedup-analysis"
14434
14435 - type: "plot"
14436   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14437   algorithm: "plot_tsa_name"
14438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14440   include:
14441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14447   layout:
14448     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14463   layout:
14464     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14472   include:
14473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14479   layout:
14480     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14481     layout: "plot-throughput-speedup-analysis"
14482
14483 - type: "plot"
14484   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14485   algorithm: "plot_tsa_name"
14486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14488   include:
14489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14493   layout:
14494     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14495     layout: "plot-throughput-speedup-analysis"
14496
14497 - type: "plot"
14498   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14507   layout:
14508     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14509     layout: "plot-throughput-speedup-analysis"
14510
14511 - type: "plot"
14512   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14513   algorithm: "plot_tsa_name"
14514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14516   include:
14517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14521   layout:
14522     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14523     layout: "plot-throughput-speedup-analysis"
14524
14525 - type: "plot"
14526   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14527   algorithm: "plot_tsa_name"
14528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14530   include:
14531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14535   layout:
14536     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14544   include:
14545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14551   layout:
14552     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14553     layout: "plot-throughput-speedup-analysis"
14554
14555 - type: "plot"
14556   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14557   algorithm: "plot_tsa_name"
14558   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14560   include:
14561     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14565     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14566     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14567   layout:
14568     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14569     layout: "plot-throughput-speedup-analysis"
14570
14571 - type: "plot"
14572   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14573   algorithm: "plot_tsa_name"
14574   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14576   include:
14577     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14579     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14582   layout:
14583     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14597   layout:
14598     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14612   layout:
14613     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14627   layout:
14628     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14641   layout:
14642     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14643     layout: "plot-throughput-speedup-analysis"
14644
14645 - type: "plot"
14646   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14647   algorithm: "plot_tsa_name"
14648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14650   include:
14651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14655   layout:
14656     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14657     layout: "plot-throughput-speedup-analysis"
14658
14659 - type: "plot"
14660   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14661   algorithm: "plot_tsa_name"
14662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14664   include:
14665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14671   layout:
14672     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14687   layout:
14688     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14689     layout: "plot-throughput-speedup-analysis"
14690
14691 - type: "plot"
14692   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14693   algorithm: "plot_tsa_name"
14694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14696   include:
14697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14703   layout:
14704     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14712   include:
14713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14719   layout:
14720     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14721     layout: "plot-throughput-speedup-analysis"
14722
14723 - type: "plot"
14724   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14725   algorithm: "plot_tsa_name"
14726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14728   include:
14729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14735   layout:
14736     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14737     layout: "plot-throughput-speedup-analysis"
14738
14739 - type: "plot"
14740   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14741   algorithm: "plot_tsa_name"
14742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14744   include:
14745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14751   layout:
14752     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 - type: "plot"
14756   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14757   algorithm: "plot_tsa_name"
14758   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14760   include:
14761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14767   layout:
14768     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14769     layout: "plot-throughput-speedup-analysis"
14770
14771 - type: "plot"
14772   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14773   algorithm: "plot_tsa_name"
14774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14776   include:
14777     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14779     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14780     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14781     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14782     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14783   layout:
14784     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14792   include:
14793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14799   layout:
14800     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14801     layout: "plot-throughput-speedup-analysis"
14802
14803 - type: "plot"
14804   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14805   algorithm: "plot_tsa_name"
14806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14808   include:
14809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14815   layout:
14816     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14824   include:
14825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14830   layout:
14831     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14839   include:
14840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14845   layout:
14846     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14854   include:
14855     - "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"
14856     - "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"
14857     - "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"
14858     - "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"
14859     - "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"
14860   layout:
14861     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14869   include:
14870     - "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"
14871     - "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"
14872     - "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"
14873     - "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"
14874     - "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"
14875   layout:
14876     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14884   include:
14885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14890   layout:
14891     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 - type: "plot"
14895   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14896   algorithm: "plot_tsa_name"
14897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14899   include:
14900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14905   layout:
14906     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14907     layout: "plot-throughput-speedup-analysis"
14908
14909 - type: "plot"
14910   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14911   algorithm: "plot_tsa_name"
14912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14914   include:
14915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14920   layout:
14921     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14922     layout: "plot-throughput-speedup-analysis"
14923
14924 - type: "plot"
14925   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14926   algorithm: "plot_tsa_name"
14927   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14929   include:
14930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14935   layout:
14936     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14944   include:
14945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14946     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14947     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14950   layout:
14951     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14959   include:
14960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14961     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14962     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14965   layout:
14966     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14974   include:
14975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14980   layout:
14981     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14982     layout: "plot-throughput-speedup-analysis"
14983
14984 - type: "plot"
14985   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14986   algorithm: "plot_tsa_name"
14987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14989   include:
14990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14995   layout:
14996     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15004   include:
15005     - "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"
15006     - "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"
15007     - "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"
15008     - "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"
15009   layout:
15010     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15011     layout: "plot-throughput-speedup-analysis"
15012
15013 - type: "plot"
15014   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15015   algorithm: "plot_tsa_name"
15016   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15018   include:
15019     - "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"
15020     - "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"
15021     - "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"
15022     - "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"
15023   layout:
15024     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15032   include:
15033     - "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"
15034     - "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"
15035     - "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"
15036     - "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"
15037   layout:
15038     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15046   include:
15047     - "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"
15048     - "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"
15049     - "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"
15050     - "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"
15051   layout:
15052     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 - type: "plot"
15056   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15057   algorithm: "plot_tsa_name"
15058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15060   include:
15061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15067   layout:
15068     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15069     layout: "plot-throughput-speedup-analysis"
15070
15071 - type: "plot"
15072   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15073   algorithm: "plot_tsa_name"
15074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15076   include:
15077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15083   layout:
15084     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15092   include:
15093     - "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"
15094     - "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"
15095     - "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"
15096     - "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"
15097     - "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"
15098     - "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"
15099   layout:
15100     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15101     layout: "plot-throughput-speedup-analysis"
15102
15103 - type: "plot"
15104   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15105   algorithm: "plot_tsa_name"
15106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15108   include:
15109     - "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"
15110     - "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"
15111     - "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"
15112     - "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"
15113     - "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"
15114     - "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"
15115   layout:
15116     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15117     layout: "plot-throughput-speedup-analysis"
15118
15119 - type: "plot"
15120   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15121   algorithm: "plot_tsa_name"
15122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15124   include:
15125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15131   layout:
15132     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15140   include:
15141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15147   layout:
15148     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15162   layout:
15163     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15177   layout:
15178     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15186   include:
15187     - "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"
15188     - "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"
15189   layout:
15190     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "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"
15200     - "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"
15201   layout:
15202     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15203     layout: "plot-throughput-speedup-analysis"
15204
15205 - type: "plot"
15206   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15207   algorithm: "plot_tsa_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15210   include:
15211     - "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"
15212     - "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"
15213   layout:
15214     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15222   include:
15223     - "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"
15224     - "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"
15225   layout:
15226     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15234   include:
15235     - "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"
15236     - "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"
15237     - "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"
15238     - "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"
15239     - "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"
15240     - "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"
15241   layout:
15242     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15250   include:
15251     - "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"
15252     - "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"
15253     - "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"
15254     - "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"
15255     - "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"
15256     - "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"
15257   layout:
15258     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15266   include:
15267     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15268     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15269     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15270     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15271     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15272   layout:
15273     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15281   include:
15282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15287   layout:
15288     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15296   include:
15297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15302   layout:
15303     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15304     layout: "plot-throughput-speedup-analysis"
15305
15306 - type: "plot"
15307   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15308   algorithm: "plot_tsa_name"
15309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15311   include:
15312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15317   layout:
15318     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15326   include:
15327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15333   layout:
15334     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15335     layout: "plot-throughput-speedup-analysis"
15336
15337 - type: "plot"
15338   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15339   algorithm: "plot_tsa_name"
15340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15342   include:
15343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15349   layout:
15350     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15351     layout: "plot-throughput-speedup-analysis"
15352
15353 - type: "plot"
15354   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15355   algorithm: "plot_tsa_name"
15356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15358   include:
15359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15363   layout:
15364     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15372   include:
15373     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15374     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15377   layout:
15378     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15379     layout: "plot-throughput-speedup-analysis"
15380
15381 - type: "plot"
15382   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15383   algorithm: "plot_tsa_name"
15384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15386   include:
15387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15392   layout:
15393     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15401   include:
15402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15407   layout:
15408     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15409     layout: "plot-throughput-speedup-analysis"
15410
15411 - type: "plot"
15412   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15413   algorithm: "plot_tsa_name"
15414   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15415   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15416   include:
15417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15423   layout:
15424     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15425     layout: "plot-throughput-speedup-analysis"
15426
15427 - type: "plot"
15428   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15429   algorithm: "plot_tsa_name"
15430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15432   include:
15433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15439   layout:
15440     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15448   include:
15449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15453   layout:
15454     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15462   include:
15463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15467   layout:
15468     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15476   include:
15477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15483   layout:
15484     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15492   include:
15493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15499   layout:
15500     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15501     layout: "plot-throughput-speedup-analysis"
15502
15503 - type: "plot"
15504   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15505   algorithm: "plot_tsa_name"
15506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15508   include:
15509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15515   layout:
15516     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15524   include:
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15531   layout:
15532     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15533     layout: "plot-throughput-speedup-analysis"
15534
15535 - type: "plot"
15536   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15537   algorithm: "plot_tsa_name"
15538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15540   include:
15541     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15542     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15543     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15544     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15545     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15546     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15547   layout:
15548     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15556   include:
15557     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15558     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15559     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15560     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15561     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15562     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15563   layout:
15564     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 - type: "plot"
15568   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15569   algorithm: "plot_tsa_name"
15570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15572   include:
15573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15579   layout:
15580     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15588   include:
15589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15595   layout:
15596     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15597     layout: "plot-throughput-speedup-analysis"
15598
15599 - type: "plot"
15600   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15601   algorithm: "plot_tsa_name"
15602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15604   include:
15605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15611   layout:
15612     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15620   include:
15621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15627   layout:
15628     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 #- type: "plot"
15632 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15633 #  algorithm: "plot_tsa_name"
15634 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15635 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15636 #  include:
15637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15643 #  layout:
15644 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15645 #    layout: "plot-throughput-speedup-analysis"
15646 #
15647 #- type: "plot"
15648 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15649 #  algorithm: "plot_tsa_name"
15650 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15651 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15652 #  include:
15653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15656 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15657 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15658 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15659 #  layout:
15660 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15661 #    layout: "plot-throughput-speedup-analysis"
15662
15663 - type: "plot"
15664   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15665   algorithm: "plot_tsa_name"
15666   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15667   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15668   include:
15669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15674   layout:
15675     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15676     layout: "plot-throughput-speedup-analysis"
15677
15678 - type: "plot"
15679   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15680   algorithm: "plot_tsa_name"
15681   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15682   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15683   include:
15684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15689   layout:
15690     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15698   include:
15699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15705   layout:
15706     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15714   include:
15715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15721   layout:
15722     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15723     layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15730   include:
15731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15734     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15736   layout:
15737     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15744   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15745   include:
15746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15748     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15750     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15751   layout:
15752     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15753     layout: "plot-throughput-speedup-analysis"
15754
15755 #- type: "plot"
15756 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15757 #  algorithm: "plot_tsa_name"
15758 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15759 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15760 #  include:
15761 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15762 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15763 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15764 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15765 #  layout:
15766 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15767 #    layout: "plot-throughput-speedup-analysis"
15768 #
15769 #- type: "plot"
15770 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15771 #  algorithm: "plot_tsa_name"
15772 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15773 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15774 #  include:
15775 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15776 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15777 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15778 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15779 #  layout:
15780 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15781 #    layout: "plot-throughput-speedup-analysis"
15782
15783 - type: "plot"
15784   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15785   algorithm: "plot_tsa_name"
15786   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15787   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15788   include:
15789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15795   layout:
15796     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15804   include:
15805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15811   layout:
15812     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15820   include:
15821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15826   layout:
15827     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15835   include:
15836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15841   layout:
15842     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15850   include:
15851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15857   layout:
15858     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15866   include:
15867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15873   layout:
15874     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15875     layout: "plot-throughput-speedup-analysis"
15876
15877 - type: "plot"
15878   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15879   algorithm: "plot_tsa_name"
15880   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15881   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15882   include:
15883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15887   layout:
15888     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15896   include:
15897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15901   layout:
15902     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15910   include:
15911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15916   layout:
15917     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15918     layout: "plot-throughput-speedup-analysis"
15919
15920 - type: "plot"
15921   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15922   algorithm: "plot_tsa_name"
15923   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15924   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15925   include:
15926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15931   layout:
15932     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 - type: "plot"
15936   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15937   algorithm: "plot_tsa_name"
15938   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15939   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15940   include:
15941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15947   layout:
15948     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15949     layout: "plot-throughput-speedup-analysis"
15950
15951 - type: "plot"
15952   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15953   algorithm: "plot_tsa_name"
15954   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15955   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15956   include:
15957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15963   layout:
15964     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15965     layout: "plot-throughput-speedup-analysis"
15966
15967 #- type: "plot"
15968 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15969 #  algorithm: "plot_tsa_name"
15970 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15971 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15972 #  include:
15973 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15974 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15975 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15976 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15977 #  layout:
15978 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15979 #    layout: "plot-throughput-speedup-analysis"
15980 #
15981 #- type: "plot"
15982 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15983 #  algorithm: "plot_tsa_name"
15984 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15985 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15986 #  include:
15987 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15988 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15989 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15990 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15991 #  layout:
15992 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15993 #    layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16000   include:
16001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16007   layout:
16008     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16009     layout: "plot-throughput-speedup-analysis"
16010
16011 - type: "plot"
16012   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16013   algorithm: "plot_tsa_name"
16014   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16015   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16016   include:
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16023   layout:
16024     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16025     layout: "plot-throughput-speedup-analysis"
16026
16027 #- type: "plot"
16028 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16029 #  algorithm: "plot_tsa_name"
16030 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16031 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16032 #  include:
16033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16034 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16035 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16036 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16037 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16039 #  layout:
16040 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16041 #    layout: "plot-throughput-speedup-analysis"
16042 #
16043 #- type: "plot"
16044 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16045 #  algorithm: "plot_tsa_name"
16046 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16047 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16048 #  include:
16049 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16050 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16051 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16052 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16053 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16054 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16055 #  layout:
16056 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16057 #    layout: "plot-throughput-speedup-analysis"
16058
16059 #- type: "plot"
16060 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16061 #  algorithm: "plot_tsa_name"
16062 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16063 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16064 #  include:
16065 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16066 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16067 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16068 #  layout:
16069 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16070 #    layout: "plot-throughput-speedup-analysis"
16071 #
16072 #- type: "plot"
16073 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16074 #  algorithm: "plot_tsa_name"
16075 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16076 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16077 #  include:
16078 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16079 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16080 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16081 #  layout:
16082 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16083 #    layout: "plot-throughput-speedup-analysis"
16084
16085 ################################################################################
16086
16087 # Packet Throughput - DPDK
16088
16089 # 2n-skx-xxv710
16090
16091 - type: "plot"
16092   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16093   algorithm: "plot_perf_box_name"
16094   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16095   data: "plot-dpdk-throughput-latency-2n-skx"
16096   include:
16097     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16098     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16099   layout:
16100     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16101     layout: "plot-throughput"
16102
16103 - type: "plot"
16104   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16105   algorithm: "plot_perf_box_name"
16106   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16107   data: "plot-dpdk-throughput-latency-2n-skx"
16108   include:
16109     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16110     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16111   layout:
16112     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16113     layout: "plot-throughput"
16114
16115 - type: "plot"
16116   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16117   algorithm: "plot_perf_box_name"
16118   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16119   data: "plot-dpdk-throughput-latency-2n-skx"
16120   include:
16121     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16122     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16123   layout:
16124     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16125     layout: "plot-throughput"
16126
16127 - type: "plot"
16128   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16129   algorithm: "plot_perf_box_name"
16130   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16131   data: "plot-dpdk-throughput-latency-2n-skx"
16132   include:
16133     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16134     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16135   layout:
16136     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16137     layout: "plot-throughput"
16138
16139 # 2n-skx-x710
16140
16141 - type: "plot"
16142   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16143   algorithm: "plot_perf_box_name"
16144   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16145   data: "plot-dpdk-throughput-latency-2n-skx"
16146   include:
16147     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16148     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16149   layout:
16150     title: "2n-skx-x710-64b-2t1c-base-ndr"
16151     layout: "plot-throughput"
16152
16153 - type: "plot"
16154   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16155   algorithm: "plot_perf_box_name"
16156   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16157   data: "plot-dpdk-throughput-latency-2n-skx"
16158   include:
16159     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16160     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16161   layout:
16162     title: "2n-skx-x710-64b-4t2c-base-ndr"
16163     layout: "plot-throughput"
16164
16165 - type: "plot"
16166   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16167   algorithm: "plot_perf_box_name"
16168   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16169   data: "plot-dpdk-throughput-latency-2n-skx"
16170   include:
16171     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16172     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16173   layout:
16174     title: "2n-skx-x710-64b-2t1c-base-pdr"
16175     layout: "plot-throughput"
16176
16177 - type: "plot"
16178   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16179   algorithm: "plot_perf_box_name"
16180   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16181   data: "plot-dpdk-throughput-latency-2n-skx"
16182   include:
16183     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16184     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16185   layout:
16186     title: "2n-skx-x710-64b-4t2c-base-pdr"
16187     layout: "plot-throughput"
16188
16189 # 3n-skx-xxv710
16190
16191 - type: "plot"
16192   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16193   algorithm: "plot_perf_box_name"
16194   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16195   data: "plot-dpdk-throughput-latency-3n-skx"
16196   include:
16197     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16198     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16199   layout:
16200     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16201     layout: "plot-throughput"
16202
16203 - type: "plot"
16204   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16205   algorithm: "plot_perf_box_name"
16206   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16207   data: "plot-dpdk-throughput-latency-3n-skx"
16208   include:
16209     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16210     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16211   layout:
16212     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16213     layout: "plot-throughput"
16214
16215 - type: "plot"
16216   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16217   algorithm: "plot_perf_box_name"
16218   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16219   data: "plot-dpdk-throughput-latency-3n-skx"
16220   include:
16221     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16222     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16223   layout:
16224     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16225     layout: "plot-throughput"
16226
16227 - type: "plot"
16228   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16229   algorithm: "plot_perf_box_name"
16230   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16231   data: "plot-dpdk-throughput-latency-3n-skx"
16232   include:
16233     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16234     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16235   layout:
16236     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16237     layout: "plot-throughput"
16238
16239 # 3n-skx-x710
16240
16241 - type: "plot"
16242   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16243   algorithm: "plot_perf_box_name"
16244   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16245   data: "plot-dpdk-throughput-latency-3n-skx"
16246   include:
16247     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16248     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16249   layout:
16250     title: "3n-skx-x710-64b-2t1c-base-ndr"
16251     layout: "plot-throughput"
16252
16253 - type: "plot"
16254   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16255   algorithm: "plot_perf_box_name"
16256   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16257   data: "plot-dpdk-throughput-latency-3n-skx"
16258   include:
16259     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16260     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16261   layout:
16262     title: "3n-skx-x710-64b-4t2c-base-ndr"
16263     layout: "plot-throughput"
16264
16265 - type: "plot"
16266   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16267   algorithm: "plot_perf_box_name"
16268   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16269   data: "plot-dpdk-throughput-latency-3n-skx"
16270   include:
16271     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16272     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16273   layout:
16274     title: "3n-skx-x710-64b-2t1c-base-pdr"
16275     layout: "plot-throughput"
16276
16277 - type: "plot"
16278   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16279   algorithm: "plot_perf_box_name"
16280   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16281   data: "plot-dpdk-throughput-latency-3n-skx"
16282   include:
16283     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16284     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16285   layout:
16286     title: "3n-skx-x710-64b-4t2c-base-pdr"
16287     layout: "plot-throughput"
16288
16289 # 3n-hsw-xl710
16290
16291 - type: "plot"
16292   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16293   algorithm: "plot_perf_box_name"
16294   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16295   data: "plot-dpdk-throughput-latency-3n-hsw"
16296   include:
16297     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16298     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16299   layout:
16300     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16301     layout: "plot-throughput"
16302
16303 - type: "plot"
16304   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16305   algorithm: "plot_perf_box_name"
16306   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16307   data: "plot-dpdk-throughput-latency-3n-hsw"
16308   include:
16309     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16310     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16311   layout:
16312     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16313     layout: "plot-throughput"
16314
16315 - type: "plot"
16316   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16317   algorithm: "plot_perf_box_name"
16318   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16319   data: "plot-dpdk-throughput-latency-3n-hsw"
16320   include:
16321     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16322     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16323   layout:
16324     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16325     layout: "plot-throughput"
16326
16327 - type: "plot"
16328   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16329   algorithm: "plot_perf_box_name"
16330   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16331   data: "plot-dpdk-throughput-latency-3n-hsw"
16332   include:
16333     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16334     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16335   layout:
16336     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16337     layout: "plot-throughput"
16338
16339 # 3n-hsw-x710
16340
16341 - type: "plot"
16342   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16343   algorithm: "plot_perf_box_name"
16344   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16345   data: "plot-dpdk-throughput-latency-3n-hsw"
16346   include:
16347     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16348     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16349   layout:
16350     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16351     layout: "plot-throughput"
16352
16353 - type: "plot"
16354   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16355   algorithm: "plot_perf_box_name"
16356   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16357   data: "plot-dpdk-throughput-latency-3n-hsw"
16358   include:
16359     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16360     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16361   layout:
16362     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16363     layout: "plot-throughput"
16364
16365 - type: "plot"
16366   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16367   algorithm: "plot_perf_box_name"
16368   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16369   data: "plot-dpdk-throughput-latency-3n-hsw"
16370   include:
16371     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16372     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16373   layout:
16374     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16375     layout: "plot-throughput"
16376
16377 - type: "plot"
16378   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16379   algorithm: "plot_perf_box_name"
16380   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16381   data: "plot-dpdk-throughput-latency-3n-hsw"
16382   include:
16383     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16384     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16385   layout:
16386     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16387     layout: "plot-throughput"
16388
16389 # 2n-dnv-x553
16390
16391 - type: "plot"
16392   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16393   algorithm: "plot_perf_box_name"
16394   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16395   data: "plot-dpdk-throughput-latency-2n-dnv"
16396   include:
16397     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16398     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16399   layout:
16400     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16401     layout: "plot-throughput"
16402
16403 - type: "plot"
16404   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16405   algorithm: "plot_perf_box_name"
16406   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16407   data: "plot-dpdk-throughput-latency-2n-dnv"
16408   include:
16409     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16410     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16411   layout:
16412     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16413     layout: "plot-throughput"
16414
16415 - type: "plot"
16416   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16417   algorithm: "plot_perf_box_name"
16418   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16419   data: "plot-dpdk-throughput-latency-2n-dnv"
16420   include:
16421     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16422     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16423   layout:
16424     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16425     layout: "plot-throughput"
16426
16427 - type: "plot"
16428   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16429   algorithm: "plot_perf_box_name"
16430   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16431   data: "plot-dpdk-throughput-latency-2n-dnv"
16432   include:
16433     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16434     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16435   layout:
16436     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16437     layout: "plot-throughput"
16438
16439 # 3n-dnv-x553
16440
16441 - type: "plot"
16442   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16443   algorithm: "plot_perf_box_name"
16444   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16445   data: "plot-dpdk-throughput-latency-3n-dnv"
16446   include:
16447     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16448     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16449   layout:
16450     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16451     layout: "plot-throughput"
16452
16453 - type: "plot"
16454   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16455   algorithm: "plot_perf_box_name"
16456   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16457   data: "plot-dpdk-throughput-latency-3n-dnv"
16458   include:
16459     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16460     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16461   layout:
16462     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16463     layout: "plot-throughput"
16464
16465 - type: "plot"
16466   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16467   algorithm: "plot_perf_box_name"
16468   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16469   data: "plot-dpdk-throughput-latency-3n-dnv"
16470   include:
16471     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16472     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16473   layout:
16474     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16475     layout: "plot-throughput"
16476
16477 - type: "plot"
16478   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16479   algorithm: "plot_perf_box_name"
16480   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16481   data: "plot-dpdk-throughput-latency-3n-dnv"
16482   include:
16483     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16484     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16485   layout:
16486     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16487     layout: "plot-throughput"
16488
16489 # 3n-tsh-x520
16490
16491 - type: "plot"
16492   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16493   algorithm: "plot_perf_box_name"
16494   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16495   data: "plot-dpdk-throughput-latency-3n-tsh"
16496   include:
16497     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16498     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16499   layout:
16500     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16501     layout: "plot-throughput"
16502
16503 - type: "plot"
16504   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16505   algorithm: "plot_perf_box_name"
16506   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16507   data: "plot-dpdk-throughput-latency-3n-tsh"
16508   include:
16509     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16510     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16511   layout:
16512     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16513     layout: "plot-throughput"
16514
16515 - type: "plot"
16516   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16517   algorithm: "plot_perf_box_name"
16518   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16519   data: "plot-dpdk-throughput-latency-3n-tsh"
16520   include:
16521     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16522     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16523   layout:
16524     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16525     layout: "plot-throughput"
16526
16527 - type: "plot"
16528   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16529   algorithm: "plot_perf_box_name"
16530   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16531   data: "plot-dpdk-throughput-latency-3n-tsh"
16532   include:
16533     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16534     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16535   layout:
16536     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16537     layout: "plot-throughput"
16538
16539 ################################################################################
16540 ###   2n-clx                                                                 ###
16541 ################################################################################
16542
16543 # Packet Throughput
16544
16545 - type: "plot"
16546   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16547   algorithm: "plot_perf_box_name"
16548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16550   include:
16551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16555   layout:
16556     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16557     layout: "plot-throughput"
16558
16559 - type: "plot"
16560   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16561   algorithm: "plot_perf_box_name"
16562   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16564   include:
16565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16569   layout:
16570     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16571     layout: "plot-throughput"
16572
16573 - type: "plot"
16574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16575   algorithm: "plot_perf_box_name"
16576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16578   include:
16579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16583   layout:
16584     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16585     layout: "plot-throughput"
16586
16587 - type: "plot"
16588   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16589   algorithm: "plot_perf_box_name"
16590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16592   include:
16593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16597   layout:
16598     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16599     layout: "plot-throughput"
16600
16601 - type: "plot"
16602   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16603   algorithm: "plot_perf_box_name"
16604   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16606   include:
16607     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16608     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16609     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16610     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16611   layout:
16612     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16613     layout: "plot-throughput"
16614
16615 - type: "plot"
16616   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16617   algorithm: "plot_perf_box_name"
16618   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16620   include:
16621     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16622     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16623     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16624     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16625   layout:
16626     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16627     layout: "plot-throughput"
16628
16629 - type: "plot"
16630   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16631   algorithm: "plot_perf_box_name"
16632   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16634   include:
16635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16641   layout:
16642     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16643     layout: "plot-throughput"
16644
16645 - type: "plot"
16646   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16647   algorithm: "plot_perf_box_name"
16648   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16650   include:
16651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16656   layout:
16657     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16658     layout: "plot-throughput"
16659
16660 - type: "plot"
16661   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16662   algorithm: "plot_perf_box_name"
16663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16665   include:
16666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16670   layout:
16671     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16679   include:
16680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16684   layout:
16685     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16693   include:
16694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16697   layout:
16698     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16706   include:
16707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16710   layout:
16711     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16712     layout: "plot-throughput"
16713
16714 - type: "plot"
16715   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16716   algorithm: "plot_perf_box_name"
16717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16719   include:
16720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16725   layout:
16726     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16727     layout: "plot-throughput"
16728
16729 - type: "plot"
16730   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16731   algorithm: "plot_perf_box_name"
16732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16734   include:
16735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16740   layout:
16741     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16749   include:
16750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16753   layout:
16754     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16755     layout: "plot-throughput"
16756
16757 - type: "plot"
16758   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16759   algorithm: "plot_perf_box_name"
16760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16762   include:
16763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16766   layout:
16767     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16775   include:
16776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16782   layout:
16783     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16791   include:
16792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16798   layout:
16799     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16800     layout: "plot-throughput"
16801
16802 - type: "plot"
16803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16804   algorithm: "plot_perf_box_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16807   include:
16808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16814   layout:
16815     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16816     layout: "plot-throughput"
16817
16818 - type: "plot"
16819   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16820   algorithm: "plot_perf_box_name"
16821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16823   include:
16824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16830   layout:
16831     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16832     layout: "plot-throughput"
16833
16834 - type: "plot"
16835   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16836   algorithm: "plot_perf_box_name"
16837   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16839   include:
16840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16842   layout:
16843     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16848   algorithm: "plot_perf_box_name"
16849   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16851   include:
16852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16854   layout:
16855     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16856     layout: "plot-throughput"
16857
16858 - type: "plot"
16859   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16863   include:
16864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16870   layout:
16871     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16879   include:
16880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16886   layout:
16887     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16888     layout: "plot-throughput"
16889
16890 - type: "plot"
16891   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16892   algorithm: "plot_perf_box_name"
16893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16895   include:
16896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16902   layout:
16903     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16908   algorithm: "plot_perf_box_name"
16909   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16911   include:
16912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16918   layout:
16919     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16920     layout: "plot-throughput"
16921
16922 - type: "plot"
16923   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16924   algorithm: "plot_perf_box_name"
16925   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16927   include:
16928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16934   layout:
16935     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16936     layout: "plot-throughput"
16937
16938 - type: "plot"
16939   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16940   algorithm: "plot_perf_box_name"
16941   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16943   include:
16944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16950   layout:
16951     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16952     layout: "plot-throughput"
16953
16954 - type: "plot"
16955   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16956   algorithm: "plot_perf_box_name"
16957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16959   include:
16960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16965   layout:
16966     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16967     layout: "plot-throughput"
16968
16969 - type: "plot"
16970   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16971   algorithm: "plot_perf_box_name"
16972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16974   include:
16975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16980   layout:
16981     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16982     layout: "plot-throughput"
16983
16984 - type: "plot"
16985   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16986   algorithm: "plot_perf_box_name"
16987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16989   include:
16990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16995   layout:
16996     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16997     layout: "plot-throughput"
16998
16999 - type: "plot"
17000   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17001   algorithm: "plot_perf_box_name"
17002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17004   include:
17005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17010   layout:
17011     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17012     layout: "plot-throughput"
17013
17014 - type: "plot"
17015   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17016   algorithm: "plot_perf_box_name"
17017   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17019   include:
17020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17025   layout:
17026     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17027     layout: "plot-throughput"
17028
17029 - type: "plot"
17030   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17031   algorithm: "plot_perf_box_name"
17032   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17034   include:
17035     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17040   layout:
17041     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17049   include:
17050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17055   layout:
17056     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17057     layout: "plot-throughput"
17058
17059 - type: "plot"
17060   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17061   algorithm: "plot_perf_box_name"
17062   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17064   include:
17065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17070   layout:
17071     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17072     layout: "plot-throughput"
17073
17074 - type: "plot"
17075   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17076   algorithm: "plot_perf_box_name"
17077   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17078   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17079   include:
17080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17085   layout:
17086     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17094   include:
17095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17100   layout:
17101     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17102     layout: "plot-throughput"
17103
17104 - type: "plot"
17105   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17106   algorithm: "plot_perf_box_name"
17107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17109   include:
17110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17116   layout:
17117     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17118     layout: "plot-throughput"
17119
17120 - type: "plot"
17121   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17122   algorithm: "plot_perf_box_name"
17123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17125   include:
17126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17132   layout:
17133     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17134     layout: "plot-throughput"
17135
17136 - type: "plot"
17137   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17138   algorithm: "plot_perf_box_name"
17139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17141   include:
17142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17146   layout:
17147     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17160   layout:
17161     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17162     layout: "plot-throughput"
17163
17164 - type: "plot"
17165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17166   algorithm: "plot_perf_box_name"
17167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17169   include:
17170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17176   layout:
17177     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17192   layout:
17193     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17201   include:
17202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17206   layout:
17207     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17215   include:
17216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17220   layout:
17221     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17222     layout: "plot-throughput"
17223
17224 - type: "plot"
17225   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17226   algorithm: "plot_perf_box_name"
17227   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17229   include:
17230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17233     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17236   layout:
17237     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17242   algorithm: "plot_perf_box_name"
17243   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17245   include:
17246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17249     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17252   layout:
17253     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17261   include:
17262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17266   layout:
17267     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17272   algorithm: "plot_perf_box_name"
17273   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17275   include:
17276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17280   layout:
17281     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17282     layout: "plot-throughput"
17283
17284 - type: "plot"
17285   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17289   include:
17290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17295   layout:
17296     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17304   include:
17305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17310   layout:
17311     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17312     layout: "plot-throughput"
17313
17314 - type: "plot"
17315   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17316   algorithm: "plot_perf_box_name"
17317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17319   include:
17320     - "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"
17321     - "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"
17322     - "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"
17323     - "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"
17324     - "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"
17325   layout:
17326     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "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"
17336     - "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"
17337     - "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"
17338     - "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"
17339     - "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"
17340   layout:
17341     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17342     layout: "plot-throughput"
17343
17344 - type: "plot"
17345   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17346   algorithm: "plot_perf_box_name"
17347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17349   include:
17350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17355   layout:
17356     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17357     layout: "plot-throughput"
17358
17359 - type: "plot"
17360   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17361   algorithm: "plot_perf_box_name"
17362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17364   include:
17365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17370   layout:
17371     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17372     layout: "plot-throughput"
17373
17374 - type: "plot"
17375   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17376   algorithm: "plot_perf_box_name"
17377   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17379   include:
17380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17385   layout:
17386     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17394   include:
17395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17400   layout:
17401     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17402     layout: "plot-throughput"
17403
17404 - type: "plot"
17405   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17406   algorithm: "plot_perf_box_name"
17407   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17409   include:
17410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17414   layout:
17415     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17423   include:
17424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17428   layout:
17429     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437   include:
17438     - "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"
17439     - "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"
17440     - "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"
17441     - "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"
17442   layout:
17443     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17444     layout: "plot-throughput"
17445
17446 - type: "plot"
17447   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17448   algorithm: "plot_perf_box_name"
17449   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17451   include:
17452     - "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"
17453     - "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"
17454     - "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"
17455     - "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"
17456   layout:
17457     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17465   include:
17466     - "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"
17467     - "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"
17468     - "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"
17469     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17470     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17471     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17472   layout:
17473     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17474     layout: "plot-throughput"
17475
17476 - type: "plot"
17477   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17478   algorithm: "plot_perf_box_name"
17479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17481   include:
17482     - "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"
17483     - "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"
17484     - "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"
17485     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17486     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17487     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17488   layout:
17489     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17490     layout: "plot-throughput"
17491
17492 ################################################################################
17493
17494 # Packet Speedup
17495
17496 - type: "plot"
17497   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17498   algorithm: "plot_tsa_name"
17499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17501   include:
17502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17506   layout:
17507     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17508     layout: "plot-throughput-speedup-analysis"
17509
17510 - type: "plot"
17511   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17512   algorithm: "plot_tsa_name"
17513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17515   include:
17516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17520   layout:
17521     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17522     layout: "plot-throughput-speedup-analysis"
17523
17524 - type: "plot"
17525   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17526   algorithm: "plot_tsa_name"
17527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17529   include:
17530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17534   layout:
17535     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17536     layout: "plot-throughput-speedup-analysis"
17537
17538 - type: "plot"
17539   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17540   algorithm: "plot_tsa_name"
17541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17543   include:
17544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17548   layout:
17549     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17550     layout: "plot-throughput-speedup-analysis"
17551
17552 - type: "plot"
17553   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17554   algorithm: "plot_tsa_name"
17555   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17557   include:
17558     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17559     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17560     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17561     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17562   layout:
17563     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17564     layout: "plot-throughput-speedup-analysis"
17565
17566 - type: "plot"
17567   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17568   algorithm: "plot_tsa_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17573     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17574     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17576   layout:
17577     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17578     layout: "plot-throughput-speedup-analysis"
17579
17580 - type: "plot"
17581   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17582   algorithm: "plot_tsa_name"
17583   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17585   include:
17586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17592   layout:
17593     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17594     layout: "plot-throughput-speedup-analysis"
17595
17596 - type: "plot"
17597   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17598   algorithm: "plot_tsa_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17608   layout:
17609     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17610     layout: "plot-throughput-speedup-analysis"
17611
17612 - type: "plot"
17613   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17614   algorithm: "plot_tsa_name"
17615   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17617   include:
17618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17622   layout:
17623     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17624     layout: "plot-throughput-speedup-analysis"
17625
17626 - type: "plot"
17627   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17628   algorithm: "plot_tsa_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17636   layout:
17637     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17638     layout: "plot-throughput-speedup-analysis"
17639
17640 - type: "plot"
17641   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17642   algorithm: "plot_tsa_name"
17643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17645   include:
17646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17649   layout:
17650     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17651     layout: "plot-throughput-speedup-analysis"
17652
17653 - type: "plot"
17654   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17655   algorithm: "plot_tsa_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17662   layout:
17663     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17664     layout: "plot-throughput-speedup-analysis"
17665
17666 - type: "plot"
17667   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17668   algorithm: "plot_tsa_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17677   layout:
17678     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17679     layout: "plot-throughput-speedup-analysis"
17680
17681 - type: "plot"
17682   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17683   algorithm: "plot_tsa_name"
17684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17686   include:
17687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17692   layout:
17693     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17694     layout: "plot-throughput-speedup-analysis"
17695
17696 - type: "plot"
17697   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17698   algorithm: "plot_tsa_name"
17699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17701   include:
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17705   layout:
17706     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17707     layout: "plot-throughput-speedup-analysis"
17708
17709 - type: "plot"
17710   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17711   algorithm: "plot_tsa_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17718   layout:
17719     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17720     layout: "plot-throughput-speedup-analysis"
17721
17722 - type: "plot"
17723   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17724   algorithm: "plot_tsa_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17734   layout:
17735     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17736     layout: "plot-throughput-speedup-analysis"
17737
17738 - type: "plot"
17739   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17740   algorithm: "plot_tsa_name"
17741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17743   include:
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17752     layout: "plot-throughput-speedup-analysis"
17753
17754 - type: "plot"
17755   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17756   algorithm: "plot_tsa_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17766   layout:
17767     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17768     layout: "plot-throughput-speedup-analysis"
17769
17770 - type: "plot"
17771   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17772   algorithm: "plot_tsa_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17782   layout:
17783     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17784     layout: "plot-throughput-speedup-analysis"
17785
17786 - type: "plot"
17787   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17788   algorithm: "plot_tsa_name"
17789   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17791   include:
17792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17794   layout:
17795     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17796     layout: "plot-throughput-speedup-analysis"
17797
17798 - type: "plot"
17799   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17800   algorithm: "plot_tsa_name"
17801   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17803   include:
17804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17806   layout:
17807     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17808     layout: "plot-throughput-speedup-analysis"
17809
17810 - type: "plot"
17811   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17812   algorithm: "plot_tsa_name"
17813   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17815   include:
17816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17822   layout:
17823     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17824     layout: "plot-throughput-speedup-analysis"
17825
17826 - type: "plot"
17827   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17828   algorithm: "plot_tsa_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17838   layout:
17839     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17840     layout: "plot-throughput-speedup-analysis"
17841
17842 - type: "plot"
17843   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17844   algorithm: "plot_tsa_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17854   layout:
17855     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17856     layout: "plot-throughput-speedup-analysis"
17857
17858 - type: "plot"
17859   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17860   algorithm: "plot_tsa_name"
17861   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17863   include:
17864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17870   layout:
17871     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17872     layout: "plot-throughput-speedup-analysis"
17873
17874 - type: "plot"
17875   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17876   algorithm: "plot_tsa_name"
17877   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17879   include:
17880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17886   layout:
17887     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17888     layout: "plot-throughput-speedup-analysis"
17889
17890 - type: "plot"
17891   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17892   algorithm: "plot_tsa_name"
17893   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17895   include:
17896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17902   layout:
17903     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17904     layout: "plot-throughput-speedup-analysis"
17905
17906 - type: "plot"
17907   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17908   algorithm: "plot_tsa_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17919     layout: "plot-throughput-speedup-analysis"
17920
17921 - type: "plot"
17922   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17923   algorithm: "plot_tsa_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17932   layout:
17933     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17934     layout: "plot-throughput-speedup-analysis"
17935
17936 - type: "plot"
17937   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17938   algorithm: "plot_tsa_name"
17939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17941   include:
17942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17947   layout:
17948     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17949     layout: "plot-throughput-speedup-analysis"
17950
17951 - type: "plot"
17952   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17953   algorithm: "plot_tsa_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17964     layout: "plot-throughput-speedup-analysis"
17965
17966 - type: "plot"
17967   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17968   algorithm: "plot_tsa_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17977   layout:
17978     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17979     layout: "plot-throughput-speedup-analysis"
17980
17981 - type: "plot"
17982   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17983   algorithm: "plot_tsa_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17992   layout:
17993     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17994     layout: "plot-throughput-speedup-analysis"
17995
17996 - type: "plot"
17997   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17998   algorithm: "plot_tsa_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18007   layout:
18008     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18009     layout: "plot-throughput-speedup-analysis"
18010
18011 - type: "plot"
18012   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18013   algorithm: "plot_tsa_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18022   layout:
18023     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18024     layout: "plot-throughput-speedup-analysis"
18025
18026 - type: "plot"
18027   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18028   algorithm: "plot_tsa_name"
18029   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18031   include:
18032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18037   layout:
18038     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18039     layout: "plot-throughput-speedup-analysis"
18040
18041 - type: "plot"
18042   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18043   algorithm: "plot_tsa_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18052   layout:
18053     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18054     layout: "plot-throughput-speedup-analysis"
18055
18056 - type: "plot"
18057   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18058   algorithm: "plot_tsa_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18070     layout: "plot-throughput-speedup-analysis"
18071
18072 - type: "plot"
18073   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18074   algorithm: "plot_tsa_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18084   layout:
18085     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18086     layout: "plot-throughput-speedup-analysis"
18087
18088 - type: "plot"
18089   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18090   algorithm: "plot_tsa_name"
18091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18093   include:
18094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18098   layout:
18099     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18100     layout: "plot-throughput-speedup-analysis"
18101
18102 - type: "plot"
18103   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18104   algorithm: "plot_tsa_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18112   layout:
18113     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18114     layout: "plot-throughput-speedup-analysis"
18115
18116 - type: "plot"
18117   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18118   algorithm: "plot_tsa_name"
18119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18121   include:
18122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18128   layout:
18129     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18130     layout: "plot-throughput-speedup-analysis"
18131
18132 - type: "plot"
18133   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18134   algorithm: "plot_tsa_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18144   layout:
18145     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18146     layout: "plot-throughput-speedup-analysis"
18147
18148 - type: "plot"
18149   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18150   algorithm: "plot_tsa_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18158   layout:
18159     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18160     layout: "plot-throughput-speedup-analysis"
18161
18162 - type: "plot"
18163   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18164   algorithm: "plot_tsa_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18172   layout:
18173     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18174     layout: "plot-throughput-speedup-analysis"
18175
18176 - type: "plot"
18177   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18178   algorithm: "plot_tsa_name"
18179   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18181   include:
18182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18188   layout:
18189     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18190     layout: "plot-throughput-speedup-analysis"
18191
18192 - type: "plot"
18193   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18194   algorithm: "plot_tsa_name"
18195   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18197   include:
18198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18204   layout:
18205     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18206     layout: "plot-throughput-speedup-analysis"
18207
18208 - type: "plot"
18209   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18210   algorithm: "plot_tsa_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18218   layout:
18219     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18220     layout: "plot-throughput-speedup-analysis"
18221
18222 - type: "plot"
18223   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18224   algorithm: "plot_tsa_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18227   include:
18228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18232   layout:
18233     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18234     layout: "plot-throughput-speedup-analysis"
18235
18236 - type: "plot"
18237   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18238   algorithm: "plot_tsa_name"
18239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18241   include:
18242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18247   layout:
18248     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18249     layout: "plot-throughput-speedup-analysis"
18250
18251 - type: "plot"
18252   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18253   algorithm: "plot_tsa_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18262   layout:
18263     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18264     layout: "plot-throughput-speedup-analysis"
18265
18266 - type: "plot"
18267   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18268   algorithm: "plot_tsa_name"
18269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18271   include:
18272     - "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"
18273     - "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"
18274     - "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"
18275     - "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"
18276     - "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"
18277   layout:
18278     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "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"
18288     - "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"
18289     - "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"
18290     - "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"
18291     - "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"
18292   layout:
18293     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18294     layout: "plot-throughput-speedup-analysis"
18295
18296 - type: "plot"
18297   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18298   algorithm: "plot_tsa_name"
18299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18301   include:
18302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18307   layout:
18308     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18322   layout:
18323     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18324     layout: "plot-throughput-speedup-analysis"
18325
18326 - type: "plot"
18327   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18328   algorithm: "plot_tsa_name"
18329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18331   include:
18332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18337   layout:
18338     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18339     layout: "plot-throughput-speedup-analysis"
18340
18341 - type: "plot"
18342   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18343   algorithm: "plot_tsa_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18352   layout:
18353     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18354     layout: "plot-throughput-speedup-analysis"
18355
18356 - type: "plot"
18357   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18358   algorithm: "plot_tsa_name"
18359   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18361   include:
18362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18366   layout:
18367     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18368     layout: "plot-throughput-speedup-analysis"
18369
18370 - type: "plot"
18371   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18372   algorithm: "plot_tsa_name"
18373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18375   include:
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18380   layout:
18381     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18382     layout: "plot-throughput-speedup-analysis"
18383
18384 - type: "plot"
18385   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18386   algorithm: "plot_tsa_name"
18387   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18389   include:
18390     - "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"
18391     - "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"
18392     - "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"
18393     - "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"
18394   layout:
18395     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18396     layout: "plot-throughput-speedup-analysis"
18397
18398 - type: "plot"
18399   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18400   algorithm: "plot_tsa_name"
18401   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18403   include:
18404     - "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"
18405     - "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"
18406     - "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"
18407     - "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"
18408   layout:
18409     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18410     layout: "plot-throughput-speedup-analysis"
18411
18412 - type: "plot"
18413   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "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"
18419     - "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"
18420     - "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"
18421     - "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"
18422     - "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"
18423     - "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"
18424   layout:
18425     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18426     layout: "plot-throughput-speedup-analysis"
18427
18428 - type: "plot"
18429   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18430   algorithm: "plot_tsa_name"
18431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18433   include:
18434     - "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"
18435     - "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"
18436     - "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"
18437     - "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"
18438     - "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"
18439     - "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"
18440   layout:
18441     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18442     layout: "plot-throughput-speedup-analysis"
18443
18444 ################################################################################
18445
18446 # Packet Throughput - DPDK
18447
18448 # 2n-clx-xxv710
18449
18450 - type: "plot"
18451   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18454   data: "plot-dpdk-throughput-latency-2n-clx"
18455   include:
18456     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18457     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18460     layout: "plot-throughput"
18461
18462 - type: "plot"
18463   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18464   algorithm: "plot_perf_box_name"
18465   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18466   data: "plot-dpdk-throughput-latency-2n-clx"
18467   include:
18468     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18469     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18470   layout:
18471     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18472     layout: "plot-throughput"
18473
18474 - type: "plot"
18475   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18476   algorithm: "plot_perf_box_name"
18477   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18478   data: "plot-dpdk-throughput-latency-2n-clx"
18479   include:
18480     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18481     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18482   layout:
18483     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18484     layout: "plot-throughput"
18485
18486 - type: "plot"
18487   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18488   algorithm: "plot_perf_box_name"
18489   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18490   data: "plot-dpdk-throughput-latency-2n-clx"
18491   include:
18492     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18493     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18494   layout:
18495     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18496     layout: "plot-throughput"
18497
18498 # 2n-clx-x710
18499
18500 - type: "plot"
18501   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18502   algorithm: "plot_perf_box_name"
18503   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18504   data: "plot-dpdk-throughput-latency-2n-clx"
18505   include:
18506     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18507     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18508   layout:
18509     title: "2n-clx-x710-64b-2t1c-base-ndr"
18510     layout: "plot-throughput"
18511
18512 - type: "plot"
18513   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18514   algorithm: "plot_perf_box_name"
18515   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18516   data: "plot-dpdk-throughput-latency-2n-clx"
18517   include:
18518     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18519     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18520   layout:
18521     title: "2n-clx-x710-64b-4t2c-base-ndr"
18522     layout: "plot-throughput"
18523
18524 - type: "plot"
18525   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18526   algorithm: "plot_perf_box_name"
18527   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18528   data: "plot-dpdk-throughput-latency-2n-clx"
18529   include:
18530     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18531     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18532   layout:
18533     title: "2n-clx-x710-64b-2t1c-base-pdr"
18534     layout: "plot-throughput"
18535
18536 - type: "plot"
18537   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18538   algorithm: "plot_perf_box_name"
18539   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18540   data: "plot-dpdk-throughput-latency-2n-clx"
18541   include:
18542     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18543     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18544   layout:
18545     title: "2n-clx-x710-64b-4t2c-base-pdr"
18546     layout: "plot-throughput"
18547
18548 ################################################################################
18549
18550 - type: "plot"
18551   title: "Latency by percentile: 2n-skx"
18552   algorithm: "plot_hdrh_lat_by_percentile"
18553   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18554   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18555   target-links: "../../_static/vpp"
18556   data: "plot-vpp-hdrh-lat-2n-skx"
18557   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18558   layout:
18559     layout: "plot-hdrh-latency-by-percentile"
18560
18561 - type: "plot"
18562   title: "Latency by percentile: 3n-skx"
18563   algorithm: "plot_hdrh_lat_by_percentile"
18564   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18565   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18566   target-links: "../../_static/vpp"
18567   data: "plot-vpp-hdrh-lat-3n-skx"
18568   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18569   layout:
18570     layout: "plot-hdrh-latency-by-percentile"
18571
18572 - type: "plot"
18573   title: "Latency by percentile: 2n-clx"
18574   algorithm: "plot_hdrh_lat_by_percentile"
18575   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18576   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18577   target-links: "../../_static/vpp"
18578   data: "plot-vpp-hdrh-lat-2n-clx"
18579   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18580   layout:
18581     layout: "plot-hdrh-latency-by-percentile"
18582
18583 - type: "plot"
18584   title: "Latency by percentile: 3n-hsw"
18585   algorithm: "plot_hdrh_lat_by_percentile"
18586   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18587   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18588   target-links: "../../_static/vpp"
18589   data: "plot-vpp-hdrh-lat-3n-hsw"
18590   filter: "'1T1C' and 'NIC_Intel-XL710'"
18591   layout:
18592     layout: "plot-hdrh-latency-by-percentile"
18593
18594 - type: "plot"
18595   title: "Latency by percentile: 3n-tsh"
18596   algorithm: "plot_hdrh_lat_by_percentile"
18597   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18598   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18599   target-links: "../../_static/vpp"
18600   data: "plot-vpp-hdrh-lat-3n-tsh"
18601   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18602   layout:
18603     layout: "plot-hdrh-latency-by-percentile"
18604
18605 - type: "plot"
18606   title: "Latency by percentile: DPDK 2n-skx"
18607   algorithm: "plot_hdrh_lat_by_percentile"
18608   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18609   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18610   target-links: "../../_static/dpdk"
18611   data: "plot-dpdk-hdrh-lat-2n-skx"
18612   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18613   layout:
18614     layout: "plot-hdrh-latency-by-percentile"
18615
18616 - type: "plot"
18617   title: "Latency by percentile: DPDK 3n-skx"
18618   algorithm: "plot_hdrh_lat_by_percentile"
18619   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18620   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18621   target-links: "../../_static/dpdk"
18622   data: "plot-dpdk-hdrh-lat-3n-skx"
18623   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18624   layout:
18625     layout: "plot-hdrh-latency-by-percentile"
18626
18627 - type: "plot"
18628   title: "Latency by percentile: DPDK 2n-clx"
18629   algorithm: "plot_hdrh_lat_by_percentile"
18630   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18631   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18632   target-links: "../../_static/dpdk"
18633   data: "plot-dpdk-hdrh-lat-2n-clx"
18634   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18635   layout:
18636     layout: "plot-hdrh-latency-by-percentile"
18637
18638 - type: "plot"
18639   title: "Latency by percentile: DPDK 3n-hsw"
18640   algorithm: "plot_hdrh_lat_by_percentile"
18641   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18642   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18643   target-links: "../../_static/dpdk"
18644   data: "plot-dpdk-hdrh-lat-3n-hsw"
18645   filter: "'1T1C' and 'NIC_Intel-XL710'"
18646   layout:
18647     layout: "plot-hdrh-latency-by-percentile"
18648
18649 - type: "plot"
18650   title: "Latency by percentile: DPDK 3n-tsh"
18651   algorithm: "plot_hdrh_lat_by_percentile"
18652   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18653   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18654   target-links: "../../_static/dpdk"
18655   data: "plot-dpdk-hdrh-lat-3n-tsh"
18656   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18657   layout:
18658     layout: "plot-hdrh-latency-by-percentile"