From 24979b05ff9c2daa18432abcd0dd8518bd5c7e60 Mon Sep 17 00:00:00 2001 From: Ze Gan Date: Fri, 13 Sep 2024 15:06:40 -0700 Subject: [PATCH] Add dpu db in schema (#903) According to the HLD: https://github.com/sonic-net/SONiC/blob/8c39d0cf1886fc1e8a169160e162fb40fe200d86/doc/smart-switch/smart-switch-database-architecture/smart-switch-database-design.md?plain=1#L159-L181, Add the DPU DB macros in schema. --- common/schema.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/schema.h b/common/schema.h index 6bea1d40..48d4d5d8 100644 --- a/common/schema.h +++ b/common/schema.h @@ -23,6 +23,10 @@ namespace swss { #define CHASSIS_APP_DB 12 #define CHASSIS_STATE_DB 13 #define APPL_STATE_DB 14 +#define DPU_APPL_DB 15 +#define DPU_APPL_STATE_DB 16 +#define DPU_STATE_DB 17 +#define DPU_COUNTERS_DB 18 #define EVENT_DB 19 #define BMP_STATE_DB 20