Looks like it's not possible to set timeout values bigger than 2147483647 nsec using set_tmo_log() when log_seconds < 0.
Example: logSyncInterval = -3 (125ms), syncReceiptTimeout = 24 (3 sec) -> timerfd_settime() fails as timespec.tv_nsec is signed int. Paweł Modrzejewski (1): port: set_tmo_log() timer interval calculation fix port.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -- 2.40.0 _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel