Re: [PATCH net-next v4] ptp: add Alibaba CIPU PTP clock driver
From: Wen Gu
Date: Sat Aug 16 2025 - 23:01:50 EST
On 2025/8/16 23:37, Andrew Lunn wrote:
These sysfs are intended to provide diagnostics and informations.
Maybe they should be in debugfs if they are just diagnostics? You then
don't need to document them, because they are not ABI.
Andrew
Hi Andrew,
Thank you for the suggestion.
But these sysfs aren't only for developer debugging, some cloud components
rely on the statistics to assess the health of PTP clocks or to perform
corresponding actions based on the reg values. So I prefer to use the stable
sysfs.
Thanks!