Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: I2C/SMBus support for getting transceiver information #61

Open
laf0rge opened this issue Jul 17, 2024 · 0 comments
Open

Comments

@laf0rge
Copy link

laf0rge commented Jul 17, 2024

This Linux driver does not expose the SMBus/I2C via the standard linux kernel features, so ethtool --module-info is not supported.

On the other hand, it seems the open source DPDK driver released by Aquantia does support this feature, so it would be great if this could be added to the Linux driver, too.

The purpoose would be to detect the SFP transceiver type used, as well as the laser output power, receive power level, alarms, etc. - an example output of this is seen at https://docs.nvidia.com/networking-ethernet-software/cumulus-linux-40/Monitoring-and-Troubleshooting/Troubleshooting-Network-Interfaces/Monitoring-Interfaces-and-Transceivers-Using-ethtool/#monitor-switch-port-sfpqsfp-hardware-information-using-ethtool

AFAICT, all that is needed for making this wealth of information available is to expose I2C/SMbus operations in the driver - all the decoding / parsing is generic and implemented by higher layer tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant