+0
−9
Loading
cpumask can be changed by spdk_thread_set_cpumask() during the time that event takes before it arrives on _schedule_thread() function, which would make the function assert(false), even though that is ~ok~. Currently, that can happen right after thread is created or between two successive calls to spdk_thread_set_cpumask(). But most importantly, it will constantly happen if we introduce rescheduler. This patch just disables the check for now. Change-Id: Ie6dfe22d6eff2c908c367d1311436cc6769a6960 Signed-off-by:Vitaliy Mysak <vitaliy.mysak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3905 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>