Re: [Linuxptp-devel] [PATCH 00/27] automatic phc2sys configuration

2014-03-23 Thread Richard Cochran
On Thu, Mar 20, 2014 at 07:08:13PM +0100, Jiri Benc wrote: > This patchset adds support for phc2sys following ptp4l state changes and > automatic (re)configuration. I tried latest git head and also v1.4, but I get the following applying the patches. Can you please bring this up to date? Thanks, R

Re: [Linuxptp-devel] [PATCH 2/2] Print warning message on deprecated ptp4l options.

2014-03-23 Thread Richard Cochran
On Tue, Mar 18, 2014 at 06:25:14PM +0100, Miroslav Lichvar wrote: > Signed-off-by: Miroslav Lichvar > --- > config.c | 37 + > ptp4l.8 | 6 +++--- > 2 files changed, 32 insertions(+), 11 deletions(-) Applied. Thanks, Richard ---

Re: [Linuxptp-devel] [PATCH 1/2] Increase default first step threshold to 20 us.

2014-03-23 Thread Richard Cochran
On Tue, Mar 18, 2014 at 06:25:13PM +0100, Miroslav Lichvar wrote: > Most PHC drivers implement stepping (ADJ_SETOFFSET) by reading the > clock, adjusting the value by the offset and writing it back. This is > not perfectly accurate and if the operation is slow (e.g. due to PCIe > latencies), the er

Re: [Linuxptp-devel] [PATCH 00/27] automatic phc2sys configuration

2014-03-23 Thread Richard Cochran
On Thu, Mar 20, 2014 at 07:08:13PM +0100, Jiri Benc wrote: > This patchset adds support for phc2sys following ptp4l state changes and > automatic (re)configuration. This could be very useful indeed. > The automatic configuration does not use PPS for now. With PPS, things get > much more complicat