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

[vslib] Add support for PoE feature #1404

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 22, 2024

  1. [sonic-sairedis] Add support for PoE

    Add SwitchPoe to vslib
    Add a python script to spawn the PoE syncd process
    
    Signed-off-by: Serhiy Boiko <[email protected]>
    SerhiyBoikoPLV committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e6bb293 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix PoE device list issue

    SAI_SWITCH_ATTR_POE_DEVICE_LIST is not readonly, so
    it is not handled by refresh_read_only().
    
    Signed-off-by: Serhiy Boiko <[email protected]>
    SerhiyBoikoPLV committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    02dda60 View commit details
    Browse the repository at this point in the history
  2. Add PoE unittests

    Signed-off-by: Serhiy Boiko <[email protected]>
    SerhiyBoikoPLV committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    654f2f7 View commit details
    Browse the repository at this point in the history
  3. Update aspell for POE

    Signed-off-by: Serhiy Boiko <[email protected]>
    SerhiyBoikoPLV committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e68d747 View commit details
    Browse the repository at this point in the history