]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: smartpqi: Use host-wide tag space
authorDon Brace <don.brace@microchip.com>
Thu, 11 Mar 2021 20:14:57 +0000 (14:14 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 May 2021 06:37:25 +0000 (08:37 +0200)
commit7f875b7e3c9363bd5ad973ca394d36577c2287b1
tree80555413789b0cdd116414913c2b56f9b19bac24
parent25a47e9cc8492c26885f76dda070c3132be538f1
scsi: smartpqi: Use host-wide tag space

[ Upstream commit c6d3ee209b9e863c6251f72101511340451ca324 ]

Correct SCSI midlayer sending more requests than exposed host queue depth
causing firmware ASSERT and lockup issues by enabling host-wide tags.

Note: This also results in better performance.

Link: https://lore.kernel.org/r/161549369787.25025.8975999483518581619.stgit@brunhilda
Suggested-by: Ming Lei <ming.lei@redhat.com>
Suggested-by: John Garry <john.garry@huawei.com>
Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
Reviewed-by: Scott Teel <scott.teel@microchip.com>
Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
Signed-off-by: Don Brace <don.brace@microchip.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/smartpqi/smartpqi_init.c