Re: [Linuxptp-devel] linuxptp in kernel 2.6.30+?

2014-06-04 Thread Richard Cochran
On Tue, Jun 03, 2014 at 07:25:29PM +, Daniel Le wrote: > I browsed both the linuxptp devel and user mail archives, but > couldn't see any email thread about RHEL back porting of linuxptp > and ethtool. Perhaps I didn't look at the right places or missed > it. Does someone know where the relevan

Re: [Linuxptp-devel] [PATCH 1/2] missing: add SIOCGHWTSTAMP to missing.h

2014-06-04 Thread Richard Cochran
On Tue, May 27, 2014 at 10:34:35AM -0700, Jacob Keller wrote: > In order to allow hwtstamp_ctl to use the non-destructive SIOCGHWTSTAMP > ioctl, we need to add it to missing.h, in order to prevent build failure > on older kernels which don't have this support. > > Signed-off-by: Jacob Keller > --

Re: [Linuxptp-devel] [PATCH v4] hwtstamp_ctl: use SIOCGHWTSTAMP ioctl before destructively setting policy

2014-06-04 Thread Richard Cochran
On Tue, Jun 03, 2014 at 02:03:11PM -0700, Jacob Keller wrote: > This patch modifies the hwtstamp_ctl program, so that it will (attempt > to) use the SIOCGHWTSTAMP ioctl to non-destructively read the current > hardware timestamping policy, prior to setting it with SIOCSHWTSTAMP. Applied. Thanks, R