Skip to content
Closed
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
2 changes: 1 addition & 1 deletion syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ config_syncd_mlnx()

# As long as sonic does not support PTP which can be enabled/disabled, Nvidia platforms enables
# phcsync for all systems. If HW does not support it, it will do nothing.
supervisorctl start phcsync
supervisorctl start phcsync-gate

if [ -f "$HWSKU_DIR/context_config.json" ]; then
CMD_ARGS+=" -x $HWSKU_DIR/context_config.json -g 0"
Expand Down
Loading