Skip to content

Commit

Permalink
Add field for bulk chunk size in flex counter (#968)
Browse files Browse the repository at this point in the history
Why I did it
Added a new field in `FLEX_COUNTER_TABLE` to represent the bulk chunk size and bulk chunk size per counter ID for bulk counter polling.
  • Loading branch information
mssonicbld authored Jan 13, 2025
1 parent 7425c42 commit e3262f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ namespace swss {
#define LUA_PLUGIN_TYPE "LUA_PLUGIN_TYPE"
#define SAI_OBJECT_TYPE "SAI_OBJECT_TYPE"

#define BULK_CHUNK_SIZE_FIELD "BULK_CHUNK_SIZE"
#define BULK_CHUNK_SIZE_PER_PREFIX_FIELD "BULK_CHUNK_SIZE_PER_PREFIX"
#define POLL_INTERVAL_FIELD "POLL_INTERVAL"
#define STATS_MODE_FIELD "STATS_MODE"
#define STATS_MODE_READ "STATS_MODE_READ"
Expand Down

0 comments on commit e3262f1

Please sign in to comment.