Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions sonic-xcvrd/xcvrd/cmis/cmis_manager_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1181,14 +1181,6 @@ def process_cmis_state_machine(self, lport):
self.force_cmis_reinit(lport)
return

if hasattr(api, 'get_cmis_rev'):
# Check datapath init pending on module that supports CMIS 5.x
majorRev = int(api.get_cmis_rev().split('.')[0])
if majorRev >= 5 and not self.check_datapath_init_pending(api, host_lanes_mask):
self.log_notice("{}: datapath init not pending".format(lport))
self.force_cmis_reinit(lport, retries + 1)
return

# Ensure the Datapath is NOT Activated unless the host Tx siganl is good.
Comment on lines 1181 to 1184
# NOTE: Some CMIS compliant modules may have 'auto-squelch' feature where
# the module won't take datapaths to Activated state if host tries to enable
Expand Down
Loading