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-devel@lists.sourceforge.net/msg00236.html

Jiri Benc (11):
  uds: don't output "Connection refused"
  Respond with an error to management messages to non-existing ports
  Remove unneeded parameter in port_forward
  Implement port_forward_to
  Event subscribing
  Include TLV in replies to management commands
  Subscription time limit
  port: event notification
  clock: event notification
  Event notification: port state
  Custom management TLV PORT_PROPERTIES_NP

 clock.c        |  246 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
 clock.h        |   19 +++++
 msg.c          |   17 ++++
 msg.h          |   11 +++
 notification.h |   27 ++++++
 pmc_common.c   |   10 +--
 port.c         |  131 ++++++++++++++++++++++++------
 port.h         |   37 ++++++++-
 tlv.c          |   26 ++++++
 tlv.h          |   17 ++++
 uds.c          |    2 +-
 11 files changed, 494 insertions(+), 49 deletions(-)
 create mode 100644 notification.h

-- 
1.7.6.5


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to