Hi Richard,
Thanks for pointing me towards the timerqueue implementation. That certainly
made the job easier.
I have modified the PTP module to support the POSIX timer interface, supporting
an arbitrary number of timers chained off a single hardware timer as discussed.
I have implemented this
Greetings All,
I can understand why the Linux devs thought it was unneeded to add an extra
alarm interface to PHC, when the only end result is calling some handler code
some random amount of time later. I think (IMHO) that it's far more important
to be able to wiggle that alarm output line at the
On Wed, Aug 31, 2016 at 11:01:59AM +0100, Kieran Tyrrell wrote:
> I started to hack in alarm/timer functionality via an ioctl, but
> while getting familiar with the code I decided it wouldn’t be too
> much extra work to ‘do it properly’ and implement the alarms using
> the posix timer interface (wh
Hi Richard,
I’m moving this thread to linuxptp-devel, as it’s not really a user question
any more…
I started to hack in alarm/timer functionality via an ioctl, but while getting
familiar with the code I decided it wouldn’t be too much extra work to ‘do it
properly’ and implement the alarms usi