Re: [PATCH v2 00/13] Introduce support for multiqueue (MQ) in fnic

From: John Garry
Date: Thu Nov 02 2023 - 05:00:44 EST


On 27/10/2023 19:02, Karan Tilak Kumar wrote:
The number of IO queues to be used is stored in a configuration file
by the VIC firmware. The fNIC driver reads the configuration file and sets
the number of queues to be used. Previously, the driver was hard-coded
to use only one queue.

In looking at commit aec95e3a8ded ("scsi: fnic: Refactor code in fnic probe to initialize SCSI layer"), support to set shost->nr_hw_queues > 1 to enable MQ seems to have sneaked in already - what's going on there?

John