mbox series

[0/2] SAN Congestion Management (SCM) statistics

Message ID 20200730061116.20111-1-njavali@marvell.com (mailing list archive)
Headers show
Series SAN Congestion Management (SCM) statistics | expand

Message

Nilesh Javali July 30, 2020, 6:11 a.m. UTC
Martin,

Please apply the attached patchset implementing the SAN Congestion
Management (SCM) statistics to the scsi tree at your earliest convenience.

Thanks,
Nilesh

Shyam Sundar (2):
  scsi: fc: Update statistics for host and rport on FPIN reception.
  scsi: fc: Update documentation of sysfs nodes for FPIN stats

 Documentation/ABI/testing/sysfs-class-fc_host |  23 +
 .../ABI/testing/sysfs-class-fc_remote_ports   |  23 +
 drivers/scsi/lpfc/lpfc_attr.c                 |   2 +
 drivers/scsi/qla2xxx/qla_attr.c               |   2 +
 drivers/scsi/scsi_transport_fc.c              | 411 +++++++++++++++++-
 include/scsi/scsi_transport_fc.h              |  34 +-
 include/uapi/scsi/fc/fc_els.h                 | 114 +++++
 7 files changed, 606 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-fc_host
 create mode 100644 Documentation/ABI/testing/sysfs-class-fc_remote_ports


base-commit: 3c330f187ea84b13a0c66311115c8fd449dd25a1

Comments

Nilesh Javali Sept. 7, 2020, 10:44 a.m. UTC | #1
A gentle reminder to review this patch set.

Thanks,
Nilesh

> -----Original Message-----
> From: Nilesh Javali <njavali@marvell.com>
> Sent: Thursday, July 30, 2020 11:41 AM
> To: martin.petersen@oracle.com
> Cc: linux-scsi@vger.kernel.org; GR-QLogic-Storage-Upstream <GR-QLogic-
> Storage-Upstream@marvell.com>
> Subject: [PATCH 0/2] SAN Congestion Management (SCM) statistics
> 
> Martin,
> 
> Please apply the attached patchset implementing the SAN Congestion
> Management (SCM) statistics to the scsi tree at your earliest convenience.
> 
> Thanks,
> Nilesh
> 
> Shyam Sundar (2):
>   scsi: fc: Update statistics for host and rport on FPIN reception.
>   scsi: fc: Update documentation of sysfs nodes for FPIN stats
> 
>  Documentation/ABI/testing/sysfs-class-fc_host |  23 +
>  .../ABI/testing/sysfs-class-fc_remote_ports   |  23 +
>  drivers/scsi/lpfc/lpfc_attr.c                 |   2 +
>  drivers/scsi/qla2xxx/qla_attr.c               |   2 +
>  drivers/scsi/scsi_transport_fc.c              | 411 +++++++++++++++++-
>  include/scsi/scsi_transport_fc.h              |  34 +-
>  include/uapi/scsi/fc/fc_els.h                 | 114 +++++
>  7 files changed, 606 insertions(+), 3 deletions(-)
>  create mode 100644 Documentation/ABI/testing/sysfs-class-fc_host
>  create mode 100644 Documentation/ABI/testing/sysfs-class-
> fc_remote_ports
> 
> 
> base-commit: 3c330f187ea84b13a0c66311115c8fd449dd25a1
> --
> 2.19.0.rc0
Martin K. Petersen Sept. 9, 2020, 2:57 a.m. UTC | #2
Nilesh,

> A gentle reminder to review this patch set.
>
>> Shyam Sundar (2):
>>   scsi: fc: Update statistics for host and rport on FPIN reception.
>>   scsi: fc: Update documentation of sysfs nodes for FPIN stats

I'm waiting for James to review these changes.
Nilesh Javali Sept. 17, 2020, 4:53 p.m. UTC | #3
James,

A gentle reminder to review the SCM statistics changes.

Thanks,
Nilesh

> -----Original Message-----
> From: Martin K. Petersen <martin.petersen@oracle.com>
> Sent: Wednesday, September 9, 2020 8:27 AM
> To: Nilesh Javali <njavali@marvell.com>
> Cc: martin.petersen@oracle.com; linux-scsi@vger.kernel.org; GR-QLogic-
> Storage-Upstream <GR-QLogic-Storage-Upstream@marvell.com>; James
> Smart <james.smart@broadcom.com>
> Subject: [EXT] Re: [PATCH 0/2] SAN Congestion Management (SCM) statistics
> 
> External Email
> 
> ----------------------------------------------------------------------
> 
> Nilesh,
> 
> > A gentle reminder to review this patch set.
> >
> >> Shyam Sundar (2):
> >>   scsi: fc: Update statistics for host and rport on FPIN reception.
> >>   scsi: fc: Update documentation of sysfs nodes for FPIN stats
> 
> I'm waiting for James to review these changes.
> 
> --
> Martin K. Petersen	Oracle Linux Engineering
Hannes Reinecke Sept. 23, 2020, 8:38 a.m. UTC | #4
On 9/17/20 6:53 PM, Nilesh Javali wrote:
> James,
> 
> A gentle reminder to review the SCM statistics changes.
> 
As James already pointed out, please separate out the first patch into 
individual pieces.

Cheers,

Hannes