Skip to content

Commit

Permalink
Added RO SAI_SWITCH_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 a65cfdc commit a300cb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3070,6 +3070,14 @@ 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 a300cb7

Please sign in to comment.