diff --git a/syncd/scripts/syncd_init_common.sh b/syncd/scripts/syncd_init_common.sh index 516a480e..c0555f3a 100644 --- a/syncd/scripts/syncd_init_common.sh +++ b/syncd/scripts/syncd_init_common.sh @@ -378,6 +378,10 @@ config_syncd_mlnx() # Ensure no redundant newlines sed -i '/^$/d' /tmp/sai.profile + + # 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 } config_syncd_centec()