Re: [PATCH net-next 1/9] ptp: Clarify ptp_clock_info .adjphase expects an internal servo to be used
From: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Date: 2023-05-22 17:03:46
Hi Richard, I have a v2 prepared. I have just one question left before sending that it out. On Thu, 11 May, 2023 17:51:47 -0700 Richard Cochran [off-list ref] wrote:
On Thu, May 11, 2023 at 01:20:45PM -0700, Rahul Rameshbabu wrote:quoted
If the PHC does not restore the frequency, won't the value cached in the ptp stack in the kernel become inaccurate compared to the frequency change induced by the '.adjphase' call?If the HW implements a PI controller, and if it has converged, then the current frequency will be close to the remote time server's.
This point makes sense to me. However, I have a concern about the case where the linuxptp servo has not had a chance to make a single frequency adjustment (0 ppb) and .adjphase/LOCKED_STABLE state is initially called/reached. After converging, the frequency will be close to the remote time's server's frequency, but that frequency will likely not be 0 ppb. If .adjfine had been called previously, the difference between the remote time server's frequency and the cached frequency in the ptp stack would likely be significantly closer. That said, do you think it makes sense to have some kind of API that gives information about the in-HW controller such as the frequency offset it operated? Or maybe in general an API in the future for introspecting the state of this in-HW servo?
quoted
This concern is why I added this clause in the documentation. Let me know if my understanding is off with regards to this. I think we had a similar conversation on this previously in the mailing list. https://lore.kernel.org/netdev/Y88L6EPtgvW4tSA+@hoboy.vegasvil.org/ (local)I guess it depends on the HW algorithm and the situation. But I don't think there is a "rule" that always gets the best result.
Agreed. I do not think enforcing the PHC to restore the frequency to the value before .adjphase is called would be helpful. This preserves the integrity of the cached value in the kernel stack, but that is not helpful since we can potentially see an initial growing error in the offset between the remote server's time and the PHC's time after making this frequency reversion.
Thanks, Richard
-- Rahul Rameshbabu