From 65ef6d597fe4ef91ecb440fa79e9d5310aad77ce Mon Sep 17 00:00:00 2001 From: Ze Gan Date: Thu, 23 Jan 2025 13:12:40 +0000 Subject: [PATCH] Remove mandatory flag on the attribute TAM DESP Signed-off-by: Ze Gan --- inc/saitam.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/saitam.h b/inc/saitam.h index da5e7051e..4b31de438 100644 --- a/inc/saitam.h +++ b/inc/saitam.h @@ -1871,9 +1871,12 @@ typedef enum _sai_tam_collector_attr_t /** * @brief DSCP value + * If DSCP value cannot be set on the target transport protocol, such as GENETLINK, + * this value will be set to 0 and ignored. * * @type sai_uint8_t - * @flags MANDATORY_ON_CREATE | CREATE_AND_SET + * @flags CREATE_AND_SET + * @default 0 */ SAI_TAM_COLLECTOR_ATTR_DSCP_VALUE,