Skip to content

Commit

Permalink
Update xcvrd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnoopKamath authored Aug 11, 2023
1 parent 832a985 commit ae8900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-xcvrd/xcvrd/xcvrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ def task_worker(self):

# D.1.3 Software Configuration and Initialization
api.set_application(host_lanes_mask, appl, ec)
if not api.stage_datapath_init(host_lanes_mask):
if not api.scs_apply_datapath_init(host_lanes_mask):
self.log_notice("{}: unable to set application and stage DP init".format(lport))
self.force_cmis_reinit(lport, retries + 1)
continue
Expand Down

0 comments on commit ae8900e

Please sign in to comment.