Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278         - 49  # NDRPDR sel
279         - 51  # NDRPDR sel
280         - 52  # NDRPDR sel
281         - 54  # NDRPDR sel addition
282         - 55  # NDRPDR sel addition
283         - 56  # NDRPDR sel addition
284         - 57  # NDRPDR sel addition
285         - 58  # NDRPDR sel addition
286         - 61  # NDRPDR sel addition
287
288     plot-vpp-hdrh-lat-3n-skx:
289       csit-vpp-perf-verify-2001-3n-skx:
290         - 46  # NDRPDR sel
291
292     plot-vpp-nfv-3n-skx-ndrpdr:
293       # TODO: Add data
294       csit-vpp-perf-verify-2001-3n-skx:
295         - 45  # NDRPDR sel
296         - 46  # NDRPDR sel
297         - 47  # NDRPDR sel
298         - 48  # NDRPDR sel
299         - 49  # NDRPDR sel
300
301     plot-vpp-nfv-3n-skx-mrr:
302       csit-vpp-perf-verify-2001-3n-skx:
303         - 50  # MRR sel
304
305     plot-dpdk-throughput-latency-3n-skx:
306       csit-dpdk-perf-verify-2001-3n-skx:
307         - 29  # NDRPDR sel xxv710
308         - 33  # NDRPDR sel xxv710
309         - 34  # NDRPDR sel xxv710
310         - 35  # NDRPDR sel xxv710
311         - 36  # NDRPDR sel xxv710
312         - 37  # NDRPDR sel xxv710
313         - 41  # NDRPDR sel xxv710
314         - 42  # NDRPDR sel xxv710
315         - 43  # NDRPDR sel xxv710
316         - 45  # NDRPDR sel xxv710
317         - 30  # NDRPDR sel x710
318         - 31  # NDRPDR sel x710
319         - 32  # NDRPDR sel x710
320         - 38  # NDRPDR sel x710
321         - 39  # NDRPDR sel x710
322         - 40  # NDRPDR sel x710
323         - 44  # NDRPDR sel x710
324         - 46  # NDRPDR sel x710
325         - 47  # NDRPDR sel x710
326         - 48  # NDRPDR sel x710
327
328     plot-dpdk-hdrh-lat-3n-skx:
329       csit-dpdk-perf-verify-2001-3n-skx:
330         - 29  # NDRPDR sel xxv710
331
332     # 2n-skx
333
334     plot-vpp-throughput-lat-tsa-2n-skx:
335       csit-vpp-perf-verify-2001-2n-skx:
336         - 92  # NDRPDR sel
337         - 93  # NDRPDR sel
338         - 94  # NDRPDR sel
339         - 95  # NDRPDR sel
340         - 96  # NDRPDR sel
341         - 97  # NDRPDR sel
342         - 98  # NDRPDR sel
343         - 99  # NDRPDR sel
344         - 100 # NDRPDR sel
345         - 102 # NDRPDR sel
346         - 129 # NDRPDR sel addition
347         - 130 # NDRPDR sel addition
348         - 131 # NDRPDR sel addition
349         - 132 # NDRPDR sel addition
350         - 133 # NDRPDR sel addition
351         - 134 # NDRPDR sel addition
352         - 135 # NDRPDR sel addition
353         - 136 # NDRPDR sel addition
354         - 137 # NDRPDR sel addition
355         - 138 # NDRPDR sel addition
356
357     plot-vpp-hdrh-lat-2n-skx:
358       csit-vpp-perf-verify-2001-2n-skx:
359         - 92  # NDRPDR sel
360
361     plot-vpp-http-server-performance:
362       csit-vpp-perf-verify-2001-2n-clx:
363         - 80  # TCP
364         - 82  # TCP
365         - 83  # TCP
366         - 85  # TCP
367         - 86  # TCP
368         - 87  # TCP
369         - 88  # TCP
370         - 89  # TCP
371         - 90  # TCP
372         - 91  # TCP
373
374     plot-vpp-soak-2n-skx:
375       # TODO: Replace the data
376       # csit-vpp-perf-verify-2001-2n-skx:
377       csit-vpp-perf-verify-1908-2n-skx:
378         - 83  # SOAK
379         - 86  # SOAK
380
381     plot-vpp-nfv-2n-skx-ndrpdr:
382       # TODO: Replace the data
383       csit-vpp-perf-verify-2001-2n-skx:
384         - 30  # NFV
385         - 31  # NFV
386
387     plot-vpp-nfv-2n-skx-mrr:
388       # TODO: Replace the data
389       # csit-vpp-perf-verify-2001-2n-skx:
390       csit-vpp-perf-verify-1908-2n-skx:
391         - 71  # NFV MRR
392
393     plot-vpp-nfv-reconf-2n-skx:
394       # TODO: Replace the data
395       # csit-vpp-perf-verify-2001-2n-skx:
396       csit-vpp-perf-verify-1908-2n-skx:
397         - 113 # NFV reconf sel
398         - 114 # NFV reconf sel
399         - 115 # NFV reconf sel
400
401     plot-dpdk-throughput-latency-2n-skx:
402       csit-dpdk-perf-verify-2001-2n-skx:
403         - 35  # NDRPDR sel xxv710
404         - 36  # NDRPDR sel xxv710
405         - 37  # NDRPDR sel xxv710
406         - 41  # NDRPDR sel xxv710
407         - 42  # NDRPDR sel xxv710
408         - 43  # NDRPDR sel xxv710
409         - 46  # NDRPDR sel xxv710
410         - 47  # NDRPDR sel xxv710
411         - 52  # NDRPDR sel xxv710
412         - 53  # NDRPDR sel xxv710
413         - 38  # NDRPDR sel x710
414         - 39  # NDRPDR sel x710
415         - 40  # NDRPDR sel x710
416         - 44  # NDRPDR sel x710
417         - 45  # NDRPDR sel x710
418         - 48  # NDRPDR sel x710
419         - 49  # NDRPDR sel x710
420         - 50  # NDRPDR sel x710
421         - 51  # NDRPDR sel x710
422         - 54  # NDRPDR sel x710
423
424     plot-dpdk-hdrh-lat-2n-skx:
425       csit-dpdk-perf-verify-2001-2n-skx:
426         - 35  # NDRPDR sel xxv710
427
428     # 2n-clx
429
430     plot-vpp-throughput-lat-tsa-2n-clx:
431       csit-vpp-perf-verify-2001-2n-clx:
432         - 28  # NDRPDR sel
433         - 29  # NDRPDR sel
434         - 32  # NDRPDR sel
435         - 40  # NDRPDR sel
436         - 43  # NDRPDR sel
437         - 44  # NDRPDR sel
438         - 45  # NDRPDR sel
439         - 47  # NDRPDR sel
440         - 48  # NDRPDR sel
441         - 49  # NDRPDR sel
442
443     plot-vpp-hdrh-lat-2n-clx:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 28  # NDRPDR sel
446
447     plot-vpp-nfv-2n-clx-ndrpdr:
448       csit-vpp-perf-verify-2001-2n-clx:
449         - 28  # NDRPDR sel
450         - 29  # NDRPDR sel
451         - 32  # NDRPDR sel
452         - 40  # NDRPDR sel
453         - 43  # NDRPDR sel
454         - 44  # NDRPDR sel
455         - 45  # NDRPDR sel
456         - 47  # NDRPDR sel
457         - 48  # NDRPDR sel
458         - 49  # NDRPDR sel
459
460     plot-vpp-nfv-2n-clx-mrr:
461       csit-vpp-perf-verify-2001-2n-clx:
462         - 39  # MRR
463
464     plot-vpp-nfv-reconf-2n-clx:
465       csit-vpp-perf-verify-2001-2n-clx:
466         - 68  # Reconf
467         - 69  # Reconf
468         - 70  # Reconf
469         - 71  # Reconf
470         - 72  # Reconf
471         - 73  # Reconf
472         - 74  # Reconf
473         - 75  # Reconf
474         - 76  # Reconf
475         - 77  # Reconf
476
477     plot-vpp-soak-2n-clx:
478       csit-vpp-perf-verify-2001-2n-clx:
479         - 93  # Soak
480         - 94  # Soak
481
482     plot-dpdk-throughput-latency-2n-clx:
483       csit-dpdk-perf-verify-2001-2n-clx:
484         - 15  # NDRPDR sel
485         - 16  # NDRPDR sel
486         - 17  # NDRPDR sel
487         - 18  # NDRPDR sel
488         - 19  # NDRPDR sel
489         - 20  # NDRPDR sel
490         - 21  # NDRPDR sel
491         - 22  # NDRPDR sel
492         - 23  # NDRPDR sel
493         - 24  # NDRPDR sel
494         - 25  # NDRPDR sel
495         - 26  # NDRPDR sel
496         - 27  # NDRPDR sel
497         - 28  # NDRPDR sel
498         - 29  # NDRPDR sel
499         - 30  # NDRPDR sel
500         - 31  # NDRPDR sel
501         - 32  # NDRPDR sel
502         - 33  # NDRPDR sel
503         - 34  # NDRPDR sel
504
505
506     plot-dpdk-hdrh-lat-2n-clx:
507       csit-dpdk-perf-verify-2001-2n-clx:
508         - 15  # NDRPDR sel
509
510     # 3n-tsh
511
512     plot-vpp-throughput-lat-tsa-3n-tsh:
513       csit-vpp-perf-verify-2001-3n-tsh:
514         - 3   # NDRPDR sel
515         - 4   # NDRPDR sel
516         - 7   # NDRPDR sel
517         - 8   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 12  # NDRPDR sel
520         - 13  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 21  # NDRPDR sel
524
525     plot-vpp-hdrh-lat-3n-tsh:
526       csit-vpp-perf-verify-2001-3n-tsh:
527         - 10  # NDRPDR sel
528
529     plot-dpdk-throughput-latency-3n-tsh:
530       csit-dpdk-perf-verify-2001-3n-tsh:
531         - 3   # NDRPDR sel
532         - 4   # NDRPDR sel
533         - 5   # NDRPDR sel
534         - 9   # NDRPDR sel
535         - 10  # NDRPDR sel
536         - 11  # NDRPDR sel
537         - 12  # NDRPDR sel
538         - 14  # NDRPDR sel
539         - 15  # NDRPDR sel
540         - 18  # NDRPDR sel
541
542     plot-dpdk-hdrh-lat-3n-tsh:
543       csit-dpdk-perf-verify-2001-3n-tsh:
544         - 3   # NDRPDR sel
545
546     # 3n-dnv
547
548     plot-vpp-throughput-lat-tsa-3n-dnv:
549       csit-vpp-perf-verify-2001-3n-dnv:
550         - 5   # NDRPDR sel
551         - 6   # NDRPDR sel
552         - 7   # NDRPDR sel
553         - 8   # NDRPDR sel
554         - 9   # NDRPDR sel
555         - 10  # NDRPDR sel
556         - 12  # NDRPDR sel
557         - 16  # NDRPDR sel
558         - 17  # NDRPDR sel
559         - 18  # NDRPDR sel
560
561     plot-dpdk-throughput-latency-3n-dnv:
562       csit-dpdk-perf-verify-2001-3n-dnv:
563         - 12  # NDRPDR sel
564         - 13  # NDRPDR sel
565         - 14  # NDRPDR sel
566         - 15  # NDRPDR sel
567         - 16  # NDRPDR sel
568         - 17  # NDRPDR sel
569         - 18  # NDRPDR sel
570         - 19  # NDRPDR sel
571         - 20  # NDRPDR sel
572         - 22  # NDRPDR sel
573
574     # 2n-dnv
575
576     plot-vpp-throughput-lat-tsa-2n-dnv:
577       csit-vpp-perf-verify-2001-2n-dnv:
578         - 4   # NDRPDR sel
579         - 5   # NDRPDR sel
580         - 6   # NDRPDR sel
581         - 7   # NDRPDR sel
582         - 8   # NDRPDR sel
583         - 9   # NDRPDR sel
584         - 10  # NDRPDR sel
585         - 11  # NDRPDR sel
586         - 13  # NDRPDR sel
587         - 16  # NDRPDR sel
588
589     plot-dpdk-throughput-latency-2n-dnv:
590       csit-dpdk-perf-verify-2001-2n-dnv:
591         - 9   # NDRPDR sel
592         - 10  # NDRPDR sel
593         - 11  # NDRPDR sel
594         - 12  # NDRPDR sel
595         - 13  # NDRPDR sel
596         - 14  # NDRPDR sel
597         - 15  # NDRPDR sel
598         - 16  # NDRPDR sel
599         - 17  # NDRPDR sel
600         - 18  # NDRPDR sel
601
602     ###########################################################################
603     # Simple tables (only one data set):
604
605     # NIC Comparisons
606
607     vpp-nic-comparison-3n-skx:
608       # TODO: Add the data
609       csit-vpp-perf-verify-2001-3n-skx:
610         - 45  # NDRPDR sel
611         - 46  # NDRPDR sel
612         - 47  # NDRPDR sel
613         - 48  # NDRPDR sel
614         - 49  # NDRPDR sel
615         - 51  # NDRPDR sel
616         - 52  # NDRPDR sel
617         - 54  # NDRPDR sel addition
618         - 55  # NDRPDR sel addition
619         - 56  # NDRPDR sel addition
620         - 57  # NDRPDR sel addition
621         - 58  # NDRPDR sel addition
622         - 61  # NDRPDR sel addition
623
624     vpp-nic-comparison-2n-skx:
625       csit-vpp-perf-verify-2001-2n-skx:
626         - 92  # NDRPDR sel
627         - 93  # NDRPDR sel
628         - 94  # NDRPDR sel
629         - 95  # NDRPDR sel
630         - 96  # NDRPDR sel
631         - 97  # NDRPDR sel
632         - 98  # NDRPDR sel
633         - 99  # NDRPDR sel
634         - 100 # NDRPDR sel
635         - 102 # NDRPDR sel
636         - 129 # NDRPDR sel addition
637         - 130 # NDRPDR sel addition
638         - 131 # NDRPDR sel addition
639         - 132 # NDRPDR sel addition
640         - 133 # NDRPDR sel addition
641         - 134 # NDRPDR sel addition
642         - 135 # NDRPDR sel addition
643         - 136 # NDRPDR sel addition
644         - 137 # NDRPDR sel addition
645         - 138 # NDRPDR sel addition
646
647     vpp-nic-comparison-3n-skx-mrr:
648       csit-vpp-perf-verify-2001-3n-skx:
649         - 50  # MRR sel
650         - 53  # MRR sel addition
651
652     vpp-nic-comparison-2n-skx-mrr:
653       csit-vpp-perf-verify-2001-2n-skx:
654         - 101 # MRR sel
655         - 128 # MRR sel addition
656
657     # Results
658
659     vpp-perf-results-3n-hsw:
660       csit-vpp-perf-verify-2001-3n-hsw:
661         - 18  # NDRPDR full
662         - 20  # NDRPDR full
663         - 28  # NDRPDR full
664         - 35  # NDRPDR full
665         - 42  # NDRPDR full
666         - 46  # NDRPDR full
667         - 47  # NDRPDR full
668         - 48  # NDRPDR full
669         - 49  # NDRPDR full
670         - 50  # NDRPDR full
671         - 51  # NDRPDR full
672         - 52  # NDRPDR full
673         - 53  # NDRPDR full
674         - 54  # NDRPDR full
675         - 55  # NDRPDR full
676         - 56  # NDRPDR full
677         - 57  # NDRPDR full
678         - 58  # NDRPDR full
679         - 59  # NDRPDR full
680         - 61  # NDRPDR full
681         - 62  # NDRPDR full
682         - 63  # NDRPDR full
683         - 64  # NDRPDR full
684         - 65  # NDRPDR full
685         - 67  # NDRPDR full
686         - 70  # NDRPDR full
687         - 72  # NDRPDR full
688         - 73  # NDRPDR full
689         - 76  # NDRPDR full
690         - 77  # NDRPDR full
691         - 78  # NDRPDR full
692         - 79  # NDRPDR full
693         - 81  # NDRPDR full
694         - 82  # NDRPDR full
695         - 84  # NDRPDR full
696         - 85  # NDRPDR full
697
698     vpp-perf-results-3n-skx:
699       # TODO: Replace
700       csit-vpp-perf-verify-2001-3n-skx:
701         - 47  # NDRPDR sel
702         - 54  # NDRPDR sel addition
703
704     vpp-perf-results-2n-skx:
705       csit-vpp-perf-verify-2001-2n-skx:
706         # TODO: Replace
707         - 92  # NDRPDR sel
708
709     vpp-perf-results-2n-clx:
710       csit-vpp-perf-verify-2001-2n-clx:
711         - 53  # NDRPDR full
712         - 54  # NDRPDR full
713         - 55  # NDRPDR full
714         - 56  # NDRPDR full
715         - 57  # NDRPDR full
716         - 58  # NDRPDR full
717         - 59  # NDRPDR full
718         - 60  # NDRPDR full
719         - 61  # NDRPDR full
720         - 62  # NDRPDR full
721         - 63  # NDRPDR full
722         - 64  # NDRPDR full
723         - 65  # NDRPDR full
724         - 66  # NDRPDR full
725         - 67  # NDRPDR full
726
727     vpp-perf-results-3n-tsh:
728       csit-vpp-perf-verify-2001-3n-tsh:
729         - 10  # NDRPDR sel
730
731     vpp-perf-results-3n-dnv:
732       csit-vpp-perf-verify-2001-3n-dnv:
733         - 19  # NDRPDR full
734         - 20  # NDRPDR full
735         - 21  # NDRPDR full
736         - 22  # NDRPDR full
737         - 23  # NDRPDR full
738         - 24  # NDRPDR full
739         - 25  # NDRPDR full
740         - 26  # NDRPDR full
741         - 37  # NDRPDR full
742         - 38  # NDRPDR full
743         - 39  # NDRPDR full
744
745     vpp-perf-results-2n-dnv:
746       csit-vpp-perf-verify-2001-2n-dnv:
747         - 21  # NDRPDR full
748         - 22  # NDRPDR full
749         - 25  # NDRPDR full
750         - 26  # NDRPDR full
751         - 27  # NDRPDR full
752         - 28  # NDRPDR full
753
754     vpp-mrr-results-3n-hsw:
755       csit-vpp-perf-verify-2001-3n-hsw:
756         - 17  # MRR sel
757
758     vpp-mrr-results-3n-skx:
759       csit-vpp-perf-verify-2001-3n-skx:
760         - 50  # MRR sel
761         - 53  # MRR sel addition
762
763     vpp-mrr-results-2n-skx:
764       csit-vpp-perf-verify-2001-2n-skx:
765         - 101 # MRR sel
766         - 128 # MRR sel addition
767
768     vpp-mrr-results-2n-clx:
769       csit-vpp-perf-verify-2001-2n-clx:
770         - 39  # MRR
771
772     vpp-mrr-results-3n-tsh:
773       csit-vpp-perf-verify-2001-3n-tsh:
774         - 9   # MRR sel
775
776     vpp-mrr-results-3n-dnv:
777       csit-vpp-perf-verify-2001-3n-dnv:
778         - 11  # MRR sel
779
780     vpp-mrr-results-2n-dnv:
781       csit-vpp-perf-verify-2001-2n-dnv:
782         - 12  # MRR sel
783
784     vpp-device-results-ubuntu:
785       csit-vpp-device-2001-ubuntu1804-1n-skx:
786         - 57
787
788     dpdk-perf-results-3n-hsw:
789       csit-dpdk-perf-verify-2001-3n-hsw:
790         - 25  # NDRPDR full
791         - 26  # NDRPDR full
792
793     dpdk-perf-results-3n-skx:
794       csit-dpdk-perf-verify-2001-3n-skx:
795         - 29  # NDRPDR sel xxv710
796         - 30  # NDRPDR sel x710
797
798     dpdk-perf-results-2n-skx:
799       csit-dpdk-perf-verify-2001-2n-skx:
800         - 35  # NDRPDR sel xxv710
801         - 38  # NDRPDR sel x710
802
803     dpdk-perf-results-2n-clx:
804       csit-dpdk-perf-verify-2001-2n-clx:
805         - 15  # NDRPDR sel
806         - 34  # NDRPDR sel
807
808     dpdk-perf-results-2n-dnv:
809       csit-dpdk-perf-verify-2001-2n-dnv:
810         - 16  # NDRPDR sel
811
812     dpdk-perf-results-3n-dnv:
813       csit-dpdk-perf-verify-2001-3n-dnv:
814         - 12  # NDRPDR sel
815
816     dpdk-perf-results-3n-tsh:
817       csit-dpdk-perf-verify-2001-3n-tsh:
818         - 3   # NDRPDR sel
819
820 ###########################################################################
821     # Tables (more than one data set)
822
823     # Performance changes
824
825     vpp-performance-changes-3n-hsw-h1:
826       csit-vpp-perf-verify-1904-3n-hsw:
827         - 11  # NDRPDR sel
828         - 12  # NDRPDR sel
829         - 20  # NDRPDR sel
830         - 21  # NDRPDR sel
831         - 23  # NDRPDR sel
832         - 24  # NDRPDR sel
833         - 25  # NDRPDR sel
834         - 26  # NDRPDR sel
835         - 29  # NDRPDR sel
836         - 30  # NDRPDR sel
837     vpp-performance-changes-3n-hsw-ref:
838       csit-vpp-perf-verify-1908-3n-hsw:
839         - 12  # NDRPDR sel
840         - 13  # NDRPDR sel
841         - 14  # NDRPDR sel
842         - 15  # NDRPDR sel
843         - 16  # NDRPDR sel
844         - 17  # NDRPDR sel
845         - 18  # NDRPDR sel
846         - 19  # NDRPDR sel
847         - 20  # NDRPDR sel
848         - 21  # NDRPDR sel
849     vpp-performance-changes-3n-hsw-cmp:
850       csit-vpp-perf-verify-2001-3n-hsw:
851         - 21  # NDRPDR sel
852         - 22  # NDRPDR sel
853         - 23  # NDRPDR sel
854         - 24  # NDRPDR sel
855         - 25  # NDRPDR sel
856         - 29  # NDRPDR sel
857         - 30  # NDRPDR sel
858         - 31  # NDRPDR sel
859         - 32  # NDRPDR sel
860         - 34  # NDRPDR sel
861     vpp-performance-changes-3n-hsw:
862       - "vpp-performance-changes-3n-hsw-h1"
863       - "vpp-performance-changes-3n-hsw-ref"
864       - "vpp-performance-changes-3n-hsw-cmp"
865
866     vpp-performance-changes-3n-skx-h1:
867       csit-vpp-perf-verify-1904-3n-skx:
868         - 8   # NDRPDR sel
869         - 9   # NDRPDR sel
870         - 10  # NDRPDR sel
871         - 11  # NDRPDR sel
872         - 12  # NDRPDR sel
873         - 14  # NDRPDR sel
874         - 16  # NDRPDR sel
875         - 21  # NDRPDR sel
876         - 23  # NDRPDR sel
877         - 25  # NDRPDR sel
878     vpp-performance-changes-3n-skx-ref:
879       csit-vpp-perf-verify-1908-3n-skx:
880         - 14  # NDRPDR sel
881         - 16  # NDRPDR sel
882         - 19  # NDRPDR sel
883         - 20  # NDRPDR sel
884         - 22  # NDRPDR sel
885         - 23  # NDRPDR sel
886         - 24  # NDRPDR sel
887         - 25  # NDRPDR sel
888         - 26  # NDRPDR sel
889         - 29  # NDRPDR sel
890     vpp-performance-changes-3n-skx-cmp:
891       # TODO: Add the data
892       csit-vpp-perf-verify-2001-3n-skx:
893         - 45  # NDRPDR sel
894         - 46  # NDRPDR sel
895         - 47  # NDRPDR sel
896         - 48  # NDRPDR sel
897         - 49  # NDRPDR sel
898         - 51  # NDRPDR sel
899         - 52  # NDRPDR sel
900         - 54  # NDRPDR sel addition
901         - 55  # NDRPDR sel addition
902         - 56  # NDRPDR sel addition
903         - 57  # NDRPDR sel addition
904         - 58  # NDRPDR sel addition
905         - 61  # NDRPDR sel addition
906     vpp-performance-changes-3n-skx:
907       - "vpp-performance-changes-3n-skx-h1"
908       - "vpp-performance-changes-3n-skx-ref"
909       - "vpp-performance-changes-3n-skx-cmp"
910
911     vpp-performance-changes-2n-skx-h1:
912       csit-vpp-perf-verify-1904-2n-skx:
913         - 12  # NDRPDR sel
914         - 14  # NDRPDR sel
915         - 16  # NDRPDR sel
916         - 17  # NDRPDR sel
917         - 18  # NDRPDR sel
918         - 21  # NDRPDR sel
919         - 27  # NDRPDR sel
920         - 30  # NDRPDR sel
921         - 31  # NDRPDR sel
922         - 32  # NDRPDR sel
923     vpp-performance-changes-2n-skx-ref:
924       csit-vpp-perf-verify-1908-2n-skx:
925         - 26  # NDRPDR sel
926         - 27  # NDRPDR sel
927         - 34  # NDRPDR sel
928         - 35  # NDRPDR sel
929         - 36  # NDRPDR sel
930         - 42  # NDRPDR sel
931         - 43  # NDRPDR sel
932         - 44  # NDRPDR sel
933         - 45  # NDRPDR sel
934         - 46  # NDRPDR sel
935     vpp-performance-changes-2n-skx-cmp:
936       csit-vpp-perf-verify-2001-2n-skx:
937         - 92  # NDRPDR sel
938         - 93  # NDRPDR sel
939         - 94  # NDRPDR sel
940         - 95  # NDRPDR sel
941         - 96  # NDRPDR sel
942         - 97  # NDRPDR sel
943         - 98  # NDRPDR sel
944         - 99  # NDRPDR sel
945         - 100 # NDRPDR sel
946         - 102 # NDRPDR sel
947         - 129 # NDRPDR sel addition
948         - 130 # NDRPDR sel addition
949         - 131 # NDRPDR sel addition
950         - 132 # NDRPDR sel addition
951         - 133 # NDRPDR sel addition
952         - 134 # NDRPDR sel addition
953         - 135 # NDRPDR sel addition
954         - 136 # NDRPDR sel addition
955         - 137 # NDRPDR sel addition
956         - 138 # NDRPDR sel addition
957     vpp-performance-changes-2n-skx:
958       - "vpp-performance-changes-2n-skx-h1"
959       - "vpp-performance-changes-2n-skx-ref"
960       - "vpp-performance-changes-2n-skx-cmp"
961
962     vpp-performance-changes-nfv-2n-skx-ref:
963       csit-vpp-perf-verify-1908-2n-skx:
964         - 22  # NFV
965         - 31  # NFV
966         - 32  # NFV
967     vpp-performance-changes-nfv-2n-skx-cmp:
968       # TODO: Add the data
969       csit-vpp-perf-verify-2001-2n-skx:
970         - 30  # NFV
971         - 31  # NFV
972     vpp-performance-changes-nfv-2n-skx:
973       - "vpp-performance-changes-nfv-2n-skx-ref"
974       - "vpp-performance-changes-nfv-2n-skx-cmp"
975
976     vpp-performance-changes-2n-dnv-ref:
977       csit-vpp-perf-verify-1908-2n-dnv:
978         - 1   # NDRPDR sel
979         - 2   # NDRPDR sel
980         - 3   # NDRPDR sel
981         - 4   # NDRPDR sel
982         - 5   # NDRPDR sel
983         - 6   # NDRPDR sel
984         - 7   # NDRPDR sel
985         - 8   # NDRPDR sel
986         - 9   # NDRPDR sel
987         - 10  # NDRPDR sel
988     vpp-performance-changes-2n-dnv-cmp:
989       csit-vpp-perf-verify-2001-2n-dnv:
990         - 4   # NDRPDR sel
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         - 11  # NDRPDR sel
998         - 13  # NDRPDR sel
999         - 16  # NDRPDR sel
1000     vpp-performance-changes-2n-dnv:
1001       - "vpp-performance-changes-2n-dnv-ref"
1002       - "vpp-performance-changes-2n-dnv-cmp"
1003
1004     vpp-performance-changes-3n-dnv-ref:
1005       csit-vpp-perf-verify-1908-3n-dnv:
1006         - 6   # NDRPDR sel
1007         - 7   # NDRPDR sel
1008         - 8   # NDRPDR sel
1009         - 9   # NDRPDR sel
1010         - 10  # NDRPDR sel
1011         - 12  # NDRPDR sel
1012         - 13  # NDRPDR sel
1013         - 14  # NDRPDR sel
1014         - 15  # NDRPDR sel
1015         - 16  # NDRPDR sel
1016     vpp-performance-changes-3n-dnv-cmp:
1017       csit-vpp-perf-verify-2001-3n-dnv:
1018         - 5   # NDRPDR sel
1019         - 6   # NDRPDR sel
1020         - 7   # NDRPDR sel
1021         - 8   # NDRPDR sel
1022         - 9   # NDRPDR sel
1023         - 10  # NDRPDR sel
1024         - 12  # NDRPDR sel
1025         - 16  # NDRPDR sel
1026         - 17  # NDRPDR sel
1027         - 18  # NDRPDR sel
1028     vpp-performance-changes-3n-dnv:
1029       - "vpp-performance-changes-3n-dnv-ref"
1030       - "vpp-performance-changes-3n-dnv-cmp"
1031
1032     vpp-performance-changes-3n-tsh-ref:
1033       csit-vpp-perf-verify-1908-3n-tsh:
1034         - 7   # NDRPDR sel
1035         - 8   # NDRPDR sel
1036         - 9   # NDRPDR sel
1037         - 10  # NDRPDR sel
1038         - 11  # NDRPDR sel
1039         - 12  # NDRPDR sel
1040         - 13  # NDRPDR sel
1041         - 14  # NDRPDR sel
1042         - 15  # NDRPDR sel
1043         - 16  # NDRPDR sel
1044     vpp-performance-changes-3n-tsh-cmp:
1045       csit-vpp-perf-verify-2001-3n-tsh:
1046         - 3   # NDRPDR sel
1047         - 4   # NDRPDR sel
1048         - 7   # NDRPDR sel
1049         - 8   # NDRPDR sel
1050         - 10  # NDRPDR sel
1051         - 12  # NDRPDR sel
1052         - 13  # NDRPDR sel
1053         - 14  # NDRPDR sel
1054         - 15  # NDRPDR sel
1055         - 21  # NDRPDR sel
1056     vpp-performance-changes-3n-tsh:
1057       - "vpp-performance-changes-3n-tsh-ref"
1058       - "vpp-performance-changes-3n-tsh-cmp"
1059
1060     vpp-soak-vs-ndr-2n-skx-ref:
1061       csit-vpp-perf-verify-2001-2n-skx:
1062         - 92  # NDRPDR sel
1063         - 93  # NDRPDR sel
1064         - 94  # NDRPDR sel
1065         - 95  # NDRPDR sel
1066         - 96  # NDRPDR sel
1067         - 97  # NDRPDR sel
1068         - 98  # NDRPDR sel
1069         - 99  # NDRPDR sel
1070         - 100 # NDRPDR sel
1071         - 102 # NDRPDR sel
1072         - 129 # NDRPDR sel addition
1073         - 130 # NDRPDR sel addition
1074         - 131 # NDRPDR sel addition
1075         - 132 # NDRPDR sel addition
1076         - 133 # NDRPDR sel addition
1077         - 134 # NDRPDR sel addition
1078         - 135 # NDRPDR sel addition
1079         - 136 # NDRPDR sel addition
1080         - 137 # NDRPDR sel addition
1081         - 138 # NDRPDR sel addition
1082     vpp-soak-vs-ndr-2n-skx-cmp:
1083       # TODO: Replace
1084       # csit-vpp-perf-verify-2001-2n-skx:
1085       csit-vpp-perf-verify-1908-2n-skx:
1086         - 83  # SOAK
1087         - 86  # SOAK
1088     vpp-soak-vs-ndr-2n-skx:
1089       csit-vpp-perf-verify-2001-2n-skx:
1090         - 92  # NDRPDR sel
1091         - 93  # NDRPDR sel
1092         - 94  # NDRPDR sel
1093         - 95  # NDRPDR sel
1094         - 96  # NDRPDR sel
1095         - 97  # NDRPDR sel
1096         - 98  # NDRPDR sel
1097         - 99  # NDRPDR sel
1098         - 100 # NDRPDR sel
1099         - 102 # NDRPDR sel
1100         - 129 # NDRPDR sel addition
1101         - 130 # NDRPDR sel addition
1102         - 131 # NDRPDR sel addition
1103         - 132 # NDRPDR sel addition
1104         - 133 # NDRPDR sel addition
1105         - 134 # NDRPDR sel addition
1106         - 135 # NDRPDR sel addition
1107         - 136 # NDRPDR sel addition
1108         - 137 # NDRPDR sel addition
1109         - 138 # NDRPDR sel addition
1110         - 83  # SOAK
1111         - 86  # SOAK
1112
1113     vpp-soak-vs-ndr-2n-clx-ref:
1114       csit-vpp-perf-verify-2001-2n-clx:
1115         - 28  # NDRPDR sel
1116         - 29  # NDRPDR sel
1117         - 32  # NDRPDR sel
1118         - 40  # NDRPDR sel
1119         - 43  # NDRPDR sel
1120         - 44  # NDRPDR sel
1121         - 45  # NDRPDR sel
1122         - 47  # NDRPDR sel
1123         - 48  # NDRPDR sel
1124         - 49  # NDRPDR sel
1125     vpp-soak-vs-ndr-2n-clx-cmp:
1126       csit-vpp-perf-verify-2001-2n-clx:
1127         - 93  # SOAK
1128         - 94  # Soak
1129     vpp-soak-vs-ndr-2n-clx:
1130       csit-vpp-perf-verify-2001-2n-clx:
1131         - 28  # NDRPDR sel
1132         - 29  # NDRPDR sel
1133         - 32  # NDRPDR sel
1134         - 40  # NDRPDR sel
1135         - 43  # NDRPDR sel
1136         - 44  # NDRPDR sel
1137         - 45  # NDRPDR sel
1138         - 47  # NDRPDR sel
1139         - 48  # NDRPDR sel
1140         - 49  # NDRPDR sel
1141         - 93  # SOAK
1142         - 94  # Soak
1143
1144     vpp-performance-changes-3n-hsw-mrr-h1:
1145       csit-vpp-perf-verify-1904-3n-hsw:
1146         - 9   # MRR sel
1147     vpp-performance-changes-3n-hsw-mrr-ref:
1148       csit-vpp-perf-verify-1908-3n-hsw:
1149         - 39  # MRR sel
1150     vpp-performance-changes-3n-hsw-mrr-cmp:
1151       csit-vpp-perf-verify-2001-3n-hsw:
1152         - 17  # MRR sel
1153     vpp-performance-changes-3n-hsw-mrr:
1154       - "vpp-performance-changes-3n-hsw-mrr-h1"
1155       - "vpp-performance-changes-3n-hsw-mrr-ref"
1156       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1157
1158     vpp-performance-changes-3n-skx-mrr-h1:
1159       csit-vpp-perf-verify-1904-3n-skx:
1160         - 7   # MRR sel
1161     vpp-performance-changes-3n-skx-mrr-ref:
1162       csit-vpp-perf-verify-1908-3n-skx:
1163         - 36  # MRR sel
1164     vpp-performance-changes-3n-skx-mrr-cmp:
1165       csit-vpp-perf-verify-2001-3n-skx:
1166         - 50  # MRR sel
1167         - 53  # MRR sel addition
1168     vpp-performance-changes-3n-skx-mrr:
1169       - "vpp-performance-changes-3n-skx-mrr-h1"
1170       - "vpp-performance-changes-3n-skx-mrr-ref"
1171       - "vpp-performance-changes-3n-skx-mrr-cmp"
1172
1173     vpp-performance-changes-2n-skx-mrr-h1:
1174       csit-vpp-perf-verify-1904-2n-skx:
1175         - 11  # MRR sel
1176     vpp-performance-changes-2n-skx-mrr-ref:
1177       csit-vpp-perf-verify-1908-2n-skx:
1178         - 69  # MRR sel
1179     vpp-performance-changes-2n-skx-mrr-cmp:
1180       csit-vpp-perf-verify-2001-2n-skx:
1181         - 101 # MRR sel
1182         - 128 # MRR sel addition
1183     vpp-performance-changes-2n-skx-mrr:
1184       - "vpp-performance-changes-2n-skx-mrr-h1"
1185       - "vpp-performance-changes-2n-skx-mrr-ref"
1186       - "vpp-performance-changes-2n-skx-mrr-cmp"
1187
1188     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1189       csit-vpp-perf-verify-1908-2n-skx:
1190         - 71  # NFV MRR
1191     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1192       # TODO: Replace
1193       # csit-vpp-perf-verify-2001-2n-skx:
1194       csit-vpp-perf-verify-1908-2n-skx:
1195         - 71  # NFV MRR
1196     vpp-performance-changes-nfv-2n-skx-mrr:
1197       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1198       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1199
1200     vpp-performance-changes-2n-dnv-mrr-ref:
1201       csit-vpp-perf-verify-1908-2n-dnv:
1202         - 11  # MRR sel
1203     vpp-performance-changes-2n-dnv-mrr-cmp:
1204       csit-vpp-perf-verify-2001-2n-dnv:
1205         - 12  # MRR sel
1206     vpp-performance-changes-2n-dnv-mrr:
1207       - "vpp-performance-changes-2n-dnv-mrr-ref"
1208       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1209
1210     vpp-performance-changes-3n-dnv-mrr-ref:
1211       csit-vpp-perf-verify-1908-3n-dnv:
1212         - 17  # MRR sel
1213     vpp-performance-changes-3n-dnv-mrr-cmp:
1214       csit-vpp-perf-verify-2001-3n-dnv:
1215         - 11  # MRR sel
1216     vpp-performance-changes-3n-dnv-mrr:
1217       - "vpp-performance-changes-3n-dnv-mrr-ref"
1218       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1219
1220     vpp-performance-changes-3n-tsh-mrr-ref:
1221       csit-vpp-perf-verify-1908-3n-tsh:
1222         - 17  # MRR sel
1223     vpp-performance-changes-3n-tsh-mrr-cmp:
1224       csit-vpp-perf-verify-2001-3n-tsh:
1225         - 9   # MRR sel
1226     vpp-performance-changes-3n-tsh-mrr:
1227       - "vpp-performance-changes-3n-tsh-mrr-ref"
1228       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1229
1230     dpdk-performance-changes-3n-hsw-h1:
1231       csit-dpdk-perf-verify-1904-3n-hsw:
1232         - 2   # NDRPDR sel
1233         - 3   # NDRPDR sel
1234         - 5   # NDRPDR sel
1235         - 6   # NDRPDR sel
1236         - 13  # NDRPDR sel
1237         - 14  # NDRPDR sel
1238         - 15  # NDRPDR sel
1239         - 18  # NDRPDR sel
1240         - 19  # NDRPDR sel
1241         - 20  # NDRPDR sel
1242     dpdk-performance-changes-3n-hsw-ref:
1243       csit-dpdk-perf-verify-1908-3n-hsw:
1244         - 2   # NDRPDR sel
1245         - 3   # NDRPDR sel
1246         - 4   # NDRPDR sel
1247         - 5   # NDRPDR sel
1248         - 6   # NDRPDR sel
1249         - 7   # NDRPDR sel
1250         - 8   # NDRPDR sel
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253         - 11  # NDRPDR sel
1254     dpdk-performance-changes-3n-hsw-cmp:
1255       csit-dpdk-perf-verify-2001-3n-hsw:
1256 #        - 4   # NDRPDR sel
1257 #        - 5   # NDRPDR sel
1258 #        - 6   # NDRPDR sel
1259 #        - 7   # NDRPDR sel
1260 #        - 8   # NDRPDR sel
1261 #        - 9   # NDRPDR sel
1262 #        - 10  # NDRPDR sel
1263 #        - 11  # NDRPDR sel
1264 #        - 12  # NDRPDR sel
1265 #        - 13  # NDRPDR sel
1266         - 15  # NDRPDR sel
1267         - 16  # NDRPDR sel
1268         - 17  # NDRPDR sel
1269         - 18  # NDRPDR sel
1270         - 19  # NDRPDR sel
1271         - 20  # NDRPDR sel
1272         - 21  # NDRPDR sel
1273         - 22  # NDRPDR sel
1274         - 23  # NDRPDR sel
1275         - 24  # NDRPDR sel
1276     dpdk-performance-changes-3n-hsw:
1277       - "dpdk-performance-changes-3n-hsw-h1"
1278       - "dpdk-performance-changes-3n-hsw-ref"
1279       - "dpdk-performance-changes-3n-hsw-cmp"
1280
1281     dpdk-performance-changes-3n-skx-h1:
1282       csit-dpdk-perf-verify-1904-3n-skx:
1283         - 2   # NDRPDR sel
1284         - 3   # NDRPDR sel
1285         - 4   # NDRPDR sel
1286         - 5   # NDRPDR sel
1287         - 6   # NDRPDR sel
1288         - 7   # NDRPDR sel
1289         - 11  # NDRPDR sel
1290         - 12  # NDRPDR sel
1291         - 13  # NDRPDR sel
1292         - 14  # NDRPDR sel
1293     dpdk-performance-changes-3n-skx-ref:
1294       csit-dpdk-perf-verify-1908-3n-skx:
1295         - 3   # NDRPDR sel
1296         - 4   # NDRPDR sel
1297         - 5   # NDRPDR sel
1298         - 6   # NDRPDR sel
1299         - 7   # NDRPDR sel
1300         - 8   # NDRPDR sel
1301         - 9   # NDRPDR sel
1302         - 10  # NDRPDR sel
1303         - 11  # NDRPDR sel
1304         - 12  # NDRPDR sel
1305     dpdk-performance-changes-3n-skx-cmp:
1306       csit-dpdk-perf-verify-2001-3n-skx:
1307         - 29  # NDRPDR sel xxv710
1308         - 33  # NDRPDR sel xxv710
1309         - 34  # NDRPDR sel xxv710
1310         - 35  # NDRPDR sel xxv710
1311         - 36  # NDRPDR sel xxv710
1312         - 37  # NDRPDR sel xxv710
1313         - 41  # NDRPDR sel xxv710
1314         - 42  # NDRPDR sel xxv710
1315         - 43  # NDRPDR sel xxv710
1316         - 45  # NDRPDR sel xxv710
1317         - 30  # NDRPDR sel x710
1318         - 31  # NDRPDR sel x710
1319         - 32  # NDRPDR sel x710
1320         - 38  # NDRPDR sel x710
1321         - 39  # NDRPDR sel x710
1322         - 40  # NDRPDR sel x710
1323         - 44  # NDRPDR sel x710
1324         - 46  # NDRPDR sel x710
1325         - 47  # NDRPDR sel x710
1326         - 48  # NDRPDR sel x710
1327     dpdk-performance-changes-3n-skx:
1328       - "dpdk-performance-changes-3n-skx-h1"
1329       - "dpdk-performance-changes-3n-skx-ref"
1330       - "dpdk-performance-changes-3n-skx-cmp"
1331
1332     dpdk-performance-changes-2n-skx-h1:
1333       csit-dpdk-perf-verify-1904-2n-skx:
1334         - 2   # NDRPDR sel
1335         - 3   # NDRPDR sel
1336         - 4   # NDRPDR sel
1337         - 5   # NDRPDR sel
1338         - 7   # NDRPDR sel
1339         - 8   # NDRPDR sel
1340         - 9   # NDRPDR sel
1341         - 10  # NDRPDR sel
1342         - 11  # NDRPDR sel
1343         - 12  # NDRPDR sel
1344     dpdk-performance-changes-2n-skx-ref:
1345       csit-dpdk-perf-verify-1908-2n-skx:
1346         - 2   # NDRPDR sel
1347         - 3   # NDRPDR sel
1348         - 4   # NDRPDR sel
1349         - 5   # NDRPDR sel
1350         - 7   # NDRPDR sel
1351         - 8   # NDRPDR sel
1352         - 9   # NDRPDR sel
1353         - 10  # NDRPDR sel
1354         - 11  # NDRPDR sel
1355         - 12  # NDRPDR sel
1356     dpdk-performance-changes-2n-skx-cmp:
1357       csit-dpdk-perf-verify-2001-2n-skx:
1358         - 35  # NDRPDR sel xxv710
1359         - 36  # NDRPDR sel xxv710
1360         - 37  # NDRPDR sel xxv710
1361         - 41  # NDRPDR sel xxv710
1362         - 42  # NDRPDR sel xxv710
1363         - 43  # NDRPDR sel xxv710
1364         - 46  # NDRPDR sel xxv710
1365         - 47  # NDRPDR sel xxv710
1366         - 52  # NDRPDR sel xxv710
1367         - 53  # NDRPDR sel xxv710
1368         - 38  # NDRPDR sel x710
1369         - 39  # NDRPDR sel x710
1370         - 40  # NDRPDR sel x710
1371         - 44  # NDRPDR sel x710
1372         - 45  # NDRPDR sel x710
1373         - 48  # NDRPDR sel x710
1374         - 49  # NDRPDR sel x710
1375         - 50  # NDRPDR sel x710
1376         - 51  # NDRPDR sel x710
1377         - 54  # NDRPDR sel x710
1378     dpdk-performance-changes-2n-skx:
1379       - "dpdk-performance-changes-2n-skx-h1"
1380       - "dpdk-performance-changes-2n-skx-ref"
1381       - "dpdk-performance-changes-2n-skx-cmp"
1382
1383     # Compare testbeds
1384
1385     vpp-compare-testbeds-ref:
1386       csit-vpp-perf-verify-2001-3n-hsw:
1387         - 21  # NDRPDR sel
1388         - 22  # NDRPDR sel
1389         - 23  # NDRPDR sel
1390         - 24  # NDRPDR sel
1391         - 25  # NDRPDR sel
1392         - 29  # NDRPDR sel
1393         - 30  # NDRPDR sel
1394         - 31  # NDRPDR sel
1395         - 32  # NDRPDR sel
1396         - 34  # NDRPDR sel
1397     vpp-compare-testbeds-cmp:
1398       # TODO: Add the data
1399       csit-vpp-perf-verify-2001-3n-skx:
1400         - 45  # NDRPDR sel
1401         - 46  # NDRPDR sel
1402         - 47  # NDRPDR sel
1403         - 48  # NDRPDR sel
1404         - 49  # NDRPDR sel
1405         - 51  # NDRPDR sel
1406         - 52  # NDRPDR sel
1407         - 54  # NDRPDR sel addition
1408         - 55  # NDRPDR sel addition
1409         - 56  # NDRPDR sel addition
1410         - 57  # NDRPDR sel addition
1411         - 58  # NDRPDR sel addition
1412         - 61  # NDRPDR sel addition
1413     vpp-compare-testbeds:
1414       - "vpp-compare-testbeds-ref"
1415       - "vpp-compare-testbeds-cmp"
1416
1417     vpp-compare-testbeds-skx-clx-ref:
1418       csit-vpp-perf-verify-2001-2n-skx:
1419         - 92  # NDRPDR sel
1420         - 93  # NDRPDR sel
1421         - 94  # NDRPDR sel
1422         - 95  # NDRPDR sel
1423         - 96  # NDRPDR sel
1424         - 97  # NDRPDR sel
1425         - 98  # NDRPDR sel
1426         - 99  # NDRPDR sel
1427         - 100 # NDRPDR sel
1428         - 102 # NDRPDR sel
1429         - 129 # NDRPDR sel addition
1430         - 130 # NDRPDR sel addition
1431         - 131 # NDRPDR sel addition
1432         - 132 # NDRPDR sel addition
1433         - 133 # NDRPDR sel addition
1434         - 134 # NDRPDR sel addition
1435         - 135 # NDRPDR sel addition
1436         - 136 # NDRPDR sel addition
1437         - 137 # NDRPDR sel addition
1438         - 138 # NDRPDR sel addition
1439     vpp-compare-testbeds-skx-clx-cmp:
1440       csit-vpp-perf-verify-2001-2n-clx:
1441         - 28  # NDRPDR sel
1442         - 29  # NDRPDR sel
1443         - 32  # NDRPDR sel
1444         - 40  # NDRPDR sel
1445         - 43  # NDRPDR sel
1446         - 44  # NDRPDR sel
1447         - 45  # NDRPDR sel
1448         - 47  # NDRPDR sel
1449         - 48  # NDRPDR sel
1450         - 49  # NDRPDR sel
1451     vpp-compare-testbeds-skx-clx:
1452       - "vpp-compare-testbeds-skx-clx-ref"
1453       - "vpp-compare-testbeds-skx-clx-cmp"
1454
1455     vpp-compare-testbeds-hsw-clx-ref:
1456       csit-vpp-perf-verify-2001-3n-hsw:
1457         - 21  # NDRPDR sel
1458         - 22  # NDRPDR sel
1459         - 23  # NDRPDR sel
1460         - 24  # NDRPDR sel
1461         - 25  # NDRPDR sel
1462         - 29  # NDRPDR sel
1463         - 30  # NDRPDR sel
1464         - 31  # NDRPDR sel
1465         - 32  # NDRPDR sel
1466         - 34  # NDRPDR sel
1467     vpp-compare-testbeds-hsw-clx-cmp:
1468       csit-vpp-perf-verify-2001-2n-clx:
1469         - 28  # NDRPDR sel
1470         - 29  # NDRPDR sel
1471         - 32  # NDRPDR sel
1472         - 40  # NDRPDR sel
1473         - 43  # NDRPDR sel
1474         - 44  # NDRPDR sel
1475         - 45  # NDRPDR sel
1476         - 47  # NDRPDR sel
1477         - 48  # NDRPDR sel
1478         - 49  # NDRPDR sel
1479     vpp-compare-testbeds-hsw-clx:
1480       - "vpp-compare-testbeds-hsw-clx-ref"
1481       - "vpp-compare-testbeds-hsw-clx-cmp"
1482
1483     vpp-compare-testbeds-mrr-ref:
1484       csit-vpp-perf-verify-2001-3n-hsw:
1485         - 17  # MRR sel
1486     vpp-compare-testbeds-mrr-cmp:
1487       csit-vpp-perf-verify-2001-3n-skx:
1488         - 50  # MRR sel
1489         - 53  # MRR sel addition
1490     vpp-compare-testbeds-mrr:
1491       - "vpp-compare-testbeds-mrr-ref"
1492       - "vpp-compare-testbeds-mrr-cmp"
1493
1494     vpp-compare-testbeds-mrr-skx-clx-ref:
1495       csit-vpp-perf-verify-2001-2n-skx:
1496         - 101 # MRR sel
1497         - 128 # MRR sel addition
1498     vpp-compare-testbeds-mrr-skx-clx-cmp:
1499       csit-vpp-perf-verify-2001-2n-clx:
1500         - 39  # MRR
1501     vpp-compare-testbeds-mrr-skx-clx:
1502       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1503       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1504
1505     vpp-compare-testbeds-mrr-hsw-clx-ref:
1506       csit-vpp-perf-verify-2001-3n-hsw:
1507         - 17  # MRR sel
1508     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1509       csit-vpp-perf-verify-2001-2n-clx:
1510         - 39  # MRR
1511     vpp-compare-testbeds-mrr-hsw-clx:
1512       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1513       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1514
1515     dpdk-compare-testbeds-ref:
1516       csit-dpdk-perf-verify-2001-3n-hsw:
1517         - 4   # NDRPDR sel
1518         - 5   # NDRPDR sel
1519         - 6   # NDRPDR sel
1520         - 7   # NDRPDR sel
1521         - 8   # NDRPDR sel
1522         - 9   # NDRPDR sel
1523         - 10  # NDRPDR sel
1524         - 11  # NDRPDR sel
1525         - 12  # NDRPDR sel
1526         - 13  # NDRPDR sel
1527         - 15  # NDRPDR sel
1528         - 16  # NDRPDR sel
1529         - 17  # NDRPDR sel
1530         - 18  # NDRPDR sel
1531         - 19  # NDRPDR sel
1532         - 20  # NDRPDR sel
1533         - 21  # NDRPDR sel
1534         - 22  # NDRPDR sel
1535         - 23  # NDRPDR sel
1536         - 24  # NDRPDR sel
1537     dpdk-compare-testbeds-cmp:
1538       csit-dpdk-perf-verify-2001-3n-skx:
1539         - 29  # NDRPDR sel xxv710
1540         - 33  # NDRPDR sel xxv710
1541         - 34  # NDRPDR sel xxv710
1542         - 35  # NDRPDR sel xxv710
1543         - 36  # NDRPDR sel xxv710
1544         - 37  # NDRPDR sel xxv710
1545         - 41  # NDRPDR sel xxv710
1546         - 42  # NDRPDR sel xxv710
1547         - 43  # NDRPDR sel xxv710
1548         - 45  # NDRPDR sel xxv710
1549         - 30  # NDRPDR sel x710
1550         - 31  # NDRPDR sel x710
1551         - 32  # NDRPDR sel x710
1552         - 38  # NDRPDR sel x710
1553         - 39  # NDRPDR sel x710
1554         - 40  # NDRPDR sel x710
1555         - 44  # NDRPDR sel x710
1556         - 46  # NDRPDR sel x710
1557         - 47  # NDRPDR sel x710
1558         - 48  # NDRPDR sel x710
1559     dpdk-compare-testbeds:
1560       - "dpdk-compare-testbeds-ref"
1561       - "dpdk-compare-testbeds-cmp"
1562
1563     dpdk-compare-testbeds-skx-clx-ref:
1564       csit-dpdk-perf-verify-2001-2n-skx:
1565         - 35  # NDRPDR sel xxv710
1566         - 36  # NDRPDR sel xxv710
1567         - 37  # NDRPDR sel xxv710
1568         - 41  # NDRPDR sel xxv710
1569         - 42  # NDRPDR sel xxv710
1570         - 43  # NDRPDR sel xxv710
1571         - 46  # NDRPDR sel xxv710
1572         - 47  # NDRPDR sel xxv710
1573         - 52  # NDRPDR sel xxv710
1574         - 53  # NDRPDR sel xxv710
1575         - 38  # NDRPDR sel x710
1576         - 39  # NDRPDR sel x710
1577         - 40  # NDRPDR sel x710
1578         - 44  # NDRPDR sel x710
1579         - 45  # NDRPDR sel x710
1580         - 48  # NDRPDR sel x710
1581         - 49  # NDRPDR sel x710
1582         - 50  # NDRPDR sel x710
1583         - 51  # NDRPDR sel x710
1584         - 54  # NDRPDR sel x710
1585     dpdk-compare-testbeds-skx-clx-cmp:
1586       csit-dpdk-perf-verify-2001-2n-clx:
1587         - 15  # NDRPDR sel
1588         - 16  # NDRPDR sel
1589         - 17  # NDRPDR sel
1590         - 18  # NDRPDR sel
1591         - 19  # NDRPDR sel
1592         - 20  # NDRPDR sel
1593         - 21  # NDRPDR sel
1594         - 22  # NDRPDR sel
1595         - 23  # NDRPDR sel
1596         - 24  # NDRPDR sel
1597         - 25  # NDRPDR sel
1598         - 26  # NDRPDR sel
1599         - 27  # NDRPDR sel
1600         - 28  # NDRPDR sel
1601         - 29  # NDRPDR sel
1602         - 30  # NDRPDR sel
1603         - 31  # NDRPDR sel
1604         - 32  # NDRPDR sel
1605         - 33  # NDRPDR sel
1606         - 34  # NDRPDR sel
1607
1608     dpdk-compare-testbeds-skx-clx:
1609       - "dpdk-compare-testbeds-skx-clx-ref"
1610       - "dpdk-compare-testbeds-skx-clx-cmp"
1611
1612     # Compare topologies
1613
1614     vpp-compare-topologies-ref:
1615       # TODO: Add the data
1616       csit-vpp-perf-verify-2001-3n-skx:
1617         - 45  # NDRPDR sel
1618         - 46  # NDRPDR sel
1619         - 47  # NDRPDR sel
1620         - 48  # NDRPDR sel
1621         - 49  # NDRPDR sel
1622         - 51  # NDRPDR sel
1623         - 52  # NDRPDR sel
1624         - 54  # NDRPDR sel addition
1625         - 55  # NDRPDR sel addition
1626         - 56  # NDRPDR sel addition
1627         - 57  # NDRPDR sel addition
1628         - 58  # NDRPDR sel addition
1629         - 61  # NDRPDR sel addition
1630     vpp-compare-topologies-cmp:
1631       # TODO: Add the data
1632       csit-vpp-perf-verify-2001-2n-skx:
1633         - 92  # NDRPDR sel
1634         - 93  # NDRPDR sel
1635         - 94  # NDRPDR sel
1636         - 95  # NDRPDR sel
1637         - 96  # NDRPDR sel
1638         - 97  # NDRPDR sel
1639         - 98  # NDRPDR sel
1640         - 99  # NDRPDR sel
1641         - 100 # NDRPDR sel
1642         - 102 # NDRPDR sel
1643         - 129 # NDRPDR sel addition
1644         - 130 # NDRPDR sel addition
1645         - 131 # NDRPDR sel addition
1646         - 132 # NDRPDR sel addition
1647         - 133 # NDRPDR sel addition
1648         - 134 # NDRPDR sel addition
1649         - 135 # NDRPDR sel addition
1650         - 136 # NDRPDR sel addition
1651         - 137 # NDRPDR sel addition
1652         - 138 # NDRPDR sel addition
1653     vpp-compare-topologies:
1654       - "vpp-compare-topologies-ref"
1655       - "vpp-compare-topologies-cmp"
1656
1657     vpp-compare-topologies-mrr-ref:
1658       csit-vpp-perf-verify-2001-3n-skx:
1659         - 50  # MRR sel
1660         - 53  # MRR sel addition
1661     vpp-compare-topologies-mrr-cmp:
1662       csit-vpp-perf-verify-2001-2n-skx:
1663         - 101 # MRR sel
1664         - 128 # MRR sel addition
1665     vpp-compare-topologies-mrr:
1666       - "vpp-compare-topologies-mrr-ref"
1667       - "vpp-compare-topologies-mrr-cmp"
1668
1669     dpdk-compare-topologies-ref:
1670       csit-dpdk-perf-verify-2001-3n-skx:
1671         - 29  # NDRPDR sel xxv710
1672         - 33  # NDRPDR sel xxv710
1673         - 34  # NDRPDR sel xxv710
1674         - 35  # NDRPDR sel xxv710
1675         - 36  # NDRPDR sel xxv710
1676         - 37  # NDRPDR sel xxv710
1677         - 41  # NDRPDR sel xxv710
1678         - 42  # NDRPDR sel xxv710
1679         - 43  # NDRPDR sel xxv710
1680         - 45  # NDRPDR sel xxv710
1681         - 30  # NDRPDR sel x710
1682         - 31  # NDRPDR sel x710
1683         - 32  # NDRPDR sel x710
1684         - 38  # NDRPDR sel x710
1685         - 39  # NDRPDR sel x710
1686         - 40  # NDRPDR sel x710
1687         - 44  # NDRPDR sel x710
1688         - 46  # NDRPDR sel x710
1689         - 47  # NDRPDR sel x710
1690         - 48  # NDRPDR sel x710
1691     dpdk-compare-topologies-cmp:
1692       csit-dpdk-perf-verify-2001-2n-skx:
1693         - 35  # NDRPDR sel xxv710
1694         - 36  # NDRPDR sel xxv710
1695         - 37  # NDRPDR sel xxv710
1696         - 41  # NDRPDR sel xxv710
1697         - 42  # NDRPDR sel xxv710
1698         - 43  # NDRPDR sel xxv710
1699         - 46  # NDRPDR sel xxv710
1700         - 47  # NDRPDR sel xxv710
1701         - 52  # NDRPDR sel xxv710
1702         - 53  # NDRPDR sel xxv710
1703         - 38  # NDRPDR sel x710
1704         - 39  # NDRPDR sel x710
1705         - 40  # NDRPDR sel x710
1706         - 44  # NDRPDR sel x710
1707         - 45  # NDRPDR sel x710
1708         - 48  # NDRPDR sel x710
1709         - 49  # NDRPDR sel x710
1710         - 50  # NDRPDR sel x710
1711         - 51  # NDRPDR sel x710
1712         - 54  # NDRPDR sel x710
1713     dpdk-compare-topologies:
1714       - "dpdk-compare-topologies-ref"
1715       - "dpdk-compare-topologies-cmp"
1716
1717   plot-layouts:
1718
1719     plot-soak-throughput:
1720       titlefont:
1721         size: 18
1722       xaxis:
1723         title: "<b>Test Cases [Index]</b>"
1724         titlefont:
1725           size: 16
1726         autorange: True
1727         fixedrange: False
1728         gridcolor: "rgb(230, 230, 230)"
1729         linecolor: "rgb(220, 220, 220)"
1730         linewidth: 1
1731         showgrid: True
1732         showline: True
1733         showticklabels: True
1734         tickcolor: "rgb(220, 220, 220)"
1735         tickmode: "linear"
1736         tickfont:
1737           size: 16
1738         zeroline: False
1739       yaxis:
1740         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1741         titlefont:
1742           size: 16
1743         gridcolor: "rgb(230, 230, 230)"
1744         hoverformat: ".4r"
1745         tickformat: ".3r"
1746         linecolor: "rgb(220, 220, 220)"
1747         linewidth: 1
1748         showgrid: True
1749         showline: True
1750         showticklabels: True
1751         tickcolor: "rgb(220, 220, 220)"
1752         tickfont:
1753           size: 16
1754         zeroline: False
1755         range: [0,50]
1756       autosize: False
1757       margin:
1758         t: 50
1759         b: 0
1760         l: 80
1761         r: 20
1762       showlegend: True
1763       legend:
1764         orientation: "h"
1765         font:
1766           size: 16
1767       width: 700
1768       height: 900
1769       paper_bgcolor: "#fff"
1770       plot_bgcolor: "#fff"
1771       hoverlabel:
1772         namelength: -1
1773
1774     plot-service-density:
1775       titlefont:
1776         size: 18
1777       xaxis:
1778         side: "top"
1779         autorange: True
1780         fixedrange: False
1781         showgrid: False
1782         showline: False
1783         showticklabels: False
1784         ticks: ""
1785         ticklen: 0
1786         tickwidth: 0
1787         zeroline: False
1788       yaxis:
1789         autorange: "reversed"
1790         showgrid: False
1791         showline: False
1792         showticklabels: False
1793         ticks: ""
1794         ticklen: 0
1795         tickwidth: 0
1796         zeroline: False
1797       showlegend: False
1798       paper_bgcolor: "#fff"
1799       plot_bgcolor: "#fff"
1800       width: 700
1801       height: 700
1802       hoverlabel:
1803         namelength: -1
1804
1805     plot-cps:
1806       titlefont:
1807         size: 18
1808       xaxis:
1809         title: "<b>Test Cases [Index]</b>"
1810         titlefont:
1811           size: 16
1812         autorange: True
1813         fixedrange: False
1814         gridcolor: "rgb(230, 230, 230)"
1815         linecolor: "rgb(220, 220, 220)"
1816         linewidth: 1
1817         showgrid: True
1818         showline: True
1819         showticklabels: True
1820         tickcolor: "rgb(220, 220, 220)"
1821         tickmode: "linear"
1822         tickfont:
1823           size: 16
1824         zeroline: False
1825       yaxis:
1826         title: "<b>Connections Per Second [cps]</b>"
1827         titlefont:
1828           size: 16
1829         gridcolor: "rgb(230, 230, 230)"
1830         hoverformat: ".4s"
1831         linecolor: "rgb(220, 220, 220)"
1832         linewidth: 1
1833         rangemode: "tozero"
1834         showgrid: True
1835         showline: True
1836         showticklabels: True
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickformat: ".3s"
1839         tickfont:
1840           size: 16
1841         zeroline: False
1842       boxmode: "group"
1843       boxgroupgap: 0.5
1844       autosize: False
1845       margin:
1846         t: 50
1847         b: 20
1848         l: 80
1849         r: 20
1850       showlegend: True
1851       legend:
1852         orientation: "h"
1853         font:
1854           size: 16
1855       width: 700
1856       height: 800
1857       paper_bgcolor: "#fff"
1858       plot_bgcolor: "#fff"
1859       hoverlabel:
1860         namelength: -1
1861
1862     plot-rps:
1863       titlefont:
1864         size: 18
1865       xaxis:
1866         title: "<b>Test Cases [Index]</b>"
1867         titlefont:
1868           size: 16
1869         autorange: True
1870         fixedrange: False
1871         gridcolor: "rgb(230, 230, 230)"
1872         linecolor: "rgb(220, 220, 220)"
1873         linewidth: 1
1874         showgrid: True
1875         showline: True
1876         showticklabels: True
1877         tickcolor: "rgb(220, 220, 220)"
1878         tickmode: "linear"
1879         tickfont:
1880           size: 16
1881         zeroline: False
1882       yaxis:
1883         title: "<b>Requests Per Second [rps]</b>"
1884         titlefont:
1885           size: 16
1886         gridcolor: "rgb(230, 230, 230)"
1887         hoverformat: ".4s"
1888         linecolor: "rgb(220, 220, 220)"
1889         linewidth: 1
1890         rangemode: "tozero"
1891         showgrid: True
1892         showline: True
1893         showticklabels: True
1894         tickcolor: "rgb(230, 230, 230)"
1895         tickformat: ".3s"
1896         tickfont:
1897           size: 16
1898         zeroline: False
1899       boxmode: "group"
1900       boxgroupgap: 0.5
1901       autosize: False
1902       margin:
1903         t: 50
1904         b: 20
1905         l: 80
1906         r: 20
1907       showlegend: True
1908       legend:
1909         orientation: "h"
1910         font:
1911           size: 16
1912       width: 700
1913       height: 800
1914       paper_bgcolor: "#fff"
1915       plot_bgcolor: "#fff"
1916       hoverlabel:
1917         namelength: -1
1918
1919     plot-hoststack:
1920       titlefont:
1921         size: 16
1922       xaxis:
1923         title: "<b>Test Cases [Index]</b>"
1924         titlefont:
1925           size: 14
1926         autorange: True
1927         fixedrange: False
1928         gridcolor: "rgb(230, 230, 230)"
1929         linecolor: "rgb(220, 220, 220)"
1930         linewidth: 1
1931         showgrid: True
1932         showline: True
1933         showticklabels: True
1934         tickcolor: "rgb(220, 220, 220)"
1935         tickmode: "linear"
1936         tickfont:
1937           size: 14
1938         zeroline: False
1939       yaxis:
1940         title: "<b>Bandwidth [Gbps]</b>"
1941         titlefont:
1942           size: 14
1943         gridcolor: "rgb(230, 230, 230)"
1944         hoverformat: ".4s"
1945         linecolor: "rgb(220, 220, 220)"
1946         linewidth: 1
1947         rangemode: "tozero"
1948         showgrid: True
1949         showline: True
1950         showticklabels: True
1951         tickcolor: "rgb(230, 230, 230)"
1952         tickformat: ".3s"
1953         tickfont:
1954           size: 14
1955         zeroline: False
1956       boxmode: "group"
1957       boxgroupgap: 0.5
1958       autosize: False
1959       margin:
1960         t: 50
1961         b: 20
1962         l: 80
1963         r: 20
1964       showlegend: True
1965       legend:
1966         orientation: "h"
1967         font:
1968           size: 14
1969       width: 700
1970       height: 800
1971       paper_bgcolor: "#fff"
1972       plot_bgcolor: "#fff"
1973       hoverlabel:
1974         namelength: -1
1975
1976     plot-throughput:
1977       titlefont:
1978         size: 18
1979       xaxis:
1980         title: "<b>Test Cases [Index]</b>"
1981         titlefont:
1982           size: 16
1983         autorange: True
1984         fixedrange: False
1985         gridcolor: "rgb(230, 230, 230)"
1986         linecolor: "rgb(220, 220, 220)"
1987         linewidth: 1
1988         showgrid: True
1989         showline: True
1990         showticklabels: True
1991         tickcolor: "rgb(220, 220, 220)"
1992         tickmode: "linear"
1993         tickfont:
1994           size: 16
1995         zeroline: False
1996       yaxis:
1997         title: "<b>Packet Throughput [Mpps]</b>"
1998         titlefont:
1999           size: 16
2000         gridcolor: "rgb(230, 230, 230)"
2001         hoverformat: ".4r"
2002         tickformat: ".3r"
2003         linecolor: "rgb(220, 220, 220)"
2004         linewidth: 1
2005         showgrid: True
2006         showline: True
2007         showticklabels: True
2008         tickcolor: "rgb(220, 220, 220)"
2009         tickfont:
2010           size: 16
2011         zeroline: False
2012         range: [0,50]
2013       autosize: False
2014       margin:
2015         t: 50
2016         b: 0
2017         l: 80
2018         r: 20
2019       showlegend: True
2020       legend:
2021         orientation: "h"
2022         font:
2023           size: 16
2024       width: 700
2025       height: 900
2026       paper_bgcolor: "#fff"
2027       plot_bgcolor: "#fff"
2028       hoverlabel:
2029         namelength: -1
2030
2031     plot-throughput-speedup-analysis:
2032       titlefont:
2033         size: 18
2034       xaxis:
2035         title: "<b>Number of Cores [Qty]</b>"
2036         titlefont:
2037           size: 16
2038         autorange: True
2039         fixedrange: False
2040         gridcolor: "rgb(230, 230, 230)"
2041         linecolor: "rgb(220, 220, 220)"
2042         linewidth: 1
2043         showgrid: True
2044         showline: True
2045         showticklabels: True
2046         tickcolor: "rgb(238, 238, 238)"
2047         tickmode: "linear"
2048         tickfont:
2049           size: 16
2050         zeroline: False
2051       yaxis:
2052         title: "<b>Packet Throughput [Mpps]</b>"
2053         titlefont:
2054           size: 16
2055         type: "linear"
2056         gridcolor: "rgb(230, 230, 230)"
2057         hoverformat: ".4s"
2058         linecolor: "rgb(220, 220, 220)"
2059         linewidth: 1
2060         showgrid: True
2061         showline: True
2062         showticklabels: True
2063         tickcolor: "rgb(220, 220, 220)"
2064         tickformat: ".4s"
2065         tickfont:
2066           size: 16
2067         zeroline: True
2068         rangemode: "tozero"
2069         range: [0,100]
2070       legend:
2071         orientation: "h"
2072         font:
2073           size: 16
2074         xanchor: "left"
2075         yanchor: "top"
2076         x: 0
2077         y: -0.2
2078         bgcolor: "rgba(255, 255, 255, 0)"
2079         bordercolor: "rgba(255, 255, 255, 0)"
2080         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2081       autosize: False
2082       margin:
2083           't': 50
2084           'b': 150
2085           'l': 85
2086           'r': 10
2087       showlegend: True
2088       width: 700
2089       height: 700
2090       paper_bgcolor: "#fff"
2091       plot_bgcolor: "#fff"
2092       hoverlabel:
2093         namelength: -1
2094       annotations: [
2095         {
2096           text: "_ _          __          ...",
2097           align: "left",
2098           showarrow: False,
2099           xref: "paper",
2100           yref: "paper",
2101           xanchor: "left",
2102           yanchor: "top",
2103           x: 0,
2104           y: -0.13,
2105           font: {
2106             family: "Consolas, Courier New",
2107             size: 15
2108           },
2109         },
2110         {
2111           text: "    Perfect     Measured     Limit",
2112           align: "left",
2113           showarrow: False,
2114           xref: "paper",
2115           yref: "paper",
2116           xanchor: "left",
2117           yanchor: "top",
2118           x: 0,
2119           y: -0.15,
2120           font: {
2121             family: "Consolas, Courier New",
2122             size: 15
2123           },
2124         },
2125       ]
2126
2127     plot-latency:
2128       titlefont:
2129         size: 18
2130       xaxis:
2131         title: "<b>Direction</b>"
2132         titlefont:
2133           size: 16
2134         autorange: True
2135         fixedrange: False
2136         gridcolor: "rgb(230, 230, 230)"
2137         linecolor: "rgb(220, 220, 220)"
2138         linewidth: 1
2139         showgrid: True
2140         showline: True
2141         showticklabels: False
2142         tickcolor: "rgb(220, 220, 220)"
2143         tickmode: "linear"
2144         tickfont:
2145           size: 16
2146         zeroline: False
2147       yaxis:
2148         title: "<b>Packet Latency [uSec]</b>"
2149         titlefont:
2150           size: 16
2151         type: "linear"
2152         gridcolor: "rgb(230, 230, 230)"
2153         hoverformat: ".4s"
2154         linecolor: "rgb(220, 220, 220)"
2155         linewidth: 1
2156         showgrid: True
2157         showline: True
2158         showticklabels: True
2159         tickcolor: "rgb(220, 220, 220)"
2160         tickformat: ".4s"
2161         tickfont:
2162           size: 16
2163         zeroline: True
2164         rangemode: "tozero"
2165       legend:
2166         orientation: "h"
2167         font:
2168           size: 16
2169         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2170       autosize: False
2171       margin:
2172           't': 50
2173           'b': 150
2174           'l': 80
2175           'r': 10
2176       showlegend: True
2177       width: 700
2178       height: 700
2179       paper_bgcolor: "#fff"
2180       plot_bgcolor: "#fff"
2181       hoverlabel:
2182         namelength: -1
2183
2184     plot-hdrh-latency:
2185       title:
2186         text: ""
2187         xanchor: "center"
2188         x: 0.5
2189         font:
2190           size: 16
2191       width: 700
2192       plot_bgcolor: "white"
2193       annotations:
2194         - font:
2195             size: 14
2196           showarrow: False
2197           text: "<b>Packet Latency [uSec]</b>"
2198           x: 1
2199           xanchor: "right"
2200           xref: "paper"
2201           y: -0.045
2202           yanchor: "top"
2203           yref: "paper"
2204         - font:
2205             size: 14
2206           showarrow: False
2207           text: "<b>Probability [%]</b>"
2208           textangle: 270
2209           x: -0.06
2210           xanchor: "center"
2211           xref: "paper"
2212           y: 0.5
2213           yanchor: "middle"
2214           yref: "paper"
2215         - font:
2216             size: 14
2217           showarrow: False
2218           text: "<b>Direction: E-W</b>"
2219           x: 0.24
2220           xanchor: "center"
2221           xref: "paper"
2222           y: 1.05
2223           yanchor: "bottom"
2224           yref: "paper"
2225         - font:
2226             size: 14
2227           showarrow: False
2228           text: "<b>Direction: W-E</b>"
2229           x: 0.74
2230           xanchor: "center"
2231           xref: "paper"
2232           y: 1.05
2233           yanchor: "bottom"
2234           yref: "paper"
2235
2236     plot-hdrh-latency-percentile:
2237       title:
2238         text: ""
2239         xanchor: "center"
2240         x: 0.5
2241         font:
2242           size: 18
2243       xaxis:
2244         type: "log"
2245         title: "<b>Percentile [%]</b>"
2246         titlefont:
2247           size: 16
2248         autorange: True
2249         fixedrange: False
2250         gridcolor: "rgb(230, 230, 230)"
2251         linecolor: "rgb(220, 220, 220)"
2252         linewidth: 1
2253         showgrid: True
2254         showline: True
2255         showticklabels: True
2256         tickcolor: "rgb(220, 220, 220)"
2257         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2258         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2259         tickfont:
2260           size: 16
2261       yaxis:
2262         title: "<b>Packet Latency [uSec]</b>"
2263         titlefont:
2264           size: 16
2265         gridcolor: "rgb(230, 230, 230)"
2266         linecolor: "rgb(220, 220, 220)"
2267         linewidth: 1
2268         showgrid: True
2269         showline: True
2270         showticklabels: True
2271         tickcolor: "rgb(220, 220, 220)"
2272         tickfont:
2273           size: 16
2274       autosize: False
2275       showlegend: True
2276       legend:
2277         traceorder: "normal"
2278         orientation: "h"
2279         font:
2280           size: 16
2281         xanchor: "left"
2282         yanchor: "top"
2283         x: 0
2284         y: -0.15
2285         bgcolor: "rgba(255, 255, 255, 0)"
2286         bordercolor: "rgba(255, 255, 255, 0)"
2287       width: 700
2288       height: 700
2289       paper_bgcolor: "white"
2290       plot_bgcolor: "white"
2291
2292     plot-hdrh-latency-by-percentile:
2293       title:
2294         text: "<b>Latency by Percentile Distribution</b>"
2295         xanchor: "center"
2296         x: 0.5
2297         font:
2298           size: 18
2299       showlegend: True
2300       legend:
2301         traceorder: "normal"
2302         orientation: "h"
2303         font:
2304           size: 16
2305         xanchor: "left"
2306         yanchor: "top"
2307         x: 0
2308         y: -0.2
2309         bgcolor: "rgba(255, 255, 255, 0)"
2310         bordercolor: "rgba(255, 255, 255, 0)"
2311       xaxis:
2312         type: "linear"
2313         title: "<b>Percentile [%]</b>"
2314         titlefont:
2315           size: 14
2316         autorange: False
2317         fixedrange: False
2318         range: [0, 100]
2319         gridcolor: "rgb(230, 230, 230)"
2320         linecolor: "rgb(220, 220, 220)"
2321         linewidth: 1
2322         showgrid: True
2323         showline: True
2324         showticklabels: True
2325         tickcolor: "rgb(220, 220, 220)"
2326         tickvals: [0, 25, 50, 75, 100]
2327         ticktext: [0, 25, 50, 75, 100]
2328         tickfont:
2329           size: 14
2330       yaxis:
2331         title: "<b>One-Way Latency per Direction [uSec]</b>"
2332         titlefont:
2333           size: 14
2334         gridcolor: "rgb(230, 230, 230)"
2335         linecolor: "rgb(220, 220, 220)"
2336         linewidth: 1
2337         showgrid: True
2338         showline: True
2339         showticklabels: True
2340         tickcolor: "rgb(220, 220, 220)"
2341         tickfont:
2342           size: 14
2343       width: 700
2344       height: 700
2345       paper_bgcolor: "white"
2346       plot_bgcolor: "white"
2347
2348 - type: "static"
2349   src-path: "{DIR[RST]}"
2350   dst-path: "{DIR[WORKING,SRC]}"
2351
2352 - type: "input"
2353   general:
2354     file-name: "output_info.xml.gz"
2355     file-format: ".gz"
2356     arch-file-format:
2357       - ".gz"
2358       - ".zip"
2359     download-path: "{job}/{build}/archives/{filename}"
2360     extract: "output.xml"
2361
2362     zip-file-name: "robot-plugin.zip"
2363     zip-file-format: ".zip"
2364     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2365     zip-extract: "robot-plugin/output.xml"
2366
2367   builds:
2368
2369     csit-vpp-perf-verify-1904-3n-hsw:
2370       - 9   # MRR sel
2371       - 11  # NDRPDR sel
2372       - 12  # NDRPDR sel
2373       - 20  # NDRPDR sel
2374       - 21  # NDRPDR sel
2375       - 23  # NDRPDR sel
2376       - 24  # NDRPDR sel
2377       - 25  # NDRPDR sel
2378       - 26  # NDRPDR sel
2379       - 29  # NDRPDR sel
2380       - 30  # NDRPDR sel
2381     csit-vpp-perf-verify-1908-3n-hsw:
2382       - 12  # NDRPDR sel
2383       - 13  # NDRPDR sel
2384       - 14  # NDRPDR sel
2385       - 15  # NDRPDR sel
2386       - 16  # NDRPDR sel
2387       - 17  # NDRPDR sel
2388       - 18  # NDRPDR sel
2389       - 19  # NDRPDR sel
2390       - 20  # NDRPDR sel
2391       - 21  # NDRPDR sel
2392       - 48  # NDRPDR sel vhost
2393       - 49  # NDRPDR sel vhost
2394       - 52  # NDRPDR sel vhost
2395       - 53  # NDRPDR sel vhost
2396       - 54  # NDRPDR sel vhost
2397       - 55  # NDRPDR sel vhost
2398       - 56  # NDRPDR sel vhost
2399       - 57  # NDRPDR sel vhost
2400       - 58  # NDRPDR sel vhost
2401       - 59  # NDRPDR sel vhost
2402       - 39  # MRR sel
2403     csit-vpp-perf-verify-2001-3n-hsw:
2404       - 21  # NDRPDR sel
2405       - 22  # NDRPDR sel
2406       - 23  # NDRPDR sel
2407       - 24  # NDRPDR sel
2408       - 25  # NDRPDR sel
2409       - 29  # NDRPDR sel
2410       - 30  # NDRPDR sel
2411       - 31  # NDRPDR sel
2412       - 32  # NDRPDR sel
2413       - 34  # NDRPDR sel
2414       - 17  # MRR sel
2415       - 18  # NDRPDR full
2416       - 20  # NDRPDR full
2417       - 28  # NDRPDR full
2418       - 35  # NDRPDR full
2419       - 42  # NDRPDR full
2420       - 46  # NDRPDR full
2421       - 47  # NDRPDR full
2422       - 48  # NDRPDR full
2423       - 49  # NDRPDR full
2424       - 50  # NDRPDR full
2425       - 51  # NDRPDR full
2426       - 52  # NDRPDR full
2427       - 53  # NDRPDR full
2428       - 54  # NDRPDR full
2429       - 55  # NDRPDR full
2430       - 56  # NDRPDR full
2431       - 57  # NDRPDR full
2432       - 58  # NDRPDR full
2433       - 59  # NDRPDR full
2434       - 61  # NDRPDR full
2435       - 62  # NDRPDR full
2436       - 63  # NDRPDR full
2437       - 64  # NDRPDR full
2438       - 65  # NDRPDR full
2439       - 67  # NDRPDR full
2440       - 70  # NDRPDR full
2441       - 72  # NDRPDR full
2442       - 73  # NDRPDR full
2443       - 76  # NDRPDR full
2444       - 77  # NDRPDR full
2445       - 78  # NDRPDR full
2446       - 79  # NDRPDR full
2447       - 81  # NDRPDR full
2448       - 82  # NDRPDR full
2449       - 84  # NDRPDR full
2450       - 85  # NDRPDR full
2451       - 87  # hoststack
2452       - 88  # hoststack
2453       - 89  # hoststack
2454       - 90  # hoststack
2455       - 91  # hoststack
2456       - 92  # hoststack
2457       - 93  # hoststack
2458       - 94  # hoststack
2459       - 95  # hoststack
2460       - 96  # hoststack
2461
2462     csit-vpp-perf-verify-1904-3n-skx:
2463       - 7   # MRR sel
2464       - 8   # NDRPDR sel
2465       - 9   # NDRPDR sel
2466       - 10  # NDRPDR sel
2467       - 11  # NDRPDR sel
2468       - 12  # NDRPDR sel
2469       - 14  # NDRPDR sel
2470       - 16  # NDRPDR sel
2471       - 21  # NDRPDR sel
2472       - 23  # NDRPDR sel
2473       - 25  # NDRPDR sel
2474     csit-vpp-perf-verify-1908-3n-skx:
2475       - 14  # NDRPDR sel
2476       - 16  # NDRPDR sel
2477       - 19  # NDRPDR sel
2478       - 20  # NDRPDR sel
2479       - 22  # NDRPDR sel
2480       - 23  # NDRPDR sel
2481       - 24  # NDRPDR sel
2482       - 25  # NDRPDR sel
2483       - 26  # NDRPDR sel
2484       - 29  # NDRPDR sel
2485       - 52  # NDRPDR sel vhost
2486       - 53  # NDRPDR sel vhost
2487       - 55  # NDRPDR sel vhost
2488       - 61  # NDRPDR sel vhost
2489       - 62  # NDRPDR sel vhost
2490       - 63  # NDRPDR sel vhost
2491       - 64  # NDRPDR sel vhost
2492       - 65  # NDRPDR sel vhost
2493       - 66  # NDRPDR sel vhost
2494       - 67  # NDRPDR sel vhost
2495       - 36  # MRR sel
2496     csit-vpp-perf-verify-2001-3n-skx:
2497       - 45  # NDRPDR sel
2498       - 46  # NDRPDR sel
2499       - 47  # NDRPDR sel
2500       - 48  # NDRPDR sel
2501       - 49  # NDRPDR sel
2502       - 51  # NDRPDR sel
2503       - 52  # NDRPDR sel
2504       - 54  # NDRPDR sel addition
2505       - 55  # NDRPDR sel addition
2506       - 56  # NDRPDR sel addition
2507       - 57  # NDRPDR sel addition
2508       - 58  # NDRPDR sel addition
2509       - 61  # NDRPDR sel addition
2510       - 50  # MRR sel
2511       - 53  # MRR sel addition
2512
2513     csit-vpp-perf-verify-1904-2n-skx:
2514       - 11  # MRR sel
2515       - 12  # NDRPDR sel
2516       - 14  # NDRPDR sel
2517       - 16  # NDRPDR sel
2518       - 17  # NDRPDR sel
2519       - 18  # NDRPDR sel
2520       - 21  # NDRPDR sel
2521       - 27  # NDRPDR sel
2522       - 30  # NDRPDR sel
2523       - 31  # NDRPDR sel
2524       - 32  # NDRPDR sel
2525     csit-vpp-perf-verify-1908-2n-skx:
2526       - 26  # NDRPDR sel
2527       - 27  # NDRPDR sel
2528       - 34  # NDRPDR sel
2529       - 35  # NDRPDR sel
2530       - 36  # NDRPDR sel
2531       - 42  # NDRPDR sel
2532       - 43  # NDRPDR sel
2533       - 44  # NDRPDR sel
2534       - 45  # NDRPDR sel
2535       - 46  # NDRPDR sel
2536       - 88  # NDRPDR sel vhost
2537       - 89  # NDRPDR sel vhost
2538       - 91  # NDRPDR sel vhost
2539       - 92  # NDRPDR sel vhost
2540       - 93  # NDRPDR sel vhost
2541       - 94  # NDRPDR sel vhost
2542       - 95  # NDRPDR sel vhost
2543       - 96  # NDRPDR sel vhost
2544       - 97  # NDRPDR sel vhost
2545       - 98  # NDRPDR sel vhost
2546       - 69  # MRR sel
2547 #      - 22  # NFV
2548 #      - 31  # NFV
2549 #      - 32  # NFV
2550 #      - 71  # NFV MRR
2551     csit-vpp-perf-verify-2001-2n-skx:
2552       - 92  # NDRPDR sel
2553       - 93  # NDRPDR sel
2554       - 94  # NDRPDR sel
2555       - 95  # NDRPDR sel
2556       - 96  # NDRPDR sel
2557       - 97  # NDRPDR sel
2558       - 98  # NDRPDR sel
2559       - 99  # NDRPDR sel
2560       - 100 # NDRPDR sel
2561       - 102 # NDRPDR sel
2562       - 129 # NDRPDR sel addition
2563       - 130 # NDRPDR sel addition
2564       - 131 # NDRPDR sel addition
2565       - 132 # NDRPDR sel addition
2566       - 133 # NDRPDR sel addition
2567       - 134 # NDRPDR sel addition
2568       - 135 # NDRPDR sel addition
2569       - 136 # NDRPDR sel addition
2570       - 137 # NDRPDR sel addition
2571       - 138 # NDRPDR sel addition
2572       - 101 # MRR sel
2573       - 128 # MRR sel addition
2574
2575     csit-vpp-perf-verify-2001-2n-clx:
2576       - 28  # NDRPDR sel
2577       - 29  # NDRPDR sel
2578       - 32  # NDRPDR sel
2579       - 40  # NDRPDR sel
2580       - 43  # NDRPDR sel
2581       - 44  # NDRPDR sel
2582       - 45  # NDRPDR sel
2583       - 47  # NDRPDR sel
2584       - 48  # NDRPDR sel
2585       - 49  # NDRPDR sel
2586       - 39  # MRR
2587       - 53  # NDRPDR full
2588       - 54  # NDRPDR full
2589       - 55  # NDRPDR full
2590       - 56  # NDRPDR full
2591       - 57  # NDRPDR full
2592       - 58  # NDRPDR full
2593       - 59  # NDRPDR full
2594       - 60  # NDRPDR full
2595       - 61  # NDRPDR full
2596       - 62  # NDRPDR full
2597       - 63  # NDRPDR full
2598       - 64  # NDRPDR full
2599       - 65  # NDRPDR full
2600       - 66  # NDRPDR full
2601       - 67  # NDRPDR full
2602       - 68  # Reconf
2603       - 69  # Reconf
2604       - 70  # Reconf
2605       - 71  # Reconf
2606       - 72  # Reconf
2607       - 73  # Reconf
2608       - 74  # Reconf
2609       - 75  # Reconf
2610       - 76  # Reconf
2611       - 77  # Reconf
2612       - 80  # TCP
2613       - 82  # TCP
2614       - 83  # TCP
2615       - 85  # TCP
2616       - 86  # TCP
2617       - 87  # TCP
2618       - 88  # TCP
2619       - 89  # TCP
2620       - 90  # TCP
2621       - 91  # TCP
2622       - 93  # Soak
2623       - 94  # Soak
2624
2625     csit-vpp-perf-verify-1908-3n-tsh:
2626       - 7   # NDRPDR sel
2627       - 8   # NDRPDR sel
2628       - 9   # NDRPDR sel
2629       - 10  # NDRPDR sel
2630       - 11  # NDRPDR sel
2631       - 12  # NDRPDR sel
2632       - 13  # NDRPDR sel
2633       - 14  # NDRPDR sel
2634       - 15  # NDRPDR sel
2635       - 16  # NDRPDR sel
2636       - 17  # MRR sel
2637     csit-vpp-perf-verify-2001-3n-tsh:
2638       - 3   # NDRPDR sel
2639       - 4   # NDRPDR sel
2640       - 7   # NDRPDR sel
2641       - 8   # NDRPDR sel
2642       - 10  # NDRPDR sel
2643       - 12  # NDRPDR sel
2644       - 13  # NDRPDR sel
2645       - 14  # NDRPDR sel
2646       - 15  # NDRPDR sel
2647       - 21  # NDRPDR sel
2648       - 9   # MRR sel
2649
2650     csit-vpp-perf-verify-1908-3n-dnv:
2651       - 6   # NDRPDR sel
2652       - 7   # NDRPDR sel
2653       - 8   # NDRPDR sel
2654       - 9   # NDRPDR sel
2655       - 10  # NDRPDR sel
2656       - 12  # NDRPDR sel
2657       - 13  # NDRPDR sel
2658       - 14  # NDRPDR sel
2659       - 15  # NDRPDR sel
2660       - 16  # NDRPDR sel
2661       - 17  # MRR sel
2662     csit-vpp-perf-verify-2001-3n-dnv:
2663       - 5   # NDRPDR sel
2664       - 6   # NDRPDR sel
2665       - 7   # NDRPDR sel
2666       - 8   # NDRPDR sel
2667       - 9   # NDRPDR sel
2668       - 10  # NDRPDR sel
2669       - 12  # NDRPDR sel
2670       - 16  # NDRPDR sel
2671       - 17  # NDRPDR sel
2672       - 18  # NDRPDR sel
2673       - 11  # MRR sel
2674       - 19  # NDRPDR full
2675       - 20  # NDRPDR full
2676       - 21  # NDRPDR full
2677       - 22  # NDRPDR full
2678       - 23  # NDRPDR full
2679       - 24  # NDRPDR full
2680       - 25  # NDRPDR full
2681       - 26  # NDRPDR full
2682       - 37  # NDRPDR full
2683       - 38  # NDRPDR full
2684       - 39  # NDRPDR full
2685
2686     csit-vpp-perf-verify-1908-2n-dnv:
2687       - 1   # NDRPDR sel
2688       - 2   # NDRPDR sel
2689       - 3   # NDRPDR sel
2690       - 4   # NDRPDR sel
2691       - 5   # NDRPDR sel
2692       - 6   # NDRPDR sel
2693       - 7   # NDRPDR sel
2694       - 8   # NDRPDR sel
2695       - 9   # NDRPDR sel
2696       - 10  # NDRPDR sel
2697       - 11  # MRR sel
2698     csit-vpp-perf-verify-2001-2n-dnv:
2699       - 4   # NDRPDR sel
2700       - 5   # NDRPDR sel
2701       - 6   # NDRPDR sel
2702       - 7   # NDRPDR sel
2703       - 8   # NDRPDR sel
2704       - 9   # NDRPDR sel
2705       - 10  # NDRPDR sel
2706       - 11  # NDRPDR sel
2707       - 13  # NDRPDR sel
2708       - 16  # NDRPDR sel
2709       - 12  # MRR sel
2710       - 21  # NDRPDR full
2711       - 22  # NDRPDR full
2712       - 25  # NDRPDR full
2713       - 26  # NDRPDR full
2714       - 27  # NDRPDR full
2715       - 28  # NDRPDR full
2716
2717     csit-dpdk-perf-verify-1904-3n-hsw:
2718       - 2   # NDRPDR sel
2719       - 3   # NDRPDR sel
2720       - 5   # NDRPDR sel
2721       - 6   # NDRPDR sel
2722       - 13  # NDRPDR sel
2723       - 14  # NDRPDR sel
2724       - 15  # NDRPDR sel
2725       - 18  # NDRPDR sel
2726       - 19  # NDRPDR sel
2727       - 20  # NDRPDR sel
2728     csit-dpdk-perf-verify-1908-3n-hsw:
2729       - 2   # NDRPDR sel
2730       - 3   # NDRPDR sel
2731       - 4   # NDRPDR sel
2732       - 5   # NDRPDR sel
2733       - 6   # NDRPDR sel
2734       - 7   # NDRPDR sel
2735       - 8   # NDRPDR sel
2736       - 9   # NDRPDR sel
2737       - 10  # NDRPDR sel
2738       - 11  # NDRPDR sel
2739     csit-dpdk-perf-verify-2001-3n-hsw:
2740       - 4   # NDRPDR sel
2741       - 5   # NDRPDR sel
2742       - 6   # NDRPDR sel
2743       - 7   # NDRPDR sel
2744       - 8   # NDRPDR sel
2745       - 9   # NDRPDR sel
2746       - 10  # NDRPDR sel
2747       - 11  # NDRPDR sel
2748       - 12  # NDRPDR sel
2749       - 13  # NDRPDR sel
2750       - 15  # NDRPDR sel
2751       - 16  # NDRPDR sel
2752       - 17  # NDRPDR sel
2753       - 18  # NDRPDR sel
2754       - 19  # NDRPDR sel
2755       - 20  # NDRPDR sel
2756       - 21  # NDRPDR sel
2757       - 22  # NDRPDR sel
2758       - 23  # NDRPDR sel
2759       - 24  # NDRPDR sel
2760       - 25  # NDRPDR full
2761       - 26  # NDRPDR full
2762
2763     csit-dpdk-perf-verify-1904-3n-skx:
2764       - 2   # NDRPDR sel
2765       - 3   # NDRPDR sel
2766       - 4   # NDRPDR sel
2767       - 5   # NDRPDR sel
2768       - 6   # NDRPDR sel
2769       - 7   # NDRPDR sel
2770       - 11  # NDRPDR sel
2771       - 12  # NDRPDR sel
2772       - 13  # NDRPDR sel
2773       - 14  # NDRPDR sel
2774     csit-dpdk-perf-verify-1908-3n-skx:
2775       - 3   # NDRPDR sel
2776       - 4   # NDRPDR sel
2777       - 5   # NDRPDR sel
2778       - 6   # NDRPDR sel
2779       - 7   # NDRPDR sel
2780       - 8   # NDRPDR sel
2781       - 9   # NDRPDR sel
2782       - 10  # NDRPDR sel
2783       - 11  # NDRPDR sel
2784       - 12  # NDRPDR sel
2785     csit-dpdk-perf-verify-2001-3n-skx:
2786       - 29  # NDRPDR sel xxv710
2787       - 33  # NDRPDR sel xxv710
2788       - 34  # NDRPDR sel xxv710
2789       - 35  # NDRPDR sel xxv710
2790       - 36  # NDRPDR sel xxv710
2791       - 37  # NDRPDR sel xxv710
2792       - 41  # NDRPDR sel xxv710
2793       - 42  # NDRPDR sel xxv710
2794       - 43  # NDRPDR sel xxv710
2795       - 45  # NDRPDR sel xxv710
2796       - 30  # NDRPDR sel x710
2797       - 31  # NDRPDR sel x710
2798       - 32  # NDRPDR sel x710
2799       - 38  # NDRPDR sel x710
2800       - 39  # NDRPDR sel x710
2801       - 40  # NDRPDR sel x710
2802       - 44  # NDRPDR sel x710
2803       - 46  # NDRPDR sel x710
2804       - 47  # NDRPDR sel x710
2805       - 48  # NDRPDR sel x710
2806
2807     csit-dpdk-perf-verify-1904-2n-skx:
2808       - 2   # NDRPDR sel
2809       - 3   # NDRPDR sel
2810       - 4   # NDRPDR sel
2811       - 5   # NDRPDR sel
2812       - 7   # NDRPDR sel
2813       - 8   # NDRPDR sel
2814       - 9   # NDRPDR sel
2815       - 10  # NDRPDR sel
2816       - 11  # NDRPDR sel
2817       - 12  # NDRPDR sel
2818     csit-dpdk-perf-verify-1908-2n-skx:
2819       - 2   # NDRPDR sel
2820       - 3   # NDRPDR sel
2821       - 4   # NDRPDR sel
2822       - 5   # NDRPDR sel
2823       - 7   # NDRPDR sel
2824       - 8   # NDRPDR sel
2825       - 9   # NDRPDR sel
2826       - 10  # NDRPDR sel
2827       - 11  # NDRPDR sel
2828       - 12  # NDRPDR sel
2829     csit-dpdk-perf-verify-2001-2n-skx:
2830       - 35  # NDRPDR sel xxv710
2831       - 36  # NDRPDR sel xxv710
2832       - 37  # NDRPDR sel xxv710
2833       - 41  # NDRPDR sel xxv710
2834       - 42  # NDRPDR sel xxv710
2835       - 43  # NDRPDR sel xxv710
2836       - 46  # NDRPDR sel xxv710
2837       - 47  # NDRPDR sel xxv710
2838       - 52  # NDRPDR sel xxv710
2839       - 53  # NDRPDR sel xxv710
2840       - 38  # NDRPDR sel x710
2841       - 39  # NDRPDR sel x710
2842       - 40  # NDRPDR sel x710
2843       - 44  # NDRPDR sel x710
2844       - 45  # NDRPDR sel x710
2845       - 48  # NDRPDR sel x710
2846       - 49  # NDRPDR sel x710
2847       - 50  # NDRPDR sel x710
2848       - 51  # NDRPDR sel x710
2849       - 54  # NDRPDR sel x710
2850
2851
2852     csit-dpdk-perf-verify-2001-2n-clx:
2853       - 15  # NDRPDR sel
2854       - 16  # NDRPDR sel
2855       - 17  # NDRPDR sel
2856       - 18  # NDRPDR sel
2857       - 19  # NDRPDR sel
2858       - 20  # NDRPDR sel
2859       - 21  # NDRPDR sel
2860       - 22  # NDRPDR sel
2861       - 23  # NDRPDR sel
2862       - 24  # NDRPDR sel
2863       - 25  # NDRPDR sel
2864       - 26  # NDRPDR sel
2865       - 27  # NDRPDR sel
2866       - 28  # NDRPDR sel
2867       - 29  # NDRPDR sel
2868       - 30  # NDRPDR sel
2869       - 31  # NDRPDR sel
2870       - 32  # NDRPDR sel
2871       - 33  # NDRPDR sel
2872       - 34  # NDRPDR sel
2873
2874     csit-dpdk-perf-verify-2001-2n-dnv:
2875       - 9   # NDRPDR sel
2876       - 10  # NDRPDR sel
2877       - 11  # NDRPDR sel
2878       - 12  # NDRPDR sel
2879       - 13  # NDRPDR sel
2880       - 14  # NDRPDR sel
2881       - 15  # NDRPDR sel
2882       - 16  # NDRPDR sel
2883       - 17  # NDRPDR sel
2884       - 18  # NDRPDR sel
2885
2886     csit-dpdk-perf-verify-2001-3n-dnv:
2887       - 12  # NDRPDR sel
2888       - 13  # NDRPDR sel
2889       - 14  # NDRPDR sel
2890       - 15  # NDRPDR sel
2891       - 16  # NDRPDR sel
2892       - 17  # NDRPDR sel
2893       - 18  # NDRPDR sel
2894       - 19  # NDRPDR sel
2895       - 20  # NDRPDR sel
2896       - 22  # NDRPDR sel
2897
2898     csit-dpdk-perf-verify-2001-3n-tsh:
2899       - 3   # NDRPDR sel
2900       - 4   # NDRPDR sel
2901       - 5   # NDRPDR sel
2902       - 9   # NDRPDR sel
2903       - 10  # NDRPDR sel
2904       - 11  # NDRPDR sel
2905       - 12  # NDRPDR sel
2906       - 14  # NDRPDR sel
2907       - 15  # NDRPDR sel
2908       - 18  # NDRPDR sel
2909
2910     csit-vpp-device-2001-ubuntu1804-1n-skx:
2911       - 57
2912
2913 - type: "output"
2914   output: "report"
2915   format:
2916     html:
2917     - full
2918 #    pdf:
2919 #    - minimal
2920
2921 ################################################################################
2922 ###                               T A B L E S                                ###
2923 ################################################################################
2924
2925 ## VPP Soak vs NDR - 2n-skx
2926 #- type: "table"
2927 #  title: "VPP Soak vs NDR 2n-skx"
2928 #  algorithm: "table_soak_vs_ndr"
2929 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2930 #  reference:
2931 #    title: "NDR"
2932 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2933 #  compare:
2934 #    title: "Soak"
2935 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2936 #  data: "vpp-soak-vs-ndr-2n-skx"
2937 #  include-tests: "NDR"
2938 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2939 #  parameters:
2940 #    - "throughput"
2941 #    - "name"
2942 #    - "parent"
2943
2944 # VPP Soak vs NDR - 2n-clx
2945 - type: "table"
2946   title: "VPP Soak vs NDR 2n-clx"
2947   algorithm: "table_soak_vs_ndr"
2948   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2949   reference:
2950     title: "NDR"
2951     data: "vpp-soak-vs-ndr-2n-clx-ref"
2952   compare:
2953     title: "Soak"
2954     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2955   data: "vpp-soak-vs-ndr-2n-clx"
2956   include-tests: "NDR"
2957   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2958   parameters:
2959     - "throughput"
2960     - "name"
2961     - "parent"
2962
2963 ################################################################################
2964
2965 # VPP Compare NICs 3n-skx 2t1c ndr
2966 - type: "table"
2967   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2968   algorithm: "table_nics_comparison"
2969   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2970   reference:
2971     title: "x710"
2972     nic: "NIC_Intel-X710"
2973   compare:
2974     title: "xxv710"
2975     nic: "NIC_Intel-XXV710"
2976   data: "vpp-nic-comparison-3n-skx"
2977   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2978   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2979   parameters:
2980   - "name"
2981   - "parent"
2982   - "throughput"
2983   - "tags"
2984
2985 # VPP Compare NICs 3n-skx 4t2c ndr
2986 - type: "table"
2987   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2988   algorithm: "table_nics_comparison"
2989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2990   reference:
2991     title: "x710"
2992     nic: "NIC_Intel-X710"
2993   compare:
2994     title: "xxv710"
2995     nic: "NIC_Intel-XXV710"
2996   data: "vpp-nic-comparison-3n-skx"
2997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2998   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2999   parameters:
3000   - "name"
3001   - "parent"
3002   - "throughput"
3003   - "tags"
3004
3005 # VPP Compare NICs 3n-skx 2t1c pdr
3006 - type: "table"
3007   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3008   algorithm: "table_nics_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3010   reference:
3011     title: "x710"
3012     nic: "NIC_Intel-X710"
3013   compare:
3014     title: "xxv710"
3015     nic: "NIC_Intel-XXV710"
3016   data: "vpp-nic-comparison-3n-skx"
3017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3018   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "throughput"
3023   - "tags"
3024
3025  # VPP Compare NICs 3n-skx 4t2c pdr
3026 - type: "table"
3027   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3028   algorithm: "table_nics_comparison"
3029   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3030   reference:
3031     title: "x710"
3032     nic: "NIC_Intel-X710"
3033   compare:
3034     title: "xxv710"
3035     nic: "NIC_Intel-XXV710"
3036   data: "vpp-nic-comparison-3n-skx"
3037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3038   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3039   parameters:
3040   - "name"
3041   - "parent"
3042   - "throughput"
3043   - "tags"
3044
3045 # VPP Compare NICs 3n-skx 2t1c mrr
3046 - type: "table"
3047   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3048   algorithm: "table_nics_comparison"
3049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3050   reference:
3051     title: "x710"
3052     nic: "NIC_Intel-X710"
3053   compare:
3054     title: "xxv710"
3055     nic: "NIC_Intel-XXV710"
3056   data: "vpp-nic-comparison-3n-skx-mrr"
3057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3058   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3059   parameters:
3060   - "name"
3061   - "parent"
3062   - "result"
3063   - "tags"
3064
3065 # VPP Compare NICs 3n-skx 4t2c mrr
3066 - type: "table"
3067   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3068   algorithm: "table_nics_comparison"
3069   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3070   reference:
3071     title: "x710"
3072     nic: "NIC_Intel-X710"
3073   compare:
3074     title: "xxv710"
3075     nic: "NIC_Intel-XXV710"
3076   data: "vpp-nic-comparison-3n-skx-mrr"
3077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3078   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3079   parameters:
3080   - "name"
3081   - "parent"
3082   - "result"
3083   - "tags"
3084
3085  # VPP Compare NICs 3n-skx 8t4c mrr
3086 - type: "table"
3087   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3088   algorithm: "table_nics_comparison"
3089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3090   reference:
3091     title: "x710"
3092     nic: "NIC_Intel-X710"
3093   compare:
3094     title: "xxv710"
3095     nic: "NIC_Intel-XXV710"
3096   data: "vpp-nic-comparison-3n-skx-mrr"
3097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3098   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3099   parameters:
3100   - "name"
3101   - "parent"
3102   - "result"
3103   - "tags"
3104
3105 # VPP Compare NICs 2n-skx 2t1c ndr
3106 - type: "table"
3107   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3108   algorithm: "table_nics_comparison"
3109   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3110   reference:
3111     title: "x710"
3112     nic: "NIC_Intel-X710"
3113   compare:
3114     title: "xxv710"
3115     nic: "NIC_Intel-XXV710"
3116   data: "vpp-nic-comparison-2n-skx"
3117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3118   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3119   parameters:
3120   - "name"
3121   - "parent"
3122   - "throughput"
3123   - "tags"
3124
3125 # VPP Compare NICs 2n-skx 4t2c ndr
3126 - type: "table"
3127   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3128   algorithm: "table_nics_comparison"
3129   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3130   reference:
3131     title: "x710"
3132     nic: "NIC_Intel-X710"
3133   compare:
3134     title: "xxv710"
3135     nic: "NIC_Intel-XXV710"
3136   data: "vpp-nic-comparison-2n-skx"
3137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3138   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3139   parameters:
3140   - "name"
3141   - "parent"
3142   - "throughput"
3143   - "tags"
3144
3145  # VPP Compare NICs 2n-skx 2t1c pdr
3146 - type: "table"
3147   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3148   algorithm: "table_nics_comparison"
3149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3150   reference:
3151     title: "x710"
3152     nic: "NIC_Intel-X710"
3153   compare:
3154     title: "xxv710"
3155     nic: "NIC_Intel-XXV710"
3156   data: "vpp-nic-comparison-2n-skx"
3157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3158   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3159   parameters:
3160   - "name"
3161   - "parent"
3162   - "throughput"
3163   - "tags"
3164
3165 # VPP Compare NICs 2n-skx 4t2c pdr
3166 - type: "table"
3167   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3168   algorithm: "table_nics_comparison"
3169   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3170   reference:
3171     title: "x710"
3172     nic: "NIC_Intel-X710"
3173   compare:
3174     title: "xxv710"
3175     nic: "NIC_Intel-XXV710"
3176   data: "vpp-nic-comparison-2n-skx"
3177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3178   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3179   parameters:
3180   - "name"
3181   - "parent"
3182   - "throughput"
3183   - "tags"
3184
3185 # VPP Compare NICs 2n-skx 2t1c mrr
3186 - type: "table"
3187   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3188   algorithm: "table_nics_comparison"
3189   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3190   reference:
3191     title: "x710"
3192     nic: "NIC_Intel-X710"
3193   compare:
3194     title: "xxv710"
3195     nic: "NIC_Intel-XXV710"
3196   data: "vpp-nic-comparison-2n-skx-mrr"
3197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3198   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3199   parameters:
3200   - "name"
3201   - "parent"
3202   - "result"
3203   - "tags"
3204
3205 # VPP Compare NICs 2n-skx 4t2c mrr
3206 - type: "table"
3207   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3208   algorithm: "table_nics_comparison"
3209   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3210   reference:
3211     title: "x710"
3212     nic: "NIC_Intel-X710"
3213   compare:
3214     title: "xxv710"
3215     nic: "NIC_Intel-XXV710"
3216   data: "vpp-nic-comparison-2n-skx-mrr"
3217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3218   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3219   parameters:
3220   - "name"
3221   - "parent"
3222   - "result"
3223   - "tags"
3224
3225 # VPP Compare NICs 2n-skx 8t4c mrr
3226 - type: "table"
3227   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3228   algorithm: "table_nics_comparison"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3230   reference:
3231     title: "x710"
3232     nic: "NIC_Intel-X710"
3233   compare:
3234     title: "xxv710"
3235     nic: "NIC_Intel-XXV710"
3236   data: "vpp-nic-comparison-2n-skx-mrr"
3237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3238   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3239   parameters:
3240   - "name"
3241   - "parent"
3242   - "result"
3243   - "tags"
3244
3245 ################################################################################
3246 # VPP
3247
3248 # VPP Performance Changes 3n-hsw 1t1c pdr
3249 - type: "table"
3250   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3251   algorithm: "table_perf_comparison"
3252   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3253   history:
3254     - title: "rls1904"
3255       data: "vpp-performance-changes-3n-hsw-h1"
3256   reference:
3257     title: "rls1908"
3258     data: "vpp-performance-changes-3n-hsw-ref"
3259     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3260   compare:
3261     title: "rls2001"
3262     data: "vpp-performance-changes-3n-hsw-cmp"
3263   data: "vpp-performance-changes-3n-hsw"
3264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3265   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3266   parameters:
3267   - "name"
3268   - "parent"
3269   - "throughput"
3270
3271 # VPP Performance Changes 3n-hsw 2t2c pdr
3272 - type: "table"
3273   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3274   algorithm: "table_perf_comparison"
3275   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3276   history:
3277     - title: "rls1904"
3278       data: "vpp-performance-changes-3n-hsw-h1"
3279   reference:
3280     title: "rls1908"
3281     data: "vpp-performance-changes-3n-hsw-ref"
3282     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3283   compare:
3284     title: "rls2001"
3285     data: "vpp-performance-changes-3n-hsw-cmp"
3286   data: "vpp-performance-changes-3n-hsw"
3287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3288   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3289   parameters:
3290   - "name"
3291   - "parent"
3292   - "throughput"
3293
3294 # VPP Performance Changes 3n-hsw 1t1c ndr
3295 - type: "table"
3296   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3297   algorithm: "table_perf_comparison"
3298   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3299   history:
3300     - title: "rls1904"
3301       data: "vpp-performance-changes-3n-hsw-h1"
3302   reference:
3303     title: "rls1908"
3304     data: "vpp-performance-changes-3n-hsw-ref"
3305     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3306   compare:
3307     title: "rls2001"
3308     data: "vpp-performance-changes-3n-hsw-cmp"
3309   data: "vpp-performance-changes-3n-hsw"
3310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3311   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3312   parameters:
3313   - "name"
3314   - "parent"
3315   - "throughput"
3316
3317 # VPP Performance Changes 3n-hsw 2t2c ndr
3318 - type: "table"
3319   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3320   algorithm: "table_perf_comparison"
3321   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3322   history:
3323     - title: "rls1904"
3324       data: "vpp-performance-changes-3n-hsw-h1"
3325   reference:
3326     title: "rls1908"
3327     data: "vpp-performance-changes-3n-hsw-ref"
3328     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3329   compare:
3330     title: "rls2001"
3331     data: "vpp-performance-changes-3n-hsw-cmp"
3332   data: "vpp-performance-changes-3n-hsw"
3333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3334   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3335   parameters:
3336   - "name"
3337   - "parent"
3338   - "throughput"
3339
3340 # VPP Performance Changes 3n-skx 2t1c pdr
3341 - type: "table"
3342   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3343   algorithm: "table_perf_comparison_nic"
3344   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3345   history:
3346     - title: "rls1904 x710"
3347       data: "vpp-performance-changes-3n-skx-h1"
3348       nic: "NIC_Intel-X710"
3349   reference:
3350     title: "rls1908 xxv710"
3351     data: "vpp-performance-changes-3n-skx-ref"
3352     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3353     nic: "NIC_Intel-XXV710"
3354   compare:
3355     title: "rls2001 xxv710"
3356     data: "vpp-performance-changes-3n-skx-cmp"
3357     nic: "NIC_Intel-XXV710"
3358   data: "vpp-performance-changes-3n-skx"
3359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3360   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3361   parameters:
3362   - "name"
3363   - "parent"
3364   - "throughput"
3365   - "tags"
3366
3367 # VPP Performance Changes 3n-skx 4t2c pdr
3368 - type: "table"
3369   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3370   algorithm: "table_perf_comparison_nic"
3371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3372   history:
3373     - title: "rls1904 x710"
3374       data: "vpp-performance-changes-3n-skx-h1"
3375       nic: "NIC_Intel-X710"
3376   reference:
3377     title: "rls1908 xxv710"
3378     data: "vpp-performance-changes-3n-skx-ref"
3379     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3380     nic: "NIC_Intel-XXV710"
3381   compare:
3382     title: "rls2001 xxv710"
3383     data: "vpp-performance-changes-3n-skx-cmp"
3384     nic: "NIC_Intel-XXV710"
3385   data: "vpp-performance-changes-3n-skx"
3386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3387   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3388   parameters:
3389   - "name"
3390   - "parent"
3391   - "throughput"
3392   - "tags"
3393
3394 # VPP Performance Changes 3n-skx 2t1c ndr
3395 - type: "table"
3396   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3397   algorithm: "table_perf_comparison_nic"
3398   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3399   history:
3400     - title: "rls1904 x710"
3401       data: "vpp-performance-changes-3n-skx-h1"
3402       nic: "NIC_Intel-X710"
3403   reference:
3404     title: "rls1908 xxv710"
3405     data: "vpp-performance-changes-3n-skx-ref"
3406     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3407     nic: "NIC_Intel-XXV710"
3408   compare:
3409     title: "rls2001 xxv710"
3410     data: "vpp-performance-changes-3n-skx-cmp"
3411     nic: "NIC_Intel-XXV710"
3412   data: "vpp-performance-changes-3n-skx"
3413   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3414   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3415   parameters:
3416   - "name"
3417   - "parent"
3418   - "throughput"
3419   - "tags"
3420
3421 # VPP Performance Changes 3n-skx 4t2c ndr
3422 - type: "table"
3423   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3424   algorithm: "table_perf_comparison_nic"
3425   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3426   history:
3427     - title: "rls1904 x710"
3428       data: "vpp-performance-changes-3n-skx-h1"
3429       nic: "NIC_Intel-X710"
3430   reference:
3431     title: "rls1908 xxv710"
3432     data: "vpp-performance-changes-3n-skx-ref"
3433     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3434     nic: "NIC_Intel-XXV710"
3435   compare:
3436     title: "rls2001 xxv710"
3437     data: "vpp-performance-changes-3n-skx-cmp"
3438     nic: "NIC_Intel-XXV710"
3439   data: "vpp-performance-changes-3n-skx"
3440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3442   parameters:
3443   - "name"
3444   - "parent"
3445   - "throughput"
3446   - "tags"
3447
3448 # VPP Performance Changes 2n-skx 2t1c pdr
3449 - type: "table"
3450   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3451   algorithm: "table_perf_comparison_nic"
3452   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3453   history:
3454     - title: "rls1904 x710"
3455       data: "vpp-performance-changes-2n-skx-h1"
3456       nic: "NIC_Intel-X710"
3457   reference:
3458     title: "rls1908 xxv710"
3459     data: "vpp-performance-changes-2n-skx-ref"
3460     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3461     nic: "NIC_Intel-XXV710"
3462   compare:
3463     title: "rls2001 xxv710"
3464     data: "vpp-performance-changes-2n-skx-cmp"
3465     nic: "NIC_Intel-XXV710"
3466   data: "vpp-performance-changes-2n-skx"
3467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3468   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3469   parameters:
3470   - "name"
3471   - "parent"
3472   - "throughput"
3473   - "tags"
3474
3475 # VPP Performance Changes 2n-skx 4t2c pdr
3476 - type: "table"
3477   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3478   algorithm: "table_perf_comparison_nic"
3479   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3480   history:
3481     - title: "rls1904 x710"
3482       data: "vpp-performance-changes-2n-skx-h1"
3483       nic: "NIC_Intel-X710"
3484   reference:
3485     title: "rls1908 xxv710"
3486     data: "vpp-performance-changes-2n-skx-ref"
3487     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3488     nic: "NIC_Intel-XXV710"
3489   compare:
3490     title: "rls2001 xxv710"
3491     data: "vpp-performance-changes-2n-skx-cmp"
3492     nic: "NIC_Intel-XXV710"
3493   data: "vpp-performance-changes-2n-skx"
3494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3495   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3496   parameters:
3497   - "name"
3498   - "parent"
3499   - "throughput"
3500   - "tags"
3501
3502 # VPP Performance Changes 2n-skx 2t1c ndr
3503 - type: "table"
3504   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3505   algorithm: "table_perf_comparison_nic"
3506   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3507   history:
3508     - title: "rls1904 x710"
3509       data: "vpp-performance-changes-2n-skx-h1"
3510       nic: "NIC_Intel-X710"
3511   reference:
3512     title: "rls1908 xxv710"
3513     data: "vpp-performance-changes-2n-skx-ref"
3514     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3515     nic: "NIC_Intel-XXV710"
3516   compare:
3517     title: "rls2001 xxv710"
3518     data: "vpp-performance-changes-2n-skx-cmp"
3519     nic: "NIC_Intel-XXV710"
3520   data: "vpp-performance-changes-2n-skx"
3521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3522   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3523   parameters:
3524   - "name"
3525   - "parent"
3526   - "throughput"
3527   - "tags"
3528
3529 # VPP Performance Changes 2n-skx 4t2c ndr
3530 - type: "table"
3531   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3532   algorithm: "table_perf_comparison_nic"
3533   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3534   history:
3535     - title: "rls1904 x710"
3536       data: "vpp-performance-changes-2n-skx-h1"
3537       nic: "NIC_Intel-X710"
3538   reference:
3539     title: "rls1908 xxv710"
3540     data: "vpp-performance-changes-2n-skx-ref"
3541     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3542     nic: "NIC_Intel-XXV710"
3543   compare:
3544     title: "rls2001 xxv710"
3545     data: "vpp-performance-changes-2n-skx-cmp"
3546     nic: "NIC_Intel-XXV710"
3547   data: "vpp-performance-changes-2n-skx"
3548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3550   parameters:
3551   - "name"
3552   - "parent"
3553   - "throughput"
3554   - "tags"
3555
3556 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3557 #- type: "table"
3558 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3559 #  algorithm: "table_perf_comparison"
3560 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3561 #  reference:
3562 #    title: "rls1908"
3563 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3564 #  compare:
3565 #    title: "rls2001"
3566 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3567 #  data: "vpp-performance-changes-nfv-2n-skx"
3568 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3569 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3570 #  parameters:
3571 #  - "name"
3572 #  - "parent"
3573 #  - "throughput"
3574 #  - "tags"
3575 #
3576 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3577 #- type: "table"
3578 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3579 #  algorithm: "table_perf_comparison"
3580 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3581 #  reference:
3582 #    title: "rls1908"
3583 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3584 #  compare:
3585 #    title: "rls2001"
3586 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3587 #  data: "vpp-performance-changes-nfv-2n-skx"
3588 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3590 #  parameters:
3591 #  - "name"
3592 #  - "parent"
3593 #  - "throughput"
3594 #  - "tags"
3595 #
3596 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3597 #- type: "table"
3598 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3599 #  algorithm: "table_perf_comparison"
3600 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3601 #  reference:
3602 #    title: "rls1908"
3603 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3604 #  compare:
3605 #    title: "rls2001"
3606 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3607 #  data: "vpp-performance-changes-nfv-2n-skx"
3608 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3609 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3610 #  parameters:
3611 #  - "name"
3612 #  - "parent"
3613 #  - "throughput"
3614 #  - "tags"
3615 #
3616 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3617 #- type: "table"
3618 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3619 #  algorithm: "table_perf_comparison"
3620 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3621 #  reference:
3622 #    title: "rls1908"
3623 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3624 #  compare:
3625 #    title: "rls2001"
3626 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3627 #  data: "vpp-performance-changes-nfv-2n-skx"
3628 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3629 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3630 #  parameters:
3631 #  - "name"
3632 #  - "parent"
3633 #  - "throughput"
3634 #  - "tags"
3635
3636 # VPP Performance Changes 2n-dnv 1t1c pdr
3637 - type: "table"
3638   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3639   algorithm: "table_perf_comparison"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3641   reference:
3642     title: "rls1908"
3643     data: "vpp-performance-changes-2n-dnv-ref"
3644   compare:
3645     title: "rls2001"
3646     data: "vpp-performance-changes-2n-dnv-cmp"
3647   data: "vpp-performance-changes-2n-dnv"
3648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'1T1C'"
3650   parameters:
3651   - "name"
3652   - "parent"
3653   - "throughput"
3654   - "tags"
3655
3656 # VPP Performance Changes 2n-dnv 2t2c pdr
3657 - type: "table"
3658   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3659   algorithm: "table_perf_comparison"
3660   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3661   reference:
3662     title: "rls1908"
3663     data: "vpp-performance-changes-2n-dnv-ref"
3664   compare:
3665     title: "rls2001"
3666     data: "vpp-performance-changes-2n-dnv-cmp"
3667   data: "vpp-performance-changes-2n-dnv"
3668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3669   filter: "'2T2C'"
3670   parameters:
3671   - "name"
3672   - "parent"
3673   - "throughput"
3674   - "tags"
3675
3676 # VPP Performance Changes 2n-dnv 1t1c ndr
3677 - type: "table"
3678   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3679   algorithm: "table_perf_comparison"
3680   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3681   reference:
3682     title: "rls1908"
3683     data: "vpp-performance-changes-2n-dnv-ref"
3684   compare:
3685     title: "rls2001"
3686     data: "vpp-performance-changes-2n-dnv-cmp"
3687   data: "vpp-performance-changes-2n-dnv"
3688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3689   filter: "'1T1C'"
3690   parameters:
3691   - "name"
3692   - "parent"
3693   - "throughput"
3694   - "tags"
3695
3696 # VPP Performance Changes 2n-dnv 2t2c ndr
3697 - type: "table"
3698   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3699   algorithm: "table_perf_comparison"
3700   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3701   reference:
3702     title: "rls1908 "
3703     data: "vpp-performance-changes-2n-dnv-ref"
3704   compare:
3705     title: "rls2001"
3706     data: "vpp-performance-changes-2n-dnv-cmp"
3707   data: "vpp-performance-changes-2n-dnv"
3708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3709   filter: "'2T2C'"
3710   parameters:
3711   - "name"
3712   - "parent"
3713   - "throughput"
3714   - "tags"
3715
3716 # VPP Performance Changes 3n-dnv 1t1c pdr
3717 - type: "table"
3718   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3719   algorithm: "table_perf_comparison"
3720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3721   reference:
3722     title: "rls1908"
3723     data: "vpp-performance-changes-3n-dnv-ref"
3724   compare:
3725     title: "rls2001"
3726     data: "vpp-performance-changes-3n-dnv-cmp"
3727   data: "vpp-performance-changes-3n-dnv"
3728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'1T1C'"
3730   parameters:
3731   - "name"
3732   - "parent"
3733   - "throughput"
3734   - "tags"
3735
3736 # VPP Performance Changes 3n-dnv 2t2c pdr
3737 - type: "table"
3738   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3739   algorithm: "table_perf_comparison"
3740   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3741   reference:
3742     title: "rls1908"
3743     data: "vpp-performance-changes-3n-dnv-ref"
3744   compare:
3745     title: "rls2001"
3746     data: "vpp-performance-changes-3n-dnv-cmp"
3747   data: "vpp-performance-changes-3n-dnv"
3748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3749   filter: "'2T2C'"
3750   parameters:
3751   - "name"
3752   - "parent"
3753   - "throughput"
3754   - "tags"
3755
3756 # VPP Performance Changes 3n-dnv 1t1c ndr
3757 - type: "table"
3758   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3759   algorithm: "table_perf_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3761   reference:
3762     title: "rls1908"
3763     data: "vpp-performance-changes-3n-dnv-ref"
3764   compare:
3765     title: "rls2001"
3766     data: "vpp-performance-changes-3n-dnv-cmp"
3767   data: "vpp-performance-changes-3n-dnv"
3768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3769   filter: "'1T1C'"
3770   parameters:
3771   - "name"
3772   - "parent"
3773   - "throughput"
3774   - "tags"
3775
3776 # VPP Performance Changes 3n-dnv 2t2c ndr
3777 - type: "table"
3778   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3779   algorithm: "table_perf_comparison"
3780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3781   reference:
3782     title: "rls1908"
3783     data: "vpp-performance-changes-3n-dnv-ref"
3784   compare:
3785     title: "rls2001"
3786     data: "vpp-performance-changes-3n-dnv-cmp"
3787   data: "vpp-performance-changes-3n-dnv"
3788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3789   filter: "'2T2C'"
3790   parameters:
3791   - "name"
3792   - "parent"
3793   - "throughput"
3794   - "tags"
3795
3796 # VPP Performance Changes 3n-tsh 1t1c pdr
3797 - type: "table"
3798   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3799   algorithm: "table_perf_comparison"
3800   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3801   reference:
3802     title: "rls1908"
3803     data: "vpp-performance-changes-3n-tsh-ref"
3804   compare:
3805     title: "rls2001"
3806     data: "vpp-performance-changes-3n-tsh-cmp"
3807   data: "vpp-performance-changes-3n-tsh"
3808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'1T1C'"
3810   parameters:
3811   - "name"
3812   - "parent"
3813   - "throughput"
3814   - "tags"
3815
3816 # VPP Performance Changes 3n-tsh 2t2c pdr
3817 - type: "table"
3818   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3819   algorithm: "table_perf_comparison"
3820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3821   reference:
3822     title: "rls1908"
3823     data: "vpp-performance-changes-3n-tsh-ref"
3824   compare:
3825     title: "rls2001"
3826     data: "vpp-performance-changes-3n-tsh-cmp"
3827   data: "vpp-performance-changes-3n-tsh"
3828   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3829   filter: "'2T2C'"
3830   parameters:
3831   - "name"
3832   - "parent"
3833   - "throughput"
3834   - "tags"
3835
3836 # VPP Performance Changes 3n-tsh 1t1c ndr
3837 - type: "table"
3838   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3839   algorithm: "table_perf_comparison"
3840   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3841   reference:
3842     title: "rls1908"
3843     data: "vpp-performance-changes-3n-tsh-ref"
3844   compare:
3845     title: "rls2001"
3846     data: "vpp-performance-changes-3n-tsh-cmp"
3847   data: "vpp-performance-changes-3n-tsh"
3848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3849   filter: "'1T1C'"
3850   parameters:
3851   - "name"
3852   - "parent"
3853   - "throughput"
3854   - "tags"
3855
3856 # VPP Performance Changes 3n-tsh 2t2c ndr
3857 - type: "table"
3858   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3859   algorithm: "table_perf_comparison"
3860   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3861   reference:
3862     title: "rls1908"
3863     data: "vpp-performance-changes-3n-tsh-ref"
3864   compare:
3865     title: "rls2001"
3866     data: "vpp-performance-changes-3n-tsh-cmp"
3867   data: "vpp-performance-changes-3n-tsh"
3868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3869   filter: "'2T2C'"
3870   parameters:
3871   - "name"
3872   - "parent"
3873   - "throughput"
3874   - "tags"
3875
3876 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3877 - type: "table"
3878   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3879   algorithm: "table_perf_comparison_nic"
3880   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3881   reference:
3882     title: "3n-hsw xl710"
3883     data: "vpp-compare-testbeds-ref"
3884     nic: "NIC_Intel-XL710"
3885   compare:
3886     title: "3n-skx xxv710"
3887     data: "vpp-compare-testbeds-cmp"
3888     nic: "NIC_Intel-XXV710"
3889   data: "vpp-compare-testbeds"
3890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3891   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3892   parameters:
3893   - "name"
3894   - "parent"
3895   - "throughput"
3896   - "tags"
3897
3898 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3899 - type: "table"
3900   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3901   algorithm: "table_perf_comparison_nic"
3902   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3903   reference:
3904     title: "3n-hsw xl710"
3905     data: "vpp-compare-testbeds-ref"
3906     nic: "NIC_Intel-XL710"
3907   compare:
3908     title: "3n-skx xxv710"
3909     data: "vpp-compare-testbeds-cmp"
3910     nic: "NIC_Intel-XXV710"
3911   data: "vpp-compare-testbeds"
3912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3913   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3914   parameters:
3915   - "name"
3916   - "parent"
3917   - "throughput"
3918   - "tags"
3919
3920 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3921 - type: "table"
3922   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3923   algorithm: "table_perf_comparison_nic"
3924   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3925   reference:
3926     title: "3n-hsw xl710"
3927     data: "vpp-compare-testbeds-ref"
3928     nic: "NIC_Intel-XL710"
3929   compare:
3930     title: "3n-skx xxv710"
3931     data: "vpp-compare-testbeds-cmp"
3932     nic: "NIC_Intel-XXV710"
3933   data: "vpp-compare-testbeds"
3934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3935   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3936   parameters:
3937   - "name"
3938   - "parent"
3939   - "throughput"
3940   - "tags"
3941
3942 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3943 - type: "table"
3944   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3945   algorithm: "table_perf_comparison_nic"
3946   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3947   reference:
3948     title: "3n-hsw xl710"
3949     data: "vpp-compare-testbeds-ref"
3950     nic: "NIC_Intel-XL710"
3951   compare:
3952     title: "3n-skx xxv710"
3953     data: "vpp-compare-testbeds-cmp"
3954     nic: "NIC_Intel-XXV710"
3955   data: "vpp-compare-testbeds"
3956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3957   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3958   parameters:
3959   - "name"
3960   - "parent"
3961   - "throughput"
3962   - "tags"
3963
3964 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3965 - type: "table"
3966   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3967   algorithm: "table_perf_comparison"
3968   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3969   reference:
3970     title: "2n-skx"
3971     data: "vpp-compare-testbeds-skx-clx-ref"
3972   compare:
3973     title: "2n-clx"
3974     data: "vpp-compare-testbeds-skx-clx-cmp"
3975   data: "vpp-compare-testbeds-skx-clx"
3976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3977   filter: "'2T1C'"
3978   parameters:
3979   - "name"
3980   - "parent"
3981   - "throughput"
3982   - "tags"
3983
3984 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3985 - type: "table"
3986   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3987   algorithm: "table_perf_comparison"
3988   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3989   reference:
3990     title: "2n-skx"
3991     data: "vpp-compare-testbeds-skx-clx-ref"
3992   compare:
3993     title: "2n-clx"
3994     data: "vpp-compare-testbeds-skx-clx-cmp"
3995   data: "vpp-compare-testbeds-skx-clx"
3996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3997   filter: "'4T2C'"
3998   parameters:
3999   - "name"
4000   - "parent"
4001   - "throughput"
4002   - "tags"
4003
4004 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4005 - type: "table"
4006   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4007   algorithm: "table_perf_comparison"
4008   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4009   reference:
4010     title: "2n-skx"
4011     data: "vpp-compare-testbeds-skx-clx-ref"
4012   compare:
4013     title: "2n-clx"
4014     data: "vpp-compare-testbeds-skx-clx-cmp"
4015   data: "vpp-compare-testbeds-skx-clx"
4016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'2T1C'"
4018   parameters:
4019   - "name"
4020   - "parent"
4021   - "throughput"
4022   - "tags"
4023
4024 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4025 - type: "table"
4026   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4027   algorithm: "table_perf_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4029   reference:
4030     title: "2n-skx"
4031     data: "vpp-compare-testbeds-skx-clx-ref"
4032   compare:
4033     title: "2n-clx"
4034     data: "vpp-compare-testbeds-skx-clx-cmp"
4035   data: "vpp-compare-testbeds-skx-clx"
4036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4037   filter: "'4T2C'"
4038   parameters:
4039   - "name"
4040   - "parent"
4041   - "throughput"
4042   - "tags"
4043
4044 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4045 - type: "table"
4046   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4047   algorithm: "table_perf_comparison_nic"
4048   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4049   reference:
4050     title: "3n-hsw xl710"
4051     data: "vpp-compare-testbeds-hsw-clx-ref"
4052     nic: "NIC_Intel-XL710"
4053   compare:
4054     title: "2n-clx xxv710"
4055     data: "vpp-compare-testbeds-hsw-clx-cmp"
4056     nic: "NIC_Intel-XXV710"
4057   data: "vpp-compare-testbeds-hsw-clx"
4058   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4059   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4060   parameters:
4061   - "name"
4062   - "parent"
4063   - "throughput"
4064   - "tags"
4065
4066 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4067 - type: "table"
4068   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4069   algorithm: "table_perf_comparison_nic"
4070   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4071   reference:
4072     title: "3n-hsw xl710"
4073     data: "vpp-compare-testbeds-hsw-clx-ref"
4074     nic: "NIC_Intel-XL710"
4075   compare:
4076     title: "2n-clx xxv710"
4077     data: "vpp-compare-testbeds-hsw-clx-cmp"
4078     nic: "NIC_Intel-XXV710"
4079   data: "vpp-compare-testbeds-hsw-clx"
4080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4081   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4082   parameters:
4083   - "name"
4084   - "parent"
4085   - "throughput"
4086   - "tags"
4087
4088 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4089 - type: "table"
4090   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4091   algorithm: "table_perf_comparison_nic"
4092   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4093   reference:
4094     title: "3n-hsw xl710"
4095     data: "vpp-compare-testbeds-hsw-clx-ref"
4096     nic: "NIC_Intel-XL710"
4097   compare:
4098     title: "2n-clx xxv710"
4099     data: "vpp-compare-testbeds-hsw-clx-cmp"
4100     nic: "NIC_Intel-XXV710"
4101   data: "vpp-compare-testbeds-hsw-clx"
4102   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4103   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4104   parameters:
4105   - "name"
4106   - "parent"
4107   - "throughput"
4108   - "tags"
4109
4110 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4111 - type: "table"
4112   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4113   algorithm: "table_perf_comparison_nic"
4114   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4115   reference:
4116     title: "3n-hsw xl710"
4117     data: "vpp-compare-testbeds-hsw-clx-ref"
4118     nic: "NIC_Intel-XL710"
4119   compare:
4120     title: "2n-clx xxv710"
4121     data: "vpp-compare-testbeds-hsw-clx-cmp"
4122     nic: "NIC_Intel-XXV710"
4123   data: "vpp-compare-testbeds-hsw-clx"
4124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4125   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4126   parameters:
4127   - "name"
4128   - "parent"
4129   - "throughput"
4130   - "tags"
4131
4132 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4133 - type: "table"
4134   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4135   algorithm: "table_perf_comparison"
4136   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4137   reference:
4138     title: "3-Node Skx"
4139     data: "vpp-compare-topologies-ref"
4140   compare:
4141     title: "2-Node Skx"
4142     data: "vpp-compare-topologies-cmp"
4143   data: "vpp-compare-topologies"
4144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4145   filter: "'NDRPDR' and '1C'"
4146   parameters:
4147   - "name"
4148   - "parent"
4149   - "throughput"
4150
4151 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4152 - type: "table"
4153   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4154   algorithm: "table_perf_comparison"
4155   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4156   reference:
4157     title: "3-Node Skx"
4158     data: "vpp-compare-topologies-ref"
4159   compare:
4160     title: "2-Node Skx"
4161     data: "vpp-compare-topologies-cmp"
4162   data: "vpp-compare-topologies"
4163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4164   filter: "'NDRPDR' and '2C'"
4165   parameters:
4166   - "name"
4167   - "parent"
4168   - "throughput"
4169
4170 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4171 - type: "table"
4172   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4173   algorithm: "table_perf_comparison"
4174   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4175   reference:
4176     title: "3-Node Skx"
4177     data: "vpp-compare-topologies-ref"
4178   compare:
4179     title: "2-Node Skx"
4180     data: "vpp-compare-topologies-cmp"
4181   data: "vpp-compare-topologies"
4182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4183   filter: "'NDRPDR' and '1C'"
4184   parameters:
4185   - "name"
4186   - "parent"
4187   - "throughput"
4188
4189 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4190 - type: "table"
4191   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4192   algorithm: "table_perf_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4194   reference:
4195     title: "3-Node Skx"
4196     data: "vpp-compare-topologies-ref"
4197   compare:
4198     title: "2-Node Skx"
4199     data: "vpp-compare-topologies-cmp"
4200   data: "vpp-compare-topologies"
4201   include-tests: "PDR"
4202   filter: "'NDRPDR' and '2C'"
4203   parameters:
4204   - "name"
4205   - "parent"
4206   - "throughput"
4207
4208 # VPP Performance Changes 3n-hsw 1t1c MRR
4209 - type: "table"
4210   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4211   algorithm: "table_perf_comparison"
4212   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4213   history:
4214     - title: "rls1904"
4215       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4216   reference:
4217     title: "rls1908"
4218     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4219   compare:
4220     title: "rls2001"
4221     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4222   data: "vpp-performance-changes-3n-hsw-mrr"
4223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4224   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4225   parameters:
4226   - "name"
4227   - "parent"
4228   - "result"
4229
4230 # VPP Performance Changes 3n-hsw 2t2c MRR
4231 - type: "table"
4232   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4233   algorithm: "table_perf_comparison"
4234   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4235   history:
4236     - title: "rls1904"
4237       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4238   reference:
4239     title: "rls1908"
4240     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4241   compare:
4242     title: "rls2001"
4243     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4244   data: "vpp-performance-changes-3n-hsw-mrr"
4245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4246   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4247   parameters:
4248   - "name"
4249   - "parent"
4250   - "result"
4251
4252 # VPP Performance Changes 3n-hsw 4t4c MRR
4253 - type: "table"
4254   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4255   algorithm: "table_perf_comparison"
4256   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4257   history:
4258     - title: "rls1904"
4259       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4260   reference:
4261     title: "rls1908"
4262     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4263   compare:
4264     title: "rls2001"
4265     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4266   data: "vpp-performance-changes-3n-hsw-mrr"
4267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4268   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4269   parameters:
4270   - "name"
4271   - "parent"
4272   - "result"
4273
4274 # VPP Performance Changes 3n-skx 2t1c MRR
4275 - type: "table"
4276   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4277   algorithm: "table_perf_comparison"
4278   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4279   history:
4280     - title: "rls1904"
4281       data: "vpp-performance-changes-3n-skx-mrr-h1"
4282   reference:
4283     title: "rls1908"
4284     data: "vpp-performance-changes-3n-skx-mrr-ref"
4285   compare:
4286     title: "rls2001"
4287     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4288   data: "vpp-performance-changes-3n-skx-mrr"
4289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4290   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4291   parameters:
4292   - "name"
4293   - "parent"
4294   - "result"
4295
4296 # VPP Performance Changes 3n-skx 4t2c MRR
4297 - type: "table"
4298   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4299   algorithm: "table_perf_comparison"
4300   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4301   history:
4302     - title: "rls1904"
4303       data: "vpp-performance-changes-3n-skx-mrr-h1"
4304   reference:
4305     title: "rls1908"
4306     data: "vpp-performance-changes-3n-skx-mrr-ref"
4307   compare:
4308     title: "rls2001"
4309     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4310   data: "vpp-performance-changes-3n-skx-mrr"
4311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4312   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4313   parameters:
4314   - "name"
4315   - "parent"
4316   - "result"
4317
4318 # VPP Performance Changes 3n-skx 8t4c MRR
4319 - type: "table"
4320   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4321   algorithm: "table_perf_comparison"
4322   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4323   history:
4324     - title: "rls1904"
4325       data: "vpp-performance-changes-3n-skx-mrr-h1"
4326   reference:
4327     title: "rls1908"
4328     data: "vpp-performance-changes-3n-skx-mrr-ref"
4329   compare:
4330     title: "rls2001"
4331     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4332   data: "vpp-performance-changes-3n-skx-mrr"
4333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4334   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4335   parameters:
4336   - "name"
4337   - "parent"
4338   - "result"
4339
4340 # VPP Performance Changes 2n-skx 2t1c MRR
4341 - type: "table"
4342   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4343   algorithm: "table_perf_comparison"
4344   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4345   history:
4346     - title: "rls1904"
4347       data: "vpp-performance-changes-2n-skx-mrr-h1"
4348   reference:
4349     title: "rls1908"
4350     data: "vpp-performance-changes-2n-skx-mrr-ref"
4351   compare:
4352     title: "rls2001"
4353     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4354   data: "vpp-performance-changes-2n-skx-mrr"
4355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4356   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4357   parameters:
4358   - "name"
4359   - "parent"
4360   - "result"
4361
4362 # VPP Performance Changes 2n-skx 4t2c MRR
4363 - type: "table"
4364   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4365   algorithm: "table_perf_comparison"
4366   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4367   history:
4368     - title: "rls1904"
4369       data: "vpp-performance-changes-2n-skx-mrr-h1"
4370   reference:
4371     title: "rls1908"
4372     data: "vpp-performance-changes-2n-skx-mrr-ref"
4373   compare:
4374     title: "rls2001"
4375     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4376   data: "vpp-performance-changes-2n-skx-mrr"
4377   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4378   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4379   parameters:
4380   - "name"
4381   - "parent"
4382   - "result"
4383
4384 # VPP Performance Changes 2n-skx 8t4c MRR
4385 - type: "table"
4386   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4387   algorithm: "table_perf_comparison"
4388   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4389   history:
4390     - title: "rls1904"
4391       data: "vpp-performance-changes-2n-skx-mrr-h1"
4392   reference:
4393     title: "rls1908"
4394     data: "vpp-performance-changes-2n-skx-mrr-ref"
4395   compare:
4396     title: "rls2001"
4397     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4398   data: "vpp-performance-changes-2n-skx-mrr"
4399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4400   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4401   parameters:
4402   - "name"
4403   - "parent"
4404   - "result"
4405
4406 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4407 #- type: "table"
4408 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4409 #  algorithm: "table_perf_comparison"
4410 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4411 #  reference:
4412 #    title: "rls1908"
4413 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4414 #  compare:
4415 #    title: "rls2001"
4416 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4417 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4418 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4419 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4420 #  parameters:
4421 #  - "name"
4422 #  - "parent"
4423 #  - "result"
4424 #
4425 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4426 #- type: "table"
4427 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4428 #  algorithm: "table_perf_comparison"
4429 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4430 #  reference:
4431 #    title: "rls1908"
4432 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4433 #  compare:
4434 #    title: "rls2001"
4435 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4436 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4438 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4439 #  parameters:
4440 #  - "name"
4441 #  - "parent"
4442 #  - "result"
4443 #
4444 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4445 #- type: "table"
4446 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4447 #  algorithm: "table_perf_comparison"
4448 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4449 #  reference:
4450 #    title: "rls1908"
4451 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4452 #  compare:
4453 #    title: "rls2001"
4454 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4455 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4456 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4457 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4458 #  parameters:
4459 #  - "name"
4460 #  - "parent"
4461 #  - "result"
4462
4463 # VPP Performance Changes 2n-dnv 1t1c MRR
4464 - type: "table"
4465   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4466   algorithm: "table_perf_comparison"
4467   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4468   reference:
4469     title: "rls1908"
4470     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4471   compare:
4472     title: "rls2001"
4473     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4474   data: "vpp-performance-changes-2n-dnv-mrr"
4475   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4476   filter: "'1T1C' and 'MRR'"
4477   parameters:
4478   - "name"
4479   - "parent"
4480   - "result"
4481
4482 # VPP Performance Changes 2n-dnv 2t2c MRR
4483 - type: "table"
4484   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4485   algorithm: "table_perf_comparison"
4486   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4487   reference:
4488     title: "rls1908"
4489     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4490   compare:
4491     title: "rls2001"
4492     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4493   data: "vpp-performance-changes-2n-dnv-mrr"
4494   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4495   filter: "'2T2C' and 'MRR'"
4496   parameters:
4497   - "name"
4498   - "parent"
4499   - "result"
4500
4501 # VPP Performance Changes 2n-dnv 4t4c MRR
4502 - type: "table"
4503   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4504   algorithm: "table_perf_comparison"
4505   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4506   reference:
4507     title: "rls1908"
4508     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4509   compare:
4510     title: "rls2001"
4511     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4512   data: "vpp-performance-changes-2n-dnv-mrr"
4513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4514   filter: "'4T4C' and 'MRR'"
4515   parameters:
4516   - "name"
4517   - "parent"
4518   - "result"
4519
4520 # VPP Performance Changes 3n-dnv 1t1c MRR
4521 - type: "table"
4522   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4523   algorithm: "table_perf_comparison"
4524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4525   reference:
4526     title: "rls1908"
4527     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4528   compare:
4529     title: "rls2001"
4530     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4531   data: "vpp-performance-changes-3n-dnv-mrr"
4532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4533   filter: "'1T1C' and 'MRR'"
4534   parameters:
4535   - "name"
4536   - "parent"
4537   - "result"
4538
4539 # VPP Performance Changes 3n-dnv 2t2c MRR
4540 - type: "table"
4541   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4542   algorithm: "table_perf_comparison"
4543   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4544   reference:
4545     title: "rls1908"
4546     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4547   compare:
4548     title: "rls2001"
4549     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4550   data: "vpp-performance-changes-3n-dnv-mrr"
4551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4552   filter: "'2T2C' and 'MRR'"
4553   parameters:
4554   - "name"
4555   - "parent"
4556   - "result"
4557
4558 # VPP Performance Changes 3n-dnv 4t4c MRR
4559 - type: "table"
4560   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4561   algorithm: "table_perf_comparison"
4562   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4563   reference:
4564     title: "rls1908"
4565     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4566   compare:
4567     title: "rls2001"
4568     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4569   data: "vpp-performance-changes-3n-dnv-mrr"
4570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4571   filter: "'4T4C' and 'MRR'"
4572   parameters:
4573   - "name"
4574   - "parent"
4575   - "result"
4576
4577 # VPP Performance Changes 3n-tsh 1t1c MRR
4578 - type: "table"
4579   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4580   algorithm: "table_perf_comparison"
4581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4582   reference:
4583     title: "rls1908"
4584     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4585   compare:
4586     title: "rls2001"
4587     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4588   data: "vpp-performance-changes-3n-tsh-mrr"
4589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4590   filter: "'1T1C' and 'MRR'"
4591   parameters:
4592   - "name"
4593   - "parent"
4594   - "result"
4595
4596 # VPP Performance Changes 3n-tsh 2t2c MRR
4597 - type: "table"
4598   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4599   algorithm: "table_perf_comparison"
4600   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4601   reference:
4602     title: "rls1908"
4603     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4604   compare:
4605     title: "rls2001"
4606     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4607   data: "vpp-performance-changes-3n-tsh-mrr"
4608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4609   filter: "'2T2C' and 'MRR'"
4610   parameters:
4611   - "name"
4612   - "parent"
4613   - "result"
4614
4615 # VPP Performance Changes 3n-tsh 4t4c MRR
4616 - type: "table"
4617   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4618   algorithm: "table_perf_comparison"
4619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4620   reference:
4621     title: "rls1908"
4622     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4623   compare:
4624     title: "rls2001"
4625     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4626   data: "vpp-performance-changes-3n-tsh-mrr"
4627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4628   filter: "'4T4C' and 'MRR'"
4629   parameters:
4630   - "name"
4631   - "parent"
4632   - "result"
4633
4634 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4635 - type: "table"
4636   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4637   algorithm: "table_perf_comparison_nic"
4638   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4639   reference:
4640     title: "3n-hsw xl710"
4641     data: "vpp-compare-testbeds-mrr-ref"
4642     nic: "NIC_Intel-XL710"
4643   compare:
4644     title: "3n-skx xxv710"
4645     data: "vpp-compare-testbeds-mrr-cmp"
4646     nic: "NIC_Intel-XXV710"
4647   data: "vpp-compare-testbeds-mrr"
4648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4649   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4650   parameters:
4651   - "name"
4652   - "parent"
4653   - "result"
4654   - "tags"
4655
4656 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4657 - type: "table"
4658   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4659   algorithm: "table_perf_comparison_nic"
4660   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4661   reference:
4662     title: "3n-hsw xl710"
4663     data: "vpp-compare-testbeds-mrr-ref"
4664     nic: "NIC_Intel-XL710"
4665   compare:
4666     title: "3n-skx xxv710"
4667     data: "vpp-compare-testbeds-mrr-cmp"
4668     nic: "NIC_Intel-XXV710"
4669   data: "vpp-compare-testbeds-mrr"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4672   parameters:
4673   - "name"
4674   - "parent"
4675   - "result"
4676   - "tags"
4677
4678 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4679 - type: "table"
4680   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4681   algorithm: "table_perf_comparison_nic"
4682   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4683   reference:
4684     title: "3n-hsw xl710"
4685     data: "vpp-compare-testbeds-mrr-ref"
4686     nic: "NIC_Intel-XL710"
4687   compare:
4688     title: "3n-skx xxv710"
4689     data: "vpp-compare-testbeds-mrr-cmp"
4690     nic: "NIC_Intel-XXV710"
4691   data: "vpp-compare-testbeds-mrr"
4692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4693   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4694   parameters:
4695   - "name"
4696   - "parent"
4697   - "result"
4698   - "tags"
4699
4700 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4701 - type: "table"
4702   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4703   algorithm: "table_perf_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4705   reference:
4706     title: "2n-skx"
4707     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4708   compare:
4709     title: "2n-clx"
4710     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4711   data: "vpp-compare-testbeds-mrr-skx-clx"
4712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4713   filter: "'2T1C'"
4714   parameters:
4715   - "name"
4716   - "parent"
4717   - "result"
4718   - "tags"
4719
4720 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4721 - type: "table"
4722   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4723   algorithm: "table_perf_comparison"
4724   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4725   reference:
4726     title: "2n-skx"
4727     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4728   compare:
4729     title: "2n-clx"
4730     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4731   data: "vpp-compare-testbeds-mrr-skx-clx"
4732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4733   filter: "'4T2C'"
4734   parameters:
4735   - "name"
4736   - "parent"
4737   - "result"
4738   - "tags"
4739
4740 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4741 - type: "table"
4742   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4743   algorithm: "table_perf_comparison"
4744   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4745   reference:
4746     title: "2n-skx"
4747     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4748   compare:
4749     title: "2n-clx"
4750     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4751   data: "vpp-compare-testbeds-mrr-skx-clx"
4752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4753   filter: "'8T4C'"
4754   parameters:
4755   - "name"
4756   - "parent"
4757   - "result"
4758   - "tags"
4759
4760 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4761 - type: "table"
4762   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4763   algorithm: "table_perf_comparison"
4764   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4765   reference:
4766     title: "3-Node Skx"
4767     data: "vpp-compare-topologies-mrr-ref"
4768   compare:
4769     title: "2-Node Skx"
4770     data: "vpp-compare-topologies-mrr-cmp"
4771   data: "vpp-compare-topologies-mrr"
4772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4773   filter: "'MRR' and '1C'"
4774   parameters:
4775   - "name"
4776   - "parent"
4777   - "result"
4778
4779 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4780 - type: "table"
4781   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4782   algorithm: "table_perf_comparison"
4783   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4784   reference:
4785     title: "3-Node Skx"
4786     data: "vpp-compare-topologies-mrr-ref"
4787   compare:
4788     title: "2-Node Skx"
4789     data: "vpp-compare-topologies-mrr-cmp"
4790   data: "vpp-compare-topologies-mrr"
4791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4792   filter: "'MRR' and '2C'"
4793   parameters:
4794   - "name"
4795   - "parent"
4796   - "result"
4797
4798 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4799 - type: "table"
4800   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4801   algorithm: "table_perf_comparison"
4802   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4803   reference:
4804     title: "3-Node Skx"
4805     data: "vpp-compare-topologies-mrr-ref"
4806   compare:
4807     title: "2-Node Skx"
4808     data: "vpp-compare-topologies-mrr-cmp"
4809   data: "vpp-compare-topologies-mrr"
4810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4811   filter: "'MRR' and '4C'"
4812   parameters:
4813   - "name"
4814   - "parent"
4815   - "result"
4816
4817 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4818 - type: "table"
4819   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4820   algorithm: "table_perf_comparison_nic"
4821   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4822   reference:
4823     title: "3n-hsw xl710"
4824     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4825     nic: "NIC_Intel-XL710"
4826   compare:
4827     title: "2n-clx xxv710"
4828     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4829     nic: "NIC_Intel-XXV710"
4830   data: "vpp-compare-testbeds-mrr-hsw-clx"
4831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4832   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4833   parameters:
4834   - "name"
4835   - "parent"
4836   - "result"
4837   - "tags"
4838
4839 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4840 - type: "table"
4841   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4842   algorithm: "table_perf_comparison_nic"
4843   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4844   reference:
4845     title: "3n-hsw xl710"
4846     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4847     nic: "NIC_Intel-XL710"
4848   compare:
4849     title: "2n-clx xxv710"
4850     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4851     nic: "NIC_Intel-XXV710"
4852   data: "vpp-compare-testbeds-mrr-hsw-clx"
4853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4854   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4855   parameters:
4856   - "name"
4857   - "parent"
4858   - "result"
4859   - "tags"
4860
4861 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4862 - type: "table"
4863   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4864   algorithm: "table_perf_comparison_nic"
4865   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4866   reference:
4867     title: "3n-hsw xl710"
4868     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4869     nic: "NIC_Intel-XL710"
4870   compare:
4871     title: "2n-clx xxv710"
4872     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4873     nic: "NIC_Intel-XXV710"
4874   data: "vpp-compare-testbeds-mrr-hsw-clx"
4875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4876   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4877   parameters:
4878   - "name"
4879   - "parent"
4880   - "result"
4881   - "tags"
4882
4883 # Detailed Test Results - VPP Performance Results 3n-hsw
4884 - type: "table"
4885   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4886   algorithm: "table_merged_details"
4887   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4888   columns:
4889   - title: " |prein| Test Name |preout| "
4890     data: "data name"
4891   - 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| "
4892     data: "data msg"
4893   data: "vpp-perf-results-3n-hsw"
4894   filter: "all"
4895   parameters:
4896   - "name"
4897   - "parent"
4898   - "msg"
4899
4900 # Detailed Test Results - VPP Performance Results 3n-skx
4901 - type: "table"
4902   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4903   algorithm: "table_merged_details"
4904   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4905   columns:
4906   - title: " |prein| Test Name |preout| "
4907     data: "data name"
4908   - 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| "
4909     data: "data msg"
4910   data: "vpp-perf-results-3n-skx"
4911   filter: "all"
4912   remove-ndr: True  # Temporary solution: remove NDR results from test message
4913   parameters:
4914   - "name"
4915   - "parent"
4916   - "msg"
4917
4918 # Detailed Test Results - VPP Performance Results 2n-skx
4919 - type: "table"
4920   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4921   algorithm: "table_merged_details"
4922   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4923   columns:
4924   - title: " |prein| Test Name |preout| "
4925     data: "data name"
4926   - 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| "
4927     data: "data msg"
4928   data: "vpp-perf-results-2n-skx"
4929   filter: "all"
4930   remove-ndr: True  # Temporary solution: remove NDR results from test message
4931   parameters:
4932   - "name"
4933   - "parent"
4934   - "msg"
4935
4936 # Detailed Test Results - VPP Performance Results 2n-clx
4937 - type: "table"
4938   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4939   algorithm: "table_merged_details"
4940   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4941   columns:
4942   - title: " |prein| Test Name |preout| "
4943     data: "data name"
4944   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4945     data: "data msg"
4946   data: "vpp-perf-results-2n-clx"
4947   filter: "all"
4948   parameters:
4949   - "name"
4950   - "parent"
4951   - "msg"
4952
4953 # Detailed Test Results - VPP Performance Results 3n-tsh
4954 - type: "table"
4955   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4956   algorithm: "table_merged_details"
4957   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4958   columns:
4959   - title: " |prein| Test Name |preout| "
4960     data: "data name"
4961   - 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| "
4962     data: "data msg"
4963   data: "vpp-perf-results-3n-tsh"
4964   filter: "all"
4965   parameters:
4966   - "name"
4967   - "parent"
4968   - "msg"
4969
4970 # Detailed Test Results - VPP Performance Results 3n-dnv
4971 - type: "table"
4972   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4973   algorithm: "table_merged_details"
4974   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4975   columns:
4976   - title: " |prein| Test Name |preout| "
4977     data: "data name"
4978   - 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| "
4979     data: "data msg"
4980   data: "vpp-perf-results-3n-dnv"
4981   filter: "all"
4982   parameters:
4983   - "name"
4984   - "parent"
4985   - "msg"
4986
4987 # Detailed Test Results - VPP Performance Results 2n-dnv
4988 - type: "table"
4989   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4990   algorithm: "table_merged_details"
4991   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4992   columns:
4993   - title: " |prein| Test Name |preout| "
4994     data: "data name"
4995   - 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| "
4996     data: "data msg"
4997   data: "vpp-perf-results-2n-dnv"
4998   filter: "all"
4999   parameters:
5000   - "name"
5001   - "parent"
5002   - "msg"
5003
5004 # Test configuration - VPP Performance Test Configs 3n-hsw
5005 - type: "table"
5006   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5007   algorithm: "table_merged_details"
5008   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5009   columns:
5010   - title: " |prein| Test Name |preout| "
5011     data: "data name"
5012   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5013     data: "data conf-history"
5014   data: "vpp-perf-results-3n-hsw"
5015   filter: "all"
5016   parameters:
5017   - "parent"
5018   - "name"
5019   - "conf-history"
5020
5021 # Test configuration - VPP Performance Test Configs 3n-skx
5022 - type: "table"
5023   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5024   algorithm: "table_merged_details"
5025   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5026   columns:
5027   - title: " |prein| Test Name |preout| "
5028     data: "data name"
5029   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5030     data: "data conf-history"
5031   data: "vpp-perf-results-3n-skx"
5032   filter: "all"
5033   parameters:
5034   - "parent"
5035   - "name"
5036   - "conf-history"
5037
5038 # Test configuration - VPP Performance Test Configs 2n-skx
5039 - type: "table"
5040   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5041   algorithm: "table_merged_details"
5042   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5043   columns:
5044   - title: " |prein| Test Name |preout| "
5045     data: "data name"
5046   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5047     data: "data conf-history"
5048   data: "vpp-perf-results-2n-skx"
5049   filter: "all"
5050   parameters:
5051   - "parent"
5052   - "name"
5053   - "conf-history"
5054
5055 # Test configuration - VPP Performance Test Configs 2n-clx
5056 - type: "table"
5057   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5058   algorithm: "table_merged_details"
5059   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5060   columns:
5061   - title: " |prein| Test Name |preout| "
5062     data: "data name"
5063   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5064     data: "data conf-history"
5065   data: "vpp-perf-results-2n-clx"
5066   filter: "all"
5067   parameters:
5068   - "parent"
5069   - "name"
5070   - "conf-history"
5071
5072 # Test configuration - VPP Performance Test Configs 3n-tsh
5073 - type: "table"
5074   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5075   algorithm: "table_merged_details"
5076   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5077   columns:
5078   - title: " |prein| Test Name |preout| "
5079     data: "data name"
5080   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5081     data: "data conf-history"
5082   data: "vpp-perf-results-3n-tsh"
5083   filter: "all"
5084   parameters:
5085   - "parent"
5086   - "name"
5087   - "conf-history"
5088
5089 # Test configuration - VPP Performance Test Configs 3n-dnv
5090 - type: "table"
5091   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5092   algorithm: "table_merged_details"
5093   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5094   columns:
5095   - title: " |prein| Test Name |preout| "
5096     data: "data name"
5097   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5098     data: "data conf-history"
5099   data: "vpp-perf-results-3n-dnv"
5100   filter: "all"
5101   parameters:
5102   - "parent"
5103   - "name"
5104   - "conf-history"
5105
5106 # Test configuration - VPP Performance Test Configs 2n-dnv
5107 - type: "table"
5108   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5109   algorithm: "table_merged_details"
5110   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5111   columns:
5112   - title: " |prein| Test Name |preout| "
5113     data: "data name"
5114   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5115     data: "data conf-history"
5116   data: "vpp-perf-results-2n-dnv"
5117   filter: "all"
5118   parameters:
5119   - "parent"
5120   - "name"
5121   - "conf-history"
5122
5123 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5124 - type: "table"
5125   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5126   algorithm: "table_oper_data_html"
5127   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5128   data: "vpp-perf-results-3n-hsw"
5129   filter: "all"
5130
5131 # Test Operational Data - VPP Performance Operational Data 3n-skx
5132 - type: "table"
5133   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5134   algorithm: "table_oper_data_html"
5135   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5136   data: "vpp-perf-results-3n-skx"
5137   filter: "all"
5138
5139 # Test Operational Data - VPP Performance Operational Data 2n-skx
5140 - type: "table"
5141   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5142   algorithm: "table_oper_data_html"
5143   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5144   data: "vpp-perf-results-2n-skx"
5145   filter: "all"
5146
5147 # Test Operational Data - VPP Performance Operational Data 2n-clx
5148 - type: "table"
5149   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5150   algorithm: "table_oper_data_html"
5151   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5152   data: "vpp-perf-results-2n-clx"
5153   filter: "all"
5154
5155 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5156 - type: "table"
5157   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5158   algorithm: "table_oper_data_html"
5159   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5160   data: "vpp-perf-results-3n-tsh"
5161   filter: "all"
5162
5163 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5164 - type: "table"
5165   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5166   algorithm: "table_oper_data_html"
5167   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5168   data: "vpp-perf-results-3n-dnv"
5169   filter: "all"
5170
5171 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5172 - type: "table"
5173   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5174   algorithm: "table_oper_data_html"
5175   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5176   data: "vpp-perf-results-2n-dnv"
5177   filter: "all"
5178
5179 # Detailed Test Results - VPP MRR Results 3n-hsw
5180 - type: "table"
5181   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5182   algorithm: "table_merged_details"
5183   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5184   columns:
5185   - title: " |prein| Test Name |preout| "
5186     data: "data name"
5187   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5188     data: "data msg"
5189   data: "vpp-mrr-results-3n-hsw"
5190   filter: "all"
5191   parameters:
5192   - "name"
5193   - "parent"
5194   - "msg"
5195
5196 # Detailed Test Results - VPP MRR Results 3n-skx
5197 - type: "table"
5198   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5199   algorithm: "table_merged_details"
5200   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5201   columns:
5202   - title: " |prein| Test Name |preout| "
5203     data: "data name"
5204   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5205     data: "data msg"
5206   data: "vpp-mrr-results-3n-skx"
5207   filter: "all"
5208   parameters:
5209   - "name"
5210   - "parent"
5211   - "msg"
5212
5213 # Detailed Test Results - VPP MRR Results 2n-skx
5214 - type: "table"
5215   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5216   algorithm: "table_merged_details"
5217   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5218   columns:
5219   - title: " |prein| Test Name |preout| "
5220     data: "data name"
5221   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5222     data: "data msg"
5223   data: "vpp-mrr-results-2n-skx"
5224   filter: "all"
5225   parameters:
5226   - "name"
5227   - "parent"
5228   - "msg"
5229
5230 # Detailed Test Results - VPP MRR Results 2n-clx
5231 - type: "table"
5232   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5233   algorithm: "table_merged_details"
5234   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5235   columns:
5236   - title: " |prein| Test Name |preout| "
5237     data: "data name"
5238   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5239     data: "data msg"
5240   data: "vpp-mrr-results-2n-clx"
5241   filter: "all"
5242   parameters:
5243   - "name"
5244   - "parent"
5245   - "msg"
5246
5247 # Detailed Test Results - VPP MRR Results 3n-tsh
5248 - type: "table"
5249   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5250   algorithm: "table_merged_details"
5251   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5252   columns:
5253   - title: " |prein| Test Name |preout| "
5254     data: "data name"
5255   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5256     data: "data msg"
5257   data: "vpp-mrr-results-3n-tsh"
5258   filter: "all"
5259   parameters:
5260   - "name"
5261   - "parent"
5262   - "msg"
5263
5264 # Detailed Test Results - VPP MRR Results 3n-dnv
5265 - type: "table"
5266   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5267   algorithm: "table_merged_details"
5268   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5269   columns:
5270   - title: " |prein| Test Name |preout| "
5271     data: "data name"
5272   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5273     data: "data msg"
5274   data: "vpp-mrr-results-3n-dnv"
5275   filter: "all"
5276   parameters:
5277   - "name"
5278   - "parent"
5279   - "msg"
5280
5281 # Detailed Test Results - VPP MRR Results 2n-dnv
5282 - type: "table"
5283   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5284   algorithm: "table_merged_details"
5285   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5286   columns:
5287   - title: " |prein| Test Name |preout| "
5288     data: "data name"
5289   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5290     data: "data msg"
5291   data: "vpp-mrr-results-2n-dnv"
5292   filter: "all"
5293   parameters:
5294   - "name"
5295   - "parent"
5296   - "msg"
5297
5298 # Test configuration - VPP MRR Test Configs 3n-hsw
5299 - type: "table"
5300   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5301   algorithm: "table_merged_details"
5302   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5303   columns:
5304   - title: " |prein| Test Name |preout| "
5305     data: "data name"
5306   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5307     data: "data conf-history"
5308   data: "vpp-mrr-results-3n-hsw"
5309   filter: "all"
5310   parameters:
5311   - "parent"
5312   - "name"
5313   - "conf-history"
5314
5315 # Test configuration - VPP MRR Test Configs 3n-skx
5316 - type: "table"
5317   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5318   algorithm: "table_merged_details"
5319   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5320   columns:
5321   - title: " |prein| Test Name |preout| "
5322     data: "data name"
5323   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5324     data: "data conf-history"
5325   data: "vpp-mrr-results-3n-skx"
5326   filter: "all"
5327   parameters:
5328   - "parent"
5329   - "name"
5330   - "conf-history"
5331
5332 # Test configuration - VPP MRR Test Configs 2n-skx
5333 - type: "table"
5334   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5335   algorithm: "table_merged_details"
5336   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5337   columns:
5338   - title: " |prein| Test Name |preout| "
5339     data: "data name"
5340   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5341     data: "data conf-history"
5342   data: "vpp-mrr-results-2n-skx"
5343   filter: "all"
5344   parameters:
5345   - "parent"
5346   - "name"
5347   - "conf-history"
5348
5349 # Test configuration - VPP MRR Test Configs 2n-clx
5350 - type: "table"
5351   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5352   algorithm: "table_merged_details"
5353   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5354   columns:
5355   - title: " |prein| Test Name |preout| "
5356     data: "data name"
5357   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5358     data: "data conf-history"
5359   data: "vpp-mrr-results-2n-clx"
5360   filter: "all"
5361   parameters:
5362   - "parent"
5363   - "name"
5364   - "conf-history"
5365
5366 # Test configuration - VPP MRR Test Configs 3n-tsh
5367 - type: "table"
5368   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5369   algorithm: "table_merged_details"
5370   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5371   columns:
5372   - title: " |prein| Test Name |preout| "
5373     data: "data name"
5374   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5375     data: "data conf-history"
5376   data: "vpp-mrr-results-3n-tsh"
5377   filter: "all"
5378   parameters:
5379   - "parent"
5380   - "name"
5381   - "conf-history"
5382
5383 # Test configuration - VPP MRR Test Configs 3n-dnv
5384 - type: "table"
5385   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5386   algorithm: "table_merged_details"
5387   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5388   columns:
5389   - title: " |prein| Test Name |preout| "
5390     data: "data name"
5391   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5392     data: "data conf-history"
5393   data: "vpp-mrr-results-3n-dnv"
5394   filter: "all"
5395   parameters:
5396   - "parent"
5397   - "name"
5398   - "conf-history"
5399
5400 # Test configuration - VPP MRR Test Configs 2n-dnv
5401 - type: "table"
5402   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5403   algorithm: "table_merged_details"
5404   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5405   columns:
5406   - title: " |prein| Test Name |preout| "
5407     data: "data name"
5408   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5409     data: "data conf-history"
5410   data: "vpp-mrr-results-2n-dnv"
5411   filter: "all"
5412   parameters:
5413   - "parent"
5414   - "name"
5415   - "conf-history"
5416
5417 # Detailed Test Results - VPP Device Results - Ubuntu
5418 - type: "table"
5419   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5420   algorithm: "table_merged_details"
5421   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5422   columns:
5423   - title: " |prein| Test Name |preout| "
5424     data: "data name"
5425   - title: " |prein| Status |preout| "
5426     data: "data status"
5427   data: "vpp-device-results-ubuntu"
5428   filter: "all"
5429   parameters:
5430   - "name"
5431   - "parent"
5432   - "doc"
5433   - "status"
5434
5435 # Test configuration - VPP Device Test Configs - Ubuntu
5436 - type: "table"
5437   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5438   algorithm: "table_merged_details"
5439   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5440   columns:
5441   - title: " |prein| Test Name |preout| "
5442     data: "data name"
5443   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5444     data: "data conf-history"
5445   data: "vpp-device-results-ubuntu"
5446   filter: "all"
5447   parameters:
5448   - "parent"
5449   - "name"
5450   - "conf-history"
5451
5452 ################################################################################
5453
5454 # DPDK Performance Changes 3n-hsw 1t1c pdr
5455 - type: "table"
5456   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5457   algorithm: "table_perf_comparison"
5458   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5459   history:
5460     - title: "rls1904"
5461       data: "dpdk-performance-changes-3n-hsw-h1"
5462   reference:
5463     title: "rls1908"
5464     data: "dpdk-performance-changes-3n-hsw-ref"
5465   compare:
5466     title: "rls2001"
5467     data: "dpdk-performance-changes-3n-hsw-cmp"
5468   data: "dpdk-performance-changes-3n-hsw"
5469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5470   filter: "'1T1C' and 'NDRPDR'"
5471   parameters:
5472   - "name"
5473   - "parent"
5474   - "throughput"
5475
5476 # DPDK Performance Changes 3n-hsw 2t2c pdr
5477 - type: "table"
5478   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5479   algorithm: "table_perf_comparison"
5480   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5481   history:
5482     - title: "rls1904"
5483       data: "dpdk-performance-changes-3n-hsw-h1"
5484   reference:
5485     title: "rls1908"
5486     data: "dpdk-performance-changes-3n-hsw-ref"
5487   compare:
5488     title: "rls2001"
5489     data: "dpdk-performance-changes-3n-hsw-cmp"
5490   data: "dpdk-performance-changes-3n-hsw"
5491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5492   filter: "'2T2C' and 'NDRPDR'"
5493   parameters:
5494   - "name"
5495   - "parent"
5496   - "throughput"
5497
5498 # DPDK Performance Changes 3n-hsw 1t1c ndr
5499 - type: "table"
5500   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5501   algorithm: "table_perf_comparison"
5502   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5503   history:
5504     - title: "rls1904"
5505       data: "dpdk-performance-changes-3n-hsw-h1"
5506   reference:
5507     title: "rls1908"
5508     data: "dpdk-performance-changes-3n-hsw-ref"
5509   compare:
5510     title: "rls2001"
5511     data: "dpdk-performance-changes-3n-hsw-cmp"
5512   data: "dpdk-performance-changes-3n-hsw"
5513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5514   filter: "'1T1C' and 'NDRPDR'"
5515   parameters:
5516   - "name"
5517   - "parent"
5518   - "throughput"
5519
5520 # DPDK Performance Changes 3n-hsw 2t2c ndr
5521 - type: "table"
5522   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5523   algorithm: "table_perf_comparison"
5524   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5525   history:
5526     - title: "rls1904"
5527       data: "dpdk-performance-changes-3n-hsw-h1"
5528   reference:
5529     title: "rls1908"
5530     data: "dpdk-performance-changes-3n-hsw-ref"
5531   compare:
5532     title: "rls2001"
5533     data: "dpdk-performance-changes-3n-hsw-cmp"
5534   data: "dpdk-performance-changes-3n-hsw"
5535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5536   filter: "'2T2C' and 'NDRPDR'"
5537   parameters:
5538   - "name"
5539   - "parent"
5540   - "throughput"
5541
5542 # DPDK Performance Changes 3n-skx 2t1c pdr
5543 - type: "table"
5544   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5545   algorithm: "table_perf_comparison"
5546   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5547   history:
5548     - title: "rls1904"
5549       data: "dpdk-performance-changes-3n-skx-h1"
5550   reference:
5551     title: "rls1908"
5552     data: "dpdk-performance-changes-3n-skx-ref"
5553   compare:
5554     title: "rls2001"
5555     data: "dpdk-performance-changes-3n-skx-cmp"
5556   data: "dpdk-performance-changes-3n-skx"
5557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5558   filter: "'2T1C' and 'NDRPDR'"
5559   parameters:
5560   - "name"
5561   - "parent"
5562   - "throughput"
5563
5564 # DPDK Performance Changes 3n-skx 4t2c pdr
5565 - type: "table"
5566   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5567   algorithm: "table_perf_comparison"
5568   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5569   history:
5570     - title: "rls1904"
5571       data: "dpdk-performance-changes-3n-skx-h1"
5572   reference:
5573     title: "rls1908"
5574     data: "dpdk-performance-changes-3n-skx-ref"
5575   compare:
5576     title: "rls2001"
5577     data: "dpdk-performance-changes-3n-skx-cmp"
5578   data: "dpdk-performance-changes-3n-skx"
5579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5580   filter: "'4T2C' and 'NDRPDR'"
5581   parameters:
5582   - "name"
5583   - "parent"
5584   - "throughput"
5585
5586 # DPDK Performance Changes 3n-skx 2t1c ndr
5587 - type: "table"
5588   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5589   algorithm: "table_perf_comparison"
5590   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5591   history:
5592     - title: "rls1904"
5593       data: "dpdk-performance-changes-3n-skx-h1"
5594   reference:
5595     title: "rls1908"
5596     data: "dpdk-performance-changes-3n-skx-ref"
5597   compare:
5598     title: "rls2001"
5599     data: "dpdk-performance-changes-3n-skx-cmp"
5600   data: "dpdk-performance-changes-3n-skx"
5601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5602   filter: "'2T1C' and 'NDRPDR'"
5603   parameters:
5604   - "name"
5605   - "parent"
5606   - "throughput"
5607
5608 # DPDK Performance Changes 3n-skx 4t2c ndr
5609 - type: "table"
5610   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5611   algorithm: "table_perf_comparison"
5612   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5613   history:
5614     - title: "rls1904"
5615       data: "dpdk-performance-changes-3n-skx-h1"
5616   reference:
5617     title: "rls1908"
5618     data: "dpdk-performance-changes-3n-skx-ref"
5619   compare:
5620     title: "rls2001"
5621     data: "dpdk-performance-changes-3n-skx-cmp"
5622   data: "dpdk-performance-changes-3n-skx"
5623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5624   filter: "'4T2C' and 'NDRPDR'"
5625   parameters:
5626   - "name"
5627   - "parent"
5628   - "throughput"
5629
5630 # DPDK Performance Changes 2n-skx 2t1c pdr
5631 - type: "table"
5632   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5633   algorithm: "table_perf_comparison"
5634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5635   history:
5636     - title: "rls1904"
5637       data: "dpdk-performance-changes-2n-skx-h1"
5638   reference:
5639     title: "rls1908"
5640     data: "dpdk-performance-changes-2n-skx-ref"
5641   compare:
5642     title: "rls2001"
5643     data: "dpdk-performance-changes-2n-skx-cmp"
5644   data: "dpdk-performance-changes-2n-skx"
5645   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5646   filter: "'2T1C' and 'NDRPDR'"
5647   parameters:
5648   - "name"
5649   - "parent"
5650   - "throughput"
5651
5652 # DPDK Performance Changes 2n-skx 4t2c pdr
5653 - type: "table"
5654   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5655   algorithm: "table_perf_comparison"
5656   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5657   history:
5658     - title: "rls1904"
5659       data: "dpdk-performance-changes-2n-skx-h1"
5660   reference:
5661     title: "rls1908"
5662     data: "dpdk-performance-changes-2n-skx-ref"
5663   compare:
5664     title: "rls2001"
5665     data: "dpdk-performance-changes-2n-skx-cmp"
5666   data: "dpdk-performance-changes-2n-skx"
5667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5668   filter: "'4T2C' and 'NDRPDR'"
5669   parameters:
5670   - "name"
5671   - "parent"
5672   - "throughput"
5673
5674 # DPDK Performance Changes 2n-skx 2t1c ndr
5675 - type: "table"
5676   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5677   algorithm: "table_perf_comparison"
5678   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5679   history:
5680     - title: "rls1904"
5681       data: "dpdk-performance-changes-2n-skx-h1"
5682   reference:
5683     title: "rls1908"
5684     data: "dpdk-performance-changes-2n-skx-ref"
5685   compare:
5686     title: "rls2001"
5687     data: "dpdk-performance-changes-2n-skx-cmp"
5688   data: "dpdk-performance-changes-2n-skx"
5689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5690   filter: "'2T1C' and 'NDRPDR'"
5691   parameters:
5692   - "name"
5693   - "parent"
5694   - "throughput"
5695
5696 # DPDK Performance Changes 2n-skx 4t2c ndr
5697 - type: "table"
5698   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5699   algorithm: "table_perf_comparison"
5700   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5701   history:
5702     - title: "rls1904"
5703       data: "dpdk-performance-changes-2n-skx-h1"
5704   reference:
5705     title: "rls1908"
5706     data: "dpdk-performance-changes-2n-skx-ref"
5707   compare:
5708     title: "rls2001"
5709     data: "dpdk-performance-changes-2n-skx-cmp"
5710   data: "dpdk-performance-changes-2n-skx"
5711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5712   filter: "'4T2C' and 'NDRPDR'"
5713   parameters:
5714   - "name"
5715   - "parent"
5716   - "throughput"
5717
5718 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5719 - type: "table"
5720   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5721   algorithm: "table_perf_comparison"
5722   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5723   reference:
5724     title: "3-Node Hsw"
5725     data: "dpdk-compare-testbeds-ref"
5726   compare:
5727     title: "3-Node Skx"
5728     data: "dpdk-compare-testbeds-cmp"
5729   data: "dpdk-compare-testbeds"
5730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5731   filter: "'NIC_Intel-X710'"
5732   parameters:
5733   - "name"
5734   - "parent"
5735   - "throughput"
5736
5737 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5738 - type: "table"
5739   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5740   algorithm: "table_perf_comparison"
5741   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5742   reference:
5743     title: "3-Node Hsw"
5744     data: "dpdk-compare-testbeds-ref"
5745   compare:
5746     title: "3-Node Skx"
5747     data: "dpdk-compare-testbeds-cmp"
5748   data: "dpdk-compare-testbeds"
5749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5750   filter: "'NIC_Intel-X710'"
5751   parameters:
5752   - "name"
5753   - "parent"
5754   - "throughput"
5755
5756 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5757 - type: "table"
5758   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5759   algorithm: "table_perf_comparison"
5760   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5761   reference:
5762     title: "2-Node Skx"
5763     data: "dpdk-compare-testbeds-skx-clx-ref"
5764   compare:
5765     title: "2-Node Clx"
5766     data: "dpdk-compare-testbeds-skx-clx-cmp"
5767   data: "dpdk-compare-testbeds-skx-clx"
5768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5769   filter: "all"
5770   parameters:
5771   - "name"
5772   - "parent"
5773   - "throughput"
5774
5775 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5776 - type: "table"
5777   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5778   algorithm: "table_perf_comparison"
5779   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5780   reference:
5781     title: "2-Node Skx"
5782     data: "dpdk-compare-testbeds-skx-clx-ref"
5783   compare:
5784     title: "2-Node Clx"
5785     data: "dpdk-compare-testbeds-skx-clx-cmp"
5786   data: "dpdk-compare-testbeds-skx-clx"
5787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5788   filter: "all"
5789   parameters:
5790   - "name"
5791   - "parent"
5792   - "throughput"
5793
5794 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5795 - type: "table"
5796   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5797   algorithm: "table_perf_comparison"
5798   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5799   reference:
5800     title: "3-Node Skx"
5801     data: "dpdk-compare-topologies-ref"
5802   compare:
5803     title: "2-Node Skx"
5804     data: "dpdk-compare-topologies-cmp"
5805   data: "dpdk-compare-topologies"
5806   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5807   filter: "all"
5808   parameters:
5809   - "name"
5810   - "parent"
5811   - "throughput"
5812
5813 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5814 - type: "table"
5815   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5816   algorithm: "table_perf_comparison"
5817   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5818   reference:
5819     title: "3-Node Skx"
5820     data: "dpdk-compare-topologies-ref"
5821   compare:
5822     title: "2-Node Skx"
5823     data: "dpdk-compare-topologies-cmp"
5824   data: "dpdk-compare-topologies"
5825   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5826   filter: "all"
5827   parameters:
5828   - "name"
5829   - "parent"
5830   - "throughput"
5831
5832 # Detailed Test Results - DPDK Performance Results 3n-hsw
5833 - type: "table"
5834   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5835   algorithm: "table_merged_details"
5836   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5837   columns:
5838   - title: " |prein| Test Name |preout| "
5839     data: "data name"
5840   - 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| "
5841     data: "data msg"
5842   data: "dpdk-perf-results-3n-hsw"
5843   filter: "all"
5844   parameters:
5845   - "name"
5846   - "parent"
5847   - "msg"
5848
5849 # Detailed Test Results - DPDK Performance Results 3n-skx
5850 - type: "table"
5851   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5852   algorithm: "table_merged_details"
5853   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5854   columns:
5855   - title: " |prein| Test Name |preout| "
5856     data: "data name"
5857   - 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| "
5858     data: "data msg"
5859   data: "dpdk-perf-results-3n-skx"
5860   filter: "all"
5861   remove-ndr: True  # Temporary solution: remove NDR results from test message
5862   parameters:
5863   - "name"
5864   - "parent"
5865   - "msg"
5866
5867 # Detailed Test Results - DPDK Performance Results 2n-skx
5868 - type: "table"
5869   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5870   algorithm: "table_merged_details"
5871   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5872   columns:
5873   - title: " |prein| Test Name |preout| "
5874     data: "data name"
5875   - 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| "
5876     data: "data msg"
5877   data: "dpdk-perf-results-2n-skx"
5878   filter: "all"
5879   remove-ndr: True  # Temporary solution: remove NDR results from test message
5880   parameters:
5881   - "name"
5882   - "parent"
5883   - "msg"
5884
5885 # Detailed Test Results - DPDK Performance Results 2n-clx
5886 - type: "table"
5887   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5888   algorithm: "table_merged_details"
5889   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5890   columns:
5891   - title: " |prein| Test Name |preout| "
5892     data: "data name"
5893   - 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| "
5894     data: "data msg"
5895   data: "dpdk-perf-results-2n-clx"
5896   filter: "all"
5897   parameters:
5898   - "name"
5899   - "parent"
5900   - "msg"
5901
5902 # Detailed Test Results - DPDK Performance Results 2n-dnv
5903 - type: "table"
5904   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5905   algorithm: "table_merged_details"
5906   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5907   columns:
5908   - title: " |prein| Test Name |preout| "
5909     data: "data name"
5910   - 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| "
5911     data: "data msg"
5912   data: "dpdk-perf-results-2n-dnv"
5913   filter: "all"
5914   parameters:
5915   - "name"
5916   - "parent"
5917   - "msg"
5918
5919 # Detailed Test Results - DPDK Performance Results 3n-dnv
5920 - type: "table"
5921   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5922   algorithm: "table_merged_details"
5923   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5924   columns:
5925   - title: " |prein| Test Name |preout| "
5926     data: "data name"
5927   - 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| "
5928     data: "data msg"
5929   data: "dpdk-perf-results-3n-dnv"
5930   filter: "all"
5931   parameters:
5932   - "name"
5933   - "parent"
5934   - "msg"
5935
5936 # Detailed Test Results - DPDK Performance Results 3n-tsh
5937 - type: "table"
5938   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5939   algorithm: "table_merged_details"
5940   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5941   columns:
5942   - title: " |prein| Test Name |preout| "
5943     data: "data name"
5944   - 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| "
5945     data: "data msg"
5946   data: "dpdk-perf-results-3n-tsh"
5947   filter: "all"
5948   parameters:
5949   - "name"
5950   - "parent"
5951   - "msg"
5952
5953 ################################################################################
5954 ###                                F I L E S                                 ###
5955 ################################################################################
5956
5957 # VPP Performance Results
5958 - type: "file"
5959   title: "VPP Performance Results"
5960   algorithm: "file_details_split"
5961   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5962   dir-tables:
5963     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5964     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5965     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5966     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5967     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5968     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5969     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5970   data:
5971     - "vpp-perf-results-2n-skx"
5972     - "vpp-perf-results-3n-skx"
5973     - "vpp-perf-results-2n-clx"
5974     - "vpp-perf-results-3n-hsw"
5975     - "vpp-perf-results-3n-tsh"
5976     - "vpp-perf-results-2n-dnv"
5977     - "vpp-perf-results-3n-dnv"
5978   filter: "all"
5979   data-start-level: 4
5980   order-chapters:
5981     level-1:
5982       - "l2"
5983       - "ip4"
5984       - "ip6"
5985       - "srv6"
5986       - "ip4_tunnels"
5987       - "ip6_tunnels"
5988       - "vm_vhost"
5989       - "container_memif"
5990       - "crypto"
5991       - "vts"
5992       - "lb"
5993       - "nfv_density"
5994       - "hoststack"
5995     level-2:
5996       - "2n-skx"
5997       - "3n-skx"
5998       - "2n-clx"
5999       - "3n-hsw"
6000       - "3n-tsh"
6001       - "2n-dnv"
6002       - "3n-dnv"
6003     level-3:
6004       - "xl710"
6005       - "x520"
6006       - "xxv710"
6007       - "x710"
6008       - "x553"
6009       - "cx556a"
6010       - "vic1227"
6011       - "vic1385"
6012
6013 # VPP Performance Configuration
6014 - type: "file"
6015   title: "VPP Performance Configuration"
6016   algorithm: "file_details_split"
6017   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6018   dir-tables:
6019     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6020     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6021     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6022     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6023     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6024     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6025     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6026   data:
6027     - "vpp-perf-results-2n-skx"
6028     - "vpp-perf-results-3n-skx"
6029     - "vpp-perf-results-2n-clx"
6030     - "vpp-perf-results-3n-hsw"
6031     - "vpp-perf-results-3n-tsh"
6032     - "vpp-perf-results-2n-dnv"
6033     - "vpp-perf-results-3n-dnv"
6034   filter: "all"
6035   data-start-level: 4
6036   order-chapters:
6037     level-1:
6038       - "l2"
6039       - "ip4"
6040       - "ip6"
6041       - "srv6"
6042       - "ip4_tunnels"
6043       - "ip6_tunnels"
6044       - "vm_vhost"
6045       - "container_memif"
6046       - "crypto"
6047       - "vts"
6048       - "lb"
6049       - "nfv_density"
6050       - "hoststack"
6051     level-2:
6052       - "2n-skx"
6053       - "3n-skx"
6054       - "2n-clx"
6055       - "3n-hsw"
6056       - "3n-tsh"
6057       - "2n-dnv"
6058       - "3n-dnv"
6059     level-3:
6060       - "xl710"
6061       - "x520"
6062       - "xxv710"
6063       - "x710"
6064       - "x553"
6065       - "cx556a"
6066       - "vic1227"
6067       - "vic1385"
6068
6069 # VPP Performance Operational
6070 - type: "file"
6071   title: "VPP Performance Operational"
6072   algorithm: "file_details_split_html"
6073   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6074   dir-tables:
6075     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6076     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6077     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6078     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6079     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6080     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6081     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6082   data:
6083     - "vpp-perf-results-2n-skx"
6084     - "vpp-perf-results-3n-skx"
6085     - "vpp-perf-results-2n-clx"
6086     - "vpp-perf-results-3n-hsw"
6087     - "vpp-perf-results-3n-tsh"
6088     - "vpp-perf-results-2n-dnv"
6089     - "vpp-perf-results-3n-dnv"
6090   filter: "all"
6091   data-start-level: 4
6092   order-chapters:
6093     level-1:
6094       - "l2"
6095       - "ip4"
6096       - "ip6"
6097       - "srv6"
6098       - "ip4_tunnels"
6099       - "ip6_tunnels"
6100       - "vm_vhost"
6101       - "container_memif"
6102       - "crypto"
6103       - "vts"
6104       - "lb"
6105       - "nfv_density"
6106       - "hoststack"
6107     level-2:
6108       - "2n-skx"
6109       - "3n-skx"
6110       - "2n-clx"
6111       - "3n-hsw"
6112       - "3n-tsh"
6113       - "2n-dnv"
6114       - "3n-dnv"
6115     level-3:
6116       - "xl710"
6117       - "x520"
6118       - "xxv710"
6119       - "x710"
6120       - "x553"
6121       - "cx556a"
6122       - "vic1227"
6123       - "vic1385"
6124
6125 # VPP MRR Results
6126 - type: "file"
6127   title: "VPP MRR Results"
6128   algorithm: "file_details_split"
6129   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6130   dir-tables:
6131     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6132     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6133     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6134     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6135     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6136     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6137     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6138   data:
6139     - "vpp-mrr-results-2n-skx"
6140     - "vpp-mrr-results-3n-skx"
6141     - "vpp-mrr-results-2n-clx"
6142     - "vpp-mrr-results-3n-hsw"
6143     - "vpp-mrr-results-3n-tsh"
6144     - "vpp-mrr-results-2n-dnv"
6145     - "vpp-mrr-results-3n-dnv"
6146   filter: "all"
6147   data-start-level: 4
6148   order-chapters:
6149     level-1:
6150       - "l2"
6151       - "ip4"
6152       - "ip6"
6153       - "srv6"
6154       - "ip4_tunnels"
6155       - "ip6_tunnels"
6156       - "vm_vhost"
6157       - "container_memif"
6158       - "crypto"
6159       - "vts"
6160       - "lb"
6161       - "nfv_density"
6162       - "hoststack"
6163     level-2:
6164       - "2n-skx"
6165       - "3n-skx"
6166       - "2n-clx"
6167       - "3n-hsw"
6168       - "3n-tsh"
6169       - "2n-dnv"
6170       - "3n-dnv"
6171     level-3:
6172       - "xl710"
6173       - "x520"
6174       - "xxv710"
6175       - "x710"
6176       - "x553"
6177       - "cx556a"
6178       - "vic1227"
6179       - "vic1385"
6180
6181 # VPP MRR Configuration
6182 - type: "file"
6183   title: "VPP MRR Configuration"
6184   algorithm: "file_details_split"
6185   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6186   dir-tables:
6187     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6188     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6189     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6190     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6191     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6192     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6193     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6194   data:
6195     - "vpp-mrr-results-2n-skx"
6196     - "vpp-mrr-results-3n-skx"
6197     - "vpp-mrr-results-2n-clx"
6198     - "vpp-mrr-results-3n-hsw"
6199     - "vpp-mrr-results-3n-tsh"
6200     - "vpp-mrr-results-2n-dnv"
6201     - "vpp-mrr-results-3n-dnv"
6202   filter: "all"
6203   data-start-level: 4
6204   order-chapters:
6205     level-1:
6206       - "l2"
6207       - "ip4"
6208       - "ip6"
6209       - "srv6"
6210       - "ip4_tunnels"
6211       - "ip6_tunnels"
6212       - "vm_vhost"
6213       - "container_memif"
6214       - "crypto"
6215       - "vts"
6216       - "lb"
6217       - "nfv_density"
6218       - "hoststack"
6219     level-2:
6220       - "2n-skx"
6221       - "3n-skx"
6222       - "2n-clx"
6223       - "3n-hsw"
6224       - "3n-tsh"
6225       - "2n-dnv"
6226       - "3n-dnv"
6227     level-3:
6228       - "xl710"
6229       - "x520"
6230       - "xxv710"
6231       - "x710"
6232       - "x553"
6233       - "cx556a"
6234       - "vic1227"
6235       - "vic1385"
6236
6237 # VPP Device Results - Ubuntu
6238 - type: "file"
6239   title: "VPP Device Results - Ubuntu"
6240   algorithm: "file_test_results"
6241   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6242   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6243   data: "vpp-device-results-ubuntu"
6244   filter: "all"
6245   data-start-level: 4
6246
6247 # VPP Device Configuration - Ubuntu
6248 - type: "file"
6249   title: "VPP Device Configuration - Ubuntu"
6250   algorithm: "file_test_results"
6251   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6252   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6253   data: "vpp-device-results-ubuntu"
6254   filter: "all"
6255   data-start-level: 4
6256
6257 # DPDK Performance Results 3n-hsw
6258 - type: "file"
6259   title: "DPDK Performance Results 3n-hsw"
6260   algorithm: "file_test_results"
6261   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6262   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6263   data: "dpdk-perf-results-3n-hsw"
6264   filter: "all"
6265   data-start-level: 4
6266
6267 # DPDK Performance Results 3n-skx
6268 - type: "file"
6269   title: "DPDK Performance Results 3n-skx"
6270   algorithm: "file_test_results"
6271   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6272   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6273   data: "dpdk-perf-results-3n-skx"
6274   filter: "all"
6275   data-start-level: 4
6276
6277 # DPDK Performance Results 2n-skx
6278 - type: "file"
6279   title: "DPDK Performance Results 2n-skx"
6280   algorithm: "file_test_results"
6281   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6282   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6283   data: "dpdk-perf-results-2n-skx"
6284   filter: "all"
6285   data-start-level: 4
6286
6287 # DPDK Performance Results 2n-clx
6288 - type: "file"
6289   title: "DPDK Performance Results 2n-clx"
6290   algorithm: "file_test_results"
6291   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6292   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6293   data: "dpdk-perf-results-2n-clx"
6294   filter: "all"
6295   data-start-level: 4
6296
6297 # DPDK Performance Results 2n-dnv
6298 - type: "file"
6299   title: "DPDK Performance Results 2n-dnv"
6300   algorithm: "file_test_results"
6301   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6302   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6303   data: "dpdk-perf-results-2n-dnv"
6304   filter: "all"
6305   data-start-level: 4
6306
6307 # DPDK Performance Results 3n-dnv
6308 - type: "file"
6309   title: "DPDK Performance Results 3n-dnv"
6310   algorithm: "file_test_results"
6311   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6312   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6313   data: "dpdk-perf-results-3n-dnv"
6314   filter: "all"
6315   data-start-level: 4
6316
6317 # DPDK Performance Results 3n-tsh
6318 - type: "file"
6319   title: "DPDK Performance Results 3n-tsh"
6320   algorithm: "file_test_results"
6321   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6322   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6323   data: "dpdk-perf-results-3n-tsh"
6324   filter: "all"
6325   data-start-level: 4
6326
6327 ################################################################################
6328 ###                                P L O T S                                 ###
6329 ################################################################################
6330
6331 # Hoststack tests 3n-hsw
6332
6333 - type: "plot"
6334   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6335   algorithm: "plot_perf_box_name"
6336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6337   data: "plot-vpp-hoststack-3n-hsw"
6338   include:
6339     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6340     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6341   layout:
6342     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6343     layout: "plot-hoststack"
6344
6345 - type: "plot"
6346   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6347   algorithm: "plot_perf_box_name"
6348   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6349   data: "plot-vpp-hoststack-3n-hsw"
6350   include:
6351     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6352     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6353   layout:
6354     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6355     layout: "plot-hoststack"
6356
6357 - type: "plot"
6358   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6359   algorithm: "plot_perf_box_name"
6360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6361   data: "plot-vpp-hoststack-3n-hsw"
6362   include:
6363     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6364     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6365     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6366     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6367   layout:
6368     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6369     layout: "plot-hoststack"
6370
6371 # Plots VPP HTTP Server Performance
6372 - type: "plot"
6373   title: "VPP HTTP Server Performance"
6374   algorithm: "plot_http_server_perf_box"
6375   output-file-type: ".html"
6376   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6377   data:
6378     "plot-vpp-http-server-performance"
6379   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6380   parameters:
6381   - "result"
6382   - "name"
6383   traces:
6384     hoverinfo: "y+name"
6385     boxpoints: "outliers"
6386     whiskerwidth: 0
6387   layout:
6388     title: "VPP HTTP Server Performance"
6389     layout:
6390       "plot-cps"
6391
6392 - type: "plot"
6393   title: "VPP HTTP Server Performance"
6394   algorithm: "plot_http_server_perf_box"
6395   output-file-type: ".html"
6396   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6397   data:
6398     "plot-vpp-http-server-performance"
6399   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6400   parameters:
6401   - "result"
6402   - "name"
6403   traces:
6404     hoverinfo: "y+name"
6405     boxpoints: "outliers"
6406     whiskerwidth: 0
6407   layout:
6408     title: "VPP HTTP Server Performance"
6409     layout:
6410       "plot-rps"
6411
6412 ################################################################################
6413
6414 # Soak Test (PLRsearch), boxes - 2n-clx
6415 - type: "plot"
6416   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6417   algorithm: "plot_perf_box_name"
6418   output-file-type: ".html"
6419   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6420   data: "plot-vpp-soak-2n-clx"
6421   include:
6422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6428   layout:
6429     title: "30 Minutes Soak Test (PLRsearch)"
6430     layout: "plot-soak-throughput"
6431
6432 # Soak Test (PLRsearch), boxes - 2n-clx
6433 - type: "plot"
6434   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6435   algorithm: "plot_perf_box_name"
6436   output-file-type: ".html"
6437   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6438   data: "plot-vpp-soak-2n-clx"
6439   include:
6440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6445     - "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"
6446   layout:
6447     title: "30 Minutes Soak Test (PLRsearch)"
6448     layout: "plot-soak-throughput"
6449
6450 ###############################################################################
6451
6452 # Reconf tests 2n-skx
6453
6454 #- type: "plot"
6455 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6456 #  algorithm: "plot_nf_reconf_box_name"
6457 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6458 #  data: "plot-vpp-nfv-reconf-2n-skx"
6459 #  include:
6460 #    - "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"
6461 #    - "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"
6462 #    - "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"
6463 #    - "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"
6464 #    - "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"
6465 #    - "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"
6466 #  layout:
6467 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6468 #    layout: "plot-throughput"
6469 #
6470 #- type: "plot"
6471 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6472 #  algorithm: "plot_nf_reconf_box_name"
6473 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6474 #  data: "plot-vpp-nfv-reconf-2n-skx"
6475 #  include:
6476 #    - "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"
6477 #    - "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"
6478 #    - "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"
6479 #    - "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"
6480 #    - "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"
6481 #    - "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"
6482 #  layout:
6483 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6484 #    layout: "plot-throughput"
6485 #
6486 #- type: "plot"
6487 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6488 #  algorithm: "plot_nf_reconf_box_name"
6489 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6490 #  data: "plot-vpp-nfv-reconf-2n-skx"
6491 #  include:
6492 #    - "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"
6493 #    - "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"
6494 #    - "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"
6495 #    - "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"
6496 #    - "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"
6497 #    - "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"
6498 #  layout:
6499 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6500 #    layout: "plot-throughput"
6501
6502 ###############################################################################
6503
6504 # Reconf tests 2n-clx
6505
6506 - type: "plot"
6507   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6508   algorithm: "plot_nf_reconf_box_name"
6509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6510   data: "plot-vpp-nfv-reconf-2n-clx"
6511   include:
6512     - "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"
6513     - "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"
6514     - "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"
6515     - "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"
6516   layout:
6517     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6518     layout: "plot-throughput"
6519
6520 - type: "plot"
6521   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6522   algorithm: "plot_nf_reconf_box_name"
6523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6524   data: "plot-vpp-nfv-reconf-2n-clx"
6525   include:
6526     - "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"
6527     - "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"
6528     - "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"
6529     - "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"
6530   layout:
6531     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6532     layout: "plot-throughput"
6533
6534 - type: "plot"
6535   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6536   algorithm: "plot_nf_reconf_box_name"
6537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6538   data: "plot-vpp-nfv-reconf-2n-clx"
6539   include:
6540     - "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"
6541     - "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"
6542     - "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"
6543     - "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"
6544   layout:
6545     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6546     layout: "plot-throughput"
6547
6548 ################################################################################
6549 ## Plots - NF Density - VSC - MRR 64b
6550 #- type: "plot"
6551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6552 #  algorithm: "plot_nf_heatmap"
6553 #  output-file-type: ".html"
6554 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6555 #  data: "plot-vpp-nfv-2n-skx-mrr"
6556 #  filter: "'NIC_Intel-XXV710' and
6557 #           'NF_DENSITY' and
6558 #           'VHOST' and
6559 #           not 'VXLAN' and
6560 #           'CHAIN' and
6561 #           'NF_VPPIP4' and
6562 #           '64B' and
6563 #           '2T1C' and
6564 #           'MRR'"
6565 #  parameters:
6566 #  - "result"
6567 #  - "name"
6568 #  - "tags"
6569 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6570 #  x-axis: "X = VNFs per Service Chain"
6571 #  y-axis: "Y = Number of Service Chains"
6572 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6573 #  layout:
6574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6575 #    layout: "plot-service-density"
6576 #
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-64b-4t2c-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 #           '64B' and
6590 #           '4T2C' 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: "64B 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-64b-8t4c-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 #           '64B' and
6617 #           '8T4C' 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: "64B 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 ## Plots - NF Density - VSC - MRR IMIX
6632 #- type: "plot"
6633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6634 #  algorithm: "plot_nf_heatmap"
6635 #  output-file-type: ".html"
6636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6637 #  data: "plot-vpp-nfv-2n-skx-mrr"
6638 #  filter: "'NIC_Intel-XXV710' and
6639 #           'NF_DENSITY' and
6640 #           'VHOST' and
6641 #           not 'VXLAN' and
6642 #           'CHAIN' and
6643 #           'NF_VPPIP4' and
6644 #           'IMIX' and
6645 #           '2T1C' and
6646 #           'MRR'"
6647 #  parameters:
6648 #  - "result"
6649 #  - "name"
6650 #  - "tags"
6651 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6652 #  x-axis: "X = VNFs per Service Chain"
6653 #  y-axis: "Y = Number of Service Chains"
6654 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6655 #  layout:
6656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6657 #    layout: "plot-service-density"
6658 #
6659 #- type: "plot"
6660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6661 #  algorithm: "plot_nf_heatmap"
6662 #  output-file-type: ".html"
6663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6664 #  data: "plot-vpp-nfv-2n-skx-mrr"
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 #           'IMIX' and
6672 #           '4T2C' and
6673 #           'MRR'"
6674 #  parameters:
6675 #  - "result"
6676 #  - "name"
6677 #  - "tags"
6678 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6679 #  x-axis: "X = VNFs per Service Chain"
6680 #  y-axis: "Y = Number of Service Chains"
6681 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6682 #  layout:
6683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6684 #    layout: "plot-service-density"
6685 #
6686 #- type: "plot"
6687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6688 #  algorithm: "plot_nf_heatmap"
6689 #  output-file-type: ".html"
6690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6691 #  data: "plot-vpp-nfv-2n-skx-mrr"
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 #           'IMIX' and
6699 #           '8T4C' and
6700 #           'MRR'"
6701 #  parameters:
6702 #  - "result"
6703 #  - "name"
6704 #  - "tags"
6705 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6706 #  x-axis: "X = VNFs per Service Chain"
6707 #  y-axis: "Y = Number of Service Chains"
6708 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6709 #  layout:
6710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6711 #    layout: "plot-service-density"
6712 #
6713 ## Plots - NF Density - VSC - NDR 64b
6714 #- type: "plot"
6715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6716 #  algorithm: "plot_nf_heatmap"
6717 #  output-file-type: ".html"
6718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6720 #  filter: "'NIC_Intel-XXV710' and
6721 #           'NF_DENSITY' and
6722 #           'VHOST' and
6723 #           not 'VXLAN' and
6724 #           'CHAIN' and
6725 #           'NF_VPPIP4' and
6726 #           '64B' and
6727 #           '2T1C' and
6728 #           'NDRPDR'"
6729 #  parameters:
6730 #  - "throughput"
6731 #  - "name"
6732 #  - "tags"
6733 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6734 #  x-axis: "X = VNFs per Service Chain"
6735 #  y-axis: "Y = Number of Service Chains"
6736 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6737 #  layout:
6738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6739 #    layout: "plot-service-density"
6740 #
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-64b-4t2c-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 #           '64B' and
6754 #           '4T2C' 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: "64B 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-64b-8t4c-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 #           '64B' and
6781 #           '8T4C' 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: "64B 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 ## Plots - NF Density - VSC - NDR IMIX
6796 #- type: "plot"
6797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6798 #  algorithm: "plot_nf_heatmap"
6799 #  output-file-type: ".html"
6800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6801 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6802 #  filter: "'NIC_Intel-XXV710' and
6803 #           'NF_DENSITY' and
6804 #           'VHOST' and
6805 #           not 'VXLAN' and
6806 #           'CHAIN' and
6807 #           'NF_VPPIP4' and
6808 #           'IMIX' and
6809 #           '2T1C' and
6810 #           'NDRPDR'"
6811 #  parameters:
6812 #  - "throughput"
6813 #  - "name"
6814 #  - "tags"
6815 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6816 #  x-axis: "X = VNFs per Service Chain"
6817 #  y-axis: "Y = Number of Service Chains"
6818 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6819 #  layout:
6820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6821 #    layout: "plot-service-density"
6822 #
6823 #- type: "plot"
6824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6825 #  algorithm: "plot_nf_heatmap"
6826 #  output-file-type: ".html"
6827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
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 #           'IMIX' and
6836 #           '4T2C' and
6837 #           'NDRPDR'"
6838 #  parameters:
6839 #  - "throughput"
6840 #  - "name"
6841 #  - "tags"
6842 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6843 #  x-axis: "X = VNFs per Service Chain"
6844 #  y-axis: "Y = Number of Service Chains"
6845 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6846 #  layout:
6847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6848 #    layout: "plot-service-density"
6849 #
6850 #- type: "plot"
6851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6852 #  algorithm: "plot_nf_heatmap"
6853 #  output-file-type: ".html"
6854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
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 #           'IMIX' and
6863 #           '8T4C' and
6864 #           'NDRPDR'"
6865 #  parameters:
6866 #  - "throughput"
6867 #  - "name"
6868 #  - "tags"
6869 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6870 #  x-axis: "X = VNFs per Service Chain"
6871 #  y-axis: "Y = Number of Service Chains"
6872 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6873 #  layout:
6874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6875 #    layout: "plot-service-density"
6876 #
6877 ## Plots - NF Density - VSC - PDR 64b
6878 #- type: "plot"
6879 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6880 #  algorithm: "plot_nf_heatmap"
6881 #  output-file-type: ".html"
6882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6883 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6884 #  filter: "'NIC_Intel-XXV710' and
6885 #           'NF_DENSITY' and
6886 #           'VHOST' and
6887 #           not 'VXLAN' and
6888 #           'CHAIN' and
6889 #           'NF_VPPIP4' and
6890 #           '64B' and
6891 #           '2T1C' and
6892 #           'NDRPDR'"
6893 #  parameters:
6894 #  - "throughput"
6895 #  - "name"
6896 #  - "tags"
6897 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6898 #  x-axis: "X = VNFs per Service Chain"
6899 #  y-axis: "Y = Number of Service Chains"
6900 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6901 #  layout:
6902 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6903 #    layout: "plot-service-density"
6904 #
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-64b-4t2c-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 #           '64B' and
6918 #           '4T2C' 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: "64B 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-64b-8t4c-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 #           '64B' and
6945 #           '8T4C' 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: "64B 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 ## Plots - NF Density - VSC - PDR IMIX
6960 #- type: "plot"
6961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6962 #  algorithm: "plot_nf_heatmap"
6963 #  output-file-type: ".html"
6964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6965 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6966 #  filter: "'NIC_Intel-XXV710' and
6967 #           'NF_DENSITY' and
6968 #           'VHOST' and
6969 #           not 'VXLAN' and
6970 #           'CHAIN' and
6971 #           'NF_VPPIP4' and
6972 #           'IMIX' and
6973 #           '2T1C' and
6974 #           'NDRPDR'"
6975 #  parameters:
6976 #  - "throughput"
6977 #  - "name"
6978 #  - "tags"
6979 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6980 #  x-axis: "X = VNFs per Service Chain"
6981 #  y-axis: "Y = Number of Service Chains"
6982 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6983 #  layout:
6984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6985 #    layout: "plot-service-density"
6986 #
6987 #- type: "plot"
6988 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6989 #  algorithm: "plot_nf_heatmap"
6990 #  output-file-type: ".html"
6991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6992 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6993 #  filter: "'NIC_Intel-XXV710' and
6994 #           'NF_DENSITY' and
6995 #           'VHOST' and
6996 #           not 'VXLAN' and
6997 #           'CHAIN' and
6998 #           'NF_VPPIP4' and
6999 #           'IMIX' and
7000 #           '4T2C' and
7001 #           'NDRPDR'"
7002 #  parameters:
7003 #  - "throughput"
7004 #  - "name"
7005 #  - "tags"
7006 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7007 #  x-axis: "X = VNFs per Service Chain"
7008 #  y-axis: "Y = Number of Service Chains"
7009 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7010 #  layout:
7011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7012 #    layout: "plot-service-density"
7013 #
7014 #- type: "plot"
7015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7016 #  algorithm: "plot_nf_heatmap"
7017 #  output-file-type: ".html"
7018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7019 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7020 #  filter: "'NIC_Intel-XXV710' and
7021 #           'NF_DENSITY' and
7022 #           'VHOST' and
7023 #           not 'VXLAN' and
7024 #           'CHAIN' and
7025 #           'NF_VPPIP4' and
7026 #           'IMIX' and
7027 #           '8T4C' and
7028 #           'NDRPDR'"
7029 #  parameters:
7030 #  - "throughput"
7031 #  - "name"
7032 #  - "tags"
7033 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7034 #  x-axis: "X = VNFs per Service Chain"
7035 #  y-axis: "Y = Number of Service Chains"
7036 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7037 #  layout:
7038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7039 #    layout: "plot-service-density"
7040 #
7041 ################################################################################
7042 ## Plots - NF Density - VSC - MRR 64b
7043 #- type: "plot"
7044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7045 #  algorithm: "plot_nf_heatmap"
7046 #  output-file-type: ".html"
7047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7048 #  data: "plot-vpp-nfv-2n-skx-mrr"
7049 #  filter: "'NIC_Intel-XXV710' and
7050 #           'NF_DENSITY' and
7051 #           'VHOST' and
7052 #           'VXLAN' and
7053 #           'CHAIN' and
7054 #           '118' and
7055 #           '2T1C' and
7056 #           'MRR'"
7057 #  parameters:
7058 #  - "result"
7059 #  - "name"
7060 #  - "tags"
7061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7062 #  x-axis: "X = VNFs per Service Chain"
7063 #  y-axis: "Y = Number of Service Chains"
7064 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7065 #  layout:
7066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7067 #    layout: "plot-service-density"
7068 #
7069 #- type: "plot"
7070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7071 #  algorithm: "plot_nf_heatmap"
7072 #  output-file-type: ".html"
7073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7074 #  data: "plot-vpp-nfv-2n-skx-mrr"
7075 #  filter: "'NIC_Intel-XXV710' and
7076 #           'NF_DENSITY' and
7077 #           'VHOST' and
7078 #           'VXLAN' and
7079 #           'CHAIN' and
7080 #           '118' and
7081 #           '4T2C' and
7082 #           'MRR'"
7083 #  parameters:
7084 #  - "result"
7085 #  - "name"
7086 #  - "tags"
7087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7088 #  x-axis: "X = VNFs per Service Chain"
7089 #  y-axis: "Y = Number of Service Chains"
7090 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7091 #  layout:
7092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7093 #    layout: "plot-service-density"
7094 #
7095 #- type: "plot"
7096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7097 #  algorithm: "plot_nf_heatmap"
7098 #  output-file-type: ".html"
7099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7100 #  data: "plot-vpp-nfv-2n-skx-mrr"
7101 #  filter: "'NIC_Intel-XXV710' and
7102 #           'NF_DENSITY' and
7103 #           'VHOST' and
7104 #           'VXLAN' and
7105 #           'CHAIN' and
7106 #           '118' and
7107 #           '8T4C' and
7108 #           'MRR'"
7109 #  parameters:
7110 #  - "result"
7111 #  - "name"
7112 #  - "tags"
7113 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7114 #  x-axis: "X = VNFs per Service Chain"
7115 #  y-axis: "Y = Number of Service Chains"
7116 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7117 #  layout:
7118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7119 #    layout: "plot-service-density"
7120 #
7121 ## Plots - NF Density - VSC - MRR IMIX
7122 #- type: "plot"
7123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7124 #  algorithm: "plot_nf_heatmap"
7125 #  output-file-type: ".html"
7126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7127 #  data: "plot-vpp-nfv-2n-skx-mrr"
7128 #  filter: "'NIC_Intel-XXV710' and
7129 #           'NF_DENSITY' and
7130 #           'VHOST' and
7131 #           'VXLAN' and
7132 #           'CHAIN' and
7133 #           'IMIX' and
7134 #           '2T1C' and
7135 #           'MRR'"
7136 #  parameters:
7137 #  - "result"
7138 #  - "name"
7139 #  - "tags"
7140 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7141 #  x-axis: "X = VNFs per Service Chain"
7142 #  y-axis: "Y = Number of Service Chains"
7143 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7144 #  layout:
7145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7146 #    layout: "plot-service-density"
7147 #
7148 #- type: "plot"
7149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7150 #  algorithm: "plot_nf_heatmap"
7151 #  output-file-type: ".html"
7152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7153 #  data: "plot-vpp-nfv-2n-skx-mrr"
7154 #  filter: "'NIC_Intel-XXV710' and
7155 #           'NF_DENSITY' and
7156 #           'VHOST' and
7157 #           'VXLAN' and
7158 #           'CHAIN' and
7159 #           'IMIX' and
7160 #           '4T2C' and
7161 #           'MRR'"
7162 #  parameters:
7163 #  - "result"
7164 #  - "name"
7165 #  - "tags"
7166 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7167 #  x-axis: "X = VNFs per Service Chain"
7168 #  y-axis: "Y = Number of Service Chains"
7169 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7170 #  layout:
7171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7172 #    layout: "plot-service-density"
7173 #
7174 #- type: "plot"
7175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7176 #  algorithm: "plot_nf_heatmap"
7177 #  output-file-type: ".html"
7178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7179 #  data: "plot-vpp-nfv-2n-skx-mrr"
7180 #  filter: "'NIC_Intel-XXV710' and
7181 #           'NF_DENSITY' and
7182 #           'VHOST' and
7183 #           'VXLAN' and
7184 #           'CHAIN' and
7185 #           'IMIX' and
7186 #           '8T4C' and
7187 #           'MRR'"
7188 #  parameters:
7189 #  - "result"
7190 #  - "name"
7191 #  - "tags"
7192 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7193 #  x-axis: "X = VNFs per Service Chain"
7194 #  y-axis: "Y = Number of Service Chains"
7195 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7196 #  layout:
7197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7198 #    layout: "plot-service-density"
7199 #
7200 ## Plots - NF Density - VSC - NDR 64b
7201 #- type: "plot"
7202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7203 #  algorithm: "plot_nf_heatmap"
7204 #  output-file-type: ".html"
7205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7206 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7207 #  filter: "'NIC_Intel-XXV710' and
7208 #           'NF_DENSITY' and
7209 #           'VHOST' and
7210 #           'VXLAN' and
7211 #           'CHAIN' and
7212 #           '118' and
7213 #           '2T1C' and
7214 #           'NDRPDR'"
7215 #  parameters:
7216 #  - "throughput"
7217 #  - "name"
7218 #  - "tags"
7219 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7220 #  x-axis: "X = VNFs per Service Chain"
7221 #  y-axis: "Y = Number of Service Chains"
7222 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7223 #  layout:
7224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7225 #    layout: "plot-service-density"
7226 #
7227 #- type: "plot"
7228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7229 #  algorithm: "plot_nf_heatmap"
7230 #  output-file-type: ".html"
7231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7232 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7233 #  filter: "'NIC_Intel-XXV710' and
7234 #           'NF_DENSITY' and
7235 #           'VHOST' and
7236 #           'VXLAN' and
7237 #           'CHAIN' and
7238 #           '118' and
7239 #           '4T2C' and
7240 #           'NDRPDR'"
7241 #  parameters:
7242 #  - "throughput"
7243 #  - "name"
7244 #  - "tags"
7245 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7246 #  x-axis: "X = VNFs per Service Chain"
7247 #  y-axis: "Y = Number of Service Chains"
7248 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7249 #  layout:
7250 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7251 #    layout: "plot-service-density"
7252 #
7253 #- type: "plot"
7254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7255 #  algorithm: "plot_nf_heatmap"
7256 #  output-file-type: ".html"
7257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7258 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7259 #  filter: "'NIC_Intel-XXV710' and
7260 #           'NF_DENSITY' and
7261 #           'VHOST' and
7262 #           'VXLAN' and
7263 #           'CHAIN' and
7264 #           '118' and
7265 #           '8T4C' and
7266 #           'NDRPDR'"
7267 #  parameters:
7268 #  - "throughput"
7269 #  - "name"
7270 #  - "tags"
7271 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7272 #  x-axis: "X = VNFs per Service Chain"
7273 #  y-axis: "Y = Number of Service Chains"
7274 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7275 #  layout:
7276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7277 #    layout: "plot-service-density"
7278 #
7279 ## Plots - NF Density - VSC - NDR IMIX
7280 #- type: "plot"
7281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7282 #  algorithm: "plot_nf_heatmap"
7283 #  output-file-type: ".html"
7284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7286 #  filter: "'NIC_Intel-XXV710' and
7287 #           'NF_DENSITY' and
7288 #           'VHOST' and
7289 #           'VXLAN' and
7290 #           'CHAIN' and
7291 #           'IMIX' and
7292 #           '2T1C' and
7293 #           'NDRPDR'"
7294 #  parameters:
7295 #  - "throughput"
7296 #  - "name"
7297 #  - "tags"
7298 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7299 #  x-axis: "X = VNFs per Service Chain"
7300 #  y-axis: "Y = Number of Service Chains"
7301 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7302 #  layout:
7303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7304 #    layout: "plot-service-density"
7305 #
7306 #- type: "plot"
7307 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7308 #  algorithm: "plot_nf_heatmap"
7309 #  output-file-type: ".html"
7310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7311 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7312 #  filter: "'NIC_Intel-XXV710' and
7313 #           'NF_DENSITY' and
7314 #           'VHOST' and
7315 #           'VXLAN' and
7316 #           'CHAIN' and
7317 #           'IMIX' and
7318 #           '4T2C' and
7319 #           'NDRPDR'"
7320 #  parameters:
7321 #  - "throughput"
7322 #  - "name"
7323 #  - "tags"
7324 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7325 #  x-axis: "X = VNFs per Service Chain"
7326 #  y-axis: "Y = Number of Service Chains"
7327 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7328 #  layout:
7329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7330 #    layout: "plot-service-density"
7331 #
7332 #- type: "plot"
7333 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7334 #  algorithm: "plot_nf_heatmap"
7335 #  output-file-type: ".html"
7336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7337 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7338 #  filter: "'NIC_Intel-XXV710' and
7339 #           'NF_DENSITY' and
7340 #           'VHOST' and
7341 #           'VXLAN' and
7342 #           'CHAIN' and
7343 #           'IMIX' and
7344 #           '8T4C' and
7345 #           'NDRPDR'"
7346 #  parameters:
7347 #  - "throughput"
7348 #  - "name"
7349 #  - "tags"
7350 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7351 #  x-axis: "X = VNFs per Service Chain"
7352 #  y-axis: "Y = Number of Service Chains"
7353 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7354 #  layout:
7355 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7356 #    layout: "plot-service-density"
7357 #
7358 ## Plots - NF Density - VSC - PDR 64b
7359 #- type: "plot"
7360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7361 #  algorithm: "plot_nf_heatmap"
7362 #  output-file-type: ".html"
7363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7364 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7365 #  filter: "'NIC_Intel-XXV710' and
7366 #           'NF_DENSITY' and
7367 #           'VHOST' and
7368 #           'VXLAN' and
7369 #           'CHAIN' and
7370 #           '118' and
7371 #           '2T1C' and
7372 #           'NDRPDR'"
7373 #  parameters:
7374 #  - "throughput"
7375 #  - "name"
7376 #  - "tags"
7377 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7378 #  x-axis: "X = VNFs per Service Chain"
7379 #  y-axis: "Y = Number of Service Chains"
7380 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7381 #  layout:
7382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7383 #    layout: "plot-service-density"
7384 #
7385 #- type: "plot"
7386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7387 #  algorithm: "plot_nf_heatmap"
7388 #  output-file-type: ".html"
7389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7390 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7391 #  filter: "'NIC_Intel-XXV710' and
7392 #           'NF_DENSITY' and
7393 #           'VHOST' and
7394 #           'VXLAN' and
7395 #           'CHAIN' and
7396 #           '118' and
7397 #           '4T2C' and
7398 #           'NDRPDR'"
7399 #  parameters:
7400 #  - "throughput"
7401 #  - "name"
7402 #  - "tags"
7403 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7404 #  x-axis: "X = VNFs per Service Chain"
7405 #  y-axis: "Y = Number of Service Chains"
7406 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7407 #  layout:
7408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7409 #    layout: "plot-service-density"
7410 #
7411 #- type: "plot"
7412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7413 #  algorithm: "plot_nf_heatmap"
7414 #  output-file-type: ".html"
7415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7416 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7417 #  filter: "'NIC_Intel-XXV710' and
7418 #           'NF_DENSITY' and
7419 #           'VHOST' and
7420 #           'VXLAN' and
7421 #           'CHAIN' and
7422 #           '118' and
7423 #           '8T4C' and
7424 #           'NDRPDR'"
7425 #  parameters:
7426 #  - "throughput"
7427 #  - "name"
7428 #  - "tags"
7429 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7430 #  x-axis: "X = VNFs per Service Chain"
7431 #  y-axis: "Y = Number of Service Chains"
7432 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7433 #  layout:
7434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7435 #    layout: "plot-service-density"
7436 #
7437 ## Plots - NF Density - VSC - PDR IMIX
7438 #- type: "plot"
7439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7440 #  algorithm: "plot_nf_heatmap"
7441 #  output-file-type: ".html"
7442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7443 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7444 #  filter: "'NIC_Intel-XXV710' and
7445 #           'NF_DENSITY' and
7446 #           'VHOST' and
7447 #           'VXLAN' and
7448 #           'CHAIN' and
7449 #           'IMIX' and
7450 #           '2T1C' and
7451 #           'NDRPDR'"
7452 #  parameters:
7453 #  - "throughput"
7454 #  - "name"
7455 #  - "tags"
7456 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7457 #  x-axis: "X = VNFs per Service Chain"
7458 #  y-axis: "Y = Number of Service Chains"
7459 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7460 #  layout:
7461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7462 #    layout: "plot-service-density"
7463 #
7464 #- type: "plot"
7465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7466 #  algorithm: "plot_nf_heatmap"
7467 #  output-file-type: ".html"
7468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7469 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7470 #  filter: "'NIC_Intel-XXV710' and
7471 #           'NF_DENSITY' and
7472 #           'VHOST' and
7473 #           'VXLAN' and
7474 #           'CHAIN' and
7475 #           'IMIX' and
7476 #           '4T2C' and
7477 #           'NDRPDR'"
7478 #  parameters:
7479 #  - "throughput"
7480 #  - "name"
7481 #  - "tags"
7482 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7483 #  x-axis: "X = VNFs per Service Chain"
7484 #  y-axis: "Y = Number of Service Chains"
7485 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7486 #  layout:
7487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7488 #    layout: "plot-service-density"
7489 #
7490 #- type: "plot"
7491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7492 #  algorithm: "plot_nf_heatmap"
7493 #  output-file-type: ".html"
7494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7495 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7496 #  filter: "'NIC_Intel-XXV710' and
7497 #           'NF_DENSITY' and
7498 #           'VHOST' and
7499 #           'VXLAN' and
7500 #           'CHAIN' and
7501 #           'IMIX' and
7502 #           '8T4C' and
7503 #           'NDRPDR'"
7504 #  parameters:
7505 #  - "throughput"
7506 #  - "name"
7507 #  - "tags"
7508 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7509 #  x-axis: "X = VNFs per Service Chain"
7510 #  y-axis: "Y = Number of Service Chains"
7511 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7512 #  layout:
7513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7514 #    layout: "plot-service-density"
7515 #
7516 ################################################################################
7517 ## Plots - NF Density - CSC - MRR 64b
7518 #- type: "plot"
7519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7520 #  algorithm: "plot_nf_heatmap"
7521 #  output-file-type: ".html"
7522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7523 #  data: "plot-vpp-nfv-2n-skx-mrr"
7524 #  filter: "'NIC_Intel-XXV710' and
7525 #           'NF_DENSITY' and
7526 #           'DOCKER' and
7527 #           'CHAIN' and
7528 #           'NF_VPPIP4' and
7529 #           '64B' and
7530 #           '2T1C' and
7531 #           'MRR'"
7532 #  parameters:
7533 #  - "result"
7534 #  - "name"
7535 #  - "tags"
7536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7537 #  x-axis: "X = CNFs per Service Chain"
7538 #  y-axis: "Y = Number of Service Chains"
7539 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7540 #  layout:
7541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7542 #    layout: "plot-service-density"
7543 #
7544 #- type: "plot"
7545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7546 #  algorithm: "plot_nf_heatmap"
7547 #  output-file-type: ".html"
7548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7549 #  data: "plot-vpp-nfv-2n-skx-mrr"
7550 #  filter: "'NIC_Intel-XXV710' and
7551 #           'NF_DENSITY' and
7552 #           'DOCKER' and
7553 #           'CHAIN' and
7554 #           'NF_VPPIP4' and
7555 #           '64B' and
7556 #           '4T2C' and
7557 #           'MRR'"
7558 #  parameters:
7559 #  - "result"
7560 #  - "name"
7561 #  - "tags"
7562 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7563 #  x-axis: "X = CNFs per Service Chain"
7564 #  y-axis: "Y = Number of Service Chains"
7565 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7566 #  layout:
7567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7568 #    layout: "plot-service-density"
7569 #
7570 #- type: "plot"
7571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7572 #  algorithm: "plot_nf_heatmap"
7573 #  output-file-type: ".html"
7574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7575 #  data: "plot-vpp-nfv-2n-skx-mrr"
7576 #  filter: "'NIC_Intel-XXV710' and
7577 #           'NF_DENSITY' and
7578 #           'DOCKER' and
7579 #           'CHAIN' and
7580 #           'NF_VPPIP4' and
7581 #           '64B' and
7582 #           '8T4C' and
7583 #           'MRR'"
7584 #  parameters:
7585 #  - "result"
7586 #  - "name"
7587 #  - "tags"
7588 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7589 #  x-axis: "X = CNFs per Service Chain"
7590 #  y-axis: "Y = Number of Service Chains"
7591 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7592 #  layout:
7593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7594 #    layout: "plot-service-density"
7595 #
7596 ## Plots - NF Density - CSC - MRR IMIX
7597 #- type: "plot"
7598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7599 #  algorithm: "plot_nf_heatmap"
7600 #  output-file-type: ".html"
7601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7602 #  data: "plot-vpp-nfv-2n-skx-mrr"
7603 #  filter: "'NIC_Intel-XXV710' and
7604 #           'NF_DENSITY' and
7605 #           'DOCKER' and
7606 #           'CHAIN' and
7607 #           'NF_VPPIP4' and
7608 #           'IMIX' and
7609 #           '2T1C' and
7610 #           'MRR'"
7611 #  parameters:
7612 #  - "result"
7613 #  - "name"
7614 #  - "tags"
7615 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7616 #  x-axis: "X = CNFs per Service Chain"
7617 #  y-axis: "Y = Number of Service Chains"
7618 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7619 #  layout:
7620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7621 #    layout: "plot-service-density"
7622 #
7623 #- type: "plot"
7624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7625 #  algorithm: "plot_nf_heatmap"
7626 #  output-file-type: ".html"
7627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7628 #  data: "plot-vpp-nfv-2n-skx-mrr"
7629 #  filter: "'NIC_Intel-XXV710' and
7630 #           'NF_DENSITY' and
7631 #           'DOCKER' and
7632 #           'CHAIN' and
7633 #           'NF_VPPIP4' and
7634 #           'IMIX' and
7635 #           '4T2C' and
7636 #           'MRR'"
7637 #  parameters:
7638 #  - "result"
7639 #  - "name"
7640 #  - "tags"
7641 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7642 #  x-axis: "X = CNFs per Service Chain"
7643 #  y-axis: "Y = Number of Service Chains"
7644 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7645 #  layout:
7646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7647 #    layout: "plot-service-density"
7648 #
7649 #- type: "plot"
7650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7651 #  algorithm: "plot_nf_heatmap"
7652 #  output-file-type: ".html"
7653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7654 #  data: "plot-vpp-nfv-2n-skx-mrr"
7655 #  filter: "'NIC_Intel-XXV710' and
7656 #           'NF_DENSITY' and
7657 #           'DOCKER' and
7658 #           'CHAIN' and
7659 #           'NF_VPPIP4' and
7660 #           'IMIX' and
7661 #           '8T4C' and
7662 #           'MRR'"
7663 #  parameters:
7664 #  - "result"
7665 #  - "name"
7666 #  - "tags"
7667 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7668 #  x-axis: "X = CNFs per Service Chain"
7669 #  y-axis: "Y = Number of Service Chains"
7670 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7671 #  layout:
7672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7673 #    layout: "plot-service-density"
7674 #
7675 ## Plots - NF Density - CSC - NDR 64b
7676 #- type: "plot"
7677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7678 #  algorithm: "plot_nf_heatmap"
7679 #  output-file-type: ".html"
7680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7682 #  filter: "'NIC_Intel-XXV710' and
7683 #           'NF_DENSITY' and
7684 #           'DOCKER' and
7685 #           'CHAIN' and
7686 #           'NF_VPPIP4' and
7687 #           '64B' and
7688 #           '2T1C' and
7689 #           'NDRPDR'"
7690 #  parameters:
7691 #  - "throughput"
7692 #  - "name"
7693 #  - "tags"
7694 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7695 #  x-axis: "X = CNFs per Service Chain"
7696 #  y-axis: "Y = Number of Service Chains"
7697 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7698 #  layout:
7699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7700 #    layout: "plot-service-density"
7701 #
7702 #- type: "plot"
7703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7704 #  algorithm: "plot_nf_heatmap"
7705 #  output-file-type: ".html"
7706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7708 #  filter: "'NIC_Intel-XXV710' and
7709 #           'NF_DENSITY' and
7710 #           'DOCKER' and
7711 #           'CHAIN' and
7712 #           'NF_VPPIP4' and
7713 #           '64B' and
7714 #           '4T2C' and
7715 #           'NDRPDR'"
7716 #  parameters:
7717 #  - "throughput"
7718 #  - "name"
7719 #  - "tags"
7720 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7721 #  x-axis: "X = CNFs per Service Chain"
7722 #  y-axis: "Y = Number of Service Chains"
7723 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7724 #  layout:
7725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7726 #    layout: "plot-service-density"
7727 #
7728 #- type: "plot"
7729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7730 #  algorithm: "plot_nf_heatmap"
7731 #  output-file-type: ".html"
7732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7733 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7734 #  filter: "'NIC_Intel-XXV710' and
7735 #           'NF_DENSITY' and
7736 #           'DOCKER' and
7737 #           'CHAIN' and
7738 #           'NF_VPPIP4' and
7739 #           '64B' and
7740 #           '8T4C' and
7741 #           'NDRPDR'"
7742 #  parameters:
7743 #  - "throughput"
7744 #  - "name"
7745 #  - "tags"
7746 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7747 #  x-axis: "X = CNFs per Service Chain"
7748 #  y-axis: "Y = Number of Service Chains"
7749 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7750 #  layout:
7751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7752 #    layout: "plot-service-density"
7753 #
7754 ## Plots - NF Density - CSC - NDR IMIX
7755 #- type: "plot"
7756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7757 #  algorithm: "plot_nf_heatmap"
7758 #  output-file-type: ".html"
7759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7760 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7761 #  filter: "'NIC_Intel-XXV710' and
7762 #           'NF_DENSITY' and
7763 #           'DOCKER' and
7764 #           'CHAIN' and
7765 #           'NF_VPPIP4' and
7766 #           'IMIX' and
7767 #           '2T1C' and
7768 #           'NDRPDR'"
7769 #  parameters:
7770 #  - "throughput"
7771 #  - "name"
7772 #  - "tags"
7773 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7774 #  x-axis: "X = CNFs per Service Chain"
7775 #  y-axis: "Y = Number of Service Chains"
7776 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7777 #  layout:
7778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7779 #    layout: "plot-service-density"
7780 #
7781 #- type: "plot"
7782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7783 #  algorithm: "plot_nf_heatmap"
7784 #  output-file-type: ".html"
7785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7786 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7787 #  filter: "'NIC_Intel-XXV710' and
7788 #           'NF_DENSITY' and
7789 #           'DOCKER' and
7790 #           'CHAIN' and
7791 #           'NF_VPPIP4' and
7792 #           'IMIX' and
7793 #           '4T2C' and
7794 #           'NDRPDR'"
7795 #  parameters:
7796 #  - "throughput"
7797 #  - "name"
7798 #  - "tags"
7799 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7800 #  x-axis: "X = CNFs per Service Chain"
7801 #  y-axis: "Y = Number of Service Chains"
7802 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7803 #  layout:
7804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7805 #    layout: "plot-service-density"
7806 #
7807 #- type: "plot"
7808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7809 #  algorithm: "plot_nf_heatmap"
7810 #  output-file-type: ".html"
7811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7812 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7813 #  filter: "'NIC_Intel-XXV710' and
7814 #           'NF_DENSITY' and
7815 #           'DOCKER' and
7816 #           'CHAIN' and
7817 #           'NF_VPPIP4' and
7818 #           'IMIX' and
7819 #           '8T4C' and
7820 #           'NDRPDR'"
7821 #  parameters:
7822 #  - "throughput"
7823 #  - "name"
7824 #  - "tags"
7825 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7826 #  x-axis: "X = CNFs per Service Chain"
7827 #  y-axis: "Y = Number of Service Chains"
7828 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7829 #  layout:
7830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7831 #    layout: "plot-service-density"
7832 #
7833 ## Plots - NF Density - CSC - PDR 64b
7834 #- type: "plot"
7835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7836 #  algorithm: "plot_nf_heatmap"
7837 #  output-file-type: ".html"
7838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7839 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7840 #  filter: "'NIC_Intel-XXV710' and
7841 #           'NF_DENSITY' and
7842 #           'DOCKER' and
7843 #           'CHAIN' and
7844 #           'NF_VPPIP4' and
7845 #           '64B' and
7846 #           '2T1C' and
7847 #           'NDRPDR'"
7848 #  parameters:
7849 #  - "throughput"
7850 #  - "name"
7851 #  - "tags"
7852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7853 #  x-axis: "X = CNFs per Service Chain"
7854 #  y-axis: "Y = Number of Service Chains"
7855 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7856 #  layout:
7857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7858 #    layout: "plot-service-density"
7859 #
7860 #- type: "plot"
7861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7862 #  algorithm: "plot_nf_heatmap"
7863 #  output-file-type: ".html"
7864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7865 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7866 #  filter: "'NIC_Intel-XXV710' and
7867 #           'NF_DENSITY' and
7868 #           'DOCKER' and
7869 #           'CHAIN' and
7870 #           'NF_VPPIP4' and
7871 #           '64B' and
7872 #           '4T2C' and
7873 #           'NDRPDR'"
7874 #  parameters:
7875 #  - "throughput"
7876 #  - "name"
7877 #  - "tags"
7878 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7879 #  x-axis: "X = CNFs per Service Chain"
7880 #  y-axis: "Y = Number of Service Chains"
7881 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7882 #  layout:
7883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7884 #    layout: "plot-service-density"
7885 #
7886 #- type: "plot"
7887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7888 #  algorithm: "plot_nf_heatmap"
7889 #  output-file-type: ".html"
7890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7891 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7892 #  filter: "'NIC_Intel-XXV710' and
7893 #           'NF_DENSITY' and
7894 #           'DOCKER' and
7895 #           'CHAIN' and
7896 #           'NF_VPPIP4' and
7897 #           '64B' and
7898 #           '8T4C' and
7899 #           'NDRPDR'"
7900 #  parameters:
7901 #  - "throughput"
7902 #  - "name"
7903 #  - "tags"
7904 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7905 #  x-axis: "X = CNFs per Service Chain"
7906 #  y-axis: "Y = Number of Service Chains"
7907 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7908 #  layout:
7909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7910 #    layout: "plot-service-density"
7911 #
7912 ## Plots - NF Density - CSC - PDR IMIX
7913 #- type: "plot"
7914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7915 #  algorithm: "plot_nf_heatmap"
7916 #  output-file-type: ".html"
7917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7918 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7919 #  filter: "'NIC_Intel-XXV710' and
7920 #           'NF_DENSITY' and
7921 #           'DOCKER' and
7922 #           'CHAIN' and
7923 #           'NF_VPPIP4' and
7924 #           'IMIX' and
7925 #           '2T1C' and
7926 #           'NDRPDR'"
7927 #  parameters:
7928 #  - "throughput"
7929 #  - "name"
7930 #  - "tags"
7931 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7932 #  x-axis: "X = CNFs per Service Chain"
7933 #  y-axis: "Y = Number of Service Chains"
7934 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7935 #  layout:
7936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7937 #    layout: "plot-service-density"
7938 #
7939 #- type: "plot"
7940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7941 #  algorithm: "plot_nf_heatmap"
7942 #  output-file-type: ".html"
7943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7944 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7945 #  filter: "'NIC_Intel-XXV710' and
7946 #           'NF_DENSITY' and
7947 #           'DOCKER' and
7948 #           'CHAIN' and
7949 #           'NF_VPPIP4' and
7950 #           'IMIX' and
7951 #           '4T2C' and
7952 #           'NDRPDR'"
7953 #  parameters:
7954 #  - "throughput"
7955 #  - "name"
7956 #  - "tags"
7957 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7958 #  x-axis: "X = CNFs per Service Chain"
7959 #  y-axis: "Y = Number of Service Chains"
7960 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7961 #  layout:
7962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7963 #    layout: "plot-service-density"
7964 #
7965 #- type: "plot"
7966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7967 #  algorithm: "plot_nf_heatmap"
7968 #  output-file-type: ".html"
7969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7970 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7971 #  filter: "'NIC_Intel-XXV710' and
7972 #           'NF_DENSITY' and
7973 #           'DOCKER' and
7974 #           'CHAIN' and
7975 #           'NF_VPPIP4' and
7976 #           'IMIX' and
7977 #           '8T4C' and
7978 #           'NDRPDR'"
7979 #  parameters:
7980 #  - "throughput"
7981 #  - "name"
7982 #  - "tags"
7983 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7984 #  x-axis: "X = CNFs per Service Chain"
7985 #  y-axis: "Y = Number of Service Chains"
7986 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7987 #  layout:
7988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7989 #    layout: "plot-service-density"
7990 #
7991 ################################################################################
7992 #
7993 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7994 #- type: "plot"
7995 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7996 #  algorithm: "plot_nf_heatmap"
7997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7998 #  data: "plot-vpp-nfv-3n-skx-mrr"
7999 #  filter: "'NIC_Intel-XXV710' and
8000 #           'NF_DENSITY' and
8001 #           'DOCKER' and
8002 #           'CHAIN' and
8003 #           'NF_VPPIP4' and
8004 #           'IPSEC' and
8005 #           'TNL_4' and
8006 #           'IMIX' and
8007 #           '2T1C' and
8008 #           'MRR'"
8009 #  parameters:
8010 #  - "result"
8011 #  - "name"
8012 #  - "tags"
8013 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8014 #  x-axis: "X = CNFs per Service Chain"
8015 #  y-axis: "Y = Number of Service Chains"
8016 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8017 #  layout:
8018 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8019 #    layout: "plot-service-density"
8020 #
8021 #- type: "plot"
8022 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8023 #  algorithm: "plot_nf_heatmap"
8024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8025 #  data: "plot-vpp-nfv-3n-skx-mrr"
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 #           '4T2C' and
8035 #           'MRR'"
8036 #  parameters:
8037 #  - "result"
8038 #  - "name"
8039 #  - "tags"
8040 #  include-tests: "MRR" # "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 MRR) [Mpps]"
8044 #  layout:
8045 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8046 #    layout: "plot-service-density"
8047 #
8048 #- type: "plot"
8049 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8050 #  algorithm: "plot_nf_heatmap"
8051 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8052 #  data: "plot-vpp-nfv-3n-skx-mrr"
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 #           '8T4C' and
8062 #           'MRR'"
8063 #  parameters:
8064 #  - "result"
8065 #  - "name"
8066 #  - "tags"
8067 #  include-tests: "MRR" # "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 MRR) [Mpps]"
8071 #  layout:
8072 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8073 #    layout: "plot-service-density"
8074
8075 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8076 - type: "plot"
8077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8078   algorithm: "plot_nf_heatmap"
8079   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8080   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8081   filter: "'NIC_Intel-XXV710' and
8082            'NF_DENSITY' and
8083            'DOCKER' and
8084            'CHAIN' and
8085            'NF_VPPIP4' and
8086            'IPSEC' and
8087            'TNL_4' and
8088            'IMIX' and
8089            '2T1C' and
8090            'NDRPDR'"
8091   parameters:
8092   - "throughput"
8093   - "name"
8094   - "tags"
8095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8096   x-axis: "X = CNFs per Service Chain"
8097   y-axis: "Y = Number of Service Chains"
8098   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8099   layout:
8100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8101     layout: "plot-service-density"
8102
8103 - type: "plot"
8104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8105   algorithm: "plot_nf_heatmap"
8106   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
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            '4T2C' and
8117            'NDRPDR'"
8118   parameters:
8119   - "throughput"
8120   - "name"
8121   - "tags"
8122   include-tests: "NDR" # "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 NDR) [Mpps]"
8126   layout:
8127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8128     layout: "plot-service-density"
8129
8130 - type: "plot"
8131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8132   algorithm: "plot_nf_heatmap"
8133   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
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            '8T4C' and
8144            'NDRPDR'"
8145   parameters:
8146   - "throughput"
8147   - "name"
8148   - "tags"
8149   include-tests: "NDR" # "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 NDR) [Mpps]"
8153   layout:
8154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8155     layout: "plot-service-density"
8156
8157 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8158 - type: "plot"
8159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8160   algorithm: "plot_nf_heatmap"
8161   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8162   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8163   filter: "'NIC_Intel-XXV710' and
8164            'NF_DENSITY' and
8165            'DOCKER' and
8166            'CHAIN' and
8167            'NF_VPPIP4' and
8168            'IPSEC' and
8169            'TNL_4' and
8170            'IMIX' and
8171            '2T1C' and
8172            'NDRPDR'"
8173   parameters:
8174   - "throughput"
8175   - "name"
8176   - "tags"
8177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8178   x-axis: "X = CNFs per Service Chain"
8179   y-axis: "Y = Number of Service Chains"
8180   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8181   layout:
8182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8183     layout: "plot-service-density"
8184
8185 - type: "plot"
8186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8187   algorithm: "plot_nf_heatmap"
8188   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8189   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8190   filter: "'NIC_Intel-XXV710' and
8191            'NF_DENSITY' and
8192            'DOCKER' and
8193            'CHAIN' and
8194            'NF_VPPIP4' and
8195            'IPSEC' and
8196            'TNL_4' and
8197            'IMIX' and
8198            '4T2C' and
8199            'NDRPDR'"
8200   parameters:
8201   - "throughput"
8202   - "name"
8203   - "tags"
8204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8205   x-axis: "X = CNFs per Service Chain"
8206   y-axis: "Y = Number of Service Chains"
8207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8208   layout:
8209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8210     layout: "plot-service-density"
8211
8212 - type: "plot"
8213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8214   algorithm: "plot_nf_heatmap"
8215   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8216   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8217   filter: "'NIC_Intel-XXV710' and
8218            'NF_DENSITY' and
8219            'DOCKER' and
8220            'CHAIN' and
8221            'NF_VPPIP4' and
8222            'IPSEC' and
8223            'TNL_4' and
8224            'IMIX' and
8225            '8T4C' and
8226            'NDRPDR'"
8227   parameters:
8228   - "throughput"
8229   - "name"
8230   - "tags"
8231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8232   x-axis: "X = CNFs per Service Chain"
8233   y-axis: "Y = Number of Service Chains"
8234   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8235   layout:
8236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8237     layout: "plot-service-density"
8238
8239 ###############################################################################
8240
8241 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8242 - type: "plot"
8243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8244   algorithm: "plot_nf_heatmap"
8245   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8246   data: "plot-vpp-nfv-3n-hsw-mrr"
8247   filter: "'NIC_Intel-XL710' and
8248            'NF_DENSITY' and
8249            'DOCKER' and
8250            'CHAIN' and
8251            'NF_VPPIP4' and
8252            'IMIX' and
8253            'TNL_4' and
8254            '1T1C' and
8255            'MRR'"
8256   parameters:
8257   - "result"
8258   - "name"
8259   - "tags"
8260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8261   x-axis: "X = CNFs per Service Chain"
8262   y-axis: "Y = Number of Service Chains"
8263   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8264   layout:
8265     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8266     layout: "plot-service-density"
8267
8268 - type: "plot"
8269   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8270   algorithm: "plot_nf_heatmap"
8271   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8272   data: "plot-vpp-nfv-3n-hsw-mrr"
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            '2T2C' and
8282            'MRR'"
8283   parameters:
8284   - "result"
8285   - "name"
8286   - "tags"
8287   include-tests: "MRR" # "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 MRR) [Mpps]"
8291   layout:
8292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8293     layout: "plot-service-density"
8294
8295 - type: "plot"
8296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8297   algorithm: "plot_nf_heatmap"
8298   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8299   data: "plot-vpp-nfv-3n-hsw-mrr"
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            '4T4C' and
8309            'MRR'"
8310   parameters:
8311   - "result"
8312   - "name"
8313   - "tags"
8314   include-tests: "MRR" # "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 MRR) [Mpps]"
8318   layout:
8319     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8320     layout: "plot-service-density"
8321
8322 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8327   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8328   filter: "'NIC_Intel-XL710' and
8329            'NF_DENSITY' and
8330            'DOCKER' and
8331            'CHAIN' and
8332            'NF_VPPIP4' and
8333            'IPSEC' and
8334            'TNL_4' and
8335            'IMIX' and
8336            '1T1C' and
8337            'NDRPDR'"
8338   parameters:
8339   - "throughput"
8340   - "name"
8341   - "tags"
8342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8343   x-axis: "X = CNFs per Service Chain"
8344   y-axis: "Y = Number of Service Chains"
8345   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8346   layout:
8347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8348     layout: "plot-service-density"
8349
8350 - type: "plot"
8351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8352   algorithm: "plot_nf_heatmap"
8353   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
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            '2T2C' and
8364            'NDRPDR'"
8365   parameters:
8366   - "throughput"
8367   - "name"
8368   - "tags"
8369   include-tests: "NDR" # "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 NDR) [Mpps]"
8373   layout:
8374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8375     layout: "plot-service-density"
8376
8377 - type: "plot"
8378   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8379   algorithm: "plot_nf_heatmap"
8380   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
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            '4T4C' and
8391            'NDRPDR'"
8392   parameters:
8393   - "throughput"
8394   - "name"
8395   - "tags"
8396   include-tests: "NDR" # "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 NDR) [Mpps]"
8400   layout:
8401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8402     layout: "plot-service-density"
8403
8404 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8405 - type: "plot"
8406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8407   algorithm: "plot_nf_heatmap"
8408   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8409   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8410   filter: "'NIC_Intel-XL710' and
8411            'NF_DENSITY' and
8412            'DOCKER' and
8413            'CHAIN' and
8414            'NF_VPPIP4' and
8415            'IPSEC' and
8416            'TNL_4' and
8417            'IMIX' and
8418            '1T1C' and
8419            'NDRPDR'"
8420   parameters:
8421   - "throughput"
8422   - "name"
8423   - "tags"
8424   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8425   x-axis: "X = CNFs per Service Chain"
8426   y-axis: "Y = Number of Service Chains"
8427   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8428   layout:
8429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8430     layout: "plot-service-density"
8431
8432 - type: "plot"
8433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8434   algorithm: "plot_nf_heatmap"
8435   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8436   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8437   filter: "'NIC_Intel-XL710' and
8438            'NF_DENSITY' and
8439            'DOCKER' and
8440            'CHAIN' and
8441            'NF_VPPIP4' and
8442            'IPSEC' and
8443            'TNL_4' and
8444            'IMIX' and
8445            '2T2C' and
8446            'NDRPDR'"
8447   parameters:
8448   - "throughput"
8449   - "name"
8450   - "tags"
8451   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8452   x-axis: "X = CNFs per Service Chain"
8453   y-axis: "Y = Number of Service Chains"
8454   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8455   layout:
8456     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8457     layout: "plot-service-density"
8458
8459 - type: "plot"
8460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8461   algorithm: "plot_nf_heatmap"
8462   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8463   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8464   filter: "'NIC_Intel-XL710' and
8465            'NF_DENSITY' and
8466            'DOCKER' and
8467            'CHAIN' and
8468            'NF_VPPIP4' and
8469            'IPSEC' and
8470            'TNL_4' and
8471            'IMIX' and
8472            '4T4C' and
8473            'NDRPDR'"
8474   parameters:
8475   - "throughput"
8476   - "name"
8477   - "tags"
8478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8479   x-axis: "X = CNFs per Service Chain"
8480   y-axis: "Y = Number of Service Chains"
8481   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8482   layout:
8483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8484     layout: "plot-service-density"
8485
8486 ###############################################################################
8487
8488 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8489 #- type: "plot"
8490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8491 #  algorithm: "plot_nf_heatmap"
8492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8493 #  data: "plot-vpp-nfv-3n-skx-mrr"
8494 #  filter: "'NIC_Intel-XXV710' and
8495 #           'NF_DENSITY' and
8496 #           'DOCKER' and
8497 #           'CHAIN' and
8498 #           'NF_VPPIP4' and
8499 #           'IPSEC' and
8500 #           'TNL_1000' and
8501 #           'IMIX' and
8502 #           '2T1C' and
8503 #           'MRR'"
8504 #  parameters:
8505 #  - "result"
8506 #  - "name"
8507 #  - "tags"
8508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8509 #  x-axis: "X = CNFs per Service Chain"
8510 #  y-axis: "Y = Number of Service Chains"
8511 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8512 #  layout:
8513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8514 #    layout: "plot-service-density"
8515 #
8516 #- type: "plot"
8517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8518 #  algorithm: "plot_nf_heatmap"
8519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8520 #  data: "plot-vpp-nfv-3n-skx-mrr"
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 #           '4T2C' and
8530 #           'MRR'"
8531 #  parameters:
8532 #  - "result"
8533 #  - "name"
8534 #  - "tags"
8535 #  include-tests: "MRR" # "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 MRR) [Mpps]"
8539 #  layout:
8540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8541 #    layout: "plot-service-density"
8542 #
8543 #- type: "plot"
8544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8545 #  algorithm: "plot_nf_heatmap"
8546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8547 #  data: "plot-vpp-nfv-3n-skx-mrr"
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 #           '8T4C' and
8557 #           'MRR'"
8558 #  parameters:
8559 #  - "result"
8560 #  - "name"
8561 #  - "tags"
8562 #  include-tests: "MRR" # "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 MRR) [Mpps]"
8566 #  layout:
8567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8568 #    layout: "plot-service-density"
8569
8570 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8571 - type: "plot"
8572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8573   algorithm: "plot_nf_heatmap"
8574   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8575   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8576   filter: "'NIC_Intel-XXV710' and
8577            'NF_DENSITY' and
8578            'DOCKER' and
8579            'CHAIN' and
8580            'NF_VPPIP4' and
8581            'IPSEC' and
8582            'TNL_1000' and
8583            'IMIX' and
8584            '2T1C' and
8585            'NDRPDR'"
8586   parameters:
8587   - "throughput"
8588   - "name"
8589   - "tags"
8590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8591   x-axis: "X = CNFs per Service Chain"
8592   y-axis: "Y = Number of Service Chains"
8593   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8594   layout:
8595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8596     layout: "plot-service-density"
8597
8598 - type: "plot"
8599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8600   algorithm: "plot_nf_heatmap"
8601   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
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            '4T2C' and
8612            'NDRPDR'"
8613   parameters:
8614   - "throughput"
8615   - "name"
8616   - "tags"
8617   include-tests: "NDR" # "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 NDR) [Mpps]"
8621   layout:
8622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8623     layout: "plot-service-density"
8624
8625 - type: "plot"
8626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8627   algorithm: "plot_nf_heatmap"
8628   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
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            '8T4C' and
8639            'NDRPDR'"
8640   parameters:
8641   - "throughput"
8642   - "name"
8643   - "tags"
8644   include-tests: "NDR" # "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 NDR) [Mpps]"
8648   layout:
8649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8650     layout: "plot-service-density"
8651
8652 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8653 - type: "plot"
8654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8655   algorithm: "plot_nf_heatmap"
8656   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8657   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8658   filter: "'NIC_Intel-XXV710' and
8659            'NF_DENSITY' and
8660            'DOCKER' and
8661            'CHAIN' and
8662            'NF_VPPIP4' and
8663            'IPSEC' and
8664            'TNL_1000' and
8665            'IMIX' and
8666            '2T1C' and
8667            'NDRPDR'"
8668   parameters:
8669   - "throughput"
8670   - "name"
8671   - "tags"
8672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8673   x-axis: "X = CNFs per Service Chain"
8674   y-axis: "Y = Number of Service Chains"
8675   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8676   layout:
8677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8678     layout: "plot-service-density"
8679
8680 - type: "plot"
8681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8682   algorithm: "plot_nf_heatmap"
8683   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8684   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8685   filter: "'NIC_Intel-XXV710' and
8686            'NF_DENSITY' and
8687            'DOCKER' and
8688            'CHAIN' and
8689            'NF_VPPIP4' and
8690            'IPSEC' and
8691            'TNL_1000' and
8692            'IMIX' and
8693            '4T2C' and
8694            'NDRPDR'"
8695   parameters:
8696   - "throughput"
8697   - "name"
8698   - "tags"
8699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8700   x-axis: "X = CNFs per Service Chain"
8701   y-axis: "Y = Number of Service Chains"
8702   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8703   layout:
8704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8705     layout: "plot-service-density"
8706
8707 - type: "plot"
8708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8709   algorithm: "plot_nf_heatmap"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8711   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8712   filter: "'NIC_Intel-XXV710' and
8713            'NF_DENSITY' and
8714            'DOCKER' and
8715            'CHAIN' and
8716            'NF_VPPIP4' and
8717            'IPSEC' and
8718            'TNL_1000' and
8719            'IMIX' and
8720            '8T4C' and
8721            'NDRPDR'"
8722   parameters:
8723   - "throughput"
8724   - "name"
8725   - "tags"
8726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8727   x-axis: "X = CNFs per Service Chain"
8728   y-axis: "Y = Number of Service Chains"
8729   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8730   layout:
8731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8732     layout: "plot-service-density"
8733
8734 ###############################################################################
8735
8736 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8737 - type: "plot"
8738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8739   algorithm: "plot_nf_heatmap"
8740   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8741   data: "plot-vpp-nfv-3n-hsw-mrr"
8742   filter: "'NIC_Intel-XL710' and
8743            'NF_DENSITY' and
8744            'DOCKER' and
8745            'CHAIN' and
8746            'NF_VPPIP4' and
8747            'IMIX' and
8748            'TNL_1000' and
8749            '1T1C' and
8750            'MRR'"
8751   parameters:
8752   - "result"
8753   - "name"
8754   - "tags"
8755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8756   x-axis: "X = CNFs per Service Chain"
8757   y-axis: "Y = Number of Service Chains"
8758   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8759   layout:
8760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8761     layout: "plot-service-density"
8762
8763 - type: "plot"
8764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8765   algorithm: "plot_nf_heatmap"
8766   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8767   data: "plot-vpp-nfv-3n-hsw-mrr"
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            '2T2C' and
8777            'MRR'"
8778   parameters:
8779   - "result"
8780   - "name"
8781   - "tags"
8782   include-tests: "MRR" # "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 MRR) [Mpps]"
8786   layout:
8787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8788     layout: "plot-service-density"
8789
8790 - type: "plot"
8791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8792   algorithm: "plot_nf_heatmap"
8793   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8794   data: "plot-vpp-nfv-3n-hsw-mrr"
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            '4T4C' and
8804            'MRR'"
8805   parameters:
8806   - "result"
8807   - "name"
8808   - "tags"
8809   include-tests: "MRR" # "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 MRR) [Mpps]"
8813   layout:
8814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8815     layout: "plot-service-density"
8816
8817 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8818 - type: "plot"
8819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8820   algorithm: "plot_nf_heatmap"
8821   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8822   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8823   filter: "'NIC_Intel-XL710' and
8824            'NF_DENSITY' and
8825            'DOCKER' and
8826            'CHAIN' and
8827            'NF_VPPIP4' and
8828            'IPSEC' and
8829            'TNL_1000' and
8830            'IMIX' and
8831            '1T1C' and
8832            'NDRPDR'"
8833   parameters:
8834   - "throughput"
8835   - "name"
8836   - "tags"
8837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8838   x-axis: "X = CNFs per Service Chain"
8839   y-axis: "Y = Number of Service Chains"
8840   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8841   layout:
8842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8843     layout: "plot-service-density"
8844
8845 - type: "plot"
8846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8847   algorithm: "plot_nf_heatmap"
8848   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
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            '2T2C' and
8859            'NDRPDR'"
8860   parameters:
8861   - "throughput"
8862   - "name"
8863   - "tags"
8864   include-tests: "NDR" # "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 NDR) [Mpps]"
8868   layout:
8869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8870     layout: "plot-service-density"
8871
8872 - type: "plot"
8873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8874   algorithm: "plot_nf_heatmap"
8875   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
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            '4T4C' and
8886            'NDRPDR'"
8887   parameters:
8888   - "throughput"
8889   - "name"
8890   - "tags"
8891   include-tests: "NDR" # "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 NDR) [Mpps]"
8895   layout:
8896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8897     layout: "plot-service-density"
8898
8899 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8900 - type: "plot"
8901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8902   algorithm: "plot_nf_heatmap"
8903   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8904   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8905   filter: "'NIC_Intel-XL710' and
8906            'NF_DENSITY' and
8907            'DOCKER' and
8908            'CHAIN' and
8909            'NF_VPPIP4' and
8910            'IPSEC' and
8911            'TNL_1000' and
8912            'IMIX' and
8913            '1T1C' and
8914            'NDRPDR'"
8915   parameters:
8916   - "throughput"
8917   - "name"
8918   - "tags"
8919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8920   x-axis: "X = CNFs per Service Chain"
8921   y-axis: "Y = Number of Service Chains"
8922   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8923   layout:
8924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8925     layout: "plot-service-density"
8926
8927 - type: "plot"
8928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8929   algorithm: "plot_nf_heatmap"
8930   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8931   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8932   filter: "'NIC_Intel-XL710' and
8933            'NF_DENSITY' and
8934            'DOCKER' and
8935            'CHAIN' and
8936            'NF_VPPIP4' and
8937            'IPSEC' and
8938            'TNL_1000' and
8939            'IMIX' and
8940            '2T2C' and
8941            'NDRPDR'"
8942   parameters:
8943   - "throughput"
8944   - "name"
8945   - "tags"
8946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8947   x-axis: "X = CNFs per Service Chain"
8948   y-axis: "Y = Number of Service Chains"
8949   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8950   layout:
8951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8952     layout: "plot-service-density"
8953
8954 - type: "plot"
8955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8956   algorithm: "plot_nf_heatmap"
8957   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8958   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8959   filter: "'NIC_Intel-XL710' and
8960            'NF_DENSITY' and
8961            'DOCKER' and
8962            'CHAIN' and
8963            'NF_VPPIP4' and
8964            'IPSEC' and
8965            'TNL_1000' and
8966            'IMIX' and
8967            '4T4C' and
8968            'NDRPDR'"
8969   parameters:
8970   - "throughput"
8971   - "name"
8972   - "tags"
8973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8974   x-axis: "X = CNFs per Service Chain"
8975   y-axis: "Y = Number of Service Chains"
8976   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8977   layout:
8978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8979     layout: "plot-service-density"
8980
8981 ###############################################################################
8982
8983 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8984 #- type: "plot"
8985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8986 #  algorithm: "plot_nf_heatmap"
8987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8988 #  data: "plot-vpp-nfv-3n-skx-mrr"
8989 #  filter: "'NIC_Intel-XXV710' and
8990 #           'NF_DENSITY' and
8991 #           'DOCKER' and
8992 #           'CHAIN' and
8993 #           'NF_VPPIP4' and
8994 #           'IPSEC' and
8995 #           'TNL_10000' and
8996 #           'IMIX' and
8997 #           '2T1C' and
8998 #           'MRR'"
8999 #  parameters:
9000 #  - "result"
9001 #  - "name"
9002 #  - "tags"
9003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9004 #  x-axis: "X = CNFs per Service Chain"
9005 #  y-axis: "Y = Number of Service Chains"
9006 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9007 #  layout:
9008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9009 #    layout: "plot-service-density"
9010 #
9011 #- type: "plot"
9012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9013 #  algorithm: "plot_nf_heatmap"
9014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9015 #  data: "plot-vpp-nfv-3n-skx-mrr"
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 #           '4T2C' and
9025 #           'MRR'"
9026 #  parameters:
9027 #  - "result"
9028 #  - "name"
9029 #  - "tags"
9030 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9034 #  layout:
9035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9036 #    layout: "plot-service-density"
9037 #
9038 #- type: "plot"
9039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9040 #  algorithm: "plot_nf_heatmap"
9041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9042 #  data: "plot-vpp-nfv-3n-skx-mrr"
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 #           '8T4C' and
9052 #           'MRR'"
9053 #  parameters:
9054 #  - "result"
9055 #  - "name"
9056 #  - "tags"
9057 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9061 #  layout:
9062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9063 #    layout: "plot-service-density"
9064
9065 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9066 - type: "plot"
9067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9068   algorithm: "plot_nf_heatmap"
9069   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9070   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9071   filter: "'NIC_Intel-XXV710' and
9072            'NF_DENSITY' and
9073            'DOCKER' and
9074            'CHAIN' and
9075            'NF_VPPIP4' and
9076            'IPSEC' and
9077            'TNL_10000' and
9078            'IMIX' and
9079            '2T1C' and
9080            'NDRPDR'"
9081   parameters:
9082   - "throughput"
9083   - "name"
9084   - "tags"
9085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9086   x-axis: "X = CNFs per Service Chain"
9087   y-axis: "Y = Number of Service Chains"
9088   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9089   layout:
9090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9091     layout: "plot-service-density"
9092
9093 - type: "plot"
9094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9095   algorithm: "plot_nf_heatmap"
9096   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
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            '4T2C' and
9107            'NDRPDR'"
9108   parameters:
9109   - "throughput"
9110   - "name"
9111   - "tags"
9112   include-tests: "NDR" # "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 NDR) [Mpps]"
9116   layout:
9117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9118     layout: "plot-service-density"
9119
9120 - type: "plot"
9121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9122   algorithm: "plot_nf_heatmap"
9123   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
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            '8T4C' and
9134            'NDRPDR'"
9135   parameters:
9136   - "throughput"
9137   - "name"
9138   - "tags"
9139   include-tests: "NDR" # "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 NDR) [Mpps]"
9143   layout:
9144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9145     layout: "plot-service-density"
9146
9147 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9148 - type: "plot"
9149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9150   algorithm: "plot_nf_heatmap"
9151   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9152   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9153   filter: "'NIC_Intel-XXV710' and
9154            'NF_DENSITY' and
9155            'DOCKER' and
9156            'CHAIN' and
9157            'NF_VPPIP4' and
9158            'IPSEC' and
9159            'TNL_10000' and
9160            'IMIX' and
9161            '2T1C' and
9162            'NDRPDR'"
9163   parameters:
9164   - "throughput"
9165   - "name"
9166   - "tags"
9167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9168   x-axis: "X = CNFs per Service Chain"
9169   y-axis: "Y = Number of Service Chains"
9170   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9171   layout:
9172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9173     layout: "plot-service-density"
9174
9175 - type: "plot"
9176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9177   algorithm: "plot_nf_heatmap"
9178   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9179   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9180   filter: "'NIC_Intel-XXV710' and
9181            'NF_DENSITY' and
9182            'DOCKER' and
9183            'CHAIN' and
9184            'NF_VPPIP4' and
9185            'IPSEC' and
9186            'TNL_10000' and
9187            'IMIX' and
9188            '4T2C' and
9189            'NDRPDR'"
9190   parameters:
9191   - "throughput"
9192   - "name"
9193   - "tags"
9194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9195   x-axis: "X = CNFs per Service Chain"
9196   y-axis: "Y = Number of Service Chains"
9197   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9198   layout:
9199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9200     layout: "plot-service-density"
9201
9202 - type: "plot"
9203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9204   algorithm: "plot_nf_heatmap"
9205   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9206   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9207   filter: "'NIC_Intel-XXV710' and
9208            'NF_DENSITY' and
9209            'DOCKER' and
9210            'CHAIN' and
9211            'NF_VPPIP4' and
9212            'IPSEC' and
9213            'TNL_10000' and
9214            'IMIX' and
9215            '8T4C' and
9216            'NDRPDR'"
9217   parameters:
9218   - "throughput"
9219   - "name"
9220   - "tags"
9221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9222   x-axis: "X = CNFs per Service Chain"
9223   y-axis: "Y = Number of Service Chains"
9224   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9225   layout:
9226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9227     layout: "plot-service-density"
9228
9229 ###############################################################################
9230
9231 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9232 - type: "plot"
9233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9234   algorithm: "plot_nf_heatmap"
9235   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9236   data: "plot-vpp-nfv-3n-hsw-mrr"
9237   filter: "'NIC_Intel-XL710' and
9238            'NF_DENSITY' and
9239            'DOCKER' and
9240            'CHAIN' and
9241            'NF_VPPIP4' and
9242            'IMIX' and
9243            'TNL_10000' and
9244            '1T1C' and
9245            'MRR'"
9246   parameters:
9247   - "result"
9248   - "name"
9249   - "tags"
9250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9251   x-axis: "X = CNFs per Service Chain"
9252   y-axis: "Y = Number of Service Chains"
9253   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9254   layout:
9255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9256     layout: "plot-service-density"
9257
9258 - type: "plot"
9259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9260   algorithm: "plot_nf_heatmap"
9261   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9262   data: "plot-vpp-nfv-3n-hsw-mrr"
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            '2T2C' and
9272            'MRR'"
9273   parameters:
9274   - "result"
9275   - "name"
9276   - "tags"
9277   include-tests: "MRR" # "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 MRR) [Mpps]"
9281   layout:
9282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9283     layout: "plot-service-density"
9284
9285 - type: "plot"
9286   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9287   algorithm: "plot_nf_heatmap"
9288   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9289   data: "plot-vpp-nfv-3n-hsw-mrr"
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            '4T4C' and
9299            'MRR'"
9300   parameters:
9301   - "result"
9302   - "name"
9303   - "tags"
9304   include-tests: "MRR" # "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 MRR) [Mpps]"
9308   layout:
9309     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9310     layout: "plot-service-density"
9311
9312 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9313 - type: "plot"
9314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9315   algorithm: "plot_nf_heatmap"
9316   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9317   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9318   filter: "'NIC_Intel-XL710' and
9319            'NF_DENSITY' and
9320            'DOCKER' and
9321            'CHAIN' and
9322            'NF_VPPIP4' and
9323            'IPSEC' and
9324            'TNL_10000' and
9325            'IMIX' and
9326            '1T1C' and
9327            'NDRPDR'"
9328   parameters:
9329   - "throughput"
9330   - "name"
9331   - "tags"
9332   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9333   x-axis: "X = CNFs per Service Chain"
9334   y-axis: "Y = Number of Service Chains"
9335   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9336   layout:
9337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9338     layout: "plot-service-density"
9339
9340 - type: "plot"
9341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9342   algorithm: "plot_nf_heatmap"
9343   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
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            '2T2C' and
9354            'NDRPDR'"
9355   parameters:
9356   - "throughput"
9357   - "name"
9358   - "tags"
9359   include-tests: "NDR" # "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 NDR) [Mpps]"
9363   layout:
9364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9365     layout: "plot-service-density"
9366
9367 - type: "plot"
9368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9369   algorithm: "plot_nf_heatmap"
9370   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
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            '4T4C' and
9381            'NDRPDR'"
9382   parameters:
9383   - "throughput"
9384   - "name"
9385   - "tags"
9386   include-tests: "NDR" # "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 NDR) [Mpps]"
9390   layout:
9391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9392     layout: "plot-service-density"
9393
9394 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9395 - type: "plot"
9396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9397   algorithm: "plot_nf_heatmap"
9398   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9399   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9400   filter: "'NIC_Intel-XL710' and
9401            'NF_DENSITY' and
9402            'DOCKER' and
9403            'CHAIN' and
9404            'NF_VPPIP4' and
9405            'IPSEC' and
9406            'TNL_10000' and
9407            'IMIX' and
9408            '1T1C' and
9409            'NDRPDR'"
9410   parameters:
9411   - "throughput"
9412   - "name"
9413   - "tags"
9414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9415   x-axis: "X = CNFs per Service Chain"
9416   y-axis: "Y = Number of Service Chains"
9417   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9418   layout:
9419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9420     layout: "plot-service-density"
9421
9422 - type: "plot"
9423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9424   algorithm: "plot_nf_heatmap"
9425   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9426   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9427   filter: "'NIC_Intel-XL710' and
9428            'NF_DENSITY' and
9429            'DOCKER' and
9430            'CHAIN' and
9431            'NF_VPPIP4' and
9432            'IPSEC' and
9433            'TNL_10000' and
9434            'IMIX' and
9435            '2T2C' and
9436            'NDRPDR'"
9437   parameters:
9438   - "throughput"
9439   - "name"
9440   - "tags"
9441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9442   x-axis: "X = CNFs per Service Chain"
9443   y-axis: "Y = Number of Service Chains"
9444   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9445   layout:
9446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9447     layout: "plot-service-density"
9448
9449 - type: "plot"
9450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9451   algorithm: "plot_nf_heatmap"
9452   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9453   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9454   filter: "'NIC_Intel-XL710' and
9455            'NF_DENSITY' and
9456            'DOCKER' and
9457            'CHAIN' and
9458            'NF_VPPIP4' and
9459            'IPSEC' and
9460            'TNL_10000' and
9461            'IMIX' and
9462            '4T4C' and
9463            'NDRPDR'"
9464   parameters:
9465   - "throughput"
9466   - "name"
9467   - "tags"
9468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9469   x-axis: "X = CNFs per Service Chain"
9470   y-axis: "Y = Number of Service Chains"
9471   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9472   layout:
9473     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9474     layout: "plot-service-density"
9475
9476 ###############################################################################
9477
9478 # Plots - NF Density - CSP - MRR 64b
9479
9480 #- type: "plot"
9481 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9482 #  algorithm: "plot_nf_heatmap"
9483 #  output-file-type: ".html"
9484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9485 #  data: "plot-vpp-nfv-2n-skx-mrr"
9486 #  filter: "'NIC_Intel-XXV710' and
9487 #           'NF_DENSITY' and
9488 #           'DOCKER' and
9489 #           'PIPELINE' and
9490 #           'NF_VPPIP4' and
9491 #           '64B' and
9492 #           '2T1C' and
9493 #           'MRR'"
9494 #  parameters:
9495 #  - "result"
9496 #  - "name"
9497 #  - "tags"
9498 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9499 #  x-axis: "X = CNFs per Service Pipeline"
9500 #  y-axis: "Y = Number of Service Pipelines"
9501 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9502 #  layout:
9503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9504 #    layout: "plot-service-density"
9505 #
9506 #- type: "plot"
9507 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9508 #  algorithm: "plot_nf_heatmap"
9509 #  output-file-type: ".html"
9510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9511 #  data: "plot-vpp-nfv-2n-skx-mrr"
9512 #  filter: "'NIC_Intel-XXV710' and
9513 #           'NF_DENSITY' and
9514 #           'DOCKER' and
9515 #           'PIPELINE' and
9516 #           'NF_VPPIP4' and
9517 #           '64B' and
9518 #           '4T2C' and
9519 #           'MRR'"
9520 #  parameters:
9521 #  - "result"
9522 #  - "name"
9523 #  - "tags"
9524 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9525 #  x-axis: "X = CNFs per Service Pipeline"
9526 #  y-axis: "Y = Number of Service Pipelines"
9527 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9528 #  layout:
9529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9530 #    layout: "plot-service-density"
9531 #
9532 #- type: "plot"
9533 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9534 #  algorithm: "plot_nf_heatmap"
9535 #  output-file-type: ".html"
9536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9537 #  data: "plot-vpp-nfv-2n-skx-mrr"
9538 #  filter: "'NIC_Intel-XXV710' and
9539 #           'NF_DENSITY' and
9540 #           'DOCKER' and
9541 #           'PIPELINE' and
9542 #           'NF_VPPIP4' and
9543 #           '64B' and
9544 #           '8T4C' and
9545 #           'MRR'"
9546 #  parameters:
9547 #  - "result"
9548 #  - "name"
9549 #  - "tags"
9550 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9551 #  x-axis: "X = CNFs per Service Pipeline"
9552 #  y-axis: "Y = Number of Service Pipelines"
9553 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9554 #  layout:
9555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9556 #    layout: "plot-service-density"
9557 #
9558 ## Plots - NF Density - CSP - MRR IMIX
9559 #- type: "plot"
9560 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9561 #  algorithm: "plot_nf_heatmap"
9562 #  output-file-type: ".html"
9563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9564 #  data: "plot-vpp-nfv-2n-skx-mrr"
9565 #  filter: "'NIC_Intel-XXV710' and
9566 #           'NF_DENSITY' and
9567 #           'DOCKER' and
9568 #           'PIPELINE' and
9569 #           'NF_VPPIP4' and
9570 #           'IMIX' and
9571 #           '2T1C' and
9572 #           'MRR'"
9573 #  parameters:
9574 #  - "result"
9575 #  - "name"
9576 #  - "tags"
9577 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9578 #  x-axis: "X = CNFs per Service Pipeline"
9579 #  y-axis: "Y = Number of Service Pipelines"
9580 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9581 #  layout:
9582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9583 #    layout: "plot-service-density"
9584 #
9585 #- type: "plot"
9586 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9587 #  algorithm: "plot_nf_heatmap"
9588 #  output-file-type: ".html"
9589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9590 #  data: "plot-vpp-nfv-2n-skx-mrr"
9591 #  filter: "'NIC_Intel-XXV710' and
9592 #           'NF_DENSITY' and
9593 #           'DOCKER' and
9594 #           'PIPELINE' and
9595 #           'NF_VPPIP4' and
9596 #           'IMIX' and
9597 #           '4T2C' and
9598 #           'MRR'"
9599 #  parameters:
9600 #  - "result"
9601 #  - "name"
9602 #  - "tags"
9603 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9604 #  x-axis: "X = CNFs per Service Pipeline"
9605 #  y-axis: "Y = Number of Service Pipelines"
9606 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9607 #  layout:
9608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9609 #    layout: "plot-service-density"
9610 #
9611 #- type: "plot"
9612 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9613 #  algorithm: "plot_nf_heatmap"
9614 #  output-file-type: ".html"
9615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9616 #  data: "plot-vpp-nfv-2n-skx-mrr"
9617 #  filter: "'NIC_Intel-XXV710' and
9618 #           'NF_DENSITY' and
9619 #           'DOCKER' and
9620 #           'PIPELINE' and
9621 #           'NF_VPPIP4' and
9622 #           'IMIX' and
9623 #           '8T4C' and
9624 #           'MRR'"
9625 #  parameters:
9626 #  - "result"
9627 #  - "name"
9628 #  - "tags"
9629 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9630 #  x-axis: "X = CNFs per Service Pipeline"
9631 #  y-axis: "Y = Number of Service Pipelines"
9632 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9633 #  layout:
9634 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9635 #    layout: "plot-service-density"
9636 #
9637 ## Plots - NF Density - CSP - NDR 64b
9638 #- type: "plot"
9639 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9640 #  algorithm: "plot_nf_heatmap"
9641 #  output-file-type: ".html"
9642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9643 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9644 #  filter: "'NIC_Intel-XXV710' and
9645 #           'NF_DENSITY' and
9646 #           'DOCKER' and
9647 #           'PIPELINE' and
9648 #           'NF_VPPIP4' and
9649 #           '64B' and
9650 #           '2T1C' and
9651 #           'NDRPDR'"
9652 #  parameters:
9653 #  - "throughput"
9654 #  - "name"
9655 #  - "tags"
9656 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9657 #  x-axis: "X = CNFs per Service Pipeline"
9658 #  y-axis: "Y = Number of Service Pipelines"
9659 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9660 #  layout:
9661 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9662 #    layout: "plot-service-density"
9663 #
9664 #- type: "plot"
9665 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9666 #  algorithm: "plot_nf_heatmap"
9667 #  output-file-type: ".html"
9668 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9669 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9670 #  filter: "'NIC_Intel-XXV710' and
9671 #           'NF_DENSITY' and
9672 #           'DOCKER' and
9673 #           'PIPELINE' and
9674 #           'NF_VPPIP4' and
9675 #           '64B' and
9676 #           '4T2C' and
9677 #           'NDRPDR'"
9678 #  parameters:
9679 #  - "throughput"
9680 #  - "name"
9681 #  - "tags"
9682 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9683 #  x-axis: "X = CNFs per Service Pipeline"
9684 #  y-axis: "Y = Number of Service Pipelines"
9685 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9686 #  layout:
9687 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9688 #    layout: "plot-service-density"
9689 #
9690 #- type: "plot"
9691 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9692 #  algorithm: "plot_nf_heatmap"
9693 #  output-file-type: ".html"
9694 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9695 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9696 #  filter: "'NIC_Intel-XXV710' and
9697 #           'NF_DENSITY' and
9698 #           'DOCKER' and
9699 #           'PIPELINE' and
9700 #           'NF_VPPIP4' and
9701 #           '64B' and
9702 #           '8T4C' and
9703 #           'NDRPDR'"
9704 #  parameters:
9705 #  - "throughput"
9706 #  - "name"
9707 #  - "tags"
9708 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9709 #  x-axis: "X = CNFs per Service Pipeline"
9710 #  y-axis: "Y = Number of Service Pipelines"
9711 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9712 #  layout:
9713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9714 #    layout: "plot-service-density"
9715 #
9716 ## Plots - NF Density - CSP - NDR IMIX
9717 #- type: "plot"
9718 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9719 #  algorithm: "plot_nf_heatmap"
9720 #  output-file-type: ".html"
9721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9722 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9723 #  filter: "'NIC_Intel-XXV710' and
9724 #           'NF_DENSITY' and
9725 #           'DOCKER' and
9726 #           'PIPELINE' and
9727 #           'NF_VPPIP4' and
9728 #           'IMIX' and
9729 #           '2T1C' and
9730 #           'NDRPDR'"
9731 #  parameters:
9732 #  - "throughput"
9733 #  - "name"
9734 #  - "tags"
9735 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9736 #  x-axis: "X = CNFs per Service Pipeline"
9737 #  y-axis: "Y = Number of Service Pipelines"
9738 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9739 #  layout:
9740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9741 #    layout: "plot-service-density"
9742 #
9743 #- type: "plot"
9744 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9745 #  algorithm: "plot_nf_heatmap"
9746 #  output-file-type: ".html"
9747 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9748 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9749 #  filter: "'NIC_Intel-XXV710' and
9750 #           'NF_DENSITY' and
9751 #           'DOCKER' and
9752 #           'PIPELINE' and
9753 #           'NF_VPPIP4' and
9754 #           'IMIX' and
9755 #           '4T2C' and
9756 #           'NDRPDR'"
9757 #  parameters:
9758 #  - "throughput"
9759 #  - "name"
9760 #  - "tags"
9761 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9762 #  x-axis: "X = CNFs per Service Pipeline"
9763 #  y-axis: "Y = Number of Service Pipelines"
9764 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9765 #  layout:
9766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9767 #    layout: "plot-service-density"
9768 #
9769 #- type: "plot"
9770 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9771 #  algorithm: "plot_nf_heatmap"
9772 #  output-file-type: ".html"
9773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9774 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9775 #  filter: "'NIC_Intel-XXV710' and
9776 #           'NF_DENSITY' and
9777 #           'DOCKER' and
9778 #           'PIPELINE' and
9779 #           'NF_VPPIP4' and
9780 #           'IMIX' and
9781 #           '8T4C' and
9782 #           'NDRPDR'"
9783 #  parameters:
9784 #  - "throughput"
9785 #  - "name"
9786 #  - "tags"
9787 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9788 #  x-axis: "X = CNFs per Service Pipeline"
9789 #  y-axis: "Y = Number of Service Pipelines"
9790 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9791 #  layout:
9792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9793 #    layout: "plot-service-density"
9794 #
9795 ## Plots - NF Density - CSP - PDR 64b
9796 #- type: "plot"
9797 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9798 #  algorithm: "plot_nf_heatmap"
9799 #  output-file-type: ".html"
9800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9801 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9802 #  filter: "'NIC_Intel-XXV710' and
9803 #           'NF_DENSITY' and
9804 #           'DOCKER' and
9805 #           'PIPELINE' and
9806 #           'NF_VPPIP4' and
9807 #           '64B' and
9808 #           '2T1C' and
9809 #           'NDRPDR'"
9810 #  parameters:
9811 #  - "throughput"
9812 #  - "name"
9813 #  - "tags"
9814 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9815 #  x-axis: "X = CNFs per Service Pipeline"
9816 #  y-axis: "Y = Number of Service Pipelines"
9817 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9818 #  layout:
9819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9820 #    layout: "plot-service-density"
9821 #
9822 #- type: "plot"
9823 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9824 #  algorithm: "plot_nf_heatmap"
9825 #  output-file-type: ".html"
9826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9827 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9828 #  filter: "'NIC_Intel-XXV710' and
9829 #           'NF_DENSITY' and
9830 #           'DOCKER' and
9831 #           'PIPELINE' and
9832 #           'NF_VPPIP4' and
9833 #           '64B' and
9834 #           '4T2C' and
9835 #           'NDRPDR'"
9836 #  parameters:
9837 #  - "throughput"
9838 #  - "name"
9839 #  - "tags"
9840 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9841 #  x-axis: "X = CNFs per Service Pipeline"
9842 #  y-axis: "Y = Number of Service Pipelines"
9843 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9844 #  layout:
9845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9846 #    layout: "plot-service-density"
9847 #
9848 #- type: "plot"
9849 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9850 #  algorithm: "plot_nf_heatmap"
9851 #  output-file-type: ".html"
9852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9853 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9854 #  filter: "'NIC_Intel-XXV710' and
9855 #           'NF_DENSITY' and
9856 #           'DOCKER' and
9857 #           'PIPELINE' and
9858 #           'NF_VPPIP4' and
9859 #           '64B' and
9860 #           '8T4C' and
9861 #           'NDRPDR'"
9862 #  parameters:
9863 #  - "throughput"
9864 #  - "name"
9865 #  - "tags"
9866 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9867 #  x-axis: "X = CNFs per Service Pipeline"
9868 #  y-axis: "Y = Number of Service Pipelines"
9869 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9870 #  layout:
9871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9872 #    layout: "plot-service-density"
9873 #
9874 ## Plots - NF Density - CSP - PDR IMIX
9875 #- type: "plot"
9876 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9877 #  algorithm: "plot_nf_heatmap"
9878 #  output-file-type: ".html"
9879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9880 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9881 #  filter: "'NIC_Intel-XXV710' and
9882 #           'NF_DENSITY' and
9883 #           'DOCKER' and
9884 #           'PIPELINE' and
9885 #           'NF_VPPIP4' and
9886 #           'IMIX' and
9887 #           '2T1C' and
9888 #           'NDRPDR'"
9889 #  parameters:
9890 #  - "throughput"
9891 #  - "name"
9892 #  - "tags"
9893 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9894 #  x-axis: "X = CNFs per Service Pipeline"
9895 #  y-axis: "Y = Number of Service Pipelines"
9896 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9897 #  layout:
9898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9899 #    layout: "plot-service-density"
9900 #
9901 #- type: "plot"
9902 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9903 #  algorithm: "plot_nf_heatmap"
9904 #  output-file-type: ".html"
9905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9906 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9907 #  filter: "'NIC_Intel-XXV710' and
9908 #           'NF_DENSITY' and
9909 #           'DOCKER' and
9910 #           'PIPELINE' and
9911 #           'NF_VPPIP4' and
9912 #           'IMIX' and
9913 #           '4T2C' and
9914 #           'NDRPDR'"
9915 #  parameters:
9916 #  - "throughput"
9917 #  - "name"
9918 #  - "tags"
9919 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9920 #  x-axis: "X = CNFs per Service Pipeline"
9921 #  y-axis: "Y = Number of Service Pipelines"
9922 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9923 #  layout:
9924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9925 #    layout: "plot-service-density"
9926 #
9927 #- type: "plot"
9928 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9929 #  algorithm: "plot_nf_heatmap"
9930 #  output-file-type: ".html"
9931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9932 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9933 #  filter: "'NIC_Intel-XXV710' and
9934 #           'NF_DENSITY' and
9935 #           'DOCKER' and
9936 #           'PIPELINE' and
9937 #           'NF_VPPIP4' and
9938 #           'IMIX' and
9939 #           '8T4C' and
9940 #           'NDRPDR'"
9941 #  parameters:
9942 #  - "throughput"
9943 #  - "name"
9944 #  - "tags"
9945 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9946 #  x-axis: "X = CNFs per Service Pipeline"
9947 #  y-axis: "Y = Number of Service Pipelines"
9948 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9949 #  layout:
9950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9951 #    layout: "plot-service-density"
9952
9953 ###############################################################################
9954 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9955
9956 - type: "plot"
9957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9958   algorithm: "plot_nf_heatmap"
9959   output-file-type: ".html"
9960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9961   data: "plot-vpp-nfv-2n-clx-mrr"
9962   filter: "'NIC_Intel-XXV710' and
9963            'NF_DENSITY' and
9964            'VHOST' and
9965            not 'VXLAN' and
9966            'CHAIN' and
9967            'NF_VPPIP4' and
9968            'IMIX' and
9969            '2T1C' and
9970            'MRR'"
9971   parameters:
9972   - "result"
9973   - "name"
9974   - "tags"
9975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9976   x-axis: "X = VNFs per Service Chain"
9977   y-axis: "Y = Number of Service Chains"
9978   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9979   layout:
9980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9981     layout: "plot-service-density"
9982
9983 - type: "plot"
9984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9985   algorithm: "plot_nf_heatmap"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9988   data: "plot-vpp-nfv-2n-clx-mrr"
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            '4T2C' and
9997            'MRR'"
9998   parameters:
9999   - "result"
10000   - "name"
10001   - "tags"
10002   include-tests: "MRR" # "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 MRR) [Mpps]"
10006   layout:
10007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10008     layout: "plot-service-density"
10009
10010 - type: "plot"
10011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10012   algorithm: "plot_nf_heatmap"
10013   output-file-type: ".html"
10014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10015   data: "plot-vpp-nfv-2n-clx-mrr"
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            '8T4C' and
10024            'MRR'"
10025   parameters:
10026   - "result"
10027   - "name"
10028   - "tags"
10029   include-tests: "MRR" # "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 MRR) [Mpps]"
10033   layout:
10034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10035     layout: "plot-service-density"
10036
10037 # Plots - NF Density - VSC - NDR IMIX
10038 - type: "plot"
10039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10040   algorithm: "plot_nf_heatmap"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10043   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10044   filter: "'NIC_Intel-XXV710' and
10045            'NF_DENSITY' and
10046            'VHOST' and
10047            not 'VXLAN' and
10048            'CHAIN' and
10049            'NF_VPPIP4' and
10050            'IMIX' and
10051            '2T1C' and
10052            'NDRPDR'"
10053   parameters:
10054   - "throughput"
10055   - "name"
10056   - "tags"
10057   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10058   x-axis: "X = VNFs per Service Chain"
10059   y-axis: "Y = Number of Service Chains"
10060   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10061   layout:
10062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10063     layout: "plot-service-density"
10064
10065 - type: "plot"
10066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10067   algorithm: "plot_nf_heatmap"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
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            '4T2C' and
10079            'NDRPDR'"
10080   parameters:
10081   - "throughput"
10082   - "name"
10083   - "tags"
10084   include-tests: "NDR" # "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 NDR) [Mpps]"
10088   layout:
10089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10090     layout: "plot-service-density"
10091
10092 - type: "plot"
10093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10094   algorithm: "plot_nf_heatmap"
10095   output-file-type: ".html"
10096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
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            '8T4C' and
10106            'NDRPDR'"
10107   parameters:
10108   - "throughput"
10109   - "name"
10110   - "tags"
10111   include-tests: "NDR" # "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 NDR) [Mpps]"
10115   layout:
10116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10117     layout: "plot-service-density"
10118
10119 # Plots - NF Density - VSC - PDR IMIX
10120 - type: "plot"
10121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10122   algorithm: "plot_nf_heatmap"
10123   output-file-type: ".html"
10124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10125   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10126   filter: "'NIC_Intel-XXV710' and
10127            'NF_DENSITY' and
10128            'VHOST' and
10129            not 'VXLAN' and
10130            'CHAIN' and
10131            'NF_VPPIP4' and
10132            'IMIX' and
10133            '2T1C' and
10134            'NDRPDR'"
10135   parameters:
10136   - "throughput"
10137   - "name"
10138   - "tags"
10139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10140   x-axis: "X = VNFs per Service Chain"
10141   y-axis: "Y = Number of Service Chains"
10142   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10143   layout:
10144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10145     layout: "plot-service-density"
10146
10147 - type: "plot"
10148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10149   algorithm: "plot_nf_heatmap"
10150   output-file-type: ".html"
10151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10152   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10153   filter: "'NIC_Intel-XXV710' and
10154            'NF_DENSITY' and
10155            'VHOST' and
10156            not 'VXLAN' and
10157            'CHAIN' and
10158            'NF_VPPIP4' and
10159            'IMIX' and
10160            '4T2C' and
10161            'NDRPDR'"
10162   parameters:
10163   - "throughput"
10164   - "name"
10165   - "tags"
10166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10167   x-axis: "X = VNFs per Service Chain"
10168   y-axis: "Y = Number of Service Chains"
10169   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10170   layout:
10171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10172     layout: "plot-service-density"
10173
10174 - type: "plot"
10175   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10176   algorithm: "plot_nf_heatmap"
10177   output-file-type: ".html"
10178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10179   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10180   filter: "'NIC_Intel-XXV710' and
10181            'NF_DENSITY' and
10182            'VHOST' and
10183            not 'VXLAN' and
10184            'CHAIN' and
10185            'NF_VPPIP4' and
10186            'IMIX' and
10187            '8T4C' and
10188            'NDRPDR'"
10189   parameters:
10190   - "throughput"
10191   - "name"
10192   - "tags"
10193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10194   x-axis: "X = VNFs per Service Chain"
10195   y-axis: "Y = Number of Service Chains"
10196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10197   layout:
10198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10199     layout: "plot-service-density"
10200
10201 # Plots - NF Density - VSC - MRR IMIX
10202 - type: "plot"
10203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10204   algorithm: "plot_nf_heatmap"
10205   output-file-type: ".html"
10206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10207   data: "plot-vpp-nfv-2n-clx-mrr"
10208   filter: "'NIC_Intel-XXV710' and
10209            'NF_DENSITY' and
10210            'VHOST' and
10211            'VXLAN' and
10212            'CHAIN' and
10213            'IMIX' and
10214            '2T1C' and
10215            'MRR'"
10216   parameters:
10217   - "result"
10218   - "name"
10219   - "tags"
10220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10221   x-axis: "X = VNFs per Service Chain"
10222   y-axis: "Y = Number of Service Chains"
10223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10224   layout:
10225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10226     layout: "plot-service-density"
10227
10228 - type: "plot"
10229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10230   algorithm: "plot_nf_heatmap"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10233   data: "plot-vpp-nfv-2n-clx-mrr"
10234   filter: "'NIC_Intel-XXV710' and
10235            'NF_DENSITY' and
10236            'VHOST' and
10237            'VXLAN' and
10238            'CHAIN' and
10239            'IMIX' and
10240            '4T2C' and
10241            'MRR'"
10242   parameters:
10243   - "result"
10244   - "name"
10245   - "tags"
10246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10247   x-axis: "X = VNFs per Service Chain"
10248   y-axis: "Y = Number of Service Chains"
10249   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10250   layout:
10251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10252     layout: "plot-service-density"
10253
10254 - type: "plot"
10255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10256   algorithm: "plot_nf_heatmap"
10257   output-file-type: ".html"
10258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10259   data: "plot-vpp-nfv-2n-clx-mrr"
10260   filter: "'NIC_Intel-XXV710' and
10261            'NF_DENSITY' and
10262            'VHOST' and
10263            'VXLAN' and
10264            'CHAIN' and
10265            'IMIX' and
10266            '8T4C' and
10267            'MRR'"
10268   parameters:
10269   - "result"
10270   - "name"
10271   - "tags"
10272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10273   x-axis: "X = VNFs per Service Chain"
10274   y-axis: "Y = Number of Service Chains"
10275   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10276   layout:
10277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10278     layout: "plot-service-density"
10279
10280 # Plots - NF Density - VSC - NDR IMIX
10281 - type: "plot"
10282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10283   algorithm: "plot_nf_heatmap"
10284   output-file-type: ".html"
10285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10286   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10287   filter: "'NIC_Intel-XXV710' and
10288            'NF_DENSITY' and
10289            'VHOST' and
10290            'VXLAN' and
10291            'CHAIN' a
10292            'IMIX' and
10293            '2T1C' and
10294            'NDRPDR'"
10295   parameters:
10296   - "throughput"
10297   - "name"
10298   - "tags"
10299   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10300   x-axis: "X = VNFs per Service Chain"
10301   y-axis: "Y = Number of Service Chains"
10302   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10303   layout:
10304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10305     layout: "plot-service-density"
10306
10307 - type: "plot"
10308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10309   algorithm: "plot_nf_heatmap"
10310   output-file-type: ".html"
10311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10312   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10313   filter: "'NIC_Intel-XXV710' and
10314            'NF_DENSITY' and
10315            'VHOST' and
10316            'VXLAN' and
10317            'CHAIN' and
10318            'IMIX' and
10319            '4T2C' and
10320            'NDRPDR'"
10321   parameters:
10322   - "throughput"
10323   - "name"
10324   - "tags"
10325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10326   x-axis: "X = VNFs per Service Chain"
10327   y-axis: "Y = Number of Service Chains"
10328   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10329   layout:
10330     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10331     layout: "plot-service-density"
10332
10333 - type: "plot"
10334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10335   algorithm: "plot_nf_heatmap"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10339   filter: "'NIC_Intel-XXV710' and
10340            'NF_DENSITY' and
10341            'VHOST' and
10342            'VXLAN' and
10343            'CHAIN' and
10344            'IMIX' and
10345            '8T4C' and
10346            'NDRPDR'"
10347   parameters:
10348   - "throughput"
10349   - "name"
10350   - "tags"
10351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10352   x-axis: "X = VNFs per Service Chain"
10353   y-axis: "Y = Number of Service Chains"
10354   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10355   layout:
10356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10357     layout: "plot-service-density"
10358
10359 # Plots - NF Density - VSC - PDR IMIX
10360 - type: "plot"
10361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10362   algorithm: "plot_nf_heatmap"
10363   output-file-type: ".html"
10364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10365   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10366   filter: "'NIC_Intel-XXV710' and
10367            'NF_DENSITY' and
10368            'VHOST' and
10369            'VXLAN' and
10370            'CHAIN' and
10371            'IMIX' and
10372            '2T1C' and
10373            'NDRPDR'"
10374   parameters:
10375   - "throughput"
10376   - "name"
10377   - "tags"
10378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10379   x-axis: "X = VNFs per Service Chain"
10380   y-axis: "Y = Number of Service Chains"
10381   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10382   layout:
10383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10384     layout: "plot-service-density"
10385
10386 - type: "plot"
10387   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10388   algorithm: "plot_nf_heatmap"
10389   output-file-type: ".html"
10390   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10391   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10392   filter: "'NIC_Intel-XXV710' and
10393            'NF_DENSITY' and
10394            'VHOST' and
10395            'VXLAN' and
10396            'CHAIN' and
10397            'IMIX' and
10398            '4T2C' and
10399            'NDRPDR'"
10400   parameters:
10401   - "throughput"
10402   - "name"
10403   - "tags"
10404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10405   x-axis: "X = VNFs per Service Chain"
10406   y-axis: "Y = Number of Service Chains"
10407   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10408   layout:
10409     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10410     layout: "plot-service-density"
10411
10412 - type: "plot"
10413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10414   algorithm: "plot_nf_heatmap"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10417   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10418   filter: "'NIC_Intel-XXV710' and
10419            'NF_DENSITY' and
10420            'VHOST' and
10421            'VXLAN' and
10422            'CHAIN' and
10423            'IMIX' and
10424            '8T4C' and
10425            'NDRPDR'"
10426   parameters:
10427   - "throughput"
10428   - "name"
10429   - "tags"
10430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = VNFs per Service Chain"
10432   y-axis: "Y = Number of Service Chains"
10433   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10436     layout: "plot-service-density"
10437
10438 # Plots - NF Density - CSC - MRR IMIX
10439 - type: "plot"
10440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10441   algorithm: "plot_nf_heatmap"
10442   output-file-type: ".html"
10443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10444   data: "plot-vpp-nfv-2n-clx-mrr"
10445   filter: "'NIC_Intel-XXV710' and
10446            'NF_DENSITY' and
10447            'DOCKER' and
10448            'CHAIN' and
10449            'NF_VPPIP4' and
10450            'IMIX' and
10451            '2T1C' and
10452            'MRR'"
10453   parameters:
10454   - "result"
10455   - "name"
10456   - "tags"
10457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10458   x-axis: "X = CNFs per Service Chain"
10459   y-axis: "Y = Number of Service Chains"
10460   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10461   layout:
10462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10463     layout: "plot-service-density"
10464
10465 - type: "plot"
10466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10467   algorithm: "plot_nf_heatmap"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10470   data: "plot-vpp-nfv-2n-clx-mrr"
10471   filter: "'NIC_Intel-XXV710' and
10472            'NF_DENSITY' and
10473            'DOCKER' and
10474            'CHAIN' and
10475            'NF_VPPIP4' and
10476            'IMIX' and
10477            '4T2C' and
10478            'MRR'"
10479   parameters:
10480   - "result"
10481   - "name"
10482   - "tags"
10483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10484   x-axis: "X = CNFs per Service Chain"
10485   y-axis: "Y = Number of Service Chains"
10486   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10487   layout:
10488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10489     layout: "plot-service-density"
10490
10491 - type: "plot"
10492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10493   algorithm: "plot_nf_heatmap"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10496   data: "plot-vpp-nfv-2n-clx-mrr"
10497   filter: "'NIC_Intel-XXV710' and
10498            'NF_DENSITY' and
10499            'DOCKER' and
10500            'CHAIN' and
10501            'NF_VPPIP4' and
10502            'IMIX' and
10503            '8T4C' and
10504            'MRR'"
10505   parameters:
10506   - "result"
10507   - "name"
10508   - "tags"
10509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10510   x-axis: "X = CNFs per Service Chain"
10511   y-axis: "Y = Number of Service Chains"
10512   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10513   layout:
10514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10515     layout: "plot-service-density"
10516
10517 # Plots - NF Density - CSC - NDR IMIX
10518 - type: "plot"
10519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10520   algorithm: "plot_nf_heatmap"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10523   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10524   filter: "'NIC_Intel-XXV710' and
10525            'NF_DENSITY' and
10526            'DOCKER' and
10527            'CHAIN' and
10528            'NF_VPPIP4' and
10529            'IMIX' and
10530            '2T1C' and
10531            'NDRPDR'"
10532   parameters:
10533   - "throughput"
10534   - "name"
10535   - "tags"
10536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10537   x-axis: "X = CNFs per Service Chain"
10538   y-axis: "Y = Number of Service Chains"
10539   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10540   layout:
10541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10542     layout: "plot-service-density"
10543
10544 - type: "plot"
10545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10546   algorithm: "plot_nf_heatmap"
10547   output-file-type: ".html"
10548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10549   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10550   filter: "'NIC_Intel-XXV710' and
10551            'NF_DENSITY' and
10552            'DOCKER' and
10553            'CHAIN' and
10554            'NF_VPPIP4' and
10555            'IMIX' and
10556            '4T2C' and
10557            'NDRPDR'"
10558   parameters:
10559   - "throughput"
10560   - "name"
10561   - "tags"
10562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10563   x-axis: "X = CNFs per Service Chain"
10564   y-axis: "Y = Number of Service Chains"
10565   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10566   layout:
10567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10568     layout: "plot-service-density"
10569
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10575   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'DOCKER' and
10579            'CHAIN' and
10580            'NF_VPPIP4' and
10581            'IMIX' and
10582            '8T4C' and
10583            'NDRPDR'"
10584   parameters:
10585   - "throughput"
10586   - "name"
10587   - "tags"
10588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10589   x-axis: "X = CNFs per Service Chain"
10590   y-axis: "Y = Number of Service Chains"
10591   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10592   layout:
10593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10594     layout: "plot-service-density"
10595
10596 # Plots - NF Density - CSC - PDR IMIX
10597 - type: "plot"
10598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10599   algorithm: "plot_nf_heatmap"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10602   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10603   filter: "'NIC_Intel-XXV710' and
10604            'NF_DENSITY' and
10605            'DOCKER' and
10606            'CHAIN' and
10607            'NF_VPPIP4' and
10608            'IMIX' and
10609            '2T1C' and
10610            'NDRPDR'"
10611   parameters:
10612   - "throughput"
10613   - "name"
10614   - "tags"
10615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10616   x-axis: "X = CNFs per Service Chain"
10617   y-axis: "Y = Number of Service Chains"
10618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10619   layout:
10620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10621     layout: "plot-service-density"
10622
10623 - type: "plot"
10624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10625   algorithm: "plot_nf_heatmap"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10628   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10629   filter: "'NIC_Intel-XXV710' and
10630            'NF_DENSITY' and
10631            'DOCKER' and
10632            'CHAIN' and
10633            'NF_VPPIP4' and
10634            'IMIX' and
10635            '4T2C' and
10636            'NDRPDR'"
10637   parameters:
10638   - "throughput"
10639   - "name"
10640   - "tags"
10641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10642   x-axis: "X = CNFs per Service Chain"
10643   y-axis: "Y = Number of Service Chains"
10644   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10645   layout:
10646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10647     layout: "plot-service-density"
10648
10649 - type: "plot"
10650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10651   algorithm: "plot_nf_heatmap"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10655   filter: "'NIC_Intel-XXV710' and
10656            'NF_DENSITY' and
10657            'DOCKER' and
10658            'CHAIN' and
10659            'NF_VPPIP4' and
10660            'IMIX' and
10661            '8T4C' and
10662            'NDRPDR'"
10663   parameters:
10664   - "throughput"
10665   - "name"
10666   - "tags"
10667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10668   x-axis: "X = CNFs per Service Chain"
10669   y-axis: "Y = Number of Service Chains"
10670   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10671   layout:
10672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10673     layout: "plot-service-density"
10674
10675 # Plots - NF Density - CSP - MRR IMIX
10676 - type: "plot"
10677   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10678   algorithm: "plot_nf_heatmap"
10679   output-file-type: ".html"
10680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10681   data: "plot-vpp-nfv-2n-clx-mrr"
10682   filter: "'NIC_Intel-XXV710' and
10683            'NF_DENSITY' and
10684            'DOCKER' and
10685            'PIPELINE' and
10686            'NF_VPPIP4' and
10687            'IMIX' and
10688            '2T1C' and
10689            'MRR'"
10690   parameters:
10691   - "result"
10692   - "name"
10693   - "tags"
10694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10695   x-axis: "X = CNFs per Service Pipeline"
10696   y-axis: "Y = Number of Service Pipelines"
10697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10698   layout:
10699     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10700     layout: "plot-service-density"
10701
10702 - type: "plot"
10703   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10704   algorithm: "plot_nf_heatmap"
10705   output-file-type: ".html"
10706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10707   data: "plot-vpp-nfv-2n-clx-mrr"
10708   filter: "'NIC_Intel-XXV710' and
10709            'NF_DENSITY' and
10710            'DOCKER' and
10711            'PIPELINE' and
10712            'NF_VPPIP4' and
10713            'IMIX' and
10714            '4T2C' and
10715            'MRR'"
10716   parameters:
10717   - "result"
10718   - "name"
10719   - "tags"
10720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10721   x-axis: "X = CNFs per Service Pipeline"
10722   y-axis: "Y = Number of Service Pipelines"
10723   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10724   layout:
10725     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10726     layout: "plot-service-density"
10727
10728 - type: "plot"
10729   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10730   algorithm: "plot_nf_heatmap"
10731   output-file-type: ".html"
10732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10733   data: "plot-vpp-nfv-2n-clx-mrr"
10734   filter: "'NIC_Intel-XXV710' and
10735            'NF_DENSITY' and
10736            'DOCKER' and
10737            'PIPELINE' and
10738            'NF_VPPIP4' and
10739            'IMIX' and
10740            '8T4C' and
10741            'MRR'"
10742   parameters:
10743   - "result"
10744   - "name"
10745   - "tags"
10746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10747   x-axis: "X = CNFs per Service Pipeline"
10748   y-axis: "Y = Number of Service Pipelines"
10749   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10750   layout:
10751     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10752     layout: "plot-service-density"
10753
10754 # Plots - NF Density - CSP - NDR IMIX
10755 - type: "plot"
10756   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10757   algorithm: "plot_nf_heatmap"
10758   output-file-type: ".html"
10759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10760   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10761   filter: "'NIC_Intel-XXV710' and
10762            'NF_DENSITY' and
10763            'DOCKER' and
10764            'PIPELINE' and
10765            'NF_VPPIP4' and
10766            'IMIX' and
10767            '2T1C' and
10768            'NDRPDR'"
10769   parameters:
10770   - "throughput"
10771   - "name"
10772   - "tags"
10773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10774   x-axis: "X = CNFs per Service Pipeline"
10775   y-axis: "Y = Number of Service Pipelines"
10776   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10777   layout:
10778     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10779     layout: "plot-service-density"
10780
10781 - type: "plot"
10782   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10783   algorithm: "plot_nf_heatmap"
10784   output-file-type: ".html"
10785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10786   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10787   filter: "'NIC_Intel-XXV710' and
10788            'NF_DENSITY' and
10789            'DOCKER' and
10790            'PIPELINE' and
10791            'NF_VPPIP4' and
10792            'IMIX' and
10793            '4T2C' and
10794            'NDRPDR'"
10795   parameters:
10796   - "throughput"
10797   - "name"
10798   - "tags"
10799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10800   x-axis: "X = CNFs per Service Pipeline"
10801   y-axis: "Y = Number of Service Pipelines"
10802   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10803   layout:
10804     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10805     layout: "plot-service-density"
10806
10807 - type: "plot"
10808   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10809   algorithm: "plot_nf_heatmap"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10812   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10813   filter: "'NIC_Intel-XXV710' and
10814            'NF_DENSITY' and
10815            'DOCKER' and
10816            'PIPELINE' and
10817            'NF_VPPIP4' and
10818            'IMIX' and
10819            '8T4C' and
10820            'NDRPDR'"
10821   parameters:
10822   - "throughput"
10823   - "name"
10824   - "tags"
10825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10826   x-axis: "X = CNFs per Service Pipeline"
10827   y-axis: "Y = Number of Service Pipelines"
10828   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10829   layout:
10830     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10831     layout: "plot-service-density"
10832
10833 # Plots - NF Density - CSP - PDR IMIX
10834 - type: "plot"
10835   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10836   algorithm: "plot_nf_heatmap"
10837   output-file-type: ".html"
10838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10839   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10840   filter: "'NIC_Intel-XXV710' and
10841            'NF_DENSITY' and
10842            'DOCKER' and
10843            'PIPELINE' and
10844            'NF_VPPIP4' and
10845            'IMIX' and
10846            '2T1C' and
10847            'NDRPDR'"
10848   parameters:
10849   - "throughput"
10850   - "name"
10851   - "tags"
10852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10853   x-axis: "X = CNFs per Service Pipeline"
10854   y-axis: "Y = Number of Service Pipelines"
10855   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10856   layout:
10857     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10858     layout: "plot-service-density"
10859
10860 - type: "plot"
10861   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10862   algorithm: "plot_nf_heatmap"
10863   output-file-type: ".html"
10864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10865   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10866   filter: "'NIC_Intel-XXV710' and
10867            'NF_DENSITY' and
10868            'DOCKER' and
10869            'PIPELINE' and
10870            'NF_VPPIP4' and
10871            'IMIX' and
10872            '4T2C' and
10873            'NDRPDR'"
10874   parameters:
10875   - "throughput"
10876   - "name"
10877   - "tags"
10878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10879   x-axis: "X = CNFs per Service Pipeline"
10880   y-axis: "Y = Number of Service Pipelines"
10881   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10882   layout:
10883     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10884     layout: "plot-service-density"
10885
10886 - type: "plot"
10887   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10888   algorithm: "plot_nf_heatmap"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10891   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10892   filter: "'NIC_Intel-XXV710' and
10893            'NF_DENSITY' and
10894            'DOCKER' and
10895            'PIPELINE' and
10896            'NF_VPPIP4' and
10897            'IMIX' and
10898            '8T4C' and
10899            'NDRPDR'"
10900   parameters:
10901   - "throughput"
10902   - "name"
10903   - "tags"
10904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10905   x-axis: "X = CNFs per Service Pipeline"
10906   y-axis: "Y = Number of Service Pipelines"
10907   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10908   layout:
10909     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10910     layout: "plot-service-density"
10911
10912 ################################################################################
10913
10914 # Packet Throughput
10915
10916 - type: "plot"
10917   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10918   algorithm: "plot_perf_box_name"
10919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10921   include:
10922     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10926   layout:
10927     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10928     layout: "plot-throughput"
10929
10930 - type: "plot"
10931   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10932   algorithm: "plot_perf_box_name"
10933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10935   include:
10936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10940   layout:
10941     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10942     layout: "plot-throughput"
10943
10944 - type: "plot"
10945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10946   algorithm: "plot_perf_box_name"
10947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10949   include:
10950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10954   layout:
10955     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10956     layout: "plot-throughput"
10957
10958 - type: "plot"
10959   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10960   algorithm: "plot_perf_box_name"
10961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10963   include:
10964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10968   layout:
10969     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10970     layout: "plot-throughput"
10971
10972 - type: "plot"
10973   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10974   algorithm: "plot_perf_box_name"
10975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10977   include:
10978     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10979     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10980     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10981     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10982     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10983   layout:
10984     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10985     layout: "plot-throughput"
10986
10987 - type: "plot"
10988   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10989   algorithm: "plot_perf_box_name"
10990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10992   include:
10993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10996     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10998   layout:
10999     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11000     layout: "plot-throughput"
11001
11002 - type: "plot"
11003   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11004   algorithm: "plot_perf_box_name"
11005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11007   include:
11008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11013   layout:
11014     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11015     layout: "plot-throughput"
11016
11017 - type: "plot"
11018   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11019   algorithm: "plot_perf_box_name"
11020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11022   include:
11023     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11028   layout:
11029     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11030     layout: "plot-throughput"
11031
11032 - type: "plot"
11033   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11034   algorithm: "plot_perf_box_name"
11035   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11036   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11037   include:
11038     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11043   layout:
11044     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11049   algorithm: "plot_perf_box_name"
11050   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11051   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11052   include:
11053     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11055     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11056     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11057     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11058   layout:
11059     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11060     layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11067   include:
11068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11074   layout:
11075     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11076     layout: "plot-throughput"
11077
11078 - type: "plot"
11079   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11080   algorithm: "plot_perf_box_name"
11081   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11083   include:
11084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11090   layout:
11091     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11092     layout: "plot-throughput"
11093
11094 - type: "plot"
11095   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11096   algorithm: "plot_perf_box_name"
11097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11099   include:
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11105   layout:
11106     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11107     layout: "plot-throughput"
11108
11109 - type: "plot"
11110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11111   algorithm: "plot_perf_box_name"
11112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11114   include:
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11120   layout:
11121     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11122     layout: "plot-throughput"
11123
11124 - type: "plot"
11125   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11126   algorithm: "plot_perf_box_name"
11127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11129   include:
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11133   layout:
11134     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11135     layout: "plot-throughput"
11136
11137 - type: "plot"
11138   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11139   algorithm: "plot_perf_box_name"
11140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11142   include:
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11146   layout:
11147     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11148     layout: "plot-throughput"
11149
11150 - type: "plot"
11151   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11152   algorithm: "plot_perf_box_name"
11153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11155   include:
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11161   layout:
11162     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11163     layout: "plot-throughput"
11164
11165 - type: "plot"
11166   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11167   algorithm: "plot_perf_box_name"
11168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11170   include:
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11176   layout:
11177     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11178     layout: "plot-throughput"
11179
11180 - type: "plot"
11181   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11182   algorithm: "plot_perf_box_name"
11183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11185   include:
11186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11189   layout:
11190     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11191     layout: "plot-throughput"
11192
11193 - type: "plot"
11194   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11195   algorithm: "plot_perf_box_name"
11196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11198   include:
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11202   layout:
11203     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11204     layout: "plot-throughput"
11205
11206 - type: "plot"
11207   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11208   algorithm: "plot_perf_box_name"
11209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11211   include:
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11218   layout:
11219     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11220     layout: "plot-throughput"
11221
11222 - type: "plot"
11223   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11224   algorithm: "plot_perf_box_name"
11225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11227   include:
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11234   layout:
11235     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11250   layout:
11251     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11252     layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11256   algorithm: "plot_perf_box_name"
11257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11259   include:
11260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11266   layout:
11267     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11268     layout: "plot-throughput"
11269
11270 - type: "plot"
11271   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11272   algorithm: "plot_perf_box_name"
11273   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11275   include:
11276     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11279   layout:
11280     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11281     layout: "plot-throughput"
11282
11283 - type: "plot"
11284   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11285   algorithm: "plot_perf_box_name"
11286   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11288   include:
11289     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11292   layout:
11293     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11294     layout: "plot-throughput"
11295
11296 - type: "plot"
11297   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11298   algorithm: "plot_perf_box_name"
11299   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11301   include:
11302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11305 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11306 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11307   layout:
11308     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11309     layout: "plot-throughput"
11310
11311 - type: "plot"
11312   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11313   algorithm: "plot_perf_box_name"
11314   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11316   include:
11317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11320 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11321 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11322   layout:
11323     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11331   include:
11332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11337   layout:
11338     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11346   include:
11347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11352   layout:
11353     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11361   include:
11362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11367   layout:
11368     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11369     layout: "plot-throughput"
11370
11371 - type: "plot"
11372   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11373   algorithm: "plot_perf_box_name"
11374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11376   include:
11377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11382   layout:
11383     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11384     layout: "plot-throughput"
11385
11386 - type: "plot"
11387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11388   algorithm: "plot_perf_box_name"
11389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11391   include:
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11398   layout:
11399     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11407   include:
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11414   layout:
11415     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11423   include:
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11430   layout:
11431     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11432     layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11439   include:
11440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11446   layout:
11447     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11448     layout: "plot-throughput"
11449
11450 - type: "plot"
11451   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11452   algorithm: "plot_perf_box_name"
11453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11455   include:
11456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11461   layout:
11462     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11463     layout: "plot-throughput"
11464
11465 - type: "plot"
11466   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11467   algorithm: "plot_perf_box_name"
11468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11470   include:
11471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11476   layout:
11477     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11492   layout:
11493     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11501   include:
11502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11508   layout:
11509     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11510     layout: "plot-throughput"
11511
11512 - type: "plot"
11513   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11514   algorithm: "plot_perf_box_name"
11515   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11516   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11517   include:
11518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11523   layout:
11524     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11525     layout: "plot-throughput"
11526
11527 - type: "plot"
11528   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11529   algorithm: "plot_perf_box_name"
11530   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11531   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11532   include:
11533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11538   layout:
11539     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11544   algorithm: "plot_perf_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11546   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11547   include:
11548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11554   layout:
11555     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11556     layout: "plot-throughput"
11557
11558 - type: "plot"
11559   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11560   algorithm: "plot_perf_box_name"
11561   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11562   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11563   include:
11564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11570   layout:
11571     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11576   algorithm: "plot_perf_box_name"
11577   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11578   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11579   include:
11580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11585   layout:
11586     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11593   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11594   include:
11595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11600   layout:
11601     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11609   include:
11610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11616   layout:
11617     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11618     layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11624   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11625   include:
11626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11632   layout:
11633     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11641   include:
11642     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11644   layout:
11645     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11646     layout: "plot-throughput"
11647
11648 - type: "plot"
11649   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11650   algorithm: "plot_perf_box_name"
11651   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11653   include:
11654     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11656   layout:
11657     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11658     layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11665   include:
11666     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11670   layout:
11671     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11672     layout: "plot-throughput"
11673
11674 - type: "plot"
11675   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11676   algorithm: "plot_perf_box_name"
11677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11679   include:
11680     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11684   layout:
11685     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11686     layout: "plot-throughput"
11687
11688 - type: "plot"
11689   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11690   algorithm: "plot_perf_box_name"
11691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11693   include:
11694     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11698   layout:
11699     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11700     layout: "plot-throughput"
11701
11702 - type: "plot"
11703   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11704   algorithm: "plot_perf_box_name"
11705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11707   include:
11708     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11712   layout:
11713     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11718   algorithm: "plot_perf_box_name"
11719   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11720   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11721   include:
11722     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11726   layout:
11727     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11728     layout: "plot-throughput"
11729
11730 - type: "plot"
11731   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11732   algorithm: "plot_perf_box_name"
11733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11735   include:
11736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11740   layout:
11741     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11746   algorithm: "plot_perf_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11748   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11749   include:
11750     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11754   layout:
11755     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11756     layout: "plot-throughput"
11757
11758 - type: "plot"
11759   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11760   algorithm: "plot_perf_box_name"
11761   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11762   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11763   include:
11764     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11768   layout:
11769     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11777   include:
11778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11784   layout:
11785     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11800   layout:
11801     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11809   include:
11810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11815   layout:
11816     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11830   layout:
11831     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11845   layout:
11846     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11854   include:
11855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11860   layout:
11861     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11869   include:
11870     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11873   layout:
11874     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11875     layout: "plot-throughput"
11876
11877 - type: "plot"
11878   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11879   algorithm: "plot_perf_box_name"
11880   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11881   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11882   include:
11883     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11886   layout:
11887     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11895   include:
11896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11899   layout:
11900     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11908   include:
11909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11912   layout:
11913     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11921   include:
11922     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11927   layout:
11928     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11936   include:
11937     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11942   layout:
11943     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11951   include:
11952     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11957   layout:
11958     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11966   include:
11967     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11972   layout:
11973     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11981   include:
11982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11987   layout:
11988     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11996   include:
11997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12002   layout:
12003     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12010   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12011   include:
12012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12017   layout:
12018     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12026   include:
12027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12032   layout:
12033     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12041   include:
12042     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12047   layout:
12048     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12056   include:
12057     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12062   layout:
12063     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12071   include:
12072     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12073     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12074     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12075     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12076     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12077     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12078   layout:
12079     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12087   include:
12088     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12089     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12090     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12091     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12092     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12094   layout:
12095     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12096     layout: "plot-throughput"
12097
12098 - type: "plot"
12099   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12100   algorithm: "plot_perf_box_name"
12101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12103   include:
12104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12106     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12107     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12108   layout:
12109     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12117   include:
12118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12120     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12121     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12122   layout:
12123     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12131   include:
12132     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12137     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12138   layout:
12139     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12140     layout: "plot-throughput"
12141
12142 - type: "plot"
12143   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12144   algorithm: "plot_perf_box_name"
12145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12147   include:
12148     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12152     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12153     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12154   layout:
12155     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12163   include:
12164     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12167     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12168     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12169     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12170   layout:
12171     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12182     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12183     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12184     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12185     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12186   layout:
12187     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12198     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12199     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12200     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12201     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12202   layout:
12203     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12213     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12214     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12215     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12216     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12217     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12218   layout:
12219     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12227   include:
12228     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12234   layout:
12235     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12243   include:
12244     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12245     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12246     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12247     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12248     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12250   layout:
12251     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12259   include:
12260     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12262     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12263     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12264     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12266   layout:
12267     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12268     layout: "plot-throughput"
12269
12270 - type: "plot"
12271   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12272   algorithm: "plot_perf_box_name"
12273   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12274   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12275   include:
12276     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12278     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12279     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12280     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12281     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12282   layout:
12283     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12291   include:
12292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12298   layout:
12299     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12307   include:
12308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12314   layout:
12315     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12323   include:
12324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12330   layout:
12331     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12339   include:
12340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12346   layout:
12347     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12355   include:
12356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12362   layout:
12363     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12371   include:
12372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12378   layout:
12379     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12384   algorithm: "plot_perf_box_name"
12385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12387   include:
12388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12392   layout:
12393     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12401   include:
12402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12406   layout:
12407     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12415   include:
12416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12420   layout:
12421     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12429   include:
12430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12434   layout:
12435     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12443   include:
12444     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12450   layout:
12451     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12459   include:
12460     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12466   layout:
12467     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12481   layout:
12482     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12490   include:
12491     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12496   layout:
12497     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12505   include:
12506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12511   layout:
12512     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12520   include:
12521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12526   layout:
12527     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12528     layout: "plot-throughput"
12529
12530 - type: "plot"
12531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12532   algorithm: "plot_perf_box_name"
12533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12535   include:
12536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12540   layout:
12541     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12549   include:
12550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12554   layout:
12555     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12602   layout:
12603     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12611   include:
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12618   layout:
12619     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12624   algorithm: "plot_perf_box_name"
12625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12627   include:
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12634   layout:
12635     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12643   include:
12644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12650   layout:
12651     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12666   layout:
12667     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12675   include:
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12682   layout:
12683     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12691   include:
12692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12696   layout:
12697     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12704   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12705   include:
12706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12710   layout:
12711     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12719   include:
12720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12726   layout:
12727     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12728     layout: "plot-throughput"
12729
12730 - type: "plot"
12731   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12732   algorithm: "plot_perf_box_name"
12733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12735   include:
12736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12742   layout:
12743     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12751   include:
12752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12758   layout:
12759     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12760     layout: "plot-throughput"
12761
12762 - type: "plot"
12763   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12764   algorithm: "plot_perf_box_name"
12765   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12766   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12767   include:
12768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12774   layout:
12775     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12776     layout: "plot-throughput"
12777
12778 #- type: "plot"
12779 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12780 #  algorithm: "plot_perf_box_name"
12781 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12782 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12783 #  include:
12784 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12785 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12786 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12787 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12788 #  layout:
12789 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12790 #    layout: "plot-throughput"
12791 #
12792 #- type: "plot"
12793 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12794 #  algorithm: "plot_perf_box_name"
12795 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12796 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12797 #  include:
12798 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12799 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12800 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12801 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12802 #  layout:
12803 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12804 #    layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12810   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12811   include:
12812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12818   layout:
12819     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12827   include:
12828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12834   layout:
12835     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12836     layout: "plot-throughput"
12837
12838 #- type: "plot"
12839 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12840 #  algorithm: "plot_perf_box_name"
12841 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12842 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12843 #  include:
12844 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12845 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12846 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12847 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12848 #  layout:
12849 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12850 #    layout: "plot-throughput"
12851 #
12852 #- type: "plot"
12853 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12854 #  algorithm: "plot_perf_box_name"
12855 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12856 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12857 #  include:
12858 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12859 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12860 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12861 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12862 #  layout:
12863 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12864 #    layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12868   algorithm: "plot_perf_box_name"
12869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12871   include:
12872     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12878   layout:
12879     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12880     layout: "plot-throughput"
12881
12882 - type: "plot"
12883   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12884   algorithm: "plot_perf_box_name"
12885   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12886   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12887   include:
12888     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12894   layout:
12895     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12896     layout: "plot-throughput"
12897
12898 #- type: "plot"
12899 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12900 #  algorithm: "plot_perf_box_name"
12901 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12902 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12903 #  include:
12904 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12905 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12906 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12907 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12908 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12909 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12910 #  layout:
12911 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12912 #    layout: "plot-throughput"
12913 #
12914 #- type: "plot"
12915 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12916 #  algorithm: "plot_perf_box_name"
12917 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12918 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12919 #  include:
12920 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12921 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12922 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12923 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12924 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12925 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12926 #  layout:
12927 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12928 #    layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12935   include:
12936     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12937     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12938     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12939     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12940     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12941     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12942   layout:
12943     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12944     layout: "plot-throughput"
12945
12946 - type: "plot"
12947   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12948   algorithm: "plot_perf_box_name"
12949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12951   include:
12952     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12953     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12954     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12955     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12956     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12957     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12958   layout:
12959     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12969     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12970     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12971     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12972     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12973     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12974   layout:
12975     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12983   include:
12984     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12985     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12986     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12987     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12988     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12989     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12990   layout:
12991     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12999   include:
13000     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13001     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13002     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13003     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13004     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13005     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13006   layout:
13007     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015   include:
13016     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13017     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13018     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13019     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13020     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13021     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13022   layout:
13023     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13031   include:
13032     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13033     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13034     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13035     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13036     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13037     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13038   layout:
13039     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13047   include:
13048     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13049     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13050     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13051     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13052     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13053     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13054   layout:
13055     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13056     layout: "plot-throughput"
13057
13058 #- type: "plot"
13059 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13060 #  algorithm: "plot_perf_box_name"
13061 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13062 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13063 #  include:
13064 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13065 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13066 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13067 #  layout:
13068 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13069 #    layout: "plot-throughput"
13070 #
13071 #- type: "plot"
13072 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13073 #  algorithm: "plot_perf_box_name"
13074 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13075 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13076 #  include:
13077 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13078 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13079 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13080 #  layout:
13081 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13082 #    layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13089   include:
13090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13095   layout:
13096     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13097     layout: "plot-throughput"
13098
13099 - type: "plot"
13100   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13101   algorithm: "plot_perf_box_name"
13102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13104   include:
13105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13110   layout:
13111     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13119   include:
13120     - "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"
13121     - "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"
13122     - "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"
13123     - "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"
13124     - "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"
13125   layout:
13126     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13127     layout: "plot-throughput"
13128
13129 - type: "plot"
13130   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13131   algorithm: "plot_perf_box_name"
13132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13134   include:
13135     - "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"
13136     - "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"
13137     - "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"
13138     - "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"
13139     - "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"
13140   layout:
13141     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13155   layout:
13156     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13164   include:
13165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13170   layout:
13171     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13179   include:
13180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13185   layout:
13186     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13194   include:
13195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13200   layout:
13201     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13202     layout: "plot-throughput"
13203
13204 - type: "plot"
13205   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13206   algorithm: "plot_perf_box_name"
13207   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13209   include:
13210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13215   layout:
13216     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13217     layout: "plot-throughput"
13218
13219 - type: "plot"
13220   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13221   algorithm: "plot_perf_box_name"
13222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13224   include:
13225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13230   layout:
13231     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13239   include:
13240     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13245   layout:
13246     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13260   layout:
13261     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13269   include:
13270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13274   layout:
13275     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13276     layout: "plot-throughput"
13277
13278 - type: "plot"
13279   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13280   algorithm: "plot_perf_box_name"
13281   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13283   include:
13284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13288   layout:
13289     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13290     layout: "plot-throughput"
13291
13292 - type: "plot"
13293   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13294   algorithm: "plot_perf_box_name"
13295   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13297   include:
13298     - "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"
13299     - "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"
13300     - "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"
13301     - "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"
13302   layout:
13303     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13311   include:
13312     - "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"
13313     - "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"
13314     - "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"
13315     - "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"
13316   layout:
13317     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13332   layout:
13333     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13364   layout:
13365     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13373   include:
13374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13380   layout:
13381     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13386   algorithm: "plot_perf_box_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13389   include:
13390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13396   layout:
13397     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13402   algorithm: "plot_perf_box_name"
13403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13405   include:
13406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13412   layout:
13413     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13414     layout: "plot-throughput"
13415
13416 - type: "plot"
13417   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13418   algorithm: "plot_perf_box_name"
13419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13421   include:
13422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13427   layout:
13428     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13429     layout: "plot-throughput"
13430
13431 - type: "plot"
13432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13433   algorithm: "plot_perf_box_name"
13434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13436   include:
13437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13442   layout:
13443     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13444     layout: "plot-throughput"
13445
13446 - type: "plot"
13447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13448   algorithm: "plot_perf_box_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451   include:
13452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13454   layout:
13455     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13463   include:
13464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466   layout:
13467     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13475   include:
13476     - "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"
13477     - "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"
13478   layout:
13479     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13484   algorithm: "plot_perf_box_name"
13485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13487   include:
13488     - "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"
13489     - "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"
13490   layout:
13491     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13492     layout: "plot-throughput"
13493
13494 - type: "plot"
13495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13496   algorithm: "plot_perf_box_name"
13497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13499   include:
13500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13502   layout:
13503     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13511   include:
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514   layout:
13515     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523   include:
13524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526   layout:
13527     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535   include:
13536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13538   layout:
13539     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13547   include:
13548     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13554   layout:
13555     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13556     layout: "plot-throughput"
13557
13558 - type: "plot"
13559   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13560   algorithm: "plot_perf_box_name"
13561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13563   include:
13564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13570   layout:
13571     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13572     layout: "plot-throughput"
13573
13574 - type: "plot"
13575   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13576   algorithm: "plot_perf_box_name"
13577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13579   include:
13580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13586   layout:
13587     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13592   algorithm: "plot_perf_box_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13595   include:
13596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13602   layout:
13603     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13604     layout: "plot-throughput"
13605
13606 #- type: "plot"
13607 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13608 #  algorithm: "plot_perf_box_name"
13609 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13610 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13611 #  include:
13612 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13614 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13617 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13618 #  layout:
13619 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13620 #    layout: "plot-throughput"
13621 #
13622 #- type: "plot"
13623 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13624 #  algorithm: "plot_perf_box_name"
13625 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13626 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13627 #  include:
13628 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13629 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13630 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13631 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13632 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13633 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13634 #  layout:
13635 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13636 #    layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13643   include:
13644     - "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"
13645     - "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"
13646     - "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"
13647     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13648     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13649     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13650   layout:
13651     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13652     layout: "plot-throughput"
13653
13654 - type: "plot"
13655   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13656   algorithm: "plot_perf_box_name"
13657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13659   include:
13660     - "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"
13661     - "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"
13662     - "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"
13663     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13666   layout:
13667     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13668     layout: "plot-throughput"
13669
13670 ################################################################################
13671
13672 # Packet Speedup
13673
13674 - type: "plot"
13675   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13676   algorithm: "plot_tsa_name"
13677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13679   include:
13680     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13684   layout:
13685     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13686     layout: "plot-throughput-speedup-analysis"
13687
13688 - type: "plot"
13689   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13690   algorithm: "plot_tsa_name"
13691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13693   include:
13694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13698   layout:
13699     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13700     layout: "plot-throughput-speedup-analysis"
13701
13702 - type: "plot"
13703   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13704   algorithm: "plot_tsa_name"
13705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13707   include:
13708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13712   layout:
13713     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13714     layout: "plot-throughput-speedup-analysis"
13715
13716 - type: "plot"
13717   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13718   algorithm: "plot_tsa_name"
13719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13721   include:
13722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13726   layout:
13727     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13728     layout: "plot-throughput-speedup-analysis"
13729
13730 - type: "plot"
13731   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13732   algorithm: "plot_tsa_name"
13733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13735   include:
13736     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13737     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13738     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13739     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13740     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13741   layout:
13742     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13743     layout: "plot-throughput-speedup-analysis"
13744
13745 - type: "plot"
13746   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13747   algorithm: "plot_tsa_name"
13748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13750   include:
13751     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13752     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13753     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13754     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13755     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13756   layout:
13757     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13758     layout: "plot-throughput-speedup-analysis"
13759
13760 - type: "plot"
13761   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13762   algorithm: "plot_tsa_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13767     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13768     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13771   layout:
13772     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13773     layout: "plot-throughput-speedup-analysis"
13774
13775 - type: "plot"
13776   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13777   algorithm: "plot_tsa_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780   include:
13781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13786   layout:
13787     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13788     layout: "plot-throughput-speedup-analysis"
13789
13790 - type: "plot"
13791   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13792   algorithm: "plot_tsa_name"
13793   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13802   layout:
13803     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 - type: "plot"
13807   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13808   algorithm: "plot_tsa_name"
13809   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13811   include:
13812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13818   layout:
13819     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13820     layout: "plot-throughput-speedup-analysis"
13821
13822 - type: "plot"
13823   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13824   algorithm: "plot_tsa_name"
13825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827   include:
13828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13848   layout:
13849     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13850     layout: "plot-throughput-speedup-analysis"
13851
13852 - type: "plot"
13853   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13854   algorithm: "plot_tsa_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13861   layout:
13862     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13863     layout: "plot-throughput-speedup-analysis"
13864
13865 - type: "plot"
13866   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13867   algorithm: "plot_tsa_name"
13868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13870   include:
13871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13874   layout:
13875     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13876     layout: "plot-throughput-speedup-analysis"
13877
13878 - type: "plot"
13879   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13880   algorithm: "plot_tsa_name"
13881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13883   include:
13884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13889   layout:
13890     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13891     layout: "plot-throughput-speedup-analysis"
13892
13893 - type: "plot"
13894   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13895   algorithm: "plot_tsa_name"
13896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13898   include:
13899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13904   layout:
13905     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13906     layout: "plot-throughput-speedup-analysis"
13907
13908 - type: "plot"
13909   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13910   algorithm: "plot_tsa_name"
13911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13913   include:
13914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13917   layout:
13918     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13919     layout: "plot-throughput-speedup-analysis"
13920
13921 - type: "plot"
13922   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13923   algorithm: "plot_tsa_name"
13924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13926   include:
13927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13930   layout:
13931     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13932     layout: "plot-throughput-speedup-analysis"
13933
13934 - type: "plot"
13935   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13936   algorithm: "plot_tsa_name"
13937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13946   layout:
13947     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13948     layout: "plot-throughput-speedup-analysis"
13949
13950 - type: "plot"
13951   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13952   algorithm: "plot_tsa_name"
13953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13962   layout:
13963     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13964     layout: "plot-throughput-speedup-analysis"
13965
13966 - type: "plot"
13967   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13968   algorithm: "plot_tsa_name"
13969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13971   include:
13972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13978   layout:
13979     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13980     layout: "plot-throughput-speedup-analysis"
13981
13982 - type: "plot"
13983   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13984   algorithm: "plot_tsa_name"
13985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13987   include:
13988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13994   layout:
13995     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14003   include:
14004     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14007   layout:
14008     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14009     layout: "plot-throughput-speedup-analysis"
14010
14011 - type: "plot"
14012   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14013   algorithm: "plot_tsa_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14016   include:
14017     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14020   layout:
14021     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14022     layout: "plot-throughput-speedup-analysis"
14023
14024 - type: "plot"
14025   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14026   algorithm: "plot_tsa_name"
14027   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14033 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14034 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14035   layout:
14036     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14037     layout: "plot-throughput-speedup-analysis"
14038
14039 - type: "plot"
14040   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14041   algorithm: "plot_tsa_name"
14042   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14044   include:
14045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14048 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14049 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14050   layout:
14051     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14052     layout: "plot-throughput-speedup-analysis"
14053
14054 - type: "plot"
14055   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14056   algorithm: "plot_tsa_name"
14057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14059   include:
14060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14065   layout:
14066     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14067     layout: "plot-throughput-speedup-analysis"
14068
14069 - type: "plot"
14070   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14071   algorithm: "plot_tsa_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14074   include:
14075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14078     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14080   layout:
14081     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14082     layout: "plot-throughput-speedup-analysis"
14083
14084 - type: "plot"
14085   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14086   algorithm: "plot_tsa_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14089   include:
14090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14095   layout:
14096     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14097     layout: "plot-throughput-speedup-analysis"
14098
14099 - type: "plot"
14100   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14101   algorithm: "plot_tsa_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14104   include:
14105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14110   layout:
14111     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14112     layout: "plot-throughput-speedup-analysis"
14113
14114 - type: "plot"
14115   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14116   algorithm: "plot_tsa_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14126   layout:
14127     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14128     layout: "plot-throughput-speedup-analysis"
14129
14130 - type: "plot"
14131   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14132   algorithm: "plot_tsa_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14135   include:
14136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14142   layout:
14143     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14144     layout: "plot-throughput-speedup-analysis"
14145
14146 - type: "plot"
14147   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14148   algorithm: "plot_tsa_name"
14149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14151   include:
14152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14158   layout:
14159     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14160     layout: "plot-throughput-speedup-analysis"
14161
14162 - type: "plot"
14163   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14164   algorithm: "plot_tsa_name"
14165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14167   include:
14168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14174   layout:
14175     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14176     layout: "plot-throughput-speedup-analysis"
14177
14178 - type: "plot"
14179   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14180   algorithm: "plot_tsa_name"
14181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14183   include:
14184     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14186   layout:
14187     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14195   include:
14196     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14198   layout:
14199     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 - type: "plot"
14203   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14204   algorithm: "plot_tsa_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14207   include:
14208     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14212   layout:
14213     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14214     layout: "plot-throughput-speedup-analysis"
14215
14216 - type: "plot"
14217   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14218   algorithm: "plot_tsa_name"
14219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14221   include:
14222     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14226   layout:
14227     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14228     layout: "plot-throughput-speedup-analysis"
14229
14230 - type: "plot"
14231   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14232   algorithm: "plot_tsa_name"
14233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14235   include:
14236     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14240   layout:
14241     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14254   layout:
14255     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14256     layout: "plot-throughput-speedup-analysis"
14257
14258 - type: "plot"
14259   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14260   algorithm: "plot_tsa_name"
14261   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14263   include:
14264     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14270   layout:
14271     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14272     layout: "plot-throughput-speedup-analysis"
14273
14274 - type: "plot"
14275   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14276   algorithm: "plot_tsa_name"
14277   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14278   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14286   layout:
14287     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14288     layout: "plot-throughput-speedup-analysis"
14289
14290 - type: "plot"
14291   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14292   algorithm: "plot_tsa_name"
14293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14295   include:
14296     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14301   layout:
14302     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14316   layout:
14317     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14318     layout: "plot-throughput-speedup-analysis"
14319
14320 - type: "plot"
14321   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14331   layout:
14332     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14346   layout:
14347     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14355   include:
14356     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14359   layout:
14360     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14368   include:
14369     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14372   layout:
14373     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14374     layout: "plot-throughput-speedup-analysis"
14375
14376 - type: "plot"
14377   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14378   algorithm: "plot_tsa_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14381   include:
14382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14385   layout:
14386     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14387     layout: "plot-throughput-speedup-analysis"
14388
14389 - type: "plot"
14390   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14391   algorithm: "plot_tsa_name"
14392   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14394   include:
14395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14398   layout:
14399     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14407   include:
14408     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14413   layout:
14414     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14415     layout: "plot-throughput-speedup-analysis"
14416
14417 - type: "plot"
14418   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14419   algorithm: "plot_tsa_name"
14420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14422   include:
14423     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14428   layout:
14429     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14443   layout:
14444     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14458   layout:
14459     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14467   include:
14468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14470     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14471     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14472     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14474   layout:
14475     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14476     layout: "plot-throughput-speedup-analysis"
14477
14478 - type: "plot"
14479   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14483   include:
14484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14485     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14486     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14487     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14488     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14489     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14490   layout:
14491     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14492     layout: "plot-throughput-speedup-analysis"
14493
14494 - type: "plot"
14495   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14496   algorithm: "plot_tsa_name"
14497   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14499   include:
14500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14502     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14503     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14504   layout:
14505     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14506     layout: "plot-throughput-speedup-analysis"
14507
14508 - type: "plot"
14509   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14510   algorithm: "plot_tsa_name"
14511   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14513   include:
14514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14515     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14516     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14517     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14518   layout:
14519     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14534   layout:
14535     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14546     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14547     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14550   layout:
14551     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14566   layout:
14567     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14575   include:
14576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14578     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14579     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14580     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14582   layout:
14583     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14598   layout:
14599     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14614   layout:
14615     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14630   layout:
14631     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14646   layout:
14647     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14662   layout:
14663     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14678   layout:
14679     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14692   layout:
14693     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14694     layout: "plot-throughput-speedup-analysis"
14695
14696 - type: "plot"
14697   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14698   algorithm: "plot_tsa_name"
14699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14701   include:
14702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14706   layout:
14707     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14715   include:
14716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14720   layout:
14721     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14734   layout:
14735     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14743   include:
14744     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14749     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14750   layout:
14751     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14752     layout: "plot-throughput-speedup-analysis"
14753
14754 - type: "plot"
14755   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14759   include:
14760     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14765     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14766   layout:
14767     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14781   layout:
14782     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14795     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14796   layout:
14797     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14805   include:
14806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14811   layout:
14812     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14826   layout:
14827     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14840   layout:
14841     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14849   include:
14850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14854   layout:
14855     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14870   layout:
14871     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14879   include:
14880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14886   layout:
14887     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14902   layout:
14903     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14911   include:
14912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14918   layout:
14919     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14934   layout:
14935     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14936     layout: "plot-throughput-speedup-analysis"
14937
14938 - type: "plot"
14939   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14940   algorithm: "plot_tsa_name"
14941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14943   include:
14944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14950   layout:
14951     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14959   include:
14960     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14961     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14962     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14963     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14964     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14965     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14966   layout:
14967     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14975   include:
14976     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14977     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14978     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14979     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14980     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14981     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14982   layout:
14983     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14993     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14994     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14995     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14996     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14997     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14998   layout:
14999     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15007   include:
15008     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15009     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15010     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15011     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15012     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15013     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15014   layout:
15015     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15016     layout: "plot-throughput-speedup-analysis"
15017
15018 - type: "plot"
15019   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15020   algorithm: "plot_tsa_name"
15021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15023   include:
15024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15029   layout:
15030     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15031     layout: "plot-throughput-speedup-analysis"
15032
15033 - type: "plot"
15034   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15035   algorithm: "plot_tsa_name"
15036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15038   include:
15039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15044   layout:
15045     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15053   include:
15054     - "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"
15055     - "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"
15056     - "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"
15057     - "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"
15058     - "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"
15059   layout:
15060     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15068   include:
15069     - "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"
15070     - "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"
15071     - "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"
15072     - "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"
15073     - "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"
15074   layout:
15075     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15089   layout:
15090     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15104   layout:
15105     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15113   include:
15114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15119   layout:
15120     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15134   layout:
15135     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15143   include:
15144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15146     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15147     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15148     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15149   layout:
15150     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15158   include:
15159     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15161     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15162     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15163     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15164   layout:
15165     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15173   include:
15174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15179   layout:
15180     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15188   include:
15189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15194   layout:
15195     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15203   include:
15204     - "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"
15205     - "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"
15206     - "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"
15207     - "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"
15208   layout:
15209     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15217   include:
15218     - "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"
15219     - "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"
15220     - "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"
15221     - "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"
15222   layout:
15223     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 - type: "plot"
15227   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15228   algorithm: "plot_tsa_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15231   include:
15232     - "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"
15233     - "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"
15234     - "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"
15235     - "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"
15236   layout:
15237     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 - type: "plot"
15241   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15242   algorithm: "plot_tsa_name"
15243   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15245   include:
15246     - "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"
15247     - "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"
15248     - "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"
15249     - "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"
15250   layout:
15251     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15259   include:
15260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15266   layout:
15267     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15282   layout:
15283     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15291   include:
15292     - "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"
15293     - "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"
15294     - "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"
15295     - "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"
15296     - "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"
15297     - "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"
15298   layout:
15299     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15307   include:
15308     - "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"
15309     - "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"
15310     - "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"
15311     - "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"
15312     - "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"
15313     - "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"
15314   layout:
15315     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15316     layout: "plot-throughput-speedup-analysis"
15317
15318 - type: "plot"
15319   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15320   algorithm: "plot_tsa_name"
15321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15323   include:
15324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15330   layout:
15331     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15332     layout: "plot-throughput-speedup-analysis"
15333
15334 - type: "plot"
15335   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15336   algorithm: "plot_tsa_name"
15337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15339   include:
15340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15346   layout:
15347     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15348     layout: "plot-throughput-speedup-analysis"
15349
15350 - type: "plot"
15351   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15352   algorithm: "plot_tsa_name"
15353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15355   include:
15356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15361   layout:
15362     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15370   include:
15371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15376   layout:
15377     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15378     layout: "plot-throughput-speedup-analysis"
15379
15380 - type: "plot"
15381   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15382   algorithm: "plot_tsa_name"
15383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15385   include:
15386     - "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"
15387     - "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"
15388   layout:
15389     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15397   include:
15398     - "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"
15399     - "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"
15400   layout:
15401     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15409   include:
15410     - "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"
15411     - "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"
15412   layout:
15413     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15421   include:
15422     - "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"
15423     - "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"
15424   layout:
15425     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15433   include:
15434     - "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"
15435     - "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"
15436     - "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"
15437     - "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"
15438     - "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"
15439     - "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"
15440   layout:
15441     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15449   include:
15450     - "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"
15451     - "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"
15452     - "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"
15453     - "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"
15454     - "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"
15455     - "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"
15456   layout:
15457     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15458     layout: "plot-throughput-speedup-analysis"
15459
15460 - type: "plot"
15461   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15462   algorithm: "plot_tsa_name"
15463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15465   include:
15466     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15467     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15468     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15469     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15470     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15471   layout:
15472     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15473     layout: "plot-throughput-speedup-analysis"
15474
15475 - type: "plot"
15476   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15477   algorithm: "plot_tsa_name"
15478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15479   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15480   include:
15481     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15482     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15483     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15484     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15485     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15486   layout:
15487     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15488     layout: "plot-throughput-speedup-analysis"
15489
15490 - type: "plot"
15491   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15492   algorithm: "plot_tsa_name"
15493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15495   include:
15496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15501   layout:
15502     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15503     layout: "plot-throughput-speedup-analysis"
15504
15505 - type: "plot"
15506   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15507   algorithm: "plot_tsa_name"
15508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15510   include:
15511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15516   layout:
15517     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15518     layout: "plot-throughput-speedup-analysis"
15519
15520 - type: "plot"
15521   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15522   algorithm: "plot_tsa_name"
15523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15525   include:
15526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15532   layout:
15533     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15541   include:
15542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15548   layout:
15549     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15550     layout: "plot-throughput-speedup-analysis"
15551
15552 - type: "plot"
15553   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15554   algorithm: "plot_tsa_name"
15555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15557   include:
15558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15560     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15561     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15562   layout:
15563     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15564     layout: "plot-throughput-speedup-analysis"
15565
15566 - type: "plot"
15567   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15568   algorithm: "plot_tsa_name"
15569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15571   include:
15572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15574     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15575     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15576   layout:
15577     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15578     layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15585   include:
15586     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15591   layout:
15592     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15600   include:
15601     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15606   layout:
15607     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 - type: "plot"
15611   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15612   algorithm: "plot_tsa_name"
15613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15615   include:
15616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15617     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15618     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15619     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15622   layout:
15623     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15631   include:
15632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15634     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15635     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15636     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15637     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15638   layout:
15639     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15640     layout: "plot-throughput-speedup-analysis"
15641
15642 - type: "plot"
15643   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15644   algorithm: "plot_tsa_name"
15645   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15646   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15647   include:
15648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15652   layout:
15653     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15661   include:
15662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15666   layout:
15667     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15675   include:
15676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15682   layout:
15683     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15691   include:
15692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15698   layout:
15699     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15707   include:
15708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15714   layout:
15715     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 - type: "plot"
15719   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15720   algorithm: "plot_tsa_name"
15721   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15722   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15723   include:
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15730   layout:
15731     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15739   include:
15740     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15741     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15742     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15743     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15744     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15745     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15746   layout:
15747     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15755   include:
15756     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15757     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15758     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15759     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15760     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15761     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15762   layout:
15763     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15764     layout: "plot-throughput-speedup-analysis"
15765
15766 - type: "plot"
15767   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15768   algorithm: "plot_tsa_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15770   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15771   include:
15772     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15778   layout:
15779     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15787   include:
15788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15789     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15790     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15791     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15792     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15794   layout:
15795     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15796     layout: "plot-throughput-speedup-analysis"
15797
15798 - type: "plot"
15799   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15800   algorithm: "plot_tsa_name"
15801   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15802   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15803   include:
15804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15810   layout:
15811     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15819   include:
15820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15826   layout:
15827     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 #- type: "plot"
15831 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15832 #  algorithm: "plot_tsa_name"
15833 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15834 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15835 #  include:
15836 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15837 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15838 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15839 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15840 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15841 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15842 #  layout:
15843 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15844 #    layout: "plot-throughput-speedup-analysis"
15845 #
15846 #- type: "plot"
15847 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15848 #  algorithm: "plot_tsa_name"
15849 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15850 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15851 #  include:
15852 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15853 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15854 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15855 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15856 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15857 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15858 #  layout:
15859 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15860 #    layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15867   include:
15868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15873   layout:
15874     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15875     layout: "plot-throughput-speedup-analysis"
15876
15877 - type: "plot"
15878   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15879   algorithm: "plot_tsa_name"
15880   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15881   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15882   include:
15883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15888   layout:
15889     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15897   include:
15898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15904   layout:
15905     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15913   include:
15914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15920   layout:
15921     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15922     layout: "plot-throughput-speedup-analysis"
15923
15924 - type: "plot"
15925   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15926   algorithm: "plot_tsa_name"
15927   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15928   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15929   include:
15930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15935   layout:
15936     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15937     layout: "plot-throughput-speedup-analysis"
15938
15939 - type: "plot"
15940   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15941   algorithm: "plot_tsa_name"
15942   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15943   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15944   include:
15945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15950   layout:
15951     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15952     layout: "plot-throughput-speedup-analysis"
15953
15954 #- type: "plot"
15955 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15956 #  algorithm: "plot_tsa_name"
15957 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15958 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15959 #  include:
15960 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15961 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15962 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15963 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15964 #  layout:
15965 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15966 #    layout: "plot-throughput-speedup-analysis"
15967 #
15968 #- type: "plot"
15969 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15970 #  algorithm: "plot_tsa_name"
15971 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15972 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15973 #  include:
15974 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15975 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15976 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15977 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15978 #  layout:
15979 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15980 #    layout: "plot-throughput-speedup-analysis"
15981
15982 - type: "plot"
15983   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15984   algorithm: "plot_tsa_name"
15985   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15986   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15987   include:
15988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15994   layout:
15995     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16003   include:
16004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16010   layout:
16011     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 - type: "plot"
16015   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16016   algorithm: "plot_tsa_name"
16017   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16018   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16019   include:
16020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16023     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16025   layout:
16026     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 - type: "plot"
16030   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16031   algorithm: "plot_tsa_name"
16032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16034   include:
16035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16037     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16038     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16040   layout:
16041     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16049   include:
16050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16056   layout:
16057     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16065   include:
16066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16072   layout:
16073     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16081   include:
16082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16084     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16086   layout:
16087     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16088     layout: "plot-throughput-speedup-analysis"
16089
16090 - type: "plot"
16091   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16092   algorithm: "plot_tsa_name"
16093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16095   include:
16096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16100   layout:
16101     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16109   include:
16110     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16115   layout:
16116     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16124   include:
16125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16130   layout:
16131     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16139   include:
16140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16146   layout:
16147     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16155   include:
16156     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16158     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16162   layout:
16163     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 #- type: "plot"
16167 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16168 #  algorithm: "plot_tsa_name"
16169 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16170 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16171 #  include:
16172 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16173 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16174 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16175 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16176 #  layout:
16177 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16178 #    layout: "plot-throughput-speedup-analysis"
16179 #
16180 #- type: "plot"
16181 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16182 #  algorithm: "plot_tsa_name"
16183 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16184 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16185 #  include:
16186 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16187 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16188 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16189 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16190 #  layout:
16191 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16192 #    layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16199   include:
16200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16202     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16206   layout:
16207     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16208     layout: "plot-throughput-speedup-analysis"
16209
16210 - type: "plot"
16211   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16212   algorithm: "plot_tsa_name"
16213   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16214   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16215   include:
16216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16222   layout:
16223     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 #- type: "plot"
16227 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16228 #  algorithm: "plot_tsa_name"
16229 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16230 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16231 #  include:
16232 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16233 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16234 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16235 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16236 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16237 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16238 #  layout:
16239 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16240 #    layout: "plot-throughput-speedup-analysis"
16241 #
16242 #- type: "plot"
16243 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16244 #  algorithm: "plot_tsa_name"
16245 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16246 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16247 #  include:
16248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16250 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16251 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16254 #  layout:
16255 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16256 #    layout: "plot-throughput-speedup-analysis"
16257
16258 #- type: "plot"
16259 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16260 #  algorithm: "plot_tsa_name"
16261 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16262 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16263 #  include:
16264 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16265 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16266 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16267 #  layout:
16268 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16269 #    layout: "plot-throughput-speedup-analysis"
16270 #
16271 #- type: "plot"
16272 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16273 #  algorithm: "plot_tsa_name"
16274 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16275 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16276 #  include:
16277 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16278 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16279 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16280 #  layout:
16281 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16282 #    layout: "plot-throughput-speedup-analysis"
16283
16284 ################################################################################
16285
16286 # Packet Throughput - DPDK
16287
16288 # 2n-skx-xxv710
16289
16290 - type: "plot"
16291   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16292   algorithm: "plot_perf_box_name"
16293   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16294   data: "plot-dpdk-throughput-latency-2n-skx"
16295   include:
16296     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16297     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16298   layout:
16299     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16300     layout: "plot-throughput"
16301
16302 - type: "plot"
16303   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16304   algorithm: "plot_perf_box_name"
16305   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16306   data: "plot-dpdk-throughput-latency-2n-skx"
16307   include:
16308     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16309     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16310   layout:
16311     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16312     layout: "plot-throughput"
16313
16314 - type: "plot"
16315   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16316   algorithm: "plot_perf_box_name"
16317   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16318   data: "plot-dpdk-throughput-latency-2n-skx"
16319   include:
16320     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16321     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16322   layout:
16323     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16324     layout: "plot-throughput"
16325
16326 - type: "plot"
16327   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16328   algorithm: "plot_perf_box_name"
16329   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16330   data: "plot-dpdk-throughput-latency-2n-skx"
16331   include:
16332     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16333     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16334   layout:
16335     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16336     layout: "plot-throughput"
16337
16338 # 2n-skx-x710
16339
16340 - type: "plot"
16341   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16342   algorithm: "plot_perf_box_name"
16343   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16344   data: "plot-dpdk-throughput-latency-2n-skx"
16345   include:
16346     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16347     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16348   layout:
16349     title: "2n-skx-x710-64b-2t1c-base-ndr"
16350     layout: "plot-throughput"
16351
16352 - type: "plot"
16353   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16354   algorithm: "plot_perf_box_name"
16355   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16356   data: "plot-dpdk-throughput-latency-2n-skx"
16357   include:
16358     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16359     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16360   layout:
16361     title: "2n-skx-x710-64b-4t2c-base-ndr"
16362     layout: "plot-throughput"
16363
16364 - type: "plot"
16365   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16366   algorithm: "plot_perf_box_name"
16367   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16368   data: "plot-dpdk-throughput-latency-2n-skx"
16369   include:
16370     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16371     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16372   layout:
16373     title: "2n-skx-x710-64b-2t1c-base-pdr"
16374     layout: "plot-throughput"
16375
16376 - type: "plot"
16377   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16378   algorithm: "plot_perf_box_name"
16379   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16380   data: "plot-dpdk-throughput-latency-2n-skx"
16381   include:
16382     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16383     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16384   layout:
16385     title: "2n-skx-x710-64b-4t2c-base-pdr"
16386     layout: "plot-throughput"
16387
16388 # 3n-skx-xxv710
16389
16390 - type: "plot"
16391   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16392   algorithm: "plot_perf_box_name"
16393   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16394   data: "plot-dpdk-throughput-latency-3n-skx"
16395   include:
16396     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16397     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16398   layout:
16399     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16400     layout: "plot-throughput"
16401
16402 - type: "plot"
16403   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16404   algorithm: "plot_perf_box_name"
16405   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16406   data: "plot-dpdk-throughput-latency-3n-skx"
16407   include:
16408     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16409     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16410   layout:
16411     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16412     layout: "plot-throughput"
16413
16414 - type: "plot"
16415   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16416   algorithm: "plot_perf_box_name"
16417   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16418   data: "plot-dpdk-throughput-latency-3n-skx"
16419   include:
16420     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16421     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16422   layout:
16423     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16424     layout: "plot-throughput"
16425
16426 - type: "plot"
16427   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16428   algorithm: "plot_perf_box_name"
16429   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16430   data: "plot-dpdk-throughput-latency-3n-skx"
16431   include:
16432     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16433     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16434   layout:
16435     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16436     layout: "plot-throughput"
16437
16438 # 3n-skx-x710
16439
16440 - type: "plot"
16441   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16442   algorithm: "plot_perf_box_name"
16443   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16444   data: "plot-dpdk-throughput-latency-3n-skx"
16445   include:
16446     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16447     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16448   layout:
16449     title: "3n-skx-x710-64b-2t1c-base-ndr"
16450     layout: "plot-throughput"
16451
16452 - type: "plot"
16453   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16454   algorithm: "plot_perf_box_name"
16455   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16456   data: "plot-dpdk-throughput-latency-3n-skx"
16457   include:
16458     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16459     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16460   layout:
16461     title: "3n-skx-x710-64b-4t2c-base-ndr"
16462     layout: "plot-throughput"
16463
16464 - type: "plot"
16465   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16466   algorithm: "plot_perf_box_name"
16467   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16468   data: "plot-dpdk-throughput-latency-3n-skx"
16469   include:
16470     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16471     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16472   layout:
16473     title: "3n-skx-x710-64b-2t1c-base-pdr"
16474     layout: "plot-throughput"
16475
16476 - type: "plot"
16477   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16478   algorithm: "plot_perf_box_name"
16479   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16480   data: "plot-dpdk-throughput-latency-3n-skx"
16481   include:
16482     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16483     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16484   layout:
16485     title: "3n-skx-x710-64b-4t2c-base-pdr"
16486     layout: "plot-throughput"
16487
16488 # 3n-hsw-xl710
16489
16490 - type: "plot"
16491   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16492   algorithm: "plot_perf_box_name"
16493   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16494   data: "plot-dpdk-throughput-latency-3n-hsw"
16495   include:
16496     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16497     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16498   layout:
16499     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16500     layout: "plot-throughput"
16501
16502 - type: "plot"
16503   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16504   algorithm: "plot_perf_box_name"
16505   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16506   data: "plot-dpdk-throughput-latency-3n-hsw"
16507   include:
16508     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16509     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16510   layout:
16511     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16512     layout: "plot-throughput"
16513
16514 - type: "plot"
16515   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16516   algorithm: "plot_perf_box_name"
16517   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16518   data: "plot-dpdk-throughput-latency-3n-hsw"
16519   include:
16520     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16521     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16522   layout:
16523     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16524     layout: "plot-throughput"
16525
16526 - type: "plot"
16527   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16528   algorithm: "plot_perf_box_name"
16529   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16530   data: "plot-dpdk-throughput-latency-3n-hsw"
16531   include:
16532     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16533     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16534   layout:
16535     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16536     layout: "plot-throughput"
16537
16538 # 3n-hsw-x710
16539
16540 - type: "plot"
16541   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16542   algorithm: "plot_perf_box_name"
16543   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16544   data: "plot-dpdk-throughput-latency-3n-hsw"
16545   include:
16546     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16547     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16548   layout:
16549     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16550     layout: "plot-throughput"
16551
16552 - type: "plot"
16553   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16554   algorithm: "plot_perf_box_name"
16555   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16556   data: "plot-dpdk-throughput-latency-3n-hsw"
16557   include:
16558     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16559     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16560   layout:
16561     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16562     layout: "plot-throughput"
16563
16564 - type: "plot"
16565   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16566   algorithm: "plot_perf_box_name"
16567   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16568   data: "plot-dpdk-throughput-latency-3n-hsw"
16569   include:
16570     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16571     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16572   layout:
16573     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16574     layout: "plot-throughput"
16575
16576 - type: "plot"
16577   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16578   algorithm: "plot_perf_box_name"
16579   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16580   data: "plot-dpdk-throughput-latency-3n-hsw"
16581   include:
16582     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16583     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16584   layout:
16585     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16586     layout: "plot-throughput"
16587
16588 # 2n-dnv-x553
16589
16590 - type: "plot"
16591   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16592   algorithm: "plot_perf_box_name"
16593   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16594   data: "plot-dpdk-throughput-latency-2n-dnv"
16595   include:
16596     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16597     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16598   layout:
16599     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16600     layout: "plot-throughput"
16601
16602 - type: "plot"
16603   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16604   algorithm: "plot_perf_box_name"
16605   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16606   data: "plot-dpdk-throughput-latency-2n-dnv"
16607   include:
16608     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16609     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16610   layout:
16611     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16612     layout: "plot-throughput"
16613
16614 - type: "plot"
16615   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16616   algorithm: "plot_perf_box_name"
16617   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16618   data: "plot-dpdk-throughput-latency-2n-dnv"
16619   include:
16620     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16621     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16622   layout:
16623     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16624     layout: "plot-throughput"
16625
16626 - type: "plot"
16627   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16628   algorithm: "plot_perf_box_name"
16629   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16630   data: "plot-dpdk-throughput-latency-2n-dnv"
16631   include:
16632     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16633     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16634   layout:
16635     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16636     layout: "plot-throughput"
16637
16638 # 3n-dnv-x553
16639
16640 - type: "plot"
16641   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16642   algorithm: "plot_perf_box_name"
16643   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16644   data: "plot-dpdk-throughput-latency-3n-dnv"
16645   include:
16646     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16647     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16648   layout:
16649     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16650     layout: "plot-throughput"
16651
16652 - type: "plot"
16653   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16654   algorithm: "plot_perf_box_name"
16655   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16656   data: "plot-dpdk-throughput-latency-3n-dnv"
16657   include:
16658     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16659     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16660   layout:
16661     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16662     layout: "plot-throughput"
16663
16664 - type: "plot"
16665   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16666   algorithm: "plot_perf_box_name"
16667   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16668   data: "plot-dpdk-throughput-latency-3n-dnv"
16669   include:
16670     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16671     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16672   layout:
16673     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16674     layout: "plot-throughput"
16675
16676 - type: "plot"
16677   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16678   algorithm: "plot_perf_box_name"
16679   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16680   data: "plot-dpdk-throughput-latency-3n-dnv"
16681   include:
16682     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16683     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16684   layout:
16685     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16686     layout: "plot-throughput"
16687
16688 # 3n-tsh-x520
16689
16690 - type: "plot"
16691   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16692   algorithm: "plot_perf_box_name"
16693   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16694   data: "plot-dpdk-throughput-latency-3n-tsh"
16695   include:
16696     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16697     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16698   layout:
16699     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16700     layout: "plot-throughput"
16701
16702 - type: "plot"
16703   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16704   algorithm: "plot_perf_box_name"
16705   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16706   data: "plot-dpdk-throughput-latency-3n-tsh"
16707   include:
16708     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16709     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16710   layout:
16711     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16712     layout: "plot-throughput"
16713
16714 - type: "plot"
16715   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16716   algorithm: "plot_perf_box_name"
16717   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16718   data: "plot-dpdk-throughput-latency-3n-tsh"
16719   include:
16720     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16721     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16722   layout:
16723     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16724     layout: "plot-throughput"
16725
16726 - type: "plot"
16727   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16728   algorithm: "plot_perf_box_name"
16729   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16730   data: "plot-dpdk-throughput-latency-3n-tsh"
16731   include:
16732     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16733     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16734   layout:
16735     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16736     layout: "plot-throughput"
16737
16738 ################################################################################
16739 ###   2n-clx                                                                 ###
16740 ################################################################################
16741
16742 # Packet Throughput
16743
16744 - type: "plot"
16745   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16749   include:
16750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16754   layout:
16755     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16756     layout: "plot-throughput"
16757
16758 - type: "plot"
16759   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16763   include:
16764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16766     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16768   layout:
16769     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16770     layout: "plot-throughput"
16771
16772 - type: "plot"
16773   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16774   algorithm: "plot_perf_box_name"
16775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16777   include:
16778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16782   layout:
16783     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16791   include:
16792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16796   layout:
16797     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16798     layout: "plot-throughput"
16799
16800 - type: "plot"
16801   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16802   algorithm: "plot_perf_box_name"
16803   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16805   include:
16806     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16807     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16808     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16809     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16810   layout:
16811     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16812     layout: "plot-throughput"
16813
16814 - type: "plot"
16815   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16816   algorithm: "plot_perf_box_name"
16817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16819   include:
16820     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16821     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16822     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16823     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16824   layout:
16825     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16826     layout: "plot-throughput"
16827
16828 - type: "plot"
16829   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16830   algorithm: "plot_perf_box_name"
16831   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16833   include:
16834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16840   layout:
16841     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16849   include:
16850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16855   layout:
16856     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16864   include:
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16869   layout:
16870     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16871     layout: "plot-throughput"
16872
16873 - type: "plot"
16874   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16875   algorithm: "plot_perf_box_name"
16876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16878   include:
16879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16883   layout:
16884     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16885     layout: "plot-throughput"
16886
16887 - type: "plot"
16888   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16889   algorithm: "plot_perf_box_name"
16890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16892   include:
16893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16896   layout:
16897     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16898     layout: "plot-throughput"
16899
16900 - type: "plot"
16901   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16902   algorithm: "plot_perf_box_name"
16903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16905   include:
16906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16909   layout:
16910     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16911     layout: "plot-throughput"
16912
16913 - type: "plot"
16914   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16915   algorithm: "plot_perf_box_name"
16916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16918   include:
16919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16924   layout:
16925     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16926     layout: "plot-throughput"
16927
16928 - type: "plot"
16929   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16930   algorithm: "plot_perf_box_name"
16931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16933   include:
16934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16939   layout:
16940     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16941     layout: "plot-throughput"
16942
16943 - type: "plot"
16944   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16945   algorithm: "plot_perf_box_name"
16946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16948   include:
16949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16952   layout:
16953     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16954     layout: "plot-throughput"
16955
16956 - type: "plot"
16957   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16958   algorithm: "plot_perf_box_name"
16959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16961   include:
16962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16965   layout:
16966     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16967     layout: "plot-throughput"
16968
16969 - type: "plot"
16970   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16971   algorithm: "plot_perf_box_name"
16972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16974   include:
16975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16981   layout:
16982     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16983     layout: "plot-throughput"
16984
16985 - type: "plot"
16986   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16987   algorithm: "plot_perf_box_name"
16988   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16990   include:
16991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16997   layout:
16998     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16999     layout: "plot-throughput"
17000
17001 - type: "plot"
17002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17003   algorithm: "plot_perf_box_name"
17004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17006   include:
17007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17013   layout:
17014     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17019   algorithm: "plot_perf_box_name"
17020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17022   include:
17023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17029   layout:
17030     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17031     layout: "plot-throughput"
17032
17033 - type: "plot"
17034   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17035   algorithm: "plot_perf_box_name"
17036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17038   include:
17039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17041   layout:
17042     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17043     layout: "plot-throughput"
17044
17045 - type: "plot"
17046   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17047   algorithm: "plot_perf_box_name"
17048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17050   include:
17051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17053   layout:
17054     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17069   layout:
17070     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17078   include:
17079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17085   layout:
17086     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17094   include:
17095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17101   layout:
17102     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17103     layout: "plot-throughput"
17104
17105 - type: "plot"
17106   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17107   algorithm: "plot_perf_box_name"
17108   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17110   include:
17111     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17117   layout:
17118     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17119     layout: "plot-throughput"
17120
17121 - type: "plot"
17122   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17123   algorithm: "plot_perf_box_name"
17124   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17126   include:
17127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17133   layout:
17134     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17142   include:
17143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17149   layout:
17150     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17151     layout: "plot-throughput"
17152
17153 - type: "plot"
17154   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17155   algorithm: "plot_perf_box_name"
17156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17158   include:
17159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17164   layout:
17165     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17166     layout: "plot-throughput"
17167
17168 - type: "plot"
17169   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17170   algorithm: "plot_perf_box_name"
17171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17173   include:
17174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17179   layout:
17180     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17181     layout: "plot-throughput"
17182
17183 - type: "plot"
17184   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17185   algorithm: "plot_perf_box_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17194   layout:
17195     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17196     layout: "plot-throughput"
17197
17198 - type: "plot"
17199   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17200   algorithm: "plot_perf_box_name"
17201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17203   include:
17204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17209   layout:
17210     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17211     layout: "plot-throughput"
17212
17213 - type: "plot"
17214   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17215   algorithm: "plot_perf_box_name"
17216   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17218   include:
17219     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17224   layout:
17225     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17226     layout: "plot-throughput"
17227
17228 - type: "plot"
17229   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17230   algorithm: "plot_perf_box_name"
17231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17233   include:
17234     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17239   layout:
17240     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17248   include:
17249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17253     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17254   layout:
17255     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17256     layout: "plot-throughput"
17257
17258 - type: "plot"
17259   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17260   algorithm: "plot_perf_box_name"
17261   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17263   include:
17264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17269   layout:
17270     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17278   include:
17279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17284   layout:
17285     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17293   include:
17294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17296     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17299   layout:
17300     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17301     layout: "plot-throughput"
17302
17303 - type: "plot"
17304   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17308   include:
17309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17315   layout:
17316     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17331   layout:
17332     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17333     layout: "plot-throughput"
17334
17335 - type: "plot"
17336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17337   algorithm: "plot_perf_box_name"
17338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17340   include:
17341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17345   layout:
17346     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17354   include:
17355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17359   layout:
17360     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17361     layout: "plot-throughput"
17362
17363 - type: "plot"
17364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17368   include:
17369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17375   layout:
17376     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17384   include:
17385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17391   layout:
17392     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17393     layout: "plot-throughput"
17394
17395 - type: "plot"
17396   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17397   algorithm: "plot_perf_box_name"
17398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17400   include:
17401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17405   layout:
17406     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17407     layout: "plot-throughput"
17408
17409 - type: "plot"
17410   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17411   algorithm: "plot_perf_box_name"
17412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17414   include:
17415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17419   layout:
17420     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17421     layout: "plot-throughput"
17422
17423 - type: "plot"
17424   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17425   algorithm: "plot_perf_box_name"
17426   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17428   include:
17429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17431     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17432     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17433     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17434     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17435   layout:
17436     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17444   include:
17445     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17447     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17448     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17449     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17450     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17451   layout:
17452     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17453     layout: "plot-throughput"
17454
17455 - type: "plot"
17456   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17457   algorithm: "plot_perf_box_name"
17458   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17460   include:
17461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17463     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17464     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17465   layout:
17466     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17467     layout: "plot-throughput"
17468
17469 - type: "plot"
17470   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17471   algorithm: "plot_perf_box_name"
17472   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17474   include:
17475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17477     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17478     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17479   layout:
17480     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17481     layout: "plot-throughput"
17482
17483 - type: "plot"
17484   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17485   algorithm: "plot_perf_box_name"
17486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17488   include:
17489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17494   layout:
17495     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17496     layout: "plot-throughput"
17497
17498 - type: "plot"
17499   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17500   algorithm: "plot_perf_box_name"
17501   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17503   include:
17504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17509   layout:
17510     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "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"
17520     - "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"
17521     - "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"
17522     - "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"
17523     - "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"
17524   layout:
17525     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17526     layout: "plot-throughput"
17527
17528 - type: "plot"
17529   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17530   algorithm: "plot_perf_box_name"
17531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17533   include:
17534     - "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"
17535     - "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"
17536     - "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"
17537     - "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"
17538     - "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"
17539   layout:
17540     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17554   layout:
17555     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17563   include:
17564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17569   layout:
17570     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17584   layout:
17585     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17586     layout: "plot-throughput"
17587
17588 - type: "plot"
17589   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17590   algorithm: "plot_perf_box_name"
17591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17593   include:
17594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17599   layout:
17600     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17611     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17613   layout:
17614     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17615     layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17619   algorithm: "plot_perf_box_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17624     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17625     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17626     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17627   layout:
17628     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17629     layout: "plot-throughput"
17630
17631 - type: "plot"
17632   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17633   algorithm: "plot_perf_box_name"
17634   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17636   include:
17637     - "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"
17638     - "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"
17639     - "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"
17640     - "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"
17641   layout:
17642     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "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"
17652     - "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"
17653     - "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"
17654     - "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"
17655   layout:
17656     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17657     layout: "plot-throughput"
17658
17659 - type: "plot"
17660   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17661   algorithm: "plot_perf_box_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "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"
17666     - "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"
17667     - "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"
17668     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17669     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17670     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17671   layout:
17672     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "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"
17682     - "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"
17683     - "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"
17684     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17685     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17686     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17687   layout:
17688     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17689     layout: "plot-throughput"
17690
17691 ################################################################################
17692
17693 # Packet Speedup
17694
17695 - type: "plot"
17696   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17697   algorithm: "plot_tsa_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17705   layout:
17706     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17707     layout: "plot-throughput-speedup-analysis"
17708
17709 - type: "plot"
17710   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17711   algorithm: "plot_tsa_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17719   layout:
17720     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17721     layout: "plot-throughput-speedup-analysis"
17722
17723 - type: "plot"
17724   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17725   algorithm: "plot_tsa_name"
17726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17728   include:
17729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17735     layout: "plot-throughput-speedup-analysis"
17736
17737 - type: "plot"
17738   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17739   algorithm: "plot_tsa_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17747   layout:
17748     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17749     layout: "plot-throughput-speedup-analysis"
17750
17751 - type: "plot"
17752   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17753   algorithm: "plot_tsa_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17758     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17759     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17760     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17761   layout:
17762     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17763     layout: "plot-throughput-speedup-analysis"
17764
17765 - type: "plot"
17766   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17767   algorithm: "plot_tsa_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17772     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17773     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17774     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17775   layout:
17776     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17777     layout: "plot-throughput-speedup-analysis"
17778
17779 - type: "plot"
17780   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17781   algorithm: "plot_tsa_name"
17782   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17784   include:
17785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17791   layout:
17792     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17793     layout: "plot-throughput-speedup-analysis"
17794
17795 - type: "plot"
17796   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17797   algorithm: "plot_tsa_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17807   layout:
17808     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17823     layout: "plot-throughput-speedup-analysis"
17824
17825 - type: "plot"
17826   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17827   algorithm: "plot_tsa_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17835   layout:
17836     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17837     layout: "plot-throughput-speedup-analysis"
17838
17839 - type: "plot"
17840   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17841   algorithm: "plot_tsa_name"
17842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17844   include:
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17848   layout:
17849     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17850     layout: "plot-throughput-speedup-analysis"
17851
17852 - type: "plot"
17853   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17854   algorithm: "plot_tsa_name"
17855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17857   include:
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17861   layout:
17862     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17863     layout: "plot-throughput-speedup-analysis"
17864
17865 - type: "plot"
17866   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17867   algorithm: "plot_tsa_name"
17868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17870   include:
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17876   layout:
17877     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17878     layout: "plot-throughput-speedup-analysis"
17879
17880 - type: "plot"
17881   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17882   algorithm: "plot_tsa_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17891   layout:
17892     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17893     layout: "plot-throughput-speedup-analysis"
17894
17895 - type: "plot"
17896   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17897   algorithm: "plot_tsa_name"
17898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17900   include:
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17906     layout: "plot-throughput-speedup-analysis"
17907
17908 - type: "plot"
17909   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17910   algorithm: "plot_tsa_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17919     layout: "plot-throughput-speedup-analysis"
17920
17921 - type: "plot"
17922   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17923   algorithm: "plot_tsa_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17933   layout:
17934     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17935     layout: "plot-throughput-speedup-analysis"
17936
17937 - type: "plot"
17938   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17939   algorithm: "plot_tsa_name"
17940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17942   include:
17943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17949   layout:
17950     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17951     layout: "plot-throughput-speedup-analysis"
17952
17953 - type: "plot"
17954   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17955   algorithm: "plot_tsa_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17965   layout:
17966     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17967     layout: "plot-throughput-speedup-analysis"
17968
17969 - type: "plot"
17970   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17971   algorithm: "plot_tsa_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17981   layout:
17982     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17983     layout: "plot-throughput-speedup-analysis"
17984
17985 - type: "plot"
17986   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17987   algorithm: "plot_tsa_name"
17988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17990   include:
17991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17993   layout:
17994     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17995     layout: "plot-throughput-speedup-analysis"
17996
17997 - type: "plot"
17998   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17999   algorithm: "plot_tsa_name"
18000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18002   include:
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18005   layout:
18006     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18021   layout:
18022     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18023     layout: "plot-throughput-speedup-analysis"
18024
18025 - type: "plot"
18026   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18027   algorithm: "plot_tsa_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18037   layout:
18038     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18039     layout: "plot-throughput-speedup-analysis"
18040
18041 - type: "plot"
18042   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18043   algorithm: "plot_tsa_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18053   layout:
18054     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18055     layout: "plot-throughput-speedup-analysis"
18056
18057 - type: "plot"
18058   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18059   algorithm: "plot_tsa_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18069   layout:
18070     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18071     layout: "plot-throughput-speedup-analysis"
18072
18073 - type: "plot"
18074   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18075   algorithm: "plot_tsa_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18085   layout:
18086     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18087     layout: "plot-throughput-speedup-analysis"
18088
18089 - type: "plot"
18090   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18091   algorithm: "plot_tsa_name"
18092   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18094   include:
18095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18101   layout:
18102     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18103     layout: "plot-throughput-speedup-analysis"
18104
18105 - type: "plot"
18106   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18107   algorithm: "plot_tsa_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18116   layout:
18117     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18118     layout: "plot-throughput-speedup-analysis"
18119
18120 - type: "plot"
18121   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18122   algorithm: "plot_tsa_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18131   layout:
18132     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18133     layout: "plot-throughput-speedup-analysis"
18134
18135 - type: "plot"
18136   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18137   algorithm: "plot_tsa_name"
18138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18140   include:
18141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18146   layout:
18147     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18148     layout: "plot-throughput-speedup-analysis"
18149
18150 - type: "plot"
18151   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18152   algorithm: "plot_tsa_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18161   layout:
18162     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18163     layout: "plot-throughput-speedup-analysis"
18164
18165 - type: "plot"
18166   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18167   algorithm: "plot_tsa_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18176   layout:
18177     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18178     layout: "plot-throughput-speedup-analysis"
18179
18180 - type: "plot"
18181   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18182   algorithm: "plot_tsa_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18191   layout:
18192     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18193     layout: "plot-throughput-speedup-analysis"
18194
18195 - type: "plot"
18196   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18197   algorithm: "plot_tsa_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18206   layout:
18207     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18208     layout: "plot-throughput-speedup-analysis"
18209
18210 - type: "plot"
18211   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18212   algorithm: "plot_tsa_name"
18213   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18215   include:
18216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18221   layout:
18222     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18236   layout:
18237     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18238     layout: "plot-throughput-speedup-analysis"
18239
18240 - type: "plot"
18241   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18242   algorithm: "plot_tsa_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18251   layout:
18252     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18253     layout: "plot-throughput-speedup-analysis"
18254
18255 - type: "plot"
18256   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18257   algorithm: "plot_tsa_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18283   layout:
18284     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18285     layout: "plot-throughput-speedup-analysis"
18286
18287 - type: "plot"
18288   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18289   algorithm: "plot_tsa_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18297   layout:
18298     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18299     layout: "plot-throughput-speedup-analysis"
18300
18301 - type: "plot"
18302   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18303   algorithm: "plot_tsa_name"
18304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306   include:
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18311   layout:
18312     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18327   layout:
18328     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18329     layout: "plot-throughput-speedup-analysis"
18330
18331 - type: "plot"
18332   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18333   algorithm: "plot_tsa_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18343   layout:
18344     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18345     layout: "plot-throughput-speedup-analysis"
18346
18347 - type: "plot"
18348   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18349   algorithm: "plot_tsa_name"
18350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18352   include:
18353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18357   layout:
18358     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18359     layout: "plot-throughput-speedup-analysis"
18360
18361 - type: "plot"
18362   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18363   algorithm: "plot_tsa_name"
18364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18366   include:
18367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18371   layout:
18372     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18373     layout: "plot-throughput-speedup-analysis"
18374
18375 - type: "plot"
18376   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18377   algorithm: "plot_tsa_name"
18378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18380   include:
18381     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18382     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18383     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18384     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18385     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18386     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18387   layout:
18388     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18389     layout: "plot-throughput-speedup-analysis"
18390
18391 - type: "plot"
18392   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18393   algorithm: "plot_tsa_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18398     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18399     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18400     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18401     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18402     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18403   layout:
18404     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18405     layout: "plot-throughput-speedup-analysis"
18406
18407 - type: "plot"
18408   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18409   algorithm: "plot_tsa_name"
18410   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18412   include:
18413     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18415     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18416     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18417   layout:
18418     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18419     layout: "plot-throughput-speedup-analysis"
18420
18421 - type: "plot"
18422   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18423   algorithm: "plot_tsa_name"
18424   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18426   include:
18427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18431   layout:
18432     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18433     layout: "plot-throughput-speedup-analysis"
18434
18435 - type: "plot"
18436   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18437   algorithm: "plot_tsa_name"
18438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18440   include:
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18446   layout:
18447     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18448     layout: "plot-throughput-speedup-analysis"
18449
18450 - type: "plot"
18451   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18452   algorithm: "plot_tsa_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18461   layout:
18462     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18463     layout: "plot-throughput-speedup-analysis"
18464
18465 - type: "plot"
18466   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18467   algorithm: "plot_tsa_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "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"
18472     - "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"
18473     - "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"
18474     - "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"
18475     - "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"
18476   layout:
18477     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18478     layout: "plot-throughput-speedup-analysis"
18479
18480 - type: "plot"
18481   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18482   algorithm: "plot_tsa_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "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"
18487     - "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"
18488     - "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"
18489     - "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"
18490     - "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"
18491   layout:
18492     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18493     layout: "plot-throughput-speedup-analysis"
18494
18495 - type: "plot"
18496   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18497   algorithm: "plot_tsa_name"
18498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18500   include:
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18506   layout:
18507     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18536   layout:
18537     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18538     layout: "plot-throughput-speedup-analysis"
18539
18540 - type: "plot"
18541   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18542   algorithm: "plot_tsa_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18545   include:
18546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18551   layout:
18552     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18553     layout: "plot-throughput-speedup-analysis"
18554
18555 - type: "plot"
18556   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18557   algorithm: "plot_tsa_name"
18558   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18560   include:
18561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18565   layout:
18566     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18567     layout: "plot-throughput-speedup-analysis"
18568
18569 - type: "plot"
18570   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18571   algorithm: "plot_tsa_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18579   layout:
18580     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18581     layout: "plot-throughput-speedup-analysis"
18582
18583 - type: "plot"
18584   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18585   algorithm: "plot_tsa_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18588   include:
18589     - "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"
18590     - "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"
18591     - "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"
18592     - "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"
18593   layout:
18594     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "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"
18604     - "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"
18605     - "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"
18606     - "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"
18607   layout:
18608     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18609     layout: "plot-throughput-speedup-analysis"
18610
18611 - type: "plot"
18612   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18613   algorithm: "plot_tsa_name"
18614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18616   include:
18617     - "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"
18618     - "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"
18619     - "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"
18620     - "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"
18621     - "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"
18622     - "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"
18623   layout:
18624     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "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"
18634     - "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"
18635     - "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"
18636     - "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"
18637     - "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"
18638     - "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"
18639   layout:
18640     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 ################################################################################
18644
18645 # Packet Throughput - DPDK
18646
18647 # 2n-clx-xxv710
18648
18649 - type: "plot"
18650   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18651   algorithm: "plot_perf_box_name"
18652   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18653   data: "plot-dpdk-throughput-latency-2n-clx"
18654   include:
18655     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18656     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18657   layout:
18658     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18659     layout: "plot-throughput"
18660
18661 - type: "plot"
18662   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18663   algorithm: "plot_perf_box_name"
18664   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18665   data: "plot-dpdk-throughput-latency-2n-clx"
18666   include:
18667     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18668     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18671     layout: "plot-throughput"
18672
18673 - type: "plot"
18674   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18675   algorithm: "plot_perf_box_name"
18676   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18677   data: "plot-dpdk-throughput-latency-2n-clx"
18678   include:
18679     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18680     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18681   layout:
18682     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18683     layout: "plot-throughput"
18684
18685 - type: "plot"
18686   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18687   algorithm: "plot_perf_box_name"
18688   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18689   data: "plot-dpdk-throughput-latency-2n-clx"
18690   include:
18691     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18692     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18693   layout:
18694     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18695     layout: "plot-throughput"
18696
18697 # 2n-clx-x710
18698
18699 - type: "plot"
18700   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18701   algorithm: "plot_perf_box_name"
18702   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18703   data: "plot-dpdk-throughput-latency-2n-clx"
18704   include:
18705     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18706     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18707   layout:
18708     title: "2n-clx-x710-64b-2t1c-base-ndr"
18709     layout: "plot-throughput"
18710
18711 - type: "plot"
18712   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18713   algorithm: "plot_perf_box_name"
18714   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18715   data: "plot-dpdk-throughput-latency-2n-clx"
18716   include:
18717     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18718     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18719   layout:
18720     title: "2n-clx-x710-64b-4t2c-base-ndr"
18721     layout: "plot-throughput"
18722
18723 - type: "plot"
18724   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18725   algorithm: "plot_perf_box_name"
18726   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18727   data: "plot-dpdk-throughput-latency-2n-clx"
18728   include:
18729     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18730     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18731   layout:
18732     title: "2n-clx-x710-64b-2t1c-base-pdr"
18733     layout: "plot-throughput"
18734
18735 - type: "plot"
18736   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18737   algorithm: "plot_perf_box_name"
18738   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18739   data: "plot-dpdk-throughput-latency-2n-clx"
18740   include:
18741     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18742     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18743   layout:
18744     title: "2n-clx-x710-64b-4t2c-base-pdr"
18745     layout: "plot-throughput"
18746
18747 ################################################################################
18748
18749 - type: "plot"
18750   title: "Latency by percentile: 2n-skx"
18751   algorithm: "plot_hdrh_lat_by_percentile"
18752   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18753   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18754   target-links: "../../_static/vpp"
18755   data: "plot-vpp-hdrh-lat-2n-skx"
18756   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18757   layout:
18758     layout: "plot-hdrh-latency-by-percentile"
18759
18760 - type: "plot"
18761   title: "Latency by percentile: 3n-skx"
18762   algorithm: "plot_hdrh_lat_by_percentile"
18763   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18764   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18765   target-links: "../../_static/vpp"
18766   data: "plot-vpp-hdrh-lat-3n-skx"
18767   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18768   layout:
18769     layout: "plot-hdrh-latency-by-percentile"
18770
18771 - type: "plot"
18772   title: "Latency by percentile: 2n-clx"
18773   algorithm: "plot_hdrh_lat_by_percentile"
18774   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18775   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18776   target-links: "../../_static/vpp"
18777   data: "plot-vpp-hdrh-lat-2n-clx"
18778   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18779   layout:
18780     layout: "plot-hdrh-latency-by-percentile"
18781
18782 - type: "plot"
18783   title: "Latency by percentile: 3n-hsw"
18784   algorithm: "plot_hdrh_lat_by_percentile"
18785   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18786   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18787   target-links: "../../_static/vpp"
18788   data: "plot-vpp-hdrh-lat-3n-hsw"
18789   filter: "'1T1C' and 'NIC_Intel-XL710'"
18790   layout:
18791     layout: "plot-hdrh-latency-by-percentile"
18792
18793 - type: "plot"
18794   title: "Latency by percentile: 3n-tsh"
18795   algorithm: "plot_hdrh_lat_by_percentile"
18796   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18797   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18798   target-links: "../../_static/vpp"
18799   data: "plot-vpp-hdrh-lat-3n-tsh"
18800   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18801   layout:
18802     layout: "plot-hdrh-latency-by-percentile"
18803
18804 - type: "plot"
18805   title: "Latency by percentile: DPDK 2n-skx"
18806   algorithm: "plot_hdrh_lat_by_percentile"
18807   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18808   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18809   target-links: "../../_static/dpdk"
18810   data: "plot-dpdk-hdrh-lat-2n-skx"
18811   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18812   layout:
18813     layout: "plot-hdrh-latency-by-percentile"
18814
18815 - type: "plot"
18816   title: "Latency by percentile: DPDK 3n-skx"
18817   algorithm: "plot_hdrh_lat_by_percentile"
18818   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18819   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18820   target-links: "../../_static/dpdk"
18821   data: "plot-dpdk-hdrh-lat-3n-skx"
18822   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18823   layout:
18824     layout: "plot-hdrh-latency-by-percentile"
18825
18826 - type: "plot"
18827   title: "Latency by percentile: DPDK 2n-clx"
18828   algorithm: "plot_hdrh_lat_by_percentile"
18829   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18830   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18831   target-links: "../../_static/dpdk"
18832   data: "plot-dpdk-hdrh-lat-2n-clx"
18833   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18834   layout:
18835     layout: "plot-hdrh-latency-by-percentile"
18836
18837 - type: "plot"
18838   title: "Latency by percentile: DPDK 3n-hsw"
18839   algorithm: "plot_hdrh_lat_by_percentile"
18840   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18841   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18842   target-links: "../../_static/dpdk"
18843   data: "plot-dpdk-hdrh-lat-3n-hsw"
18844   filter: "'1T1C' and 'NIC_Intel-XL710'"
18845   layout:
18846     layout: "plot-hdrh-latency-by-percentile"
18847
18848 - type: "plot"
18849   title: "Latency by percentile: DPDK 3n-tsh"
18850   algorithm: "plot_hdrh_lat_by_percentile"
18851   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18852   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18853   target-links: "../../_static/dpdk"
18854   data: "plot-dpdk-hdrh-lat-3n-tsh"
18855   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18856   layout:
18857     layout: "plot-hdrh-latency-by-percentile"