You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for generic hwinfo string in gearbox_config.json
The SAI_SWITCH_ATTR_SWITCH_HARDWARE_INFO formatting is vendor specific.
* Remove the formating check that assumes its of the mdio sysfs format
* Note the the count remains without including the NULL termintor,
which is not compliant with the SAI header definintion that indicates
a NULL terminated string.
Signed-off-by: aaronp@arista.com
* Add support to allow Firmware Major Version to return unsupported"
Some external phys do not support Firmware upgrades and therefore
do not have a firmware version.
The SAI_SWITCH_ATTR_FIRMWARE_MAJOR_VERSION may return
SAI_STATUS_ATTR_NOT_SUPPORTED which needs to be gracefully
supported and allow the phy to be created.
* Allow SAI_STATUS_NOT_SUPPORTED return value and set
version to empty string.
Signed-off-by: Aaron Payment <aaronp@arista.com>
* Address review comments
* Address review comments, fix hwinfo
Co-authored-by: Aaron Payment <aaronp@arista.com>
0 commit comments