From 7c25ccdb2d956ceed846c4409fe5d30b68d14bc0 Mon Sep 17 00:00:00 2001 From: Harjot Singh Date: Tue, 30 Jul 2024 13:33:24 -0700 Subject: [PATCH] Fixed the brief message Signed-off-by: Harjot Singh --- doc/VoQ/SAI-Proposal-VoQ-Switch.md | 2 +- inc/saiport.h | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/VoQ/SAI-Proposal-VoQ-Switch.md b/doc/VoQ/SAI-Proposal-VoQ-Switch.md index 405c9ace9..a75e40313 100644 --- a/doc/VoQ/SAI-Proposal-VoQ-Switch.md +++ b/doc/VoQ/SAI-Proposal-VoQ-Switch.md @@ -772,7 +772,7 @@ can be queried on each fabric port retrieved from the fabric port list switch at ```c /** -* @brief Fabric port reachability for all remote reachable switches +* @brief List of switch id's of all remote reachable switches * * @type sai_u16_list_t * @flags READ_ONLY diff --git a/inc/saiport.h b/inc/saiport.h index c6dbe1497..a26456ced 100644 --- a/inc/saiport.h +++ b/inc/saiport.h @@ -2521,21 +2521,20 @@ typedef enum _sai_port_attr_t SAI_PORT_ATTR_POE_PORT_ID, /** -<<<<<<< HEAD * @brief The maximum size of SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA in bytes. * * @type sai_uint32_t * @flags READ_ONLY */ SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA_SIZE, -======= - * @brief Fabric port reachability for all remote reachable switches + + /** + * @brief List of switch id's of all remote reachable switches * * @type sai_u16_list_t * @flags READ_ONLY */ SAI_PORT_ATTR_FABRIC_REACHABILITY_LIST, ->>>>>>> 18136be (Adding support to get a list of all reachable switch-id's from a fabric port) /** * @brief End of attributes