mbox series

[0/6] lpfc: Update lpfc to revision 14.0.0.0

Message ID 20210722221721.74388-1-jsmart2021@gmail.com
Headers show
Series lpfc: Update lpfc to revision 14.0.0.0 | expand

Message

James Smart July 22, 2021, 10:17 p.m. UTC
Update lpfc to revision 14.0.0.0

This patch set adds support for the new G7+ ASIC found on the LPe37xxx
and LPe38xxx adapter models.

The set:
- Adds support for the new PCI ID's
- Corrects a bug found due to higher resource counts
- Rather than patching in new PCI ID's to capability checks, refactor
  to pick up the ASIC Family values which automatically picks up the
  new chip.
- Add in 256 Link support, which can now be seen on trunk links

The patches were cut against Martin's 5.15/scsi-staging tree


James Smart (6):
  lpfc: Add pci id support for LPe37000/LPe38000 series adapters
  lpfc: Fix cq_id truncation in rq create
  lpfc: Revise Topology and RAS support checks for new adapters
  lpfc: Add 256Gb link speed support
  lpfc: Update lpfc version to 14.0.0.0
  lpfc: Copyright updates for 14.0.0.0 patches

 drivers/scsi/lpfc/lpfc_attr.c    | 17 +++++++++----
 drivers/scsi/lpfc/lpfc_ct.c      |  5 ++++
 drivers/scsi/lpfc/lpfc_els.c     |  8 ++++++
 drivers/scsi/lpfc/lpfc_hbadisc.c |  1 +
 drivers/scsi/lpfc/lpfc_hw.h      |  3 ++-
 drivers/scsi/lpfc/lpfc_hw4.h     |  6 ++++-
 drivers/scsi/lpfc/lpfc_ids.h     |  4 ++-
 drivers/scsi/lpfc/lpfc_init.c    | 42 +++++++++++++++++++++-----------
 drivers/scsi/lpfc/lpfc_mbox.c    |  5 ++--
 drivers/scsi/lpfc/lpfc_scsi.c    |  8 ++----
 drivers/scsi/lpfc/lpfc_scsi.h    |  6 ++++-
 drivers/scsi/lpfc/lpfc_version.h |  2 +-
 12 files changed, 75 insertions(+), 32 deletions(-)

Comments

Martin K. Petersen July 27, 2021, 2:59 a.m. UTC | #1
James,

> Update lpfc to revision 14.0.0.0


Applied to 5.15/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
James Smart July 27, 2021, 8:36 p.m. UTC | #2
On 7/26/2021 7:59 PM, Martin K. Petersen wrote:
> 

> James,

> 

>> Update lpfc to revision 14.0.0.0

> 

> Applied to 5.15/scsi-staging, thanks!

> 


Hey Martin,

Thanks for keeping us rolling.. :)

-- james
Martin K. Petersen July 29, 2021, 3:38 a.m. UTC | #3
On Thu, 22 Jul 2021 15:17:15 -0700, James Smart wrote:

> Update lpfc to revision 14.0.0.0

> 

> This patch set adds support for the new G7+ ASIC found on the LPe37xxx

> and LPe38xxx adapter models.

> 

> The set:

> - Adds support for the new PCI ID's

> - Corrects a bug found due to higher resource counts

> - Rather than patching in new PCI ID's to capability checks, refactor

>   to pick up the ASIC Family values which automatically picks up the

>   new chip.

> - Add in 256 Link support, which can now be seen on trunk links

> 

> [...]


Applied to 5.15/scsi-queue, thanks!

[1/6] lpfc: Add pci id support for LPe37000/LPe38000 series adapters
      https://git.kernel.org/mkp/scsi/c/f449a3d7a153
[2/6] lpfc: Fix cq_id truncation in rq create
      https://git.kernel.org/mkp/scsi/c/df3d78c3eb4e
[3/6] lpfc: Revise Topology and RAS support checks for new adapters
      https://git.kernel.org/mkp/scsi/c/f6c5e6c4561d
[4/6] lpfc: Add 256Gb link speed support
      https://git.kernel.org/mkp/scsi/c/bfc477854a42
[5/6] lpfc: Update lpfc version to 14.0.0.0
      https://git.kernel.org/mkp/scsi/c/95518cabe119
[6/6] lpfc: Copyright updates for 14.0.0.0 patches
      https://git.kernel.org/mkp/scsi/c/45e524d61ec4

-- 
Martin K. Petersen	Oracle Linux Engineering