> > So if the clock_adjtime interface is needed, it would seem best for it > > to be generic enough to support not only PTP, but also the NTP kernel > > PLL. > > For the proposed clock_adjime, what else is needed to support clock > adjustment in general?
Multiple PLLs, at least with containers and certain classes of system you want different containers in different timespaces, especially when doing high precision stuff where you need your system tracking say a local master clock for syncing musical instruments and sound events while tracking other clocks like NTP for general system time. > I don't mind making the interface generic enough to support any > (realistic) conceivable clock adjustment scheme, but beyond the > present PTP hardware clocks, I don't know what else might be needed. Put the clock type in the new fields. It becomes u16 clock_type; [clock type specific data] saves having to guess. Alan _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev