From 9d59343a6191fbd158b1a07064774b99613c3cd1 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 12 Oct 2020 15:08:25 +0000 Subject: Infra: Enable AMD Signed-off-by: pmikus Change-Id: I3954157e91aafd370c3ac0843708903d19b84936 --- .../ansible/inventories/lf_inventory/host_vars/10.32.8.24.yaml | 8 ++++---- .../ansible/inventories/lf_inventory/host_vars/10.32.8.25.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory') diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.24.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.24.yaml index 916fb4f3c2..2296e3db00 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.24.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.24.yaml @@ -3,12 +3,12 @@ hostname: "s60-t210-sut1" grub: - isolcpus: "1-63" - nohz_full: "1-63" - rcu_nocbs: "1-63" + isolcpus: "0-15,17-31,33-47,49-63" + nohz_full: "0-15,17-31,33-47,49-63" + rcu_nocbs: "0-15,17-31,33-47,49-63" sysctl: kernel: - watchdog_cpumask: "0" + watchdog_cpumask: "0,16,32,48" vm: nr_hugepages: 8192 max_map_count: 20000 diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.25.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.25.yaml index 586182509a..441f922d4e 100644 --- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.25.yaml +++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.32.8.25.yaml @@ -3,12 +3,12 @@ hostname: "s61-t210-tg1" grub: - isolcpus: "1-63" - nohz_full: "1-63" - rcu_nocbs: "1-63" + isolcpus: "0-15,17-31,33-47,49-63" + nohz_full: "0-15,17-31,33-47,49-63" + rcu_nocbs: "0-15,17-31,33-47,49-63" sysctl: kernel: - watchdog_cpumask: "0" + watchdog_cpumask: "0,16,32,48" vm: nr_hugepages: 8192 max_map_count: 20000 -- cgit 1.2.3-korg