[docker-platform-monitor]: Add LED control daemon and plugin for x86_64-arista_7050_qx32 platform#691
Merged
lguohan merged 7 commits intosonic-net:masterfrom Jun 11, 2017
jleveque:ledd_pmon
Merged
[docker-platform-monitor]: Add LED control daemon and plugin for x86_64-arista_7050_qx32 platform#691lguohan merged 7 commits intosonic-net:masterfrom jleveque:ledd_pmon
lguohan merged 7 commits intosonic-net:masterfrom
jleveque:ledd_pmon
Conversation
Contributor
jleveque
commented
Jun 10, 2017
- Add sonic-platform-daemons submodule to incorporate LED daemon source
- Add makefile to build LED daemon Debian package
- Incorporate LED daemon into docker-platform-monitor
- Add LED daemon plugin for x86_64-arista_7050_qx32 platform
added 7 commits
June 9, 2017 18:03
…tor; Control platform monitor docker using supervisord
lguohan
reviewed
Jun 11, 2017
| # QSFP indices 1-24 are breakout-capable and have four LEDs, | ||
| # whereas indices 25-32 are not breakout-capable, and only have one | ||
| if qsfp_index <= self.QSFP_BREAKOUT_END_IDX: | ||
| led_sysfs_path = self.LED_SYSFS_PATH_BREAKOUT_CAPABLE.format(qsfp_index, 1) |
Collaborator
There was a problem hiding this comment.
later, once we have break out. this needs to handle the break out lanes.
lguohan
approved these changes
Jun 11, 2017
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Nov 22, 2018
sairedis: * d146572 2018-11-22 | Fix interface name used on link message using lane map (sonic-net#386) swss: * c74dc60 2018-11-22 | [vstest]: use eth1~32 as physical interface name in vs docker (sonic-net#700) (HEAD -> master, origin/master, origin/HEAD) [lguohan] * 6007e7f 2018-11-22 | [portmgrd]: Fix setting default port admin status and MTU (sonic-net#691) [stepanblyschak] * 6c70f6d 2018-11-22 | [portsorch] Fix port queue index init bug (sonic-net#505) [yangbashuang] * 70ac79b 2018-11-21 | [gitignore]: Update all binary names in the ignore list (sonic-net#698) [Shuotian Cheng] * 2a3626c 2018-11-21 | [test]: Remove duplicate legacy ACL tests (sonic-net#699) [Shuotian Cheng] * 8099811 2018-11-20 | [aclorch]: Remove unnecessary warning message (sonic-net#696) [Shuotian Cheng] * 63d8ebc 2018-11-18 | [portsorch]: Remove duplicate local variables - port (sonic-net#690) [Shuotian Cheng] * 28dc042 2018-11-18 | Remove default docker name value of swss. (sonic-net#692) [Jipan Yang] Signed-off-by: Guohan Lu <gulv@microsoft.com>
lguohan
added a commit
that referenced
this pull request
Nov 22, 2018
* syncd changes to disk and add e1000 driver to sonic vm * add pg_profile_lookup.ini Signed-off-by: Guohan Lu <gulv@microsoft.com> * update swss and sairedis sairedis: * d146572 2018-11-22 | Fix interface name used on link message using lane map (#386) swss: * c74dc60 2018-11-22 | [vstest]: use eth1~32 as physical interface name in vs docker (#700) (HEAD -> master, origin/master, origin/HEAD) [lguohan] * 6007e7f 2018-11-22 | [portmgrd]: Fix setting default port admin status and MTU (#691) [stepanblyschak] * 6c70f6d 2018-11-22 | [portsorch] Fix port queue index init bug (#505) [yangbashuang] * 70ac79b 2018-11-21 | [gitignore]: Update all binary names in the ignore list (#698) [Shuotian Cheng] * 2a3626c 2018-11-21 | [test]: Remove duplicate legacy ACL tests (#699) [Shuotian Cheng] * 8099811 2018-11-20 | [aclorch]: Remove unnecessary warning message (#696) [Shuotian Cheng] * 63d8ebc 2018-11-18 | [portsorch]: Remove duplicate local variables - port (#690) [Shuotian Cheng] * 28dc042 2018-11-18 | Remove default docker name value of swss. (#692) [Jipan Yang] Signed-off-by: Guohan Lu <gulv@microsoft.com>
lguohan
pushed a commit
that referenced
this pull request
Oct 24, 2019
c12c443 - 2019-10-22 : [command reference] add warm reboot command document (#704) [Ying Xie] e25cf29 - 2019-10-22 : [PR template] Add reminder to add/modify/remove unit tests as appropriate (#708) [Joe LeVeque] 66eafce - 2019-10-19 : [Command Reference] Unify style and formatting; Fix organization; Other fixes (#707) [Joe LeVeque] f32a450 - 2019-10-19 : [generate_dump] Make regex more specific for disabling/enabling logrotate (#701) [Kalimuthu-Velappan] d77c411 - 2019-10-18 : [netstat]: Fix for negative output values of counters after clear counters operation (#697) [lyndonsiao] fc324f2 - 2019-10-18 : [neighbor_advertiser]: Adapt to different mirror ACL table names (#703) [Shuotian Cheng] 342f3a1 - 2019-10-08 : [intfstat,portstat] fix table_as_json (#691) [Mykola F] 5564d87 - 2019-10-07 : [acl-loader] egress mirror action support and action ASIC support check (#575) [Stepan Blyshchak]
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
) This commit moves setting of default admin status and mtu to portmgrd to be aligned with other managers (e.g. teammgrd). It also fixes "N/A" admin status in "show interface status" output for ports which have no 'admin_status' field in config DB. Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
7 tasks
dprital
added a commit
to dprital/sonic-buildimage
that referenced
this pull request
Oct 28, 2022
Update sonic-swss-common submodule pointer to include the following: * abda263 Make the loglevel persistent by moving the LOGGER table from the LOGLEVEL DB to the CONFIG DB ([sonic-net#687](sonic-net/sonic-swss-common#687)) * d0fdf62 Check whether a pointer created by dynamic_cast is null before using it. ([sonic-net#689](sonic-net/sonic-swss-common#689)) * 2cae742 [Fast/Warm restart] Implement helper class for waiting restart done ([sonic-net#691](sonic-net/sonic-swss-common#691)) Signed-off-by: dprital <drorp@nvidia.com>
liat-grozovik
pushed a commit
that referenced
this pull request
Oct 30, 2022
mssonicbld
added a commit
that referenced
this pull request
Nov 5, 2025
…D automatically (#24379) #### Why I did it src/sonic-platform-daemons ``` * 011d949 - (HEAD -> master, origin/master, origin/HEAD) [thermalctld] Change thermal monitor from sub-process to thread (#692) (4 days ago) [Junchao-Mellanox] * ef9eb35 - Pass arguments to thermalctld.ThermalControlDaemon (#700) (4 days ago) [louis-nexthop] * 959761c - Xcvrd Refactor 2/12: Move CmisManagerTask into it's own module (#691) (6 days ago) [Bobby McGonigle] * e73eee5 - Make polling intervals in the ThermalMonitor class configurable (#635) (6 days ago) [michaelc-nexthop] * 7c75b28 - add exception handling in get_chassis (#652) (7 days ago) [LinJin23] ``` #### How I did it #### How to verify it #### Description for the changelog
ashutosh-agrawal
pushed a commit
to AnantKishorSharma/sonic-buildimage
that referenced
this pull request
Nov 30, 2025
…D automatically (sonic-net#24379) #### Why I did it src/sonic-platform-daemons ``` * 011d949 - (HEAD -> master, origin/master, origin/HEAD) [thermalctld] Change thermal monitor from sub-process to thread (sonic-net#692) (4 days ago) [Junchao-Mellanox] * ef9eb35 - Pass arguments to thermalctld.ThermalControlDaemon (sonic-net#700) (4 days ago) [louis-nexthop] * 959761c - Xcvrd Refactor 2/12: Move CmisManagerTask into it's own module (sonic-net#691) (6 days ago) [Bobby McGonigle] * e73eee5 - Make polling intervals in the ThermalMonitor class configurable (sonic-net#635) (6 days ago) [michaelc-nexthop] * 7c75b28 - add exception handling in get_chassis (sonic-net#652) (7 days ago) [LinJin23] ``` #### 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
…D automatically (sonic-net#24379) #### Why I did it src/sonic-platform-daemons ``` * 011d949 - (HEAD -> master, origin/master, origin/HEAD) [thermalctld] Change thermal monitor from sub-process to thread (sonic-net#692) (4 days ago) [Junchao-Mellanox] * ef9eb35 - Pass arguments to thermalctld.ThermalControlDaemon (sonic-net#700) (4 days ago) [louis-nexthop] * 959761c - Xcvrd Refactor 2/12: Move CmisManagerTask into it's own module (sonic-net#691) (6 days ago) [Bobby McGonigle] * e73eee5 - Make polling intervals in the ThermalMonitor class configurable (sonic-net#635) (6 days ago) [michaelc-nexthop] * 7c75b28 - add exception handling in get_chassis (sonic-net#652) (7 days ago) [LinJin23] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <fenpan@microsoft.com>
xwjiang-ms
pushed a commit
to xwjiang-ms/sonic-buildimage
that referenced
this pull request
Dec 22, 2025
…D automatically (sonic-net#24379) #### Why I did it src/sonic-platform-daemons ``` * 011d949 - (HEAD -> master, origin/master, origin/HEAD) [thermalctld] Change thermal monitor from sub-process to thread (sonic-net#692) (4 days ago) [Junchao-Mellanox] * ef9eb35 - Pass arguments to thermalctld.ThermalControlDaemon (sonic-net#700) (4 days ago) [louis-nexthop] * 959761c - Xcvrd Refactor 2/12: Move CmisManagerTask into it's own module (sonic-net#691) (6 days ago) [Bobby McGonigle] * e73eee5 - Make polling intervals in the ThermalMonitor class configurable (sonic-net#635) (6 days ago) [michaelc-nexthop] * 7c75b28 - add exception handling in get_chassis (sonic-net#652) (7 days ago) [LinJin23] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: xiaweijiang <xiaweijiang@microsoft.com>
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.