Re: [PATCH v2 1/2] sched: Add a new function to compare if two cpus have the same capacity

From: Bart Van Assche
Date: Fri Feb 23 2024 - 11:12:15 EST


On 2/23/24 07:57, Qais Yousef wrote:
The new helper function is needed to help blk-mq check if it needs to
dispatch the softirq on another CPU to match the performance level the
IO requester is running at. This is important on HMP systems where not
all CPUs have the same compute capacity.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>