commit | 9b3e0f4d4147c9718756f420875dd667dd07e050 | [log] [tgz] |
---|---|---|
author | Quinn Tran <quinn.tran@cavium.com> | Thu Dec 28 12:33:16 2017 -0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Jan 03 23:41:05 2018 -0500 |
tree | 2c1986cad825a10fbce93e7c1b69eaecc7e5259f | |
parent | f13515acdcb5a40c6e324cb00b4a1ce269a94e1f [diff] |
scsi: qla2xxx: Move work element processing out of DPC thread DPC thread can stall during switch scan due to slow switch response. This will stall other work element that needs attention. Moving work element processing and relogin logic out of DPC thread and into its own work queue. Signed-off-by: Quinn Tran <quinn.tran@cavium.com> Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>