Skip to content

Commit 1fdaf47

Browse files
kcudniklguohan
authored andcommitted
Add VS support for setting stats via redis DB channel (sonic-net#366)
* Add VS support for setting stats via redis DB channel * Remove SET description
1 parent 39e70cd commit 1fdaf47

File tree

3 files changed

+317
-89
lines changed

3 files changed

+317
-89
lines changed

vslib/inc/sai_vs.h

+7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ extern "C" {
4141
*/
4242
#define SAI_VS_UNITTEST_SET_RO_OP "set_ro"
4343

44+
/**
45+
* @def SAI_VS_UNITTEST_SET_STATS
46+
*
47+
* Notification operation for "SET" stats on specific object.
48+
*/
49+
#define SAI_VS_UNITTEST_SET_STATS_OP "set_stats"
50+
4451
/**
4552
* @def SAI_VS_UNITTEST_ENABLE
4653
*

0 commit comments

Comments
 (0)