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

2017-01-09 Thread Stephen Hemminger
On Mon, 09 Jan 2017 19:14:30 +0100 Vitaly Kuznetsov wrote: > Stephen Hemminger writes: > > > On Mon, 09 Jan 2017 18:40:15 +0100 > > Vitaly Kuznetsov wrote: > > > >> Stephen Hemminger writes: > >> > >> > An alternative would be for hyper-v util to provide a clocksource device > >> > and

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

2017-01-09 Thread Vitaly Kuznetsov
Stephen Hemminger writes: > On Mon, 09 Jan 2017 18:40:15 +0100 > Vitaly Kuznetsov wrote: > >> Stephen Hemminger writes: >> >> > An alternative would be for hyper-v util to provide a clocksource device >> > and >> > let NTP manage the adjustment. The advantage of this would be HV util not >>

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

2017-01-09 Thread Stephen Hemminger
On Mon, 09 Jan 2017 18:40:15 +0100 Vitaly Kuznetsov wrote: > Stephen Hemminger writes: > > > An alternative would be for hyper-v util to provide a clocksource device and > > let NTP manage the adjustment. The advantage of this would be HV util not > > fighting > > with NTP, and using standard

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

2017-01-09 Thread Vitaly Kuznetsov
Stephen Hemminger writes: > An alternative would be for hyper-v util to provide a clocksource device and > let NTP manage the adjustment. The advantage of this would be HV util not > fighting > with NTP, and using standard API's. The downside would be the complexity of > configuring > NTP, and

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

2017-01-09 Thread Stephen Hemminger
er...@vger.kernel.org; KY > > Srinivasan ; Haiyang Zhang ; > > John Stultz ; Thomas Gleixner > > Subject: Re: [PATCH 3/4] hv_util: use do_adjtimex() to update system time > > > > "Alex Ng (LIS)" writes: > > > > >> -Original Mess

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

2017-01-03 Thread Alex Ng (LIS)
eixner > Subject: Re: [PATCH 3/4] hv_util: use do_adjtimex() to update system time > > "Alex Ng (LIS)" writes: > > >> -Original Message- > >> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > >> Sent: Monday, January 2, 2017 11:41 AM >

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

2017-01-03 Thread Vitaly Kuznetsov
"Alex Ng (LIS)" writes: >> -Original Message- >> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] >> Sent: Monday, January 2, 2017 11:41 AM >> To: de...@linuxdriverproject.org >> Cc: linux-ker...@vger.kernel.org; KY Srinivasan ; >> Haiyang Zhang ; John Stultz >> ; Thomas Gleixner ; Ale

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

2017-01-02 Thread Alex Ng (LIS)
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Monday, January 2, 2017 11:41 AM > To: de...@linuxdriverproject.org > Cc: linux-ker...@vger.kernel.org; KY Srinivasan ; > Haiyang Zhang ; John Stultz > ; Thomas Gleixner ; Alex Ng > (LIS) > Subject: [PATCH 3