RE: [net-next, v3, 02/10] ptp: support ptp physical/virtual clocks conversion
From: "Y.b. Lu" <yangbo.lu@nxp.com>
Date: 2021-06-22 10:19:07
Also in:
linux-kselftest, lkml, mptcp
Hi Richard,
-----Original Message----- From: Richard Cochran <richardcochran@gmail.com> Sent: 2021年6月18日 1:43 To: Y.b. Lu <yangbo.lu@nxp.com> Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; linux-kselftest@vger.kernel.org; mptcp@lists.linux.dev; David S . Miller [off-list ref]; Jakub Kicinski [off-list ref]; Mat Martineau [off-list ref]; Matthieu Baerts [off-list ref]; Shuah Khan [off-list ref]; Michal Kubecek [off-list ref]; Florian Fainelli [off-list ref]; Andrew Lunn [off-list ref]; Rui Sousa [off-list ref]; Sebastien Laveze [off-list ref] Subject: Re: [net-next, v3, 02/10] ptp: support ptp physical/virtual clocks conversion On Tue, Jun 15, 2021 at 05:45:09PM +0800, Yangbo Lu wrote:quoted
diff --git a/Documentation/ABI/testing/sysfs-ptpb/Documentation/ABI/testing/sysfs-ptpquoted
index 2363ad810ddb..2ef11b775f47 100644--- a/Documentation/ABI/testing/sysfs-ptp +++ b/Documentation/ABI/testing/sysfs-ptp@@ -61,6 +61,19 @@ Description: This file contains the number of programmable pins offered by the PTP hardware clock. +What: /sys/class/ptp/ptpN/n_vclocks +Date: May 2021 +Contact: Yangbo Lu <yangbo.lu@nxp.com> +Description: + This file contains the ptp virtual clocks number in use, + based on current ptp physical clock. In default, the + value is 0 meaning only ptp physical clock is in use. + Setting the value can create corresponding number of ptp + virtual clocks to use. But current ptp physical clock is + guaranteed to stay free running. Setting the value back + to 0 can delete ptp virtual clocks and back use ptp + physical clock again.The native speaker in me suggests: This file contains the number of virtual PTP clocks in use. By default, the value is 0 meaning that only the physical clock is in use. Setting the value creates the corresponding number of virtual clocks and causes the physical clock to become free running. Setting the value back to 0 deletes the virtual clocks and switches the physical clock back to normal, adjustable operation.
Thank you! Will update. That's better than mine.
Thanks, Richard