All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] lpfc: Add Link Integrity FPIN registration and logging
@ 2020-02-08  0:12 James Smart
  2020-02-08  0:12 ` [PATCH 1/2] fc: Update Descriptor definition and add RDF and Link Integrity FPINs James Smart
  2020-02-08  0:12 ` [PATCH 2/2] lpfc: add RDF registration and Link Integrity FPIN logging James Smart
  0 siblings, 2 replies; 3+ messages in thread
From: James Smart @ 2020-02-08  0:12 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

This patch adds the RDF ELS to the driver to register to receive Link
Integrity FPINs from the fabric.  The driver also adds logging of the
elements contained in the FPIN before delivering it to the scsi fc
transport.

As part of the patch, the uapi/scsi/fc/fc_els.h header is updated with
the FC standards definitions for the RDF and FPIN ELS and their components.

This patch was cut against 5.7/scsi-queue

James Smart (2):
  fc: Update Descriptor definition and add RDF and Link Integrity FPINs
  lpfc: add RDF registration and Link Integrity FPIN logging

 drivers/scsi/lpfc/lpfc.h         |  29 ++++
 drivers/scsi/lpfc/lpfc_crtn.h    |   3 +-
 drivers/scsi/lpfc/lpfc_els.c     | 325 ++++++++++++++++++++++++++++++++++++---
 drivers/scsi/lpfc/lpfc_hbadisc.c |   4 +-
 drivers/scsi/lpfc/lpfc_hw.h      |   4 +-
 drivers/scsi/lpfc/lpfc_hw4.h     |  19 +++
 drivers/scsi/lpfc/lpfc_sli.c     |   1 +
 include/uapi/scsi/fc/fc_els.h    | 211 +++++++++++++++++++++++--
 8 files changed, 558 insertions(+), 38 deletions(-)

-- 
2.13.7


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-08  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-08  0:12 [PATCH 0/2] lpfc: Add Link Integrity FPIN registration and logging James Smart
2020-02-08  0:12 ` [PATCH 1/2] fc: Update Descriptor definition and add RDF and Link Integrity FPINs James Smart
2020-02-08  0:12 ` [PATCH 2/2] lpfc: add RDF registration and Link Integrity FPIN logging James Smart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.