We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a436b commit f93d298Copy full SHA for f93d298
sonic-xcvrd/xcvrd/xcvrd.py
@@ -1422,7 +1422,7 @@ def task_worker(self):
1422
1423
if self.port_dict[lport]['host_tx_ready'] != 'true' or \
1424
self.port_dict[lport]['admin_status'] != 'up':
1425
- if is_fast_reboot:
+ if is_fast_reboot and self.check_datapath_state(api, host_lanes_mask, ['DataPathActivated']):
1426
self.log_notice("{} Skip re-init flow".format(lport))
1427
else:
1428
self.log_notice("{} Forcing Tx laser OFF".format(lport))
0 commit comments