-
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
[platform]: Update LED support for Ingrasys S9100 C32 #783
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
* Adding file 'led_proc_init.soc' Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
jleveque
approved these changes
Jul 5, 2017
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Feb 5, 2019
Submodule src/sonic-swss 65a0256..bf21ee3: > On a routing vlan, the neighbor entry in the /31 subnet is not added … (sonic-net#784) > portsorch ports init done flag should means buffer, autoneg, speed, m… (sonic-net#747) (sonic-net#783) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
Feb 6, 2019
…nch (#2526) * [submodule 201811] advance sairedis and swss submodule for 201811 branch Submodule src/sonic-sairedis 60f97c3..bdb0074: > Add more information on failed map sizes (#416) > Add WRED specific comparison logic (#413) > Initialize notification queue pointer before switch create (#411) > Add log info for not matching SG/IPG/QUEUES (#409) > Add support for any number of ports in virtual switch using lane map (#407) Submodule src/sonic-swss 85f6322..65a0256: > Increase the watermark polling interval to 10s (#777) > [vstest]: fix test_port_an_warm.py test (#779) > [wartermarkorch] Fix repeated m_pg_ids and m_unicast_queue_ids add up issue (#752) > [teammgrd] Fix inconsistent port admin status (#755) > Remove AclTableGroup upon removal of port/lag/vlan (#751) Signed-off-by: Ying Xie <ying.xie@microsoft.com> * [submodule] advance sonic-swss submodule Submodule src/sonic-swss 65a0256..bf21ee3: > On a routing vlan, the neighbor entry in the /31 subnet is not added … (#784) > portsorch ports init done flag should means buffer, autoneg, speed, m… (#747) (#783) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
tahmed-dev
added a commit
to tahmed-dev/sonic-buildimage
that referenced
this pull request
Feb 3, 2021
Change in this updat: b39e746 Spell check fixes (sonic-net#783) 373be80 [build-vm] Don't Install Lib Boost 1.67 (sonic-net#784) signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
lguohan
pushed a commit
that referenced
this pull request
Feb 3, 2021
lguohan
pushed a commit
that referenced
this pull request
Feb 3, 2021
deran1980
pushed a commit
to deran1980/sonic-buildimage
that referenced
this pull request
Feb 4, 2021
Change in this updat: b39e746 Spell check fixes (sonic-net#783) 373be80 [build-vm] Don't Install Lib Boost 1.67 (sonic-net#784) signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
AidanCopeland
pushed a commit
to Metaswitch/sonic-buildimage
that referenced
this pull request
Apr 14, 2022
mssonicbld
added a commit
that referenced
this pull request
Nov 14, 2024
…omatically (#20646) #### Why I did it src/sonic-swss-common ``` * 11e4055 - (HEAD -> master, origin/master, origin/HEAD) Add LOGGING table (#783) (2 days ago) [Yevhen Fastiuk] * f6c1614 - Add function ActionSchemaByNameAndObjectType to allow different ActionSchema formats. (#909) (5 days ago) [divyagayathri-hcl] * 1408db8 - Add more information when connect redis fail (#882) (5 days ago) [Junchao-Mellanox] * b686bb0 - Add helper function to validate interface name length (#931) (5 days ago) [Stepan Blyshchak] * dc75f23 - C-api: refine interface on Selectable classes (#945) (5 days ago) [erer1243] * acc4805 - Fix the ZMQ producer/consumer table does not update changes to the database issue. (#942) (6 days ago) [Hua Liu] * e812954 - Adding VRRP_TABLE name in APPL_DB (#927) (8 days ago) [vvbrcm] * bd0f2eb - Added new PORT_OPERR_TABLE table in STATE_DB (#941) (10 days ago) [Prince George] * ace2080 - Fix goext ut for bookworm (#940) (12 days ago) [ganglv] * c6364d1 - [common] add PerformanceTimer (#893) (12 days ago) [Yijiao Qin] * deee7d6 - add PIC_CONTEXT_TABLE to shcema.h (#919) (13 days ago) [Shuai Shang] * 0b5d994 - Fix unit test for goext (#938) (13 days ago) [ganglv] * 45d7cb0 - Initial implementation of C api (#915) (2 weeks ago) [erer1243] ``` #### 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.
Signed-off-by: Sam Yang yang.kaiyu@gmail.com