Skip to content

Commit 7c25ccd

Browse files
Fixed the brief message
Signed-off-by: Harjot Singh <[email protected]>
1 parent df6bd4c commit 7c25ccd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/VoQ/SAI-Proposal-VoQ-Switch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ can be queried on each fabric port retrieved from the fabric port list switch at
772772
```c
773773

774774
/**
775-
* @brief Fabric port reachability for all remote reachable switches
775+
* @brief List of switch id's of all remote reachable switches
776776
*
777777
* @type sai_u16_list_t
778778
* @flags READ_ONLY

inc/saiport.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -2521,21 +2521,20 @@ typedef enum _sai_port_attr_t
25212521
SAI_PORT_ATTR_POE_PORT_ID,
25222522

25232523
/**
2524-
<<<<<<< HEAD
25252524
* @brief The maximum size of SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA in bytes.
25262525
*
25272526
* @type sai_uint32_t
25282527
* @flags READ_ONLY
25292528
*/
25302529
SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA_SIZE,
2531-
=======
2532-
* @brief Fabric port reachability for all remote reachable switches
2530+
2531+
/**
2532+
* @brief List of switch id's of all remote reachable switches
25332533
*
25342534
* @type sai_u16_list_t
25352535
* @flags READ_ONLY
25362536
*/
25372537
SAI_PORT_ATTR_FABRIC_REACHABILITY_LIST,
2538-
>>>>>>> 18136be (Adding support to get a list of all reachable switch-id's from a fabric port)
25392538

25402539
/**
25412540
* @brief End of attributes

0 commit comments

Comments
 (0)