From 56e225fa5a05f9f8e0eee7ebbbf8035f84ff5e44 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Thu, 14 Dec 2017 04:29:06 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/yardstick from branch 'stable/euphrates' - Merge "NSB: Fix IndexError in pin_vcpu_for_perf" into stable/euphrates - NSB: Fix IndexError in pin_vcpu_for_perf This addresses the IndexError in Standalone SRIOV/OVSDPDK context. The correct sys_cpu number should be sys_cpu-1 Error: threads = "%s-%s" % (soc_cpu[socket][sys_cpu], soc_cpu[socket][-1]) IndexError: list index out of range Tested platform: (Hyper-Threading disabled) NUMA node0 CPU(s): 0-21 NUMA node1 CPU(s): 22-43 With socket equal to 0, sys_cpu value was 22 which resulted to IndexError. Change-Id: I36b045cacce4caff4b5ddafaa9b6737f1c6df0a1 Signed-off-by: Dino Simeon Madarang Reviewed-by: Alain Jebara Reviewed-by: Deepak S Reviewed-by: Ross Brattain Reviewed-by: Edward MacGillivray (cherry picked from commit 78fff64b00e255d7e4624bcc62faddc0d135e5a2) --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 01f4b78ff..7504787fe 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 01f4b78ff76fff311a7a453d6d8d90f318847c7c +Subproject commit 7504787fe62ad20e4237624440911bcde77b4393 -- 2.16.6