intel / synce4l

GNU General Public License v2.0
22 stars 11 forks source link

Update port TX QL when external source locks #35

Closed mlichvar closed 9 months ago

mlichvar commented 10 months ago

This is an attempt to fix the issue with incorrect transmitted QL when multiple external sources are configured, but not the best one is selected and locks. The issue is that the forced QL is not updated to according to the source.

This works in my tests, but I'm not sure if it's the best approach. Maybe find_dev_best_clock_source() should be called at some point instead.

kubalewski commented 9 months ago

Yeah, seems like there is some mess with updating the QL, will try to fix it later, for now merging this.