public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Update lpfc to revision 15.0.0.0
@ 2026-03-31 20:59 Justin Tee
  2026-03-31 20:59 ` [PATCH 01/10] lpfc: Break out of IRQ affinity assignment when mask reaches nr_cpu_ids Justin Tee
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Justin Tee @ 2026-03-31 20:59 UTC (permalink / raw)
  To: linux-scsi; +Cc: jsmart833426, justin.tee, Justin Tee

Update lpfc to revision 15.0.0.0

This patch set adds support for the G8 ASIC found on the LPe42100 series
adapter models.

Updates are made to irq affinity assignment, mailbox command handling
related to initialization, SGL construction, firmware download
diagnostics, and the removal of an outdated performance feature.  We also
add 128G link speed selection and support.

The patches were cut against Martin's 7.1/scsi-queue tree.

Justin Tee (10):
  lpfc: Break out of IRQ affinity assignment when mask reaches
    nr_cpu_ids
  lpfc: Select mailbox rq_create cmd version based on sli4 if_type
  lpfc: Log mcqe contents for mbox commands with no context
  lpfc: Add REG_VFI mailbox cmd error handling
  lpfc: Remove deprecated PBDE feature
  lpfc: Update construction of SGL when XPSGL is enabled
  lpfc: Check ASIC_ID register to aid diagnostics during failed fw
    updates
  lpfc: Introduce 128G link speed selection and support
  lpfc: Add PCI ID support for LPe42100 series adapters
  lpfc: Update lpfc version to 15.0.0.0

 drivers/scsi/lpfc/lpfc.h           |   9 +-
 drivers/scsi/lpfc/lpfc_attr.c      |  27 +++---
 drivers/scsi/lpfc/lpfc_els.c       |  18 +++-
 drivers/scsi/lpfc/lpfc_hbadisc.c   |   4 +-
 drivers/scsi/lpfc/lpfc_hw.h        |   3 +-
 drivers/scsi/lpfc/lpfc_hw4.h       |  37 ++++----
 drivers/scsi/lpfc/lpfc_ids.h       |   4 +-
 drivers/scsi/lpfc/lpfc_init.c      |  53 ++++++++---
 drivers/scsi/lpfc/lpfc_mbox.c      |   7 +-
 drivers/scsi/lpfc/lpfc_nportdisc.c |  38 ++++----
 drivers/scsi/lpfc/lpfc_nvme.c      |  56 ++++--------
 drivers/scsi/lpfc/lpfc_nvmet.c     |  37 ++------
 drivers/scsi/lpfc/lpfc_scsi.c      | 137 ++++++++++++++---------------
 drivers/scsi/lpfc/lpfc_sli.c       |  27 ++----
 drivers/scsi/lpfc/lpfc_sli4.h      |   1 +
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 16 files changed, 225 insertions(+), 235 deletions(-)

-- 
2.38.0


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

end of thread, other threads:[~2026-04-09  2:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 20:59 [PATCH 00/10] Update lpfc to revision 15.0.0.0 Justin Tee
2026-03-31 20:59 ` [PATCH 01/10] lpfc: Break out of IRQ affinity assignment when mask reaches nr_cpu_ids Justin Tee
2026-03-31 20:59 ` [PATCH 02/10] lpfc: Select mailbox rq_create cmd version based on sli4 if_type Justin Tee
2026-03-31 20:59 ` [PATCH 03/10] lpfc: Log mcqe contents for mbox commands with no context Justin Tee
2026-03-31 20:59 ` [PATCH 04/10] lpfc: Add REG_VFI mailbox cmd error handling Justin Tee
2026-03-31 20:59 ` [PATCH 05/10] lpfc: Remove deprecated PBDE feature Justin Tee
2026-03-31 20:59 ` [PATCH 06/10] lpfc: Update construction of SGL when XPSGL is enabled Justin Tee
2026-03-31 20:59 ` [PATCH 07/10] lpfc: Check ASIC_ID register to aid diagnostics during failed fw updates Justin Tee
2026-03-31 20:59 ` [PATCH 08/10] lpfc: Introduce 128G link speed selection and support Justin Tee
2026-03-31 20:59 ` [PATCH 09/10] lpfc: Add PCI ID support for LPe42100 series adapters Justin Tee
2026-03-31 20:59 ` [PATCH 10/10] lpfc: Update lpfc version to 15.0.0.0 Justin Tee
2026-04-03  1:37 ` [PATCH 00/10] Update lpfc to revision 15.0.0.0 Martin K. Petersen
2026-04-09  2:43 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox