Loading
scheduler/dynamic: rename _is_core_over_limit()
Rename it to _is_core_at_limit(). This function currently returns true if the core is at the limit (instead of over the limit) which is really the semantics that we want - so just change the name of the function to make it more precise. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Idf815f67c71463c3b98bc00211aafdc291abdbd2 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9582 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>