Skip to content
Open
Changes from 1 commit
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
20 changes: 20 additions & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -2687,6 +2687,26 @@ typedef enum _sai_port_attr_t
*/
SAI_PORT_ATTR_PAM4_EYE_VALUES,

/**
* @brief Get port firmware revision
*
* Standard attribute to collect port SerDes firmware rev or
* any other vendor specific firmware rev.
*
* @type sai_s8_list_t
* @flags READ_ONLY
*/

SAI_PORT_ATTR_FW_REVISION,

/**
* @brief The maximum size of SAI_PORT_ATTR_FW_REVISION in bytes.
*
* @type sai_uint32_t
* @flags READ_ONLY
*/
SAI_PORT_ATTR_FW_REVISION_SIZE,

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