Re: [Linuxptp-devel] [PATCH v1 3/4] phc2sys: Shallow do_loop().

2023-07-21 Thread Jacob Keller
On 7/20/2023 7:33 AM, Miroslav Lichvar wrote: > Move the measurements and updates of clocks from do_loop() to separate > function. > > Signed-off-by: Miroslav Lichvar > --- Reviewed-by: Jacob Keller ___ Linuxptp-devel mailing list Linuxptp-devel

[Linuxptp-devel] [PATCH v1 3/4] phc2sys: Shallow do_loop().

2023-07-20 Thread Miroslav Lichvar
Move the measurements and updates of clocks from do_loop() to separate function. Signed-off-by: Miroslav Lichvar --- phc2sys.c | 100 +- 1 file changed, 54 insertions(+), 46 deletions(-) diff --git a/phc2sys.c b/phc2sys.c index d0f5adb..c1a1c6