diff options
Diffstat (limited to 'config/deploy/os-odl_l2-fdio-noha.yaml')
-rw-r--r-- | config/deploy/os-odl_l2-fdio-noha.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/deploy/os-odl_l2-fdio-noha.yaml b/config/deploy/os-odl_l2-fdio-noha.yaml index f323e2cd..15942fd6 100644 --- a/config/deploy/os-odl_l2-fdio-noha.yaml +++ b/config/deploy/os-odl_l2-fdio-noha.yaml @@ -10,3 +10,19 @@ deploy_options: sfc: false vpn: false vpp: true + dataplane: fdio + performance: + Controller: + kernel: + hugepages: 1024 + hugepagesz: 2M + intel_iommu: 'on' + iommu: pt + Compute: + nova: + libvirtpin: 1 + kernel: + hugepagesz: 2M + hugepages: 4096 + intel_iommu: 'on' + iommu: pt |