This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
forked from sonic-net/sonic-sairedis
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains 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
…aram with orchagent (sonic-net#317)
* Remove lane map divide restriction * Remove lane size restriction
[syncd] stop notification thread before calling remove_switch() [notif] don't detach syncd notification thread So that we could join() it at shutdown time. Signed-off-by: Ying Xie <ying.xie@microsoft.com> [flex counter] remove all flex counters before exiting syncd Remove the early quit Add log enter to removeAllCounters()
[syncd] stop notification thread before calling remove_switch() [notif] don't detach syncd notification thread So that we could join() it at shutdown time. Signed-off-by: Ying Xie <ying.xie@microsoft.com> [flex counter] remove all flex counters before exiting syncd Remove the early quit Add log enter to removeAllCounters()
* [counter]: support enable/disable counter query Signed-off-by: Sihui Han <sihan@microsoft.com> * Set counter polling by default disabled Signed-off-by: Sihui Han <sihan@microsoft.com>
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
* Use MAC from EEPROM for Interfaces Signed-off-by: Andriy Moroz <c_andriym@mellanox.com> * Use platform MAC from DB Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Sync to SAI 1.3 header * SAI v1.3 pointer update * Updated queue deadlock to enque notification * Update SAI pointer
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bring in latest changes from Azure master