From 5d386b3aa769d7ada86e01f86f9cc33bd2749bdd Mon Sep 17 00:00:00 2001 From: Illia Polliul Date: Sat, 15 Oct 2016 11:29:21 +0300 Subject: [PATCH] Update default setting for DPDK coremask Change-Id: I712b2ddaa3696c0e6c3ad60886342aecf0be3f3c Signed-off-by: Illia Polliul --- environment_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment_config.yaml b/environment_config.yaml index 203c1cf28..2d59641c3 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -65,7 +65,7 @@ attributes: weight: 70 type: "checkbox" vrouter_core_mask: - value: "0x3" + value: "0xf" label: "CPU pinning" description: "Hexadecimal mask that determines how many and what exactly processors will be used for dpdk vrouter" weight: 131