scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllers
authorShivasharan S <shivasharan.srikanteshwara@broadcom.com>
Wed, 14 Feb 2018 08:10:52 +0000 (00:10 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Mar 2018 10:01:21 +0000 (11:01 +0100)
commit23e73e2ab4d29b481eda0026ea3266b2360b1480
tree29a5760ff863f65ca845174276ccd04b0551027c
parent8096079403628e532af7152ce7a6aebf46900f62
scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllers

commit 9ff97fa8db94caeab59a3c5401e975df468b4d8e upstream.

Problem Statement: Sending I/O through 32 bit descriptors to Ventura series of
controller results in IO timeout on certain conditions.

This error only occurs on systems with high I/O activity on Ventura series
controllers.

Changes in this patch will prevent driver from using 32 bit descriptor and use
64 bit Descriptors.

Cc: <stable@vger.kernel.org>
Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com>
Signed-off-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/megaraid/megaraid_sas_fusion.c