[202412][Mellanox]Integrate HW-MGMT 7.0040.4030 Changes#1590
Merged
Pterosaur merged 1 commit intoAzure:202412from Sep 9, 2025
Merged
[202412][Mellanox]Integrate HW-MGMT 7.0040.4030 Changes#1590Pterosaur merged 1 commit intoAzure:202412from
Pterosaur merged 1 commit intoAzure:202412from
Conversation
- Why I did it Integrate HW-MGMT 7.0040.4030 Changes - How I did it Run make integrate-mlnx-hw-mgmt - How to verify it Build an image and run tests from "sonic-mgmt".
8 tasks
vivekrnv
approved these changes
Sep 9, 2025
rick-arista
pushed a commit
to rick-arista/sonic-buildimage-msft
that referenced
this pull request
Sep 9, 2025
…D automatically (Azure#1283) #### Why I did it src/sonic-sairedis ``` * 0ae8494 - (HEAD -> 202412, origin/HEAD, origin/202412) [unittest ]Conditionally enable TestServerSaiMockChannel (Azure#67) (37 minutes ago) [mssonicbld] * 12b21f3 - [syncd] Check whether stat_st and tam_telemetry is defined (Azure#1590) (Azure#65) (5 days ago) [Ze Gan] * 701a114 - [TAM]: Fix TAM notification and vslib implementation (Azure#1606) (Azure#62) (5 days ago) [Ze Gan] * 6b97f74 - [SAI]: Update SAI to support QUERY_STATS_ST_CAPABILITY and TAM (Azure#1573) (Azure#63) (5 days ago) [Ze Gan] ``` #### How I did it #### How to verify it #### Description for the changelog
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage-msft
that referenced
this pull request
Sep 24, 2025
…tically (#21614) #### Why I did it src/sonic-sairedis ``` * 7bd5e47a - (HEAD -> master, origin/master, origin/HEAD) [trim]: Add Packet Trimming to VS lib (Azure#1575) (10 hours ago) [Nazarii Hnydyn] * c75e7a2b - [syncd] Check whether stat_st and tam_telemetry is defined (Azure#1590) (2 days ago) [Kamil Cudnik] * 1b679442 - Use #ifdef MOCK_METHOD (Azure#1587) (5 days ago) [Junhua Zhai] * 2cb36bca - [FlexCounter] add support for SRv6 MySID counters (Azure#1576) (7 days ago) [Yakiv Huryk] * 091bfeac - Fix type check for TAM object in meta_sai_on_tam_tel_type_config_change (Azure#1582) (10 days ago) [Ze Gan] * 9e2f7399 - Move time stamp to time stamp table in counter database to avoid frequently update the counter table (Azure#1567) (10 days ago) [Stephen Sun] * 80eb9292 - [ACL] Enable ACL multi-binding for Dual-ToR setups (Azure#1552) (12 days ago) [Andriy Yurkiv] * cc31416f - Update codeql runs-on ubuntu version to 22.04 (Azure#1584) (12 days ago) [Yakiv Huryk] * 6fc7259e - Fix invalid polling of port counters (Azure#1569) (2 weeks ago) [rick-arista] * 940fbb91 - [SAI]: Update SAI to support QUERY_STATS_ST_CAPABILITY and TAM (Azure#1573) (2 weeks ago) [Ze Gan] * 552cc66c - Merge vector packet processing (vpp) from sonic-platform-vpp with virtual switch (Azure#1473) (2 weeks ago) [Kamil Cudnik] * 8d371ceb - Fix a pipeline issue due to dependency in docker-sonic-vs (Azure#1577) (3 weeks ago) [Dashuai Zhang] * 3b83a15c - Enhance the logic to check capability of bulk counter poll (Azure#1555) (5 weeks ago) [Stephen Sun] ``` #### How I did it #### How to verify it #### Description for the changelog
r12f
pushed a commit
that referenced
this pull request
Oct 26, 2025
Manual cherry-pick of sonic-net/sonic-buildimage#23778 - Why I did it Integrate HW-MGMT 7.0040.4030 Changes - How I did it Run make integrate-mlnx-hw-mgmt - How to verify it Build an image and run tests from "sonic-mgmt". <!-- 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 ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it #### How to verify it <!-- If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012. --> #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 - [ ] 202211 #### Tested branch (Please provide the tested image version) <!-- - Please provide tested image version - e.g. - [x] 20201231.100 --> - [ ] <!-- image version 1 --> - [ ] <!-- image version 2 --> #### Description for the changelog <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> <!-- Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU. --> #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged) Co-authored-by: Dror Prital <76714716+dprital@users.noreply.github.com>
peterbailey-arista
pushed a commit
to peterbailey-arista/sonic-buildimage-msft
that referenced
this pull request
Nov 3, 2025
…D automatically (Azure#1323) #### Why I did it src/sonic-sairedis ``` * c4d152d4 - (HEAD -> 202503, origin/202503) Merge pull request Azure#59 from mssonicbld/sonicbld/202503-merge (23 hours ago) [mssonicbld] * 8f50be71 - Merge branch '202412' of https://github.com/Azure/sonic-sairedis.msft into 202503 (23 hours ago) [Sonic Automation] * b36d5641 - (origin/HEAD, origin/202412, 202412) [trim]: Add Packet Trimming Asym DSCP to VS lib (Azure#68) (4 days ago) [mssonicbld] * 6e75cc6c - [TAM]: Add default SAI_TAM_ATTR_TELEMETRY_OBJECTS_LIST of TAM for saivs create operation (Azure#1614) (Azure#66) (8 days ago) [Ze Gan] * 0ae8494d - [unittest ]Conditionally enable TestServerSaiMockChannel (Azure#67) (8 days ago) [mssonicbld] * 12b21f3b - [syncd] Check whether stat_st and tam_telemetry is defined (Azure#1590) (Azure#65) (13 days ago) [Ze Gan] * 701a114b - [TAM]: Fix TAM notification and vslib implementation (Azure#1606) (Azure#62) (13 days ago) [Ze Gan] * 6b97f74e - [SAI]: Update SAI to support QUERY_STATS_ST_CAPABILITY and TAM (Azure#1573) (Azure#63) (13 days ago) [Ze Gan] * f21e12ce - [trim]: Add Packet Trimming Port/Queue stats to VS lib (Azure#60) (4 weeks ago) [Nazarii Hnydyn] * 9d396448 - Merge pull request Azure#61 from mssonicbld/cherry/msft-202412/1548 (4 weeks ago) [Ze Gan] |\ | failure_prs.log 613654bb - [syncd] Move log set function after api initialize (4 weeks ago) [Sonic Build Admin] |/ * e18530c8 - Update SAI version to 1.16.1 (Azure#54) (8 weeks ago) [mramezani95] * 3c33c26e - Update codeql runs-on ubuntu version to 22.04 (Azure#56) (8 weeks ago) [mssonicbld] * 87d6f464 - [trim]: Add Packet Trimming to VS lib (Azure#55) (9 weeks ago) [mssonicbld] * 80c43090 - Support auto negotiation on the VS platform to avoid error messages. (Azure#52) (10 weeks ago) [mssonicbld] * 0209ab89 - [FlexCounter] add support for SRv6 MySID counters (Azure#50) (2 months ago) [mssonicbld] * aceb9ed1 - Move time stamp to time stamp table in counter database to avoid frequently update the counter table (Azure#51) (2 months ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Manual cherry-pick of sonic-net/sonic-buildimage#23778
Why I did it
Integrate HW-MGMT 7.0040.4030 Changes
How I did it
Run make integrate-mlnx-hw-mgmt
How to verify it
Build an image and run tests from "sonic-mgmt".
Why I did it
Work item tracking
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)