[sonic_fan]Add constant for fan direction#76
Merged
jleveque merged 1 commit intosonic-net:masterfrom Jan 22, 2020
Merged
Conversation
This was referenced Jan 18, 2020
keboliu
approved these changes
Jan 19, 2020
liat-grozovik
approved these changes
Jan 21, 2020
Collaborator
|
@jleveque can you please review? |
jleveque
approved these changes
Jan 22, 2020
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
Code sync sonic-net/sonic-platform-common:202411 => 202412 ``` * d151d69 (HEAD -> code-sync-202412, origin/code-sync-202412) r12f 250417:0530 - Merge remote-tracking branch 'base/202411' into code-sync-202412 |\ | * f679a67 (base/202411) mssonicbld 250304:0402 - Restore optoe page to default 0 for active cables (sonic-net#550) | * c735073 Aryeh Feigin 250212:1628 - [202411][cmis] Fix cmis.get_error_description speed for passive module (sonic-net#538) | * b7e75d8 mssonicbld 250207:0102 - Add 800G innolight PNs (sonic-net#540) ```
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.
- What I did
Add string constants for fan directions
- How I did it