From 89e6be275715aefa8473835eb78eed309f37f2ee Mon Sep 17 00:00:00 2001 From: Stanislav Chlebec Date: Thu, 17 Jan 2019 03:15:54 -0800 Subject: Add ARM Taishan testbed33 perftest Change-Id: Iaa0e7fbca7de26c7dce8b389cc3494f628a2ecd0 Signed-off-by: Stanislav Chlebec Signed-off-by: juraj.linkes --- .../testbed-setup/ansible/roles/sut/files/taishan_workaround.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/roles/sut') diff --git a/resources/tools/testbed-setup/ansible/roles/sut/files/taishan_workaround.service b/resources/tools/testbed-setup/ansible/roles/sut/files/taishan_workaround.service index 05f865f407..246c985baa 100644 --- a/resources/tools/testbed-setup/ansible/roles/sut/files/taishan_workaround.service +++ b/resources/tools/testbed-setup/ansible/roles/sut/files/taishan_workaround.service @@ -2,8 +2,8 @@ Description=Numa node workaround configuration [Service] -ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/000a:11:00.0/numa_node' -ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/000a:11:00.1/numa_node' +ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/0000:11:00.0/numa_node' +ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/0000:11:00.1/numa_node' Type=oneshot RemainAfterExit=yes -- cgit 1.2.3-korg