-
Couldn't load subscription status.
- Fork 192
Description
When we do breakout of port using below cli
#sudo config interface breakout Ethernet448 "8x100G[50G,25G]" -y -f
We see below errors in syslog for newly created DPB ports:
2025 May 30 16:54:30.454365 sonic ERR pmon#chassis: Get value by key from STATE_DB: Unable to find key NPU_SI_SETTINGS_SYNC_STATUS state_port_table_fvs_dict {'host_tx_ready': 'false', 'state': 'ok', 'netdev_oper_status': 'down', 'admin_status': 'down', 'mtu': '9100', 'supported_speeds': '50000,100000', 'supported_fecs': 'rs'} for lport Ethernet448
2025 May 30 16:54:30.579399 sonic ERR pmon#chassis: Get value by key from STATE_DB: Unable to find key NPU_SI_SETTINGS_SYNC_STATUS state_port_table_fvs_dict {'state': 'ok', 'netdev_oper_status': 'down', 'admin_status': 'down', 'mtu': '9100', 'supported_speeds': '50000,100000', 'supported_fecs': 'rs', 'host_tx_ready': 'false'} for lport Ethernet449
2025 May 30 16:54:30.711485 sonic ERR pmon#chassis: Get value by key from STATE_DB: Unable to find key NPU_SI_SETTINGS_SYNC_STATUS state_port_table_fvs_dict {'state': 'ok', 'netdev_oper_status': 'down', 'admin_status': 'down', 'mtu': '9100', 'supported_speeds': '50000,100000', 'supported_fecs': 'rs', 'host_tx_ready': 'false'} for lport Ethernet450
..
Steps to Reproduce:
sudo config interface breakout Ethernet448 "8x100G[50G,25G]" -y -f
Actual Behavior and Expected Behavior:
Below Error should not be logged
2025 May 30 16:54:30.454365 sonic ERR pmon#chassis: Get value by key from STATE_DB: Unable to find key NPU_SI_SETTINGS_SYNC_STATUS state_port_table_fvs_dict {'host_tx_ready': 'false', 'state': 'ok', 'netdev_oper_status': 'down', 'admin_status': 'down', 'mtu': '9100', 'supported_speeds': '50000,100000', 'supported_fecs': 'rs'} for lport Ethernet448