[dpdk] Get back to shared memory model 24/67724/2
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Tue, 30 Apr 2019 09:03:11 +0000 (13:03 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 6 May 2019 07:59:44 +0000 (11:59 +0400)
The per port model potentially requires an increase in memory
resource requirements (which is limited by labs) to support the
same number of ports and configuration as the shared port model.

Set linux:network:openvswitch:per_port_memory explicitly to true
to enable per port mempools support for DPDK devices.

Change-Id: I130885afc50e7a047f8835113d370840827ad718
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/patches/salt-formula-linux/0004-dpdk-Handle-per-port-memory-model.patch [moved from mcp/patches/salt-formula-linux/0004-dpdk-Enable-per-port-memory-model.patch with 83% similarity]
mcp/reclass/classes/system
mcp/scripts/pharos

@@ -7,19 +7,19 @@
 : http://www.apache.org/licenses/LICENSE-2.0
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 From: Michael Polenchuk <mpolenchuk@mirantis.com>
-Date: Mon, 1 Apr 2019 13:09:37 +0400
-Subject: [PATCH] [dpdk] Enable per port memory model
+Date: Tue, 30 Apr 2019 12:59:54 +0400
+Subject: [PATCH] [dpdk] Handle per port memory model
 
 
 diff --git a/linux/network/dpdk.sls b/linux/network/dpdk.sls
-index 786f7c8..48c00f5 100644
+index 786f7c8..c6f3020 100644
 --- a/linux/network/dpdk.sls
 +++ b/linux/network/dpdk.sls
 @@ -49,6 +49,7 @@ linux_network_dpdk_ovs_service:
    - unless: 'ovs-vsctl get Open_vSwitch . other_config | grep "dpdk-init=\"true\""'
+
  {%- set ovs_options = [
-+  'per-port-memory="true"',
++  'per-port-memory="'+network.openvswitch.per_port_memory|d('false')+'"',
    "pmd-cpu-mask=\""+network.openvswitch.pmd_cpu_mask+"\"",
    "dpdk-socket-mem=\""+network.openvswitch.dpdk_socket_mem+"\"",
    "dpdk-lcore-mask=\""+network.openvswitch.dpdk_lcore_mask+"\"",
index 39baa62..6176bde 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 39baa623d525cd9a7eaedb5661e6b6730f0311b5
+Subproject commit 6176bde8f5a5e3b723149830242ada46c5126e3b
index 4fd183a..fed7894 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4fd183a336dd1047f0468ae2699860c67116c2b0
+Subproject commit fed789498ee2d7b4a910c881331013d30ef623b3