Skip to content

Commit

Permalink
Remove redundant updateFabricPortState (sonic-net#2850)
Browse files Browse the repository at this point in the history
Call to updateFabricPortState in FabricPortsOrch::getFabricPortList() is
redundant as FabricPortsOrch::doTask() already calls it.

This change helps mitigate the MHz spikes during boot up of the supe as
described in sonic-net/sonic-buildimage#15321.
  • Loading branch information
kenneth-arista authored Jul 13, 2023
1 parent 776af62 commit c7e1308
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions orchagent/fabricportsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ int FabricPortsOrch::getFabricPortList()

m_getFabricPortListDone = true;

updateFabricPortState();

return FABRIC_PORT_SUCCESS;
}

Expand Down

0 comments on commit c7e1308

Please sign in to comment.