Discussion:
[Linuxptp-devel] [PATCH v4 0/6] automatic phc2sys configuration, ptp4l part
Jiri Benc
2014-05-06 16:41:45 UTC
Permalink
v4: Changed from COMMAND to SET action for event subscribing.
Added space for even more events.
Renamed 'valid_time' to 'duration'.
Wrapped long lines.

v3: Split into two parts, this is the ptp4l part. The phc2sys part will
follow after this is accepted.
Reworked to use the new transport_sendto and common address interface.
Removed TLV PORT_ENUMERATION_NP, each port number is queried for its
existence instead.
Addressed all reviewers' comments to v2.

v2: rebased to the current HEAD

For the description of the set, see the v1 cover letter:
https://www.mail-archive.com/linuxptp-***@lists.sourceforge.net/msg00236.html

Jiri Benc (6):
Event subscribing
Subscription time limit
port: event notification
clock: event notification
Event notification: port state
Custom management TLV PORT_PROPERTIES_NP

clock.c | 236 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
clock.h | 19 +++++
notification.h | 27 +++++++
port.c | 117 +++++++++++++++++++++++-----
port.h | 23 ++++++
tlv.c | 26 ++++++
tlv.h | 17 ++++
7 files changed, 435 insertions(+), 30 deletions(-)
create mode 100644 notification.h
--
1.7.6.5
Loading...