mbox series

[00/25] qla2xxx: Updates for the driver

Message ID 20200212214436.25532-1-hmadhani@marvell.com (mailing list archive)
Headers show
Series qla2xxx: Updates for the driver | expand

Message

Himanshu Madhani Feb. 12, 2020, 9:44 p.m. UTC
Hi Martin, 

This series addes enhancements to the driver in the area of FDMI
commands and adding support for RDP command. This series also
adds support for Beacon LED/D-Port SysFS nodes. 

There are few other patches which are cleanup to improve readability
as well as consolidates code.  

Please apply this series to 5.7.0/scsi-misc at your earliest convenience.

Thanks,
Himanshu

Anil Gurumurthy (1):
  qla2xxx: Remove all DIX-0 references

Himanshu Madhani (8):
  qla2xxx: Display message for FCE enabled
  qla2xxx: Show correct port speed capabilities for RDP command
  qla2xxx: Fix RDP response size
  qla2xxx: Save rscn_gen for new fcport
  qla2xxx: Fix control flags for login/logout IOCB
  qla2xxx: Add fixes for mailbox command
  qla2xxx: Use QLA_FW_STOPPED macro to propagate flag
  qla2xxx: Update driver version to 10.01.00.24-k

Joe Carnuccio (15):
  qla2xxx: Add beacon LED config sysfs interface
  qla2xxx: Move free of fcport out of interrupt context
  qla2xxx: Add sysfs node for D-Port Diagnostics AEN data
  qla2xxx: Add endianizer macro calls to fc host stats
  qla2xxx: Add changes in preparation for vendor extended FDMI/RDP
  qla2xxx: Add vendor extended RDP additions and amendments
  qla2xxx: Add ql2xrdpenable module parameter for RDP
  qla2xxx: Add vendor extended FDMI commands
  qla2xxx: Cleanup ELS/PUREX iocb fields
  qla2xxx: Add deferred queue for processing ABTS and RDP
  qla2xxx: Handle cases for limiting RDP response payload length
  qla2xxx: Use endian macros to assign static fields in fwdump header
  qla2xxx: Correction to selection of loopback/echo test
  qla2xxx: Fix qla2x00_echo_test() based on ISP type
  qla2xxx: Print portname for logging in qla24xx_logio_entry()

Quinn Tran (1):
  qla2xxx: Use correct ISP28xx active FW region

 drivers/scsi/qla2xxx/qla_attr.c    |  136 ++-
 drivers/scsi/qla2xxx/qla_bsg.c     |   27 +-
 drivers/scsi/qla2xxx/qla_def.h     |  357 +++++---
 drivers/scsi/qla2xxx/qla_fw.h      |  170 +++-
 drivers/scsi/qla2xxx/qla_gbl.h     |   19 +-
 drivers/scsi/qla2xxx/qla_gs.c      | 1703 ++++++++++++++++--------------------
 drivers/scsi/qla2xxx/qla_init.c    |   51 +-
 drivers/scsi/qla2xxx/qla_iocb.c    |   20 +-
 drivers/scsi/qla2xxx/qla_isr.c     |  179 +++-
 drivers/scsi/qla2xxx/qla_mbx.c     |  257 +++++-
 drivers/scsi/qla2xxx/qla_mid.c     |   10 +
 drivers/scsi/qla2xxx/qla_os.c      |  648 +++++++++++++-
 drivers/scsi/qla2xxx/qla_tmpl.c    |   17 +-
 drivers/scsi/qla2xxx/qla_version.h |    2 +-
 14 files changed, 2453 insertions(+), 1143 deletions(-)

Comments

Martin K. Petersen Feb. 21, 2020, 11:33 p.m. UTC | #1
Himanshu,

> This series addes enhancements to the driver in the area of FDMI
> commands and adding support for RDP command. This series also adds
> support for Beacon LED/D-Port SysFS nodes.
>
> There are few other patches which are cleanup to improve readability
> as well as consolidates code.  
>
> Please apply this series to 5.7.0/scsi-misc at your earliest
> convenience.

Applied to 5.7/scsi-queue. This series lit up like a Xmas tree in
checkpatch. Next time, please verify before posting.
Himanshu Madhani Feb. 24, 2020, 4:36 p.m. UTC | #2
On 2/21/20, 5:33 PM, "linux-scsi-owner@vger.kernel.org on behalf of Martin K. Petersen" <linux-scsi-owner@vger.kernel.org on behalf of martin.petersen@oracle.com> wrote:

    
    Himanshu,
    
    > This series addes enhancements to the driver in the area of FDMI
    > commands and adding support for RDP command. This series also adds
    > support for Beacon LED/D-Port SysFS nodes.
    >
    > There are few other patches which are cleanup to improve readability
    > as well as consolidates code.  
    >
    > Please apply this series to 5.7.0/scsi-misc at your earliest
    > convenience.
    
    Applied to 5.7/scsi-queue. This series lit up like a Xmas tree in
    checkpatch. Next time, please verify before posting.
  
Will do. 

Thanks,
Himanshu
  
    -- 
    Martin K. Petersen	Oracle Linux Engineering
Bart Van Assche Feb. 25, 2020, 4:32 a.m. UTC | #3
On 2020-02-21 15:33, Martin K. Petersen wrote:
> Applied to 5.7/scsi-queue. This series lit up like a Xmas tree in
> checkpatch. Next time, please verify before posting.

Hi Martin,

Have these changes already been pushed out? It seems like it has been a
few days since your 5.7/scsi-queue branch has been published:

$ git fetch mkp-scsi && git show mkp-scsi/5.7/scsi-queue | head
commit b417107a659e9745f9ff905196ddff70cbe4eaa7
Author: Gustavo A. R. Silva <gustavo@embeddedor.com>
Date:   Wed Feb 12 18:02:11 2020 -0600

    scsi: advansys: Replace zero-length array with flexible-array member

Thanks,

Bart.