Re: [Linuxptp-devel] [PATCH RFC 2/7] rtnl: Add function to detect virtual clocks.
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Hangbin L. <liu...@gm...> - 2022-01-14 02:47:09
|
On Thu, Jan 13, 2022 at 04:54:55PM +0100, Miroslav Lichvar wrote: > Add a function using ethtool netlink to check whether a PHC is a virtual > clock of an interface. > > Signed-off-by: Miroslav Lichvar <mli...@re...> > Cc: Hangbin Liu <liu...@gm...> > --- > rtnl.c | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > rtnl.h | 9 +++++++ > 2 files changed, 92 insertions(+) Looks good to me. Thanks Hangbin |