ChiouRung Haung
ChiouRung Haung
- What I did Use the Identify attribute to fix the issue that view comparison for LAG [Azure/SONiC#354](https://github.com/Azure/sonic-sairedis/issues/354) - How I did it Add SAI_LAG_ATTR_NAME to identify the LAG. It...
correct the code mapping #### Description The Specification compliance is wrong ``` root@sonic:/home/admin# show interfaces transceiver eeprom Ethernet51 Ethernet51: SFP EEPROM detected Application Advertisement: N/A Connector: LC DOM Capability: Rx_power_support:...
Signed-off-by: chiourung_huang #### Description implement CMIS set_laser_freq to support 100GHz grid space #### Motivation and Context #### How Has This Been Tested? #### Additional Information (Optional)
#### Description swsscommon.FieldValuePairs can't accept None and cause xcvrd dead. Signed-off-by: chiourung_huang #### Motivation and Context #### How Has This Been Tested? #### Additional Information (Optional)
The default value of calibration_type is 0: def __init__(self, eeprom_raw_data=None, calibration_type=0): self._calibration_type = calibration_type If the calibration_type of the SFP is 1, it wouldn't get the correct DOM information. What...
…be removed Reproduce step: 1. Add default buffer configuration for all ports. 2. Do port breakout for port 1. 3. Do port breakout for port 2 and would be failed....
Reproduce step: 1. breakout port ``` root@as7726-32x-2:/# config interface breakout Ethernet0 4x10G -f -y Running Breakout Mode : 1x100G[40G] Target Breakout Mode : 4x10G Ports to be deleted : {...
There are chances that the port has not been created and handling on the new created port for sflow when dynamic port breakout command is executed. It needs to wait...
#### What I did Fix the CLI fail when set interface_naming_mode as alias and the alias name equal interface name ``` admin@as9516:~$ show int status Ethernet0,Ethernet8 Interface Lanes Speed MTU...
Add syslog for high/low temperature alarm/warning(compare the temperature with threshold) #### Description Add syslog for high/low temperature alarm/warning(compare the temperature with threshold) #### Motivation and Context The ZR transceiver has...