Re: [PATCH 2/5] blk-mq: add number of queue calc helper

From: Chaitanya Kulkarni
Date: Wed Jun 25 2025 - 00:38:04 EST


On 6/17/25 06:43, Daniel Wagner wrote:
> Add two variants of helper functions that calculate the correct number
> of queues to use. Two variants are needed because some drivers base
> their maximum number of queues on the possible CPU mask, while others
> use the online CPU mask.
>
> Reviewed-by: Christoph Hellwig<hch@xxxxxx>
> Reviewed-by: Hannes Reinecke<hare@xxxxxxx>
> Reviewed-by: Ming Lei<ming.lei@xxxxxxxxxx>
> Signed-off-by: Daniel Wagner<wagi@xxxxxxxxxx>

Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck