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 (27): Move check of TLV length for management COMMAND messages Move common code into port_prepare_and_send Allow sending to a specified (unicast) address uds: don't output "Connection refused" Event subscribing Include TLV in replies to management commands port: event notification clock: event notification Event notification: port state Custom management TLV PORT_ENUMERATION_NP Event notification: port addition/removal Custom management TLV PORT_PROPERTIES_NP phc2sys: generalize run_pmc phc2sys: split update_sync_offset phc2sys: split clock and node phc2sys: store information about clocks being UTC or TAI phc2sys: rearrange declarations phc2sys: open devices in clock_add phc2sys: track ports pmc_common: easy way to set port and broadcast target pmc_common: implement pmc_send_command_action phc2sys: event subscription phc2sys: autoconfiguration phc2sys: autoconfigure realtime clock on demand only phc2sys: check clockIdentity Subscription time limit phc2sys: man page update for -a and -r options clock.c | 261 ++++++++++++- clock.h | 19 + msg.c | 17 + msg.h | 11 + notification.h | 28 ++ phc2sys.8 | 115 ++++-- phc2sys.c | 1037 ++++++++++++++++++++++++++++++++++++++------------- pmc_common.c | 40 ++- pmc_common.h | 4 +- port.c | 260 ++++++++------ port.h | 57 +++ tlv.c | 76 ++++ tlv.h | 19 + transport.c | 17 + transport.h | 25 ++ transport_private.h | 5 + uds.c | 28 ++- 17 files changed, 1582 insertions(+), 437 deletions(-) create mode 100644 notification.h -- 1.7.6.5 ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel