]> git.karo-electronics.de Git - karo-tx-linux.git/commit
isci: Added timeouts to RNC suspensions in the abort path.
authorJeff Skirvin <jeffrey.d.skirvin@intel.com>
Fri, 9 Mar 2012 06:42:06 +0000 (22:42 -0800)
committerDan Williams <dan.j.williams@intel.com>
Fri, 13 Apr 2012 07:14:36 +0000 (00:14 -0700)
commite6f601fe29dc6bc19c86de1512fe0d090151ccfd
tree3ab364472a9ab2fb6d84f7832cb7e0e964283565
parent1cf05011eea7c113b956e36b976b9468ecca9e72
isci: Added timeouts to RNC suspensions in the abort path.

This change adds timeouts to the RNC suspension wait.  It makes the
suspend and resume timeouts the same.

The previous resume timeout of 5 ms was too short, and timeouts were
seen in resumptions of devices in the abort task/LUN reset path - which
would receive an RNC resumed message within a tenth of a second later.

Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/scsi/isci/remote_device.c
drivers/scsi/isci/remote_node_context.c