SAI
SAI copied to clipboard
The correct definition of the return value for getting Auto-negotiation status?
@apogedik @lguohan
In saiport.h /** * @brief Attribute data for #SAI_PORT_ATTR_AUTO_NEG_STATUS * * Auto negotiation (AN) done state: 0 for AN in progress, 0 for AN done * * @type bool * @flags READ_ONLY */ SAI_PORT_ATTR_AUTO_NEG_STATUS,
Is that 1 for AN in progress, 0 for AN done ? Or Is that 0 for AN in progress, 1 for AN done ?