Skip to content

Commit

Permalink
[Mellanox] enable host interface control by orchagent (#18592)
Browse files Browse the repository at this point in the history
- 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.

- 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.
  • Loading branch information
DavidZagury authored and mssonicbld committed Apr 11, 2024
1 parent f6b04eb commit 723cced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/mellanox/docker-syncd-mlnx/sai-common.profile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
SAI_DUMP_STORE_AMOUNT=10
SAI_HOSTIF_OPER_STATUS_UPDATE_BY_APP=1

0 comments on commit 723cced

Please sign in to comment.