-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support fpga drv and pimutility for minipack platform #3053
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
retest vs please |
lguohan
reviewed
Jun 29, 2019
lguohan
reviewed
Jun 29, 2019
lguohan
reviewed
Jun 29, 2019
lguohan
reviewed
Jun 29, 2019
lguohan
reviewed
Jun 29, 2019
lguohan
reviewed
Jun 29, 2019
platform/broadcom/sonic-platform-modules-accton/minipack/classes/pimutil.py
Outdated
Show resolved
Hide resolved
lguohan
requested changes
Jun 29, 2019
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.
as comments
please add [devices]: Add support fpga drv and pimutility for [device name] |
Remove not need code
remove commented code
jostar-yang
changed the title
Add support fpga drv and pimutility
Add support fpga drv and pimutility for minipack platform
Jul 17, 2019
Modify code License from GPL to Apache2.0
Add Apache License, Version 2.0
…nic-buildimage into minipack_20190620
lguohan
approved these changes
Aug 13, 2019
retest vsimage please |
wangshengjun
pushed a commit
to wangshengjun/sonic-buildimage
that referenced
this pull request
Nov 16, 2020
mssonicbld
added a commit
that referenced
this pull request
Apr 19, 2024
…lly (#18334) #### Why I did it src/sonic-swss ``` * 9e183a65 - (HEAD -> master, origin/master, origin/HEAD) Add bookworm build to the PR checkers (#3114) (2 days ago) [Saikrishna Arcot] * ec463953 - [twamporch] Explicitly initialize local variable (#3115) (2 days ago) [xiaodong hu] * 19410232 - Add force option for fabric port unisolate command (#3089) (7 days ago) [jfeng-arista] * 774973d9 - [dash] fix ENI admin state update (#3081) (8 days ago) [Yakiv Huryk] * 56ba6de3 - [p4orch] Clang format change. (#3096) (10 days ago) [mint570] * f6dd9caa - Introduce a new role for DPU-NPU Interconnect (10 days ago) [Vivek] * 0f707757 - [portsorch] Handle TRANSCEIVER_INFO table on warm boot (#3087) (10 days ago) [Stepan Blyshchak] * cbc263a1 - [EVPN]Fix fpmsyncd crash when EVPN type5 is received with bgp fib suppression enabled (#3101) (13 days ago) [Sudharsan Dhamal Gopalarathnam] * 4af61167 - Fix oper FEC retrieval after warmboot (#3100) (13 days ago) [Sudharsan Dhamal Gopalarathnam] * 2a586154 - [Fdbsyncd] Adding extern_learn flag with fdb entry so Kernel doesn't age out (#2985) (2 weeks ago) [KISHORE KUNAL] * 465399e9 - T2-VOQ-VS: Fix iBGP bringup issue (#3053) (2 weeks ago) [Deepak Singhal] * dc9eae87 - Clang format change. (#3080) (2 weeks ago) [mint570] * 95a74750 - [orchagent] TWAMP Light orchagent implementation (#2927) (2 weeks ago) [xiaodong hu] ``` #### How I did it #### How to verify it #### Description for the changelog
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
Add fpga drv and pimutility code
- How I did it
Add fpga drv and pimutility code
- How to verify it
Set / get sfp presence from pim.
Set/ get lpmode from pim
root@sonic:/home/admin# sfputil show presence
Port Presence
Ethernet1 Present
Ethernet2 Present
Ethernet3 Present
Ethernet4 Present
Ethernet5 Present
Ethernet6 Not present
Ethernet7 Not present
Ethernet8 Not present
........
sfputil lpmode off Ethernet1
sfputil lpmode off Ethernet2
root@sonic:/home/admin# sfputil show lpmode
Port Low-power Mode
Ethernet1 Off
Ethernet2 Off
Ethernet3 On
Ethernet4 On
Ethernet5 On
Ethernet6 On
Ethernet7 On
.......
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)