[Mellanox] enable host interface control by orchagent#50
Closed
DavidZagury wants to merge 1 commit intomasterfrom
Closed
[Mellanox] enable host interface control by orchagent#50DavidZagury wants to merge 1 commit intomasterfrom
DavidZagury wants to merge 1 commit intomasterfrom
Conversation
stepanblyschak
approved these changes
Feb 29, 2024
DavidZagury
pushed a commit
that referenced
this pull request
Mar 16, 2025
…ly (sonic-net#21970) #### Why I did it src/sonic-stp ``` * f3dfb2c - (HEAD -> master, origin/master, origin/HEAD) Mstp Feature - Adding library and DB management APIs (#50) (14 hours ago) [Divya Kumaran Chandralekha] * 38ac0f1 - MSTP header files (#49) (23 hours ago) [Divya Kumaran Chandralekha] ``` #### How I did it #### How to verify it #### Description for the changelog
DavidZagury
pushed a commit
that referenced
this pull request
Apr 28, 2025
…lly (sonic-net#777) #### Why I did it src/sonic-swss ``` * ba962fa - (HEAD -> 202412, origin/202412) [copp]: Use non-zero trap priority for default trap group (sonic-net#3544) (#50) (20 hours ago) [mssonicbld] * 513524e - Optimize counter initialization by reducing the number of bulk counter poll calls and communication between swss/sairedis (#49) (24 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
DavidZagury
pushed a commit
that referenced
this pull request
Apr 28, 2025
… automatically (sonic-net#788) #### Why I did it src/sonic-platform-common ``` * 8c8f940 - (HEAD -> 202412, origin/202412) [code sync] Merge code from sonic-net/sonic-platform-common:202411 to 202412 (#50) (21 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
DavidZagury
pushed a commit
that referenced
this pull request
May 4, 2025
…D automatically (sonic-net#1064) #### Why I did it src/sonic-sairedis ``` * 0209ab8 - (HEAD -> 202412, origin/HEAD, origin/202412) [FlexCounter] add support for SRv6 MySID counters (#50) (21 hours ago) [mssonicbld] * aceb9ed - Move time stamp to time stamp table in counter database to avoid frequently update the counter table (#51) (21 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
DavidZagury
pushed a commit
that referenced
this pull request
Oct 15, 2025
…sonic-net#23835) #### Why I did it src/dhcpmon ``` * 1da5c92 - (HEAD -> 202505, origin/202505) Fix fail to clear counter in some low performance devices (#50) (4 days 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.
Why I did it
To move the control of the netdevice’s operational status from SDK to SAI.
SAI will be responsible for updating the operational status on moving the netdev’s admin status from DOWN to UP.
Work item tracking
How I did it
Configure the SAI profile with SAI_HOSTIF_OPER_STATUS_UPDATE_BY_APP
How to verify it
Verify links go up and down correctly.
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)