Skip to content

Commit bd83d52

Browse files
[xcvrd] do not wait state change while calling cmis.set_lpmode (#613)
1 parent d74bc9b commit bd83d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic-xcvrd/xcvrd/xcvrd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ def task_worker(self):
12681268
continue
12691269

12701270
#Sets module to high power mode and doesn't impact datapath if module is already in high power mode
1271-
api.set_lpmode(False)
1271+
api.set_lpmode(False, wait_state_change = False)
12721272
self.update_port_transceiver_status_table_sw_cmis_state(lport, CMIS_STATE_AP_CONF)
12731273
dpDeinitDuration = self.get_cmis_dp_deinit_duration_secs(api)
12741274
modulePwrUpDuration = self.get_cmis_module_power_up_duration_secs(api)

0 commit comments

Comments
 (0)