From: James Smart <jsmart2021@gmail.com>
To: linux-scsi@vger.kernel.org
Cc: James Smart <jsmart2021@gmail.com>
Subject: [PATCH v2 00/17] lpfc updates for 11.4.0.5
Date: Thu, 9 Nov 2017 17:08:17 -0800 [thread overview]
Message-ID: <20171110010834.4542-1-jsmart2021@gmail.com> (raw)
This patch set provides a number of bug fixes and additions to
the driver.
The patches were cut against the Martin's 4.15/scsi-queue tree.
There are no outside dependencies and are expected to be pulled
via Martins tree.
v2:
Rework patch 1 per review
Add signed-by's on other patches
James Smart (17):
lpfc: FLOGI failures are reported when connected to a private loop.
lpfc: Expand WQE capability of every NVME hardware queue
lpfc: Handle XRI_ABORTED_CQE in soft IRQ
lpfc: Fix crash after bad bar setup on driver attachment
lpfc: Fix NVME LS abort_xri
lpfc: Raise maximum NVME sg list size for 256 elements
lpfc: Driver fails to detect direct attach storage array
lpfc: Fix display for debugfs queInfo
lpfc: Adjust default value of lpfc_nvmet_mrq
lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
lpfc: Linux LPFC driver does not process all RSCNs
lpfc: correct port registrations with nvme_fc
lpfc: Correct driver deregistrations with host nvme transport
lpfc: Fix crash during driver unload with running nvme traffic
lpfc: Fix driver handling of nvme resources during unload
lpfc: small sg cnt cleanup
lpfc: update driver version to 11.4.0.5
drivers/scsi/lpfc/lpfc.h | 4 +-
drivers/scsi/lpfc/lpfc_attr.c | 13 ++-
drivers/scsi/lpfc/lpfc_crtn.h | 2 +
drivers/scsi/lpfc/lpfc_ct.c | 19 +++
drivers/scsi/lpfc/lpfc_debugfs.c | 16 +--
drivers/scsi/lpfc/lpfc_disc.h | 2 +
drivers/scsi/lpfc/lpfc_els.c | 71 ++++++------
drivers/scsi/lpfc/lpfc_hbadisc.c | 31 +++--
drivers/scsi/lpfc/lpfc_hw4.h | 6 +-
drivers/scsi/lpfc/lpfc_init.c | 243 +++++++++++++++++++++++++--------------
drivers/scsi/lpfc/lpfc_nvme.c | 227 +++++++++++++++++++++++++++++++++---
drivers/scsi/lpfc/lpfc_nvme.h | 5 +-
drivers/scsi/lpfc/lpfc_nvmet.c | 13 ++-
drivers/scsi/lpfc/lpfc_nvmet.h | 4 +
drivers/scsi/lpfc/lpfc_sli.c | 169 ++++++++++++++-------------
drivers/scsi/lpfc/lpfc_sli4.h | 10 +-
drivers/scsi/lpfc/lpfc_version.h | 2 +-
17 files changed, 588 insertions(+), 249 deletions(-)
--
2.13.1
next reply other threads:[~2017-11-10 1:08 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-10 1:08 James Smart [this message]
2017-11-10 1:08 ` [PATCH v2 01/17] lpfc: FLOGI failures are reported when connected to a private loop James Smart
2017-11-20 13:17 ` Hannes Reinecke
2017-11-10 1:08 ` [PATCH v2 02/17] lpfc: Expand WQE capability of every NVME hardware queue James Smart
2017-11-10 1:08 ` [PATCH v2 03/17] lpfc: Handle XRI_ABORTED_CQE in soft IRQ James Smart
2017-11-10 1:08 ` [PATCH v2 04/17] lpfc: Fix crash after bad bar setup on driver attachment James Smart
2017-11-10 1:08 ` [PATCH v2 05/17] lpfc: Fix NVME LS abort_xri James Smart
2017-11-10 1:08 ` [PATCH v2 06/17] lpfc: Raise maximum NVME sg list size for 256 elements James Smart
2017-11-10 1:08 ` [PATCH v2 07/17] lpfc: Driver fails to detect direct attach storage array James Smart
2017-11-10 1:08 ` [PATCH v2 08/17] lpfc: Fix display for debugfs queInfo James Smart
2017-11-10 1:08 ` [PATCH v2 09/17] lpfc: Adjust default value of lpfc_nvmet_mrq James Smart
2017-11-10 1:08 ` [PATCH v2 10/17] lpfc: Fix ndlp ref count for pt2pt mode issue RSCN James Smart
2017-11-20 13:18 ` Hannes Reinecke
2017-11-10 1:08 ` [PATCH v2 11/17] lpfc: Linux LPFC driver does not process all RSCNs James Smart
2017-11-20 13:25 ` Hannes Reinecke
2017-11-10 1:08 ` [PATCH v2 12/17] lpfc: correct port registrations with nvme_fc James Smart
2017-11-20 13:26 ` Hannes Reinecke
2017-11-10 1:08 ` [PATCH v2 13/17] lpfc: Correct driver deregistrations with host nvme transport James Smart
2017-11-20 13:29 ` Hannes Reinecke
2017-11-10 1:08 ` [PATCH v2 14/17] lpfc: Fix crash during driver unload with running nvme traffic James Smart
2017-11-20 13:30 ` Hannes Reinecke
2017-11-10 1:08 ` [PATCH v2 15/17] lpfc: Fix driver handling of nvme resources during unload James Smart
2017-11-20 13:33 ` Hannes Reinecke
2017-11-10 1:08 ` [PATCH v2 16/17] lpfc: small sg cnt cleanup James Smart
2017-11-20 13:34 ` Hannes Reinecke
2017-11-10 1:08 ` [PATCH v2 17/17] lpfc: update driver version to 11.4.0.5 James Smart
2017-11-20 13:40 ` Hannes Reinecke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171110010834.4542-1-jsmart2021@gmail.com \
--to=jsmart2021@gmail.com \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).