The changes from the last version are as follows:
- Refactoring servo_sample to make it more readable with the new code.
- Change port_unicast_construct() to port_signaling_uc_construct().
- Other changes to config.c (reordering the config options to be alphabetical),
  missed checks for signaling and offset checking code.

More information about the series is in the original cover letter at:
https://sourceforge.net/p/linuxptp/mailman/message/36433837/

Thanks,
Vedang

Vedang Patel (7):
  port: Make port_capable() accessible outside port.c
  port: Separate unicast specific code from port_signaling_construct()
  port: Add logPdelayReqInterval.
  port: implement message interval request processing
  clock: add APIs to access servo and servo_state
  port: Add interval update mechanism.
  port: Add inhibit_delay_req.

 clock.c                       |  11 ++++
 clock.h                       |  14 ++++++
 config.c                      |   7 ++-
 configs/automotive-master.cfg |   1 +
 configs/automotive-slave.cfg  |   4 ++
 configs/default.cfg           |   5 ++
 msg.h                         |   6 +++
 phc2sys.c                     |   1 +
 port.c                        |  46 ++++++++++++++---
 port_private.h                |  17 +++++--
 port_signaling.c              | 113 ++++++++++++++++++++++++++++++++++++++++--
 ptp4l.8                       |  35 +++++++++++++
 servo.c                       |  31 +++++++++++-
 servo.h                       |   6 +++
 servo_private.h               |   3 ++
 tlv.c                         |   4 ++
 tlv.h                         |  12 +++++
 unicast_client.c              |  14 +++---
 unicast_service.c             |   4 +-
 19 files changed, 309 insertions(+), 25 deletions(-)

-- 
2.7.3



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

Reply via email to