Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sonic-platform-common] Add new platform API for SONiC Physical MIB Extension feature #134

Merged
merged 4 commits into from
Oct 21, 2020

Conversation

Junchao-Mellanox
Copy link
Contributor

Why I did this?

In order to implement physical entity mib object entPhysicalParentRelPos, entPhysicalContainedIn and entPhysicalIsFRU, new platform API is required to collect information from each vendor.

What I did?

  1. Add DeviceBase.is_replaceable and DeviceBase.get_position_in_parent
  2. Add PsuBase.get_num_thermals, PsuBase.get_all_thermals, PsuBase.get_thermal
  3. Add SfpBase.get_num_thermals, SfpBase.get_all_thermals, SfpBase.get_thermal

@jleveque jleveque merged commit 403747a into sonic-net:master Oct 21, 2020
oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-platform-common that referenced this pull request Oct 25, 2024
…obe in mux cable driver (sonic-net#134)

Summary:
This PR provides removes the delete logic on command probe message received from linkmgr after processing the message

What is the motivation for this PR?
the delete message tends to create an error scenario if many probe messages come and redis-api fails to retrieve the message contents

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants