Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation

2023-11-29 Thread Choong, Chwee Lin
: Wednesday, November 29, 2023 6:51 PM To: Choong, Chwee Lin Cc: Richard Cochran ; linuxptp-devel@lists.sourceforge.net Subject: Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation Hi, I did not argue whether it is an error or not. Once an enterprise management TLV is published

Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation

2023-11-29 Thread Erez
Thanks > CL > > -Original Message- > From: Richard Cochran > Sent: Tuesday, November 28, 2023 7:42 AM > To: Erez > Cc: Choong, Chwee Lin ; > linuxptp-devel@lists.sourceforge.net > Subject: Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange > computation &g

Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation

2023-11-28 Thread Choong, Chwee Lin
ovember 28, 2023 7:42 AM To: Erez Cc: Choong, Chwee Lin ; linuxptp-devel@lists.sourceforge.net Subject: Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation On Mon, Nov 27, 2023 at 10:20:56AM +0100, Erez wrote: > It is public if you change the printed name in PMC. You mean

Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation

2023-11-27 Thread Richard Cochran
On Mon, Nov 27, 2023 at 10:20:56AM +0100, Erez wrote: > It is public if you change the printed name in PMC. You mean scripts that invoke pmc? Yeah, that could cause users' setups to break. Thanks, Richard ___ Linuxptp-devel mailing list Linuxptp-deve

Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation

2023-11-27 Thread Erez
On Sun, 26 Nov 2023 at 22:07, Richard Cochran wrote: > On Thu, Nov 23, 2023 at 01:39:45PM +0100, Erez wrote: > > On Thu, 23 Nov 2023 at 04:26, Chwee-Lin Choong < > chwee.lin.cho...@intel.com> > > wrote: > > > > > Add the computation for scaledLastGmFreqChange, as specified in > > > IEEE 802.1AS-2

Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation

2023-11-26 Thread Richard Cochran
On Thu, Nov 23, 2023 at 01:39:45PM +0100, Erez wrote: > On Thu, 23 Nov 2023 at 04:26, Chwee-Lin Choong > wrote: > > > Add the computation for scaledLastGmFreqChange, as specified in > > IEEE 802.1AS-2020, clause 11.4.4.3.9. This incorporates the > > necessary logic to calculate scaledLastGmFreqCh

Re: [Linuxptp-devel] [PATCH] Add scaledLastGmFreqChange computation

2023-11-23 Thread Erez
On Thu, 23 Nov 2023 at 04:26, Chwee-Lin Choong wrote: > Add the computation for scaledLastGmFreqChange, as specified in > IEEE 802.1AS-2020, clause 11.4.4.3.9. This incorporates the > necessary logic to calculate scaledLastGmFreqChange and > appends the result to the follow-up TLV. > > In additio