-
Notifications
You must be signed in to change notification settings - Fork 691
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
Port speed set utility #174
Conversation
Signed-off-by: Andriy Moroz <[email protected]>
Signed-off-by: Andriy Moroz <[email protected]>
@yxieca to review |
there is already a script called @rodnymolina could you also review this pull request? |
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.
Looks good to me.
@stcheng yes, you're right, interface_stat was renamed to intfutil. It should not be in this PR, merge issue... |
Signed-off-by: Andriy Moroz <[email protected]>
When using redis select, xcvrd is sleeping for 100 msec which appears unnecessary after process all content of selectable objects. signed-off-by: Tamer Ahmed <[email protected]>
… API's read size for read_eeprom (sonic-net#174) This PR adds stub functions definition with details as to how firmware upgrade should be implemented by a Y cable vendor. It also fixes the read_eeprom read size for vendor part number and vendor name retreival API's Description Added a stub functions definition with a doc string describing how it should be implemented Added these API's stub functions for vendors to implement def download_firmware(physical_port, fwfile) def activate_firmware(physical_port) def rollback_firmware(physical_port) Motivation and Context Firmware upgrade is a functionality that vendors need to implement, this PR adds the definition's and a description of how the implementation of this firmware upgrade procedure API's should be implemented by breaking down the firmware upgrade into above specified sub routines. Signed-off-by: vaibhav-dahiya <[email protected]>
- What I did
Added port speed configuration utility
- How I did it
- How to verify it
config interface speed Ethernet0 40000
See https://github.com/Azure/SONiC/wiki/Port-configuration-(speed)-utility for details
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)
-->