-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support reading/writing module EEPROM by page and offset #1475
Support reading/writing module EEPROM by page and offset #1475
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Junchao-Mellanox PR still in draft?
Hi @prgeor , it is mostly done, won't have major change. |
@Junchao-Mellanox if no more change, please remove draft? |
Hi @mihirpat1 , I fixed all comments, could you please review again? |
Hi @mihirpat1 , could you please help approve again? I just made a very minor change. |
fb52ce5
… into read-write-eeprom
@Junchao-Mellanox thanks for handling PR comments. @prgeor can you please review if all good approve so we can merge? |
Overview
CLI sfputil shall be extended to support reading/writing cable EEPROM by page and offset. This implementation is based on existing platform API
sfp.read_eeprom
andsfp.write_eeprom
.PR