On 25/09/2020 07:16, Viswas G wrote:
From: Viswas G<Viswas.G@xxxxxxxxxxxxx> The number of supported Inbound and outbound queues is increased to 64, and the number of queues used are decided based on number of CPU cores online and number of msix allocated. Added locks per queue instead of global lock. Signed-off-by: Viswas G<Viswas.G@xxxxxxxxxxxxx> Signed-off-by: Ruksar Devadi<Ruksar.devadi@xxxxxxxxxxxxx>
In this series https://lore.kernel.org/linux-scsi/655385f6-ac59-da3b-11f9-1f8382e5c35b@xxxxxxxxxx/T/#m174b66e43cb437b3fd0845742be6b011a69abb11, we allow the LLDD to expose hw queues to the upper layer for when the host requires a unique hostwide tag (which pm80xx seems to). This has certain advantages.
Have you considered making a similar change here? Thanks, John