]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-Add-support-for-QSFP-DD-transceiver-type'
authorDavid S. Miller <davem@davemloft.net>
Tue, 28 Jul 2020 20:28:02 +0000 (13:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jul 2020 20:28:02 +0000 (13:28 -0700)
commit4e9da98e6a0b7d5bdbd74dcb40f34ba2cf24677a
tree6dd6fdef0df63cad7fb76f8eb1e6ceb9bfacbc94
parent5abedb00e9b34dff5ab5fd727a983fb88cc4440a
parenteb029e9b731bbd0eab75fc7971c50ea8430a63be
Merge branch 'mlxsw-Add-support-for-QSFP-DD-transceiver-type'

Ido Schimmel says:

====================
mlxsw: Add support for QSFP-DD transceiver type

This patch set from Vadim adds support for Quad Small Form Factor
Pluggable Double Density (QSFP-DD) modules in mlxsw.

Patch #1 enables dumping of QSFP-DD module information through ethtool.

Patch #2 enables reading of temperature thresholds from QSFP-DD modules
for hwmon and thermal zone purposes.

Changes since v1 [1]:

Only rebase on top of net-next. After discussing with Andrew and Adrian
we agreed that current approach is OK and that in the future we can
follow Andrew's suggestion to "make a new API where user space can
request any pages it want, and specify the size of the page". This
should allow us "to work around known issues when manufactures get their
EEPROM wrong".

[1] https://lore.kernel.org/netdev/20200626144724.224372-1-idosch@idosch.org/#t
====================

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