Skip to content

Commit

Permalink
Add field for bulk chunk size in flex counter (#950)
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Stephen Sun <[email protected]>
  • Loading branch information
stephenxs authored Dec 24, 2024
1 parent ceccddc commit c872f42
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 @@ -285,6 +285,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 c872f42

Please sign in to comment.