-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ycabled] fix insert events from xcvrd;cleanup some mux toggle logic (#…
…287) Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com This PR intends to help fix the surplus amount of insert/delete events that ycabled gets it is first spawned, it fixes the logic where an insert event is only handled the way it is collected by xcvrd one time only. Previously there was a known issue for spurious insert/delete events captured by ycabled on config reload, this PR fixes it This PR also cleans up some mux toggle blocking other txns logic. Description Motivation and Context How Has This Been Tested? Unit-tests and deploying changes on Testbed Additional Information (Optional)
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
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
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
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