Re: [PATCH 16/19] lpfc: Treat SCSI Write operation Underruns as an error

2018-01-29 Thread Hannes Reinecke
On 01/24/2018 11:45 PM, James Smart wrote: > Currently, write underruns (mismatch of amount transferred vs scsi > status and its residual) detected by the adapter are not being > flagged as an error. Its expected the target controls the data > transfer and would appropriately set the RSP values.

[PATCH 16/19] lpfc: Treat SCSI Write operation Underruns as an error

2018-01-24 Thread James Smart
Currently, write underruns (mismatch of amount transferred vs scsi status and its residual) detected by the adapter are not being flagged as an error. Its expected the target controls the data transfer and would appropriately set the RSP values. Only read underruns are treated as errors. Revise