This are the changes from the last version: - Change abs() -> llabs() in servo.c - Reset the servo when slave detects the logSyncInterval rate mentioned in the signaling message is not the same as it’s own rate. This will probably occur when master restarts. - Remove unused header file (errno.h) from port_signaling.c.
More information about the series is in the original cover letter at: https://sourceforge.net/p/linuxptp/mailman/message/36433837/ Thanks, Vedang Patel 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 | 70 +++++++++++++++++++++----- port_private.h | 17 +++++-- port_signaling.c | 111 ++++++++++++++++++++++++++++++++++++++++-- ptp4l.8 | 35 +++++++++++++ servo.c | 45 ++++++++++++++++- servo.h | 13 +++++ servo_private.h | 3 ++ tlv.c | 4 ++ tlv.h | 12 +++++ unicast_client.c | 14 +++--- unicast_service.c | 4 +- 19 files changed, 348 insertions(+), 29 deletions(-) -- 2.7.3 _______________________________________________ Linuxptp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxptp-devel
