Message ID | 20200610141509.10616-1-njavali@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | qla2xxx SAN Congestion Management (SCM) support | expand |
Hi James, Could you please review v3 patch-set and let us know if it looks appropriate. We should be sending out the next set of changes (to FC Transport) in the first week of July. Thanks Shyam > On Jun 10, 2020, at 7:15 AM, Nilesh Javali <njavali@marvell.com> wrote: > > Martin, > > Please apply the updated qla2xxx patch series implementing SAN > Congestion Management (SCM) support to the scsi tree at your > earliest convenience. > > We will follow this up with another patchset to add SCM statistics to > the scsi transport fc, as recommended by James. > > v2->v3: > 1. Updated Reviewed-by tags > > v1->v2: > 1. Applied changes to address warnings highlighted by Bart. > 2. Removed data structures and functions that should be part of fc > transport, to be send out in a follow-up patchset. > 3. Changed the existing code to use definitions from fc transport > headers. > > Thanks, > Nilesh > > Shyam Sundar (2): > qla2xxx: Change in PUREX to handle FPIN ELS requests. > qla2xxx: SAN congestion management(SCM) implementation. > > drivers/scsi/qla2xxx/qla_dbg.c | 13 +- > drivers/scsi/qla2xxx/qla_def.h | 71 +++++++- > drivers/scsi/qla2xxx/qla_fw.h | 6 +- > drivers/scsi/qla2xxx/qla_gbl.h | 4 +- > drivers/scsi/qla2xxx/qla_init.c | 9 +- > drivers/scsi/qla2xxx/qla_isr.c | 291 +++++++++++++++++++++++++++----- > drivers/scsi/qla2xxx/qla_mbx.c | 64 ++++++- > drivers/scsi/qla2xxx/qla_os.c | 37 +++- > include/uapi/scsi/fc/fc_els.h | 1 + > 9 files changed, 428 insertions(+), 68 deletions(-) > > > base-commit: 47742bde281b2920aae8bb82ed2d61d890aa4f56 > -- > 2.19.0.rc0 >
yep - will do so shortly On 6/18/2020 3:46 PM, Shyam Sundar wrote: > Hi James, > Could you please review v3 patch-set and let us know if it looks appropriate. > > We should be sending out the next set of changes (to FC Transport) in the first week of July. > > Thanks > Shyam > yep - will do so shortly -- james