Loading
scheduler: Don't use main core for new thread if it is too busy
We don't want to make main core 100% busy, so don't move thread to it if thread busy time is higher than main core idle time. Signed-off-by:Maciej Szwed <maciej.szwed@intel.com> Change-Id: Ib521ac0d8959ec8062322ff7b2ad587d85ccada5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5638 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com>