mbox series

[v3,0/5] SAN Congestion Management (SCM) statistics

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

Message

Nilesh Javali Oct. 21, 2020, 9:27 a.m. UTC
Martin,

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

v2->v3:
Incorporate review comments for patch v2 3/5.
Added Reviewed-by tag for other patches.

v1->v2:
Further break down patches based on functionality.
Remove dependency on LLDs for remote port FPIN statistics.
Optimize fc_find_rport_by_wwpn implementation.
Name changes to multiple variables/structure elements based on review
comments.

Thanks,
Nilesh

Shyam Sundar (5):
  scsi: fc: Update formal FPIN descriptor definitions
  scsi: fc: Add FPIN statistics to fc_host and fc_rport objects
  scsi: fc: Parse FPIN packets and update statistics
  scsi: fc: Add mechanism to update FPIN signal statistics
  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/scsi_transport_fc.c              | 415 ++++++++++++++++++
 include/scsi/scsi_transport_fc.h              |  36 ++
 include/uapi/scsi/fc/fc_els.h                 | 114 ++++-
 5 files changed, 610 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-fc_host
 create mode 100644 Documentation/ABI/testing/sysfs-class-fc_remote_ports


base-commit: 1ef16a407f544408d3559e4de2ed05591df4da75

Comments

Martin K. Petersen Oct. 26, 2020, 10:07 p.m. UTC | #1
Nilesh,

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

Applied to 5.11/scsi-staging, thanks!
Martin K. Petersen Nov. 11, 2020, 2:59 a.m. UTC | #2
On Wed, 21 Oct 2020 02:27:10 -0700, Nilesh Javali wrote:

> Martin,
> 
> Please apply the attached patchset implementing the SAN Congestion
> Management (SCM) statistics to the scsi tree at your earliest
> convenience.
> 
> v2->v3:
> Incorporate review comments for patch v2 3/5.
> Added Reviewed-by tag for other patches.
> 
> [...]

Applied to 5.11/scsi-queue, thanks!

[1/5] scsi: fc: Update formal FPIN descriptor definitions
      https://git.kernel.org/mkp/scsi/c/874163aab75a
[2/5] scsi: fc: Add FPIN statistics to fc_host and fc_rport objects
      https://git.kernel.org/mkp/scsi/c/547aab51a914
[3/5] scsi: fc: Parse FPIN packets and update statistics
      https://git.kernel.org/mkp/scsi/c/3dcfe0de5a97
[4/5] scsi: fc: Add mechanism to update FPIN signal statistics
      https://git.kernel.org/mkp/scsi/c/846101960fdb
[5/5] scsi: fc: Update documentation of sysfs nodes for FPIN stats
      https://git.kernel.org/mkp/scsi/c/434ee4251950