forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add synchronous clear_stats operation path (sonic-net#463)
* Send clear_stats op from orchagent to syncd via Redis pipeline Signed-off-by: Wenda Ni <[email protected]> * Handle clear_stats op in syncd Signed-off-by: Wenda Ni <[email protected]> * Receive clear_stats op status response from sycnd in orchagent context Signed-off-by: Wenda Ni <[email protected]> * Shift clear_stats to get synchronous response from ASIC Signed-off-by: Wenda Ni <[email protected]> * Fix compilation error Signed-off-by: Wenda Ni <[email protected]> * Fix log message output Signed-off-by: Wenda Ni <[email protected]> * Remove debugging symbols Signed-off-by: Wenda Ni <[email protected]> * Remove debugging symbols Signed-off-by: Wenda Ni <[email protected]> * Change the validation order of KeyOpFieldsValuesTuple responded from syncd Signed-off-by: Wenda Ni <[email protected]> * Expand status log utility to include op type as argument Signed-off-by: Wenda Ni <[email protected]> * Address comments: check if object id is present in local db Signed-off-by: Wenda Ni <[email protected]> * Leverage newly merged infrastructure to check if object id is present in the local db Signed-off-by: Wenda Ni <[email protected]> * Fix compile error Signed-off-by: Wenda Ni <[email protected]>
- Loading branch information
Showing
7 changed files
with
344 additions
and
44 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
Oops, something went wrong.