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
[vslib] SAI_KEY_VS_OPER_SPEED_IS_CONFIGURED_SPEED, SAI_PORT_ATTR_HOST_TX_READY_STATUS support (#1458)
This PR adds two features to vslib.
SAI_KEY_VS_OPER_SPEED_IS_CONFIGURED_SPEED: when true, SAI_PORT_ATTR_SPEED returns the configured speed instead of the value retrieved via /sys/class/net/<name>/speed.
fixes Subinterface doesn't inherit the speed of ancestors on kvm testbed. sonic-buildimage#19735
SAI_PORT_ATTR_HOST_TX_READY_STATUS: always returns true. Required to support running xcvrd in the VS env.
ref: https://github.com/sonic-net/SONiC/pull/1849/files#diff-6f3e95e6c57a3edc2e30e1f13edb9fd9a32a0db44e1035ac1f0b1b9a191762a5R46
0 commit comments