Skip to content

[device] Update arista driver submodule#1897

Merged
lguohan merged 1 commit intosonic-net:masterfrom
yurypm:master
Aug 1, 2018
Merged

[device] Update arista driver submodule#1897
lguohan merged 1 commit intosonic-net:masterfrom
yurypm:master

Conversation

@yurypm
Copy link
Contributor

@yurypm yurypm commented Aug 1, 2018

- What I did

  • Add Arista components config parser
  • Delete scd_resource_len() from scd driver
  • Rename scd_ext_ops::init_trigger to finish_init
  • Dump the DPM firmware version during init
  • Move utility functions inside utils
  • Unset ARISTA_SCD_DRIVER_CONFIG config

- 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)

@lguohan lguohan merged commit a8c41d9 into sonic-net:master Aug 1, 2018
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>
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