Re: [PATCH net-next] cadence: Add hardware PTP support.

2016-11-18 Thread Richard Cochran
On Fri, Nov 18, 2016 at 11:55:37AM +, Rafal Ozieblo wrote: > >I'm not sure of your application and why this is necessary. > >Can you please check Andrei's patches and mine and Richard Cochran's > >comments? > >I use linuxptp to test. And please, PLEASE, put me onto CC for all PTP related patc

RE: [PATCH net-next] cadence: Add hardware PTP support.

2016-11-18 Thread Rafal Ozieblo
>Hi Rafal > > > >I'm still comparing the full solution but just a couple of things first: >

Re: [PATCH net-next] cadence: Add hardware PTP support.

2016-11-18 Thread Harini Katakam
Hi Rafal I'm still comparing the full solution but just a couple of things first: > @@ -876,6 +964,17 @@ static int gem_rx(struct macb *bp, int budget) > bp->stats.rx_packets++; > bp->stats.rx_bytes += skb->len; > > +#if IS_ENABLED(CONFIG_PTP_1588_CLOCK) > +

Re: [PATCH net-next] cadence: Add hardware PTP support.

2016-11-18 Thread Nicolas Ferre
Le 18/11/2016 à 11:47, Rafal Ozieblo a écrit : > Signed-off-by: Rafal Ozieblo Note to David: This is more a RFC: we are discussing the addition of this feature and how to cover all macb revisions and optional features implemented in actual products. regards, > --- > Documentation/devicetree/bi