Re: [Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command

2021-11-19 Thread Erez
On Fri, 19 Nov 2021 at 11:10, Vladimir Oltean wrote: > On Fri, Nov 19, 2021 at 05:22:16AM +, Karthikkumar Valoor wrote: > > On Tue, 16 Nov 2021 at 15:22, Vladimir Oltean olte...@gmail.com>> wrote: > > On Tue, Nov 16, 2021 at 12:47:09PM +, Karthikkumar V via > Linuxptp-devel wrote: > > >

Re: [Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command

2021-11-19 Thread Erez
r ; > linuxptp-devel@lists.sourceforge.net > *Subject:* Re: [Linuxptp-devel] [PATCH] Include phcIndex in > PORT_PROPERTIES_NP PMC command > > > > CAUTION: This email originated from outside of Altiostar. Do not click on > links or open attachments unless you recognize the sender

Re: [Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command

2021-11-19 Thread Vladimir Oltean
On Fri, Nov 19, 2021 at 05:22:16AM +, Karthikkumar Valoor wrote: > On Tue, 16 Nov 2021 at 15:22, Vladimir Oltean > mailto:olte...@gmail.com>> wrote: > On Tue, Nov 16, 2021 at 12:47:09PM +, Karthikkumar V via Linuxptp-devel > wrote: > > PORT_PROPERTIES_NP PMC Command will now display the p

Re: [Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command

2021-11-18 Thread Karthikkumar Valoor via Linuxptp-devel
Hi forum, Thanks for the comments. Please find our responses below. From: Erez Sent: 16 November 2021 21:08 To: Vladimir Oltean Cc: Karthikkumar Valoor ; linuxptp-devel@lists.sourceforge.net Subject: Re: [Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command CAUTION

Re: [Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command

2021-11-16 Thread Erez
On Tue, 16 Nov 2021 at 15:22, Vladimir Oltean wrote: > On Tue, Nov 16, 2021 at 12:47:09PM +, Karthikkumar V via > Linuxptp-devel wrote: > > PORT_PROPERTIES_NP PMC Command will now display the phcIndex along with > > other interface details. A typical use case will be Users can fetch the > > p

Re: [Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command

2021-11-16 Thread Vladimir Oltean
On Tue, Nov 16, 2021 at 12:47:09PM +, Karthikkumar V via Linuxptp-devel wrote: > PORT_PROPERTIES_NP PMC Command will now display the phcIndex along with > other interface details. A typical use case will be Users can fetch the > phcIndex to use the clock APIs of the kernel (clock_gettime and c

[Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command

2021-11-16 Thread Karthikkumar V via Linuxptp-devel
PORT_PROPERTIES_NP PMC Command will now display the phcIndex along with other interface details. A typical use case will be Users can fetch the phcIndex to use the clock APIs of the kernel (clock_gettime and clock_settime) to get the PHC time from user applications. Signed-off-by: Karthikkumar V