I have been preparing Balint Ferencz's ts2phc program for review on
this list.  The present series presents a mixture of fixes and new
code in support of the upcoming GrandMaster features.

Patches 1-3 are random fixes found along the way.
Patches 4-6 add new helper code, preparing for GM support.

Richard Cochran (6):
  clock: Safely remove event subscribers from list.
  Remove the unfinished SNMP code.
  Balance the posix clock open function with a close method.
  Add definitions for PTP pin ioctls for backwards kernel compatibility.
  Add PHC methods for querying and configuring the pin functionality.
  Provide a method to convert a tmv_t into a timespec.

 clock.c         |   9 +--
 makefile        |  14 ----
 missing.h       |  62 +++++++++++++++-
 phc.c           |  31 ++++++--
 phc.h           |  21 ++++++
 phc2sys.c       |   2 +-
 phc_ctl.c       |   3 +-
 snmp4lptp.8     | 119 ------------------------------
 snmp4lptp.c     | 192 ------------------------------------------------
 snmp4lptp_mib.h |  30 --------
 snmpflg.sh      |  42 -----------
 tmv.h           |  10 +++
 util.c          |   8 ++
 util.h          |   6 ++
 14 files changed, 138 insertions(+), 411 deletions(-)
 delete mode 100644 snmp4lptp.8
 delete mode 100644 snmp4lptp.c
 delete mode 100644 snmp4lptp_mib.h
 delete mode 100755 snmpflg.sh

-- 
2.20.1



_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to