Add missing PM and VDM related EEPROM reads#326
Merged
prgeor merged 2 commits intosonic-net:masterfrom Nov 21, 2022
Merged
Conversation
Signed-off-by: Mihir Patel <patelmi@microsoft.com>
prgeor
approved these changes
Nov 21, 2022
7 tasks
yxieca
pushed a commit
that referenced
this pull request
Nov 29, 2022
Signed-off-by: Mihir Patel <patelmi@microsoft.com> Signed-off-by: Mihir Patel <patelmi@microsoft.com>
StormLiangMS
pushed a commit
to StormLiangMS/sonic-platform-common
that referenced
this pull request
Dec 11, 2022
Signed-off-by: Mihir Patel <patelmi@microsoft.com> Signed-off-by: Mihir Patel <patelmi@microsoft.com>
StormLiangMS
pushed a commit
that referenced
this pull request
Dec 11, 2022
Signed-off-by: Mihir Patel <patelmi@microsoft.com> Signed-off-by: Mihir Patel <patelmi@microsoft.com>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-platform-common
that referenced
this pull request
Oct 25, 2024
* Xcvrd should restart if any child thread crashes Signed-off-by: Mihir Patel <patelmi@microsoft.com> * Resolved test_SfpStateUpdateTask_task_run_stop test failure * Added comment for raise_exception Signed-off-by: Mihir Patel <patelmi@microsoft.com> * Added check for avoiding cmis_manager.start() if CMIS thread is supposed to be skipped. Also, moidified join function to handle accordingly. Added logs for showing names of threads spawned Signed-off-by: Mihir Patel <patelmi@microsoft.com> Signed-off-by: Mihir Patel <patelmi@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.
Signed-off-by: Mihir Patel patelmi@microsoft.com
Description
This task will track missing EEPROM reads various PM and VDM fields.
Following fields are currently being planned to be added
Motivation and Context
This change set adds EEPROM reads for few PM/VDM related fields so that the DB can be updated accordingly.
How Has This Been Tested?
Please refer to the below attachment for the testing details.
pm_vdm_test.txt
Additional Information (Optional)