diff options
author | Tim Rozet <trozet@redhat.com> | 2016-10-28 02:14:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-28 02:14:48 +0000 |
commit | 97b3ac02dce8786759e17008b6521dfdebdd24f9 (patch) | |
tree | 4fa9b4d044fc92527b520e725a4ce4ca2705df2e /config/deploy/os-nosdn-fdio-noha.yaml | |
parent | 957b2c8f6569ec7454569a3767b4ee8161c092e0 (diff) | |
parent | 6fd923895a663923f0569078eceb3818373b3e1d (diff) |
Merge "Add support for isolcpu and VPP thread pinning"
Diffstat (limited to 'config/deploy/os-nosdn-fdio-noha.yaml')
-rw-r--r-- | config/deploy/os-nosdn-fdio-noha.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/deploy/os-nosdn-fdio-noha.yaml b/config/deploy/os-nosdn-fdio-noha.yaml index 4d27ae87..660237d6 100644 --- a/config/deploy/os-nosdn-fdio-noha.yaml +++ b/config/deploy/os-nosdn-fdio-noha.yaml @@ -15,9 +15,19 @@ deploy_options: kernel: hugepages: 1024 hugepagesz: 2M + isolcpus: 1,2 + vpp: + main-core: 1 + corelist-workers: 2 + uio-driver: uio_pci_generic Compute: kernel: hugepagesz: 2M hugepages: 2048 intel_iommu: 'on' iommu: pt + isolcpus: 1,2 + vpp: + main-core: 1 + corelist-workers: 2 + uio-driver: uio_pci_generic |