Skip to content

Commit

Permalink
Add VS support for setting stats via redis DB channel (sonic-net#366)
Browse files Browse the repository at this point in the history
* Add VS support for setting stats via redis DB channel

* Remove SET description
  • Loading branch information
kcudnik authored and lguohan committed Oct 29, 2018
1 parent 39e70cd commit 1fdaf47
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 89 deletions.
7 changes: 7 additions & 0 deletions vslib/inc/sai_vs.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ extern "C" {
*/
#define SAI_VS_UNITTEST_SET_RO_OP "set_ro"

/**
* @def SAI_VS_UNITTEST_SET_STATS
*
* Notification operation for "SET" stats on specific object.
*/
#define SAI_VS_UNITTEST_SET_STATS_OP "set_stats"

/**
* @def SAI_VS_UNITTEST_ENABLE
*
Expand Down
Loading

0 comments on commit 1fdaf47

Please sign in to comment.