From: Miroslav L. <mli...@re...> - 2022-11-23 08:00:46
|
On Wed, Nov 23, 2022 at 03:35:57PM +0800, Hamilton Alex wrote: > so I wonder whether linuxptp can run on a single system(one CPU)? You can have multiple ptp4l instances talking to each other on a single system, but you need to disable the loopback shortcut between them. The easiest way to do that is to put them in separate network namespaces. See ip-netns(8). -- Miroslav Lichvar |