Add support for tx power threshold warning/alarm and FlatMem#66
Merged
jleveque merged 2 commits intosonic-net:masterfrom Nov 19, 2019
Merged
Add support for tx power threshold warning/alarm and FlatMem#66jleveque merged 2 commits intosonic-net:masterfrom
jleveque merged 2 commits intosonic-net:masterfrom
Conversation
This was referenced Nov 19, 2019
keboliu
approved these changes
Nov 19, 2019
jleveque
approved these changes
Nov 19, 2019
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-platform-common
that referenced
this pull request
Oct 25, 2024
- Add support for QSFP-DD cable consist from 8 lanes. - Add a DB entry for 'Application advertisement" for CMIS cable type. Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-platform-common
that referenced
this pull request
Oct 25, 2024
…ic-net#78) Merge of QSFP-DD support via PR# sonic-net#66 is making xcvrd to bail out on platforms that do not support new key/attribute. Fix is to ignore new key/attribute if not present/supported yet. Fix takes changes done as part of PR#sonic-net#76 which can be closed once this gets merged Verified manually xcvrd running fine after above changes. also command show interface transceiver is showing correct o/p Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Junchao-Mellanox
pushed a commit
to Junchao-Mellanox/sonic-platform-common
that referenced
this pull request
May 7, 2025
… 202412 (sonic-net#66) ```<br>* 6b86a59 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-platform-common into 202412 (2025-03-13) [Sonic Automation] * f679a67 - (origin/202411) Restore optoe page to default 0 for active cables (sonic-net#550) (2025-03-04) [mssonicbld] * c735073 - [202411][cmis] Fix cmis.get_error_description speed for passive module (sonic-net#538) (2025-02-12) [Aryeh Feigin] * b7e75d8 - Add 800G innolight PNs (sonic-net#540) (2025-02-07) [mssonicbld]<br>```
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.
[sonic_platform_base/sonic_sfp/sff8436.py]
Add support for tx power threshold. Since to support tx power threshold requires more bytes to be read from eeprom and the file is shared by new platform api and plugin, the QSFP_CHANNL_THRESHOLD_WIDTH defined in sfputil.py has been updated as well.
Add support for flatmem which indicates whether the pages other than the first page is supported.