From b5004b5d4e1fe36d19d778923772f73dff95cb8b Mon Sep 17 00:00:00 2001 From: Sonic Build Admin Date: Mon, 13 Jan 2025 18:40:31 +0000 Subject: [PATCH] Add field for bulk chunk size in flex counter 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. --- common/schema.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/schema.h b/common/schema.h index 461ea4d82..70fae42f1 100644 --- a/common/schema.h +++ b/common/schema.h @@ -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"