diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-04-01 19:04:00 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-04-02 17:37:46 +0400 |
commit | 3c83de3afaebc2deb14deafdc99e999dc33f9340 (patch) | |
tree | dbbc2241c391370dbed52bd9e993126a23be42c4 /mcp/config/scenario/os-odl-ovs-noha.yaml | |
parent | 7a31d776d4bdf122d4c4c8f732304cc83621bdd6 (diff) |
[dpdk] Enable per port memory model
The per port memory model provides a more transparent memory usage model
and avoids pool exhaustion due to competing memory requirements for
interfaces. (http://docs.openvswitch.org/en/latest/topics/dpdk/memory/)
Change-Id: I5add0f49cdcdf2fc3d24affee10a275abe3ca46a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config/scenario/os-odl-ovs-noha.yaml')
-rw-r--r-- | mcp/config/scenario/os-odl-ovs-noha.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mcp/config/scenario/os-odl-ovs-noha.yaml b/mcp/config/scenario/os-odl-ovs-noha.yaml index 0acb5d213..85f74f22f 100644 --- a/mcp/config/scenario/os-odl-ovs-noha.yaml +++ b/mcp/config/scenario/os-odl-ovs-noha.yaml @@ -9,7 +9,6 @@ cluster: domain: mcp-odl-noha.local states: - - dpdk - opendaylight - openstack_noha - neutron_gateway |