[Linuxptp-devel] Running on other POSIX OS

2020-06-05 Thread Gabriel.Moyano
Hi everyone, I understand that linuxptp runs only on Linux. I'd like to assess the work that would be involved to get it running on other POSIX OS. What are the things, e.g. systems call, that this other OS should have? What are the needed changes? I will appreciate any help. Best regards, Ga

Re: [Linuxptp-devel] Running on other POSIX OS

2020-06-05 Thread Richard Cochran
On Fri, Jun 05, 2020 at 12:54:10PM +, gabriel.moy...@dlr.de wrote: > What are the things, e.g. systems call, that this other OS should have? What > are the needed changes? Four points are: 1. dynamic posix clock support (clock_t argument to clock_gettime and friends) 2. PTP Hardware Clock c

Re: [Linuxptp-devel] Running on other POSIX OS

2020-06-05 Thread Richard Cochran
On Fri, Jun 05, 2020 at 08:35:02AM -0700, Richard Cochran wrote: > On Fri, Jun 05, 2020 at 12:54:10PM +, gabriel.moy...@dlr.de wrote: > > What are the things, e.g. systems call, that this other OS should have? > > What are the needed changes? > > Four points are: > > 1. dynamic posix clock s