Re: [PATCH v2 3/4] hv_util: use do_adjtimex() to update system time

2017-01-06 Thread John Stultz
On Wed, Jan 4, 2017 at 9:24 AM, Vitaly Kuznetsov wrote: > With TimeSync version 4 protocol support we started updating system time > continuously through the whole lifetime of Hyper-V guests. Every 5 seconds > there is a time sample from the host which triggers do_settimeofday[64](). > While the t

Re: [PATCH v2 3/4] hv_util: use do_adjtimex() to update system time

2017-01-05 Thread Vitaly Kuznetsov
Stephen Hemminger writes: > On Wed, 4 Jan 2017 18:24:38 +0100 > Vitaly Kuznetsov wrote: > >> With TimeSync version 4 protocol support we started updating system time >> continuously through the whole lifetime of Hyper-V guests. Every 5 seconds >> there is a time sample from the host which trigg

Re: [PATCH v2 3/4] hv_util: use do_adjtimex() to update system time

2017-01-04 Thread Stephen Hemminger
On Wed, 4 Jan 2017 18:24:38 +0100 Vitaly Kuznetsov wrote: > With TimeSync version 4 protocol support we started updating system time > continuously through the whole lifetime of Hyper-V guests. Every 5 seconds > there is a time sample from the host which triggers do_settimeofday[64](). > While t