Re: [PATCH v3 14/17] lpfc: Correct panics with eh_timeout and eh_deadline

2016-10-14 Thread Hannes Reinecke
On 10/14/2016 12:06 AM, James Smart wrote: > > Correct panics with eh_timeout and eh_deadline > > We were having double completions on our SLI-3 version of adapters. > Solved by clearing our command pointer before calling scsi_done. > > The eh paths potentially ran simulatenously and would see

[PATCH v3 14/17] lpfc: Correct panics with eh_timeout and eh_deadline

2016-10-13 Thread James Smart
Correct panics with eh_timeout and eh_deadline We were having double completions on our SLI-3 version of adapters. Solved by clearing our command pointer before calling scsi_done. The eh paths potentially ran simulatenously and would see the non-null value and invoke scsi_done again.