On 4/13/24 04:48, Avri Altman wrote:
+ nutrs = (hba->capabilities & MASK_TRANSFER_REQUESTS_SLOTS) + 1;Isn't this already hba->nutrs?
Enabling MCQ causes the value of NUTRS to change.
+ WARN_ONCE(nutrs < 32, "nutrs: %d < 32\n", nutrs);redundant
Why is this considered redundant? Thanks, Bart.