Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -2798,6 +2798,18 @@ typedef enum _sai_port_attr_t
*/
SAI_PORT_ATTR_PORT_PG_PKT_DROP_STATUS,

/*
* @brief Link up debounce time in microseconds
*
* 0 means no delay time so link up events are immediately delivered as usual
* This attribute overrides the switch level debounce configuration
*
* @type sai_uint32_t
* @flags CREATE_AND_SET
* @default 0
*/
SAI_PORT_ATTR_LINK_UP_DEBOUNCE_TIMEOUT,

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

/**
* @brief Link up debounce time in microseconds
*
* 0 means no delay time so link up events are immediately delivered as usual
*
* @type sai_uint32_t
* @flags CREATE_AND_SET
* @default 0
*/
SAI_SWITCH_ATTR_LINK_UP_DEBOUNCE_TIMEOUT,

/**
* @brief End of attributes
*/
Expand Down
1 change: 1 addition & 0 deletions meta/aspell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const
couldn
cpp
cpu
debounce
decap
decapsulation
Decrement
Expand Down