[Mellanox] Support running hw-management service on MSN4700 emulation platform#142
Closed
[Mellanox] Support running hw-management service on MSN4700 emulation platform#142
Conversation
Owner
Author
|
Only 4700 is supported for now. This is a PoC.
获取 Outlook for iOS<https://aka.ms/o0ukef>
________________________________
发件人: Junchao-Mellanox ***@***.***>
发送时间: 星期六, 七月 15, 2023 3:52 下午
收件人: stephenxs/sonic-buildimage ***@***.***>
抄送: Stephen Sun ***@***.***>; Author ***@***.***>
主题: Re: [stephenxs/sonic-buildimage] Adapt platform API and pmon_daemon_control for Simx 4700 (PR #142)
@Junchao-Mellanox commented on this pull request.
________________________________
In platform/mellanox/mlnx-platform-api/sonic_platform/eeprom.py<#142 (comment)>:
@@ -41,7 +41,7 @@
#
EEPROM_SYMLINK = "/var/run/hw-management/eeprom/vpd_info"
platform_name = DeviceDataManager.get_platform_name()
-if platform_name and 'simx' in platform_name:
+if platform_name and 'simx' in platform_name and '4700' not in platform_name:
Why only 4700?
―
Reply to this email directly, view it on GitHub<#142 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABJBIZCARENJSFVY6SQDTHLXQJDZ3ANCNFSM6AAAAAA2K6PSWI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Junchao-Mellanox
approved these changes
Jul 17, 2023
0ac7048 to
6acd1a4
Compare
d0c98a3 to
2175ce0
Compare
2175ce0 to
0bf6441
Compare
keboliu
approved these changes
Sep 22, 2023
0bf6441 to
869fef1
Compare
23d8888 to
0530afd
Compare
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
52d3315 to
d80eb1b
Compare
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Owner
Author
|
ci 3132 passed by rerun 416 |
stephenxs
pushed a commit
that referenced
this pull request
Aug 29, 2024
…utomatically (sonic-net#19897) #### Why I did it src/sonic-host-services ``` * 39e31a9 - (HEAD -> master, origin/master, origin/HEAD) Fix modify_single_file generate empty file issue (#145) (26 hours ago) [Hua Liu] * 1891b0a - Add dbus service to read file stat (#142) (2 days ago) [isabelmsft] ``` #### How I did it #### How to verify it #### Description for the changelog
stephenxs
pushed a commit
that referenced
this pull request
Oct 9, 2024
…omatically (sonic-net#20409) #### Why I did it src/sonic-mgmt-common ``` * b91a4df - (HEAD -> master, origin/master, origin/HEAD) PortChannel Interface Static Support - OpenConfig Yang (#142) (9 hours ago) [Satoru Shinohara] ``` #### How I did it #### How to verify it #### Description for the changelog
stephenxs
pushed a commit
that referenced
this pull request
Feb 19, 2026
…ically (sonic-net#25551) #### Why I did it src/sonic-dash-ha ``` * a6cf697 - (HEAD -> master, origin/master, origin/HEAD) update dash-api submodule (3 hours ago) [Jing Zhang] * 64022eb - Change convert_pb_to_json to parse proto encoded value from binary input (#142) (9 hours ago) [yue-fred-gao] * 53fb250 - [ci] fix build error and save binaries (#144) (28 hours ago) [Jing Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Why I did it
Adapt platform API and pmon_daemon_control for Simx 4700
Work item tracking
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)