On 1/26/2019 1:16 AM, Hannes Reinecke wrote:
+ } else
+ shost->nr_hw_queues = 1;
/*
* Set initial can_queue value since 0 is no longer supported and
Why do you restrict full mq support to SLE-4?
The original code seems to imply that older revisions would be able to
do mq, too...
Can you add a comment here why older revisions don't support it?
Other than that:
Reviewed-by: Hannes Reinecke <hare@xxxxxxxx>
Cheers,
Hannes
Because SLi-3 has small number of queues (3) and only 1 is used FCP
traffic. Yes, the prior code had an error that had set nr_hw_queues > 1.
I have added a comment on SLi-3 to the patch.
-- james