Re: [PATCH net-next v4] ptp: add Alibaba CIPU PTP clock driver
From: Wen Gu <guwen@linux.alibaba.com>
Date: 2025-08-17 03:01:33
Also in:
lkml
From: Wen Gu <guwen@linux.alibaba.com>
Date: 2025-08-17 03:01:33
Also in:
lkml
On 2025/8/16 23:37, Andrew Lunn wrote:
quoted
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!