We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74bc9b commit bd83d52Copy full SHA for bd83d52
sonic-xcvrd/xcvrd/xcvrd.py
@@ -1268,7 +1268,7 @@ def task_worker(self):
1268
continue
1269
1270
#Sets module to high power mode and doesn't impact datapath if module is already in high power mode
1271
- api.set_lpmode(False)
+ api.set_lpmode(False, wait_state_change = False)
1272
self.update_port_transceiver_status_table_sw_cmis_state(lport, CMIS_STATE_AP_CONF)
1273
dpDeinitDuration = self.get_cmis_dp_deinit_duration_secs(api)
1274
modulePwrUpDuration = self.get_cmis_module_power_up_duration_secs(api)
0 commit comments