From df62e71347f05b9b390e4e22cd7e214c9c827c23 Mon Sep 17 00:00:00 2001 From: VladimirKuk <31180446+VladimirKuk@users.noreply.github.com> Date: Mon, 25 May 2026 11:08:04 +0530 Subject: [PATCH] Local ARS (Adaptive Routing and Switching) Added support for local ARS (Adaptive Routing and Switching). HLD: https://github.com/sonic-net/SONiC/pull/1958 Signed-off-by: VladimirKuk <31180446+VladimirKuk@users.noreply.github.com> --- common/schema.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/schema.h b/common/schema.h index f5da59fca..e1e5df83c 100644 --- a/common/schema.h +++ b/common/schema.h @@ -529,6 +529,10 @@ after libswsscommon deb make. #define STATE_QUEUE_COUNTER_CAPABILITIES_NAME "QUEUE_COUNTER_CAPABILITIES" #define STATE_PORT_COUNTER_CAPABILITIES_NAME "PORT_COUNTER_CAPABILITIES" +/* ARS */ +#define STATE_ARS_PROFILE_TABLE_NAME "ARS_PROFILE_TABLE" +#define STATE_ARS_CAPABILITY_TABLE_NAME "ARS_CAPABILITY_TABLE" + /***** PROFILE DATABASE *****/ #define PROFILE_DELETE_TABLE "PROFILE_DELETE"