Skip to content

Commit

Permalink
Fixed the brief message
Browse files Browse the repository at this point in the history
  • Loading branch information
harjotsinghpawra committed Jul 30, 2024
1 parent df6bd4c commit 9b02b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/VoQ/SAI-Proposal-VoQ-Switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b02b6e

Please sign in to comment.