Skip to content

Commit

Permalink
Take non-CMIS xcvrs out of lpmode in SFF Manager
Browse files Browse the repository at this point in the history
Fix non-CMIS transceivers in down state by bringing them out of
lpmode in the SFF Manager Task.
  • Loading branch information
peterbailey-arista committed Nov 21, 2024
1 parent b276e41 commit c59fabf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sonic-xcvrd/xcvrd/sff_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ def task_worker(self):
# Skip if these essential routines are not available
continue

sfp.set_lpmode(False)

if active_lanes is None:
active_lanes = self.get_active_lanes_for_lport(lport, subport_idx,
len(lanes_list),
Expand Down

0 comments on commit c59fabf

Please sign in to comment.