Skip to content

Commit

Permalink
Added RO SAI_PORT_ATTR_PORT_STAT_EXTENDED for non default port stat
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendrat committed Nov 27, 2024
1 parent c5cf758 commit e3cf872
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 10 additions & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -2626,6 +2626,16 @@ typedef enum _sai_port_attr_t
*/
SAI_PORT_ATTR_SELECTIVE_COUNTER_LIST,

/**
* @brief Read supported port stat list
*
* @type sai_object_list_t
* @flags READ_ONLY
* @objects SAI_OBJECT_TYPE_COUNTER
*/
SAI_PORT_ATTR_PORT_STAT_EXTENDED,


/**
* @brief End of attributes
*/
Expand Down
8 changes: 0 additions & 8 deletions inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3070,14 +3070,6 @@ typedef enum _sai_switch_attr_t
*/
SAI_SWITCH_ATTR_SELECTIVE_COUNTER_LIST,

/**
* @brief Read supported port stat list
*
* @type sai_object_list_t
* @flags READ_ONLY
*/
SAI_SWITCH_ATTR_PORT_STAT_EXTENDED,

/**
* @brief End of attributes
*/
Expand Down

0 comments on commit e3cf872

Please sign in to comment.