From 285b3ef3a9250ced5dc009ec3fb33b40443e0958 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 30 Apr 2019 13:03:11 +0400 Subject: [dpdk] Get back to shared memory model 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 (cherry picked from commit 90480f70cf3d287e82830a1df157a0066807a3c9) --- mcp/reclass/classes/system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/reclass/classes/system') diff --git a/mcp/reclass/classes/system b/mcp/reclass/classes/system index 39baa623d..6176bde8f 160000 --- a/mcp/reclass/classes/system +++ b/mcp/reclass/classes/system @@ -1 +1 @@ -Subproject commit 39baa623d525cd9a7eaedb5661e6b6730f0311b5 +Subproject commit 6176bde8f5a5e3b723149830242ada46c5126e3b -- cgit 1.2.3-korg