Re: [PATCH 4/4] lpfc: add support for posting FC events on FPIN reception

2019-04-08 Thread Ewan D. Milne
On Fri, 2019-04-05 at 16:04 -0700, James Smart wrote: > This patch adds support to recognize FPIN ELS's that are received. > When one is received, the fc transport will be called to handle the > the FPIN. > > Signed-off-by: James Smart > --- > drivers/scsi/lpfc/lpfc_els.c | 8 > drivers

[PATCH 4/4] lpfc: add support for posting FC events on FPIN reception

2019-04-05 Thread James Smart
This patch adds support to recognize FPIN ELS's that are received. When one is received, the fc transport will be called to handle the the FPIN. Signed-off-by: James Smart --- drivers/scsi/lpfc/lpfc_els.c | 8 drivers/scsi/lpfc/lpfc_hw.h | 4 2 files changed, 12 insertions(+) dif