Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: ptp: Misc clock sync bugs #75611

Merged
merged 2 commits into from
Aug 6, 2024

Commits on Jul 8, 2024

  1. net: ptp: Adjust clock using correct offset

    Offset should be *subtracted* from current clock value, not added.
    This was causing clock to accumulate error instead of actually
    "converging".
    
    Signed-off-by: Benjamin Cabé <[email protected]>
    kartben committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9fad6b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. net: ptp: Properly handle second overflow/underflow

    Fixes issues with net_ptp_time arithmetic where second
    overflow/underflow would not be handled properly.
    
    Signed-off-by: Benjamin Cabé <[email protected]>
    Signed-off-by: Adam Wojasinski <[email protected]>
    kartben authored and awojasinski committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    bbaacb1 View commit details
    Browse the repository at this point in the history