Loading
example/nvmf: Enlarge critical section guarded by g_mutex in nvmf_schedule_spdk_thread()
nvmf_schedule_spdk_thread() is not so performance critical but should work as designed. Guard the whole operation to decide the target core by g_mutex. This matches the reactor's _reactor_schedule_thread(). If _reactor_schedule_thread() is refined, change this accordingly too. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I9382230577442897d4d2d22b85b1ae4edd77aa98 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2536 Community-CI: Mellanox Build Bot Community-CI: Broadcom CI Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>