forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Arista] Update platform library (sonic-net#10922)
- Implement Pcie plugin for chassis - Implement set_admin_status for chassis modules - Fix phy declaration for phy-credo
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-platform-modules-arista
updated
11 files
+3 −2 | arista/components/denali/supervisor.py | |
+7 −0 | arista/components/plx.py | |
+1 −0 | arista/core/component/__init__.py | |
+4 −1 | arista/core/pci.py | |
+74 −0 | arista/libs/pci.py | |
+13 −16 | arista/utils/rpc/server.py | |
+5 −0 | arista/utils/sonic_platform/chassis.py | |
+13 −0 | arista/utils/sonic_platform/common.py | |
+15 −1 | arista/utils/sonic_platform/module.py | |
+105 −0 | arista/utils/sonic_platform/pcie.py | |
+1 −0 | sonic_platform/__init__.py |
Submodule sonic-platform-modules-arista
updated
11 files
+3 −2 | arista/components/denali/supervisor.py | |
+7 −0 | arista/components/plx.py | |
+1 −0 | arista/core/component/__init__.py | |
+4 −1 | arista/core/pci.py | |
+74 −0 | arista/libs/pci.py | |
+13 −16 | arista/utils/rpc/server.py | |
+5 −0 | arista/utils/sonic_platform/chassis.py | |
+13 −0 | arista/utils/sonic_platform/common.py | |
+15 −1 | arista/utils/sonic_platform/module.py | |
+105 −0 | arista/utils/sonic_platform/pcie.py | |
+1 −0 | sonic_platform/__init__.py |