Re: [PATCH v6 4/9] scsi: use block layer helpers to calculate num of queues
From: Ming Lei <hidden>
Date: 2025-05-09 01:50:19
Also in:
linux-block, linux-nvme, linux-scsi, lkml
From: Ming Lei <hidden>
Date: 2025-05-09 01:50:19
Also in:
linux-block, linux-nvme, linux-scsi, lkml
On Thu, Apr 24, 2025 at 08:19:43PM +0200, Daniel Wagner wrote:
Multiqueue devices should only allocate queues for the housekeeping CPUs when isolcpus=managed_irq is set.
This avoids that the isolated CPUs get disturbed with OS workload.
The above words should be removed, since that isn't what the patch is doing. Otherwise, looks fine to me: Reviewed-by: Ming Lei <redacted> Thanks, Ming