forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[platform/celestica] Seastone2 switchboard enchantment #77
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pphuchar
changed the title
Seastone2 platform enchantment
[platform/celestica] Seastone2 platform enchantment
Apr 23, 2019
pphuchar
changed the title
[platform/celestica] Seastone2 platform enchantment
[platform/celestica] Seastone2 switchboard enchantment
Apr 23, 2019
*Remove unused sysfs *Fix PCA9548 bus jamming *Fix driver probe fail when rescan pci device
tiantianlv
approved these changes
Apr 24, 2019
mudsut4ke
pushed a commit
that referenced
this pull request
Jan 25, 2021
* src/sonic-snmpagent 89b7b2c...c702a57 (7): > Revert "[rfc1213] Interface MIB add l3 vlan interfaces & aggregate rif counters (#133)" (#151) > Update transceiver info DB key names (#146) > Fix LGTM reported alert of PR#141 (#142) > [Namespace] Fix interfaces counters in InterfacesMIB RFC 2863 (#141) > [Namespace]: Fix SNMP AgentX socket connection timeout when using Namespace.get_all() (#140) > [rfc1213] Interface MIB add l3 vlan interfaces & aggregate rif counters (#133) > Fix undefined variable and warning message (#134) * src/sonic-py-swsssdk a83366e...2df4f40 (3): > Allowing TCP connections with namespace as well. (#81) > [port_util] add get_rif_port_map, get_vlan_interface_oid_map (#78) > Updates to the namespace API's for test_moduleLoad.py (#77) Note that sonic-snmpagent submodule update is dependent upon sonic-py-swsssdk update, so updating both submodules in this PR.
mudsut4ke
pushed a commit
that referenced
this pull request
Jan 25, 2021
Update the patform daemons with new commits commit e9628b6 Merge pull request #64 from judyjoseph/multi_asic_ledd_xcvr * platform daemon (Xcvrd, Ledd) changes for multi asic platform * Updates in ledd daemon to use namespaces and get the namespace from selector object. * Updates to xcvrd daemon to use the asic_id in talking to the right DB. * Updated based on new sonic-py-common API's * Invoke initializeGlobalConfig() in the SfpUpdate/DomInfoUpdate processes as well. commit 415b8c4 [thermalctld] Optimize the thermal policy loop to make it execute every 60 seconds (#77) commit 3d1f319 Update FAN_INFO in psud to avoid inconsistant output of show platform psud and show platform fan (#81)
nicwu-cel
pushed a commit
that referenced
this pull request
Apr 25, 2021
[xcvrd] Don't log unnecessary messages upon empty transceiver change event (#53) [thermalctld] Optimize the thermal policy loop to make it execute every 60 seconds (#77) [thermalctld] Fix issue: fan status should not be True when fan is absent (#92) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
mudsut4ke
pushed a commit
that referenced
this pull request
Sep 9, 2021
[Submodule update] sonic-telemetry [multi-asic] Added Support for multi-asic for telemetry/gnmi server (#77)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- What I did
- How I did it
Update switchboard kernel module to remove unused I2C adapter and sysfs.
- How to verify it
Do the regression test on I2C adapter read/write/scan.
- Description for the changelog
*Seastone2 switchboard kernel module enhancement.
- A picture of a cute animal (not mandatory but encouraged)