Skip to content
New issue

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

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

Already on GitHub? # to your account

phc: record step on live clocks only. (Fixes Xilinx-CNS/sfptpd#17) #19

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

abower-amd
Copy link
Collaborator

@abower-amd abower-amd commented Dec 23, 2024

Hi @sasharozenson, does this fix your issue? (Fixes #17)?

It is expected that some clock objects within sfptpd at times refer to devices that are not currently available (since they may come back and we want to treat them as the same entity when they do) - this function to record that a step has happened in any clock (to avoid stale clock comparison data bring used) should legitimately be happy to skip over clocks that don't currently physically exist.

@abower-amd abower-amd requested a review from a team as a code owner December 23, 2024 16:18
Copy link
Contributor

@matthewr-xilinx matthewr-xilinx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems a sensible change to me.

@cns-ci-onload-xilinx cns-ci-onload-xilinx merged commit 8da2e59 into v3_8 Jan 3, 2025
2 checks passed
@abower-amd abower-amd deleted the review/record-step-fix branch January 3, 2025 15:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants