This patch set updates the lpfc driver to revision 10.6.0.1

This is version 2.

v2 changes:
  Patch 3: Revised for review comments from Sebastian Herbszt
           Replaced double spacing with single spacing 
  Patch 6: Revised for review comments from Sebastian Herbszt
           Replaced double spacing with single spacing 
           Revised LS_RJT codes for lpfc_els_rcv_rdp()

The patches were cut against scsi-misc

-- james


James Smart (15):
  The lpfc driver does not issue RFF_ID and RFT_ID in the correct
    sequence
  Correct loss of target discovery after cable swap.
  Add support for ELS LCB.
  Correct reference counting of rport
  Fix ABORTs WQ selection in terminate_rport_io
  Add support for RDP ELS command.
  Correct reporting of vport state on fdisc command failure.
  Fix discovery issue when changing from Pt2Pt to Fabric.
  Fix to remove IRQF_SHARED flag for MSI/MSI-X vectors.
  Fix crash in vport_delete.
  Correct loss of RSCNs during array takeaway/giveback testing.
  Fix rport leak.
  Fix incorrect log message reported for empty FCF record.
  Change buffer pool empty message to miscellaneous category
  Update driver version for upstream patch set 10.6.0.1.

 drivers/scsi/lpfc/lpfc.h           |   2 +
 drivers/scsi/lpfc/lpfc_crtn.h      |   2 +
 drivers/scsi/lpfc/lpfc_disc.h      |   4 +-
 drivers/scsi/lpfc/lpfc_els.c       | 686 ++++++++++++++++++++++++++++++++++++-
 drivers/scsi/lpfc/lpfc_hbadisc.c   | 168 ++++-----
 drivers/scsi/lpfc/lpfc_hw.h        | 201 +++++++++++
 drivers/scsi/lpfc/lpfc_hw4.h       | 228 +++++++++++-
 drivers/scsi/lpfc/lpfc_init.c      |  22 +-
 drivers/scsi/lpfc/lpfc_mbox.c      | 152 ++++++++
 drivers/scsi/lpfc/lpfc_nportdisc.c |   8 +-
 drivers/scsi/lpfc/lpfc_scsi.c      |   2 +-
 drivers/scsi/lpfc/lpfc_sli.c       |  32 +-
 drivers/scsi/lpfc/lpfc_sli4.h      |  21 ++
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 drivers/scsi/lpfc/lpfc_vport.c     |   9 +-
 15 files changed, 1415 insertions(+), 124 deletions(-)

-- 
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to