]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-Hardware-monitoring-enhancements'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 May 2019 19:59:53 +0000 (12:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 May 2019 19:59:53 +0000 (12:59 -0700)
commitda63063611205f9dcbc37de07db2d466c162664d
treed665334ebf0c4ec2659de6bdfc2d0c15e30d09c0
parent08f65d242d3f8f7e3ff18f6deb58ab0e6a3c6b59
parent7dfd3e5779d2ba3fe7a099b7cd3ef69a66341dbe
Merge branch 'mlxsw-Hardware-monitoring-enhancements'

Ido Schimmel says:

====================
mlxsw: Hardware monitoring enhancements

This patchset from Vadim provides various hardware monitoring related
improvements for mlxsw.

Patch #1 allows querying firmware version from the switch driver when
the underlying bus is I2C. This is useful for baseboard management
controller (BMC) systems that communicate with the ASIC over I2C.

Patch #2 improves driver's performance over I2C by utilizing larger
transactions sizes, if possible.

Patch #3 re-orders driver's initialization sequence to enforce a
specific firmware version before new firmware features are utilized.
This is a prerequisite for patches #4-#6.

Patches #4-#6 expose the temperature of inter-connect devices
(gearboxes) that are present in Mellanox SN3800 systems and split
2x50Gb/s lanes to 4x25Gb/s lanes.

Patches #7-#8 reduce the transaction size when reading SFP modules
temperatures, which is crucial when working over I2C.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>