[PATCH 06/21] lpfc: Fix host reset escalation killing all IOs.

2015-04-03 Thread James Smart
Fix host reset escalation killing all IOs. SLI-3 adapters will use a new host template. The template differs from SLI-4 adapters in that it does not have an eh_host_reset_handler. Lpfc has traditionally never had a host_reset. The host reset handler was added when we ran into a stuck hardware

Re: [PATCH 06/21] lpfc: Fix host reset escalation killing all IOs.

2015-03-07 Thread James Bottomley
On Thu, 2015-02-05 at 14:23 -0500, James Smart wrote: --- This one really requires more than a one-line explanation because the one liner doesn't really describe what you've done. It looks like the description should be: Only the SLI rev 4 card has a host reset capability, so only activate it

[PATCH 06/21] lpfc: Fix host reset escalation killing all IOs.

2015-02-05 Thread James Smart
--- drivers/scsi/lpfc/lpfc_crtn.h | 1 + drivers/scsi/lpfc/lpfc_init.c | 11 --- drivers/scsi/lpfc/lpfc_scsi.c | 25 + 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index