[device] Update arista driver submodule#1897
Merged
lguohan merged 1 commit intosonic-net:masterfrom Aug 1, 2018
Merged
Conversation
stephenxs
added a commit
to stephenxs/sonic-buildimage
that referenced
this pull request
Dec 21, 2021
642f5083 [Reclaiming buffer][202106] Database migrator for reclaiming buffer (sonic-net#1897) Signed-off-by: Stephen Sun <stephens@nvidia.com>
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
…bled (sonic-net#1897) * IPv6 link-local Neighbor deletion when ipv6 link-local mode is disabled. Signed-off-by: Akhilesh Samineni <akhilesh.samineni@broadcom.com>
Staphylo
pushed a commit
to Staphylo/sonic-buildimage
that referenced
this pull request
Feb 5, 2026
<!--
Please make sure you've read and understood our contributing guidelines:
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
** Make sure all your commits include a signature generated with `git
commit -s` **
If this is a bug fix, make sure your description includes "fixes #xxxx",
or
"closes #xxxx" or "resolves #xxxx"
Please provide the following information:
-->
#### Why I did it
At 40°C ambient temperature with current FW+SW, some modules have >7.6%
probability of reaching 75°C, which triggers false temperature warnings.
This PR implements vendor-specific temperature threshold support to
eliminate false warnings while maintaining accurate temperature
telemetry for monitoring purposes.
#### How I did it
Implemented new API for vendor-specific temperature offset adjustments:
1. **New API**:
- Add get_vendor_info() API with caching support.
2. **Smart Module Detection**:
- Cache vendor information (Manufacturer + Part Number) for each module.
- Skip redundant vendor info updates when the same module is replugged.
#### How to verify it
1. Plug in optical module -> Verify vendor info sent to HW-MGMT.
2. Unplug and replug same module -> Verify no redundant vendor info
update.
3. Replace with different module -> Verify new vendor info sent.
#### Which release branch to backport (provide reason below if selected)
- [x] 202412
#### Tested branch (Please provide the tested image version)
202412
#### A picture of a cute animal (not mandatory but encouraged)
```bash
/\_/\
( o.o )
> ^ <
/| |\
(_| |_)
Cool Cat~
```
---------
Signed-off-by: Jianyue Wu <jianyuew@nvidia.com>
Co-authored-by: Sudharsan Dhamal Gopalarathnam <sudharsand@nvidia.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.
- What I did
- How I did it
- How to verify it
- Description for the changelog
Update arista driver submodule
- A picture of a cute animal (not mandatory but encouraged)