Skip to content
Open
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 @@ -2786,6 +2786,18 @@ typedef enum _sai_port_attr_t
*/
SAI_PORT_ATTR_PRBS_PER_LANE_BER_LIST,

/**
* @brief Packet drop status for all PGs of a port.
*
* The key is the PG index and the status value (clear-on-read) for each PG
* is from {0, 1}, where 0 indicates no drops were observed and 1 indicates
* packet drops.
*
* @type sai_map_list_t
* @flags READ_ONLY
*/
SAI_PORT_ATTR_PORT_PG_PKT_DROP_STATUS,

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