Re: [Linuxptp-devel] [PATCH v2] port: Disable PHC switch with vclocks.

2022-07-25 Thread Richard Cochran
On Mon, Jul 25, 2022 at 09:57:07AM +0200, Miroslav Lichvar wrote: > With a virtual PHC, don't try to switch to the physical PHC after a > link-state change. JBOD and other multi-PHC configurations are not > supported with vclocks yet. > > Fixes: 9b9c2c58e6ed ("port: Check for virtual clocks.") >

[Linuxptp-devel] [PATCH v2] port: Disable PHC switch with vclocks.

2022-07-25 Thread Miroslav Lichvar
With a virtual PHC, don't try to switch to the physical PHC after a link-state change. JBOD and other multi-PHC configurations are not supported with vclocks yet. Fixes: 9b9c2c58e6ed ("port: Check for virtual clocks.") Signed-off-by: Miroslav Lichvar --- Notes: v2: Rebased on latest code