add front panel led support and transceiver monitor for inventec d7054 and d7032#1660
Closed
klhaung wants to merge 1 commit intosonic-net:masterfrom
klhaung:master
Closed
add front panel led support and transceiver monitor for inventec d7054 and d7032#1660klhaung wants to merge 1 commit intosonic-net:masterfrom klhaung:master
klhaung wants to merge 1 commit intosonic-net:masterfrom
klhaung:master
Conversation
[device]: Add front panel led support for Inventec-d7032 [platform]: Add transceiver monitor daemon for Inventec-d7032 and Inventec-d7054
Contributor
Author
|
From the console output of jenkin build, the error messages are slave.mk:381: recipe for target 'target/docker-dhcp-relay.gz' failed It looks to me that it is not due to our fix. Please advice how to resolve it for merging the fix into SONiC. Thanks |
Contributor
Author
|
The issue is fixed in this PR, #1659. Close this one and create new one for merging. |
Contributor
Author
|
Close this pull request because of the file permission of added python scripts. |
4 tasks
lguohan
pushed a commit
that referenced
this pull request
Jun 21, 2021
Update sonic-utilities submodule. This include the following commits: 285960d [config]: Update environment file during config reload (#1673) 3f0ecd5 [config] Remove "reset failed" print lines from config reload (#1654) a1c8751 Make the soft-reboot available in the SONiC image on master (#1681) 45e7b71 [Mellanox] Add all results from saisdkdump to the techsupport on Mellanox switches (#1660)
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
Update sonic-utilities submodule. This include the following commits: 285960d [config]: Update environment file during config reload (sonic-net#1673) 3f0ecd5 [config] Remove "reset failed" print lines from config reload (sonic-net#1654) a1c8751 Make the soft-reboot available in the SONiC image on master (sonic-net#1681) 45e7b71 [Mellanox] Add all results from saisdkdump to the techsupport on Mellanox switches (sonic-net#1660)
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
Fix issue - sonic-net#4009 When a member port is added to port-channel, create a unique LACP key. When adding a member port to port-channel set the LACP key to a unique number. The number is extracted from the port-channel name and will be the number at the end of the port-channel name with an additional digit at the beginning in order to make sure that this number will be unique in the system. Why I did it If LACP key is not set, then the peer will not be able to distinguish the ports which are connected to different port-channels, as it will receive the LACP key as 0 for all the ports from different port-channels. How I verified it I configure a SONiC switch to have two port-channels and on a second switch, I created one port-channel for both links between the switches. On the second switch only one of the ports comes up in the PO and the other one stayed down.
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this pull request
Apr 28, 2022
…anox switches (sonic-net#1660) - What I did Enhance the way techsupport collects dumps provided by SAI and do not keep them in the filesystem once the techsupport is created. - How I did it Create a temporary directory once techsupport script is executed, gather all files SAI dumps created, add them to the tech support and remove the temporary directory and files. Remove direct call to FW trace collection as it is done now by SAI dump - How to verify it Run techsupport, verify newly created files are part of it including mlxtrace which is no longer called directly by the techsupport script.
mssonicbld
added a commit
that referenced
this pull request
Oct 10, 2025
…tically (#24246) #### Why I did it src/sonic-sairedis ``` * 8123a982 - (HEAD -> master, origin/master, origin/HEAD) Increase ZMQ buffer size to accomodate large bulk calls (#1660) (11 hours ago) [Vivek] * 6b16b1ee - Fix create_loopback_instance occasional failure (#1600) (22 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog
FengPan-Frank
pushed a commit
to FengPan-Frank/sonic-buildimage
that referenced
this pull request
Dec 4, 2025
…tically (sonic-net#24246) #### Why I did it src/sonic-sairedis ``` * 8123a982 - (HEAD -> master, origin/master, origin/HEAD) Increase ZMQ buffer size to accomodate large bulk calls (sonic-net#1660) (11 hours ago) [Vivek] * 6b16b1ee - Fix create_loopback_instance occasional failure (sonic-net#1600) (22 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <[email protected]>
This file contains hidden or 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
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.
[device]: Modify SFPUtil for inventec-d7032
[device]: Add front panel led support for Inventec-d7032
[platform]: Add transceiver monitor daemon for Inventec-d7032 and Inventec-d7054
- What I did
- How I did it
- How to verify it
- Description for the changelog
Add front panel led support and transceiver monitor for invnetec d7054 and d7032
- A picture of a cute animal (not mandatory but encouraged)