daniel-p-carvalho commented on PR #3782:
URL: https://github.com/apache/nuttx-apps/pull/3782#issuecomment-5751008315

   Thanks for the review. I have answered each comment in its thread; the 
changes are in the updated commit `netutils/ptpd: retain in-memory IPC for 
CONFIG_BUILD_FLAT in ptpd_status()`.
   
   About using the status file on flat builds too: the in-memory request does 
not need a mounted filesystem, which is the case on the boards where I hit the 
timeout (bare STM32 without `/tmp`), so flat builds keep it and the two ways 
are exclusive now, as you suggested in the main loop. Builds that are not flat 
still use `CONFIG_NETUTILS_PTPD_STATUSFILE`.
   
   I built the flat variant for `stm32f4discovery` and ran `ptpd -t` repeatedly 
on the board (34 queries in two runs, no failure). The variant that is not flat 
was only compiled, not run, since the board cannot run it.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to