From: Richard C. <ric...@gm...> - 2022-07-26 04:26:27
|
On Mon, Jul 25, 2022 at 11:43:52AM +0000, Osterried Markus (ETAS-DAP/XPC-Fe3) via Linuxptp-users wrote: > Are there plans to implement these functionalities in ptp4l and pmc? None. > If not officially implemented, can anybody give hints how to implement it? > How to create events EV_DESIGNATED_ENABLED / EV_DESIGNATED_DISABLED - or what else has to be done? The code really was never designed for ports magically disappearing or re-appearing again. So you will have to carefully consider the side effects, of which there might be many. FWIW I gave up early on trying to make dynamic changes at run time (too many issues!) Instead, I just do killall ptp4l; ptp4l --new-config-options Thanks, Richard |