SAI icon indicating copy to clipboard operation
SAI copied to clipboard

The correct definition of the return value for getting Auto-negotiation status?

Open chihhan123 opened this issue 5 years ago • 0 comments

@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 ?

chihhan123 avatar Sep 09 '20 09:09 chihhan123