Discussion:
[Linuxptp-devel] [PATCHv2 0/4] Misc improvements.
Miroslav Lichvar
2013-02-07 18:56:49 UTC
Permalink
This is the updated set of patches which were not accepted in the previous
version of the patchset.

- the clock_sync_interval patch was modified to call the
function from clock_create instead of with every process_sync
- the delay patch was fixed to compile on systems with PTP_SYS_OFFSET

Miroslav Lichvar (4):
Fix initialization of frequency estimation interval.
Change label of frequency offset.
phc2sys: Print clock reading delay.
Add summary statistics.

clock.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
clock.h | 3 +-
config.c | 5 ++++
config.h | 1 +
default.cfg | 1 +
gPTP.cfg | 1 +
makefile | 8 ++---
phc2sys.8 | 11 +++++++
phc2sys.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
ptp4l.8 | 10 +++++++
ptp4l.c | 4 ++-
stats.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++
stats.h | 77 +++++++++++++++++++++++++++++++++++++++++++++++
sysoff.c | 16 ++++++----
sysoff.h | 4 ++-
15 files changed, 385 insertions(+), 37 deletions(-)
create mode 100644 stats.c
create mode 100644 stats.h
--
1.8.1
Loading...