From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754134AbaIWH4Q (ORCPT ); Tue, 23 Sep 2014 03:56:16 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.219]:48841 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750797AbaIWH4P (ORCPT ); Tue, 23 Sep 2014 03:56:15 -0400 X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfstVolSR8Cl8fNabDQrlSrQo8jPq2gOVbkBPuE3yQ== X-RZG-CLASS-ID: mo00 Date: Tue, 23 Sep 2014 09:56:10 +0200 From: Olaf Hering To: Thomas Shao Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, driverdev-devel@linuxdriverproject.org, apw@canonical.com, jasowang@redhat.com, kys@microsoft.com, haiyangz@microsoft.com Subject: Re: [PATCH] Drivers: hv: util: Implement Time Synchronization using host time sample Message-ID: <20140923075610.GA10933@aepfle.de> References: <1411451081-13423-1-git-send-email-huishao@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1411451081-13423-1-git-send-email-huishao@microsoft.com> User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 23, Thomas Shao wrote: > In current hyper-v time sync service,it only gets the initial clock time > from the host. It didn't process the following time samples. This change > introduced a module parameter called host_time_sync. If it is set to true, > the guest will periodically sychronize it's time with the host clock using > host time sample. By default it is disabled, because we still recommend > user to configure NTP for time synchronization. Is that new knob a temporary thing to aid testing and development? Because once it sneaks in it becomes some sort of ABIT. So if the outcome of all that is that 'sync with host every once in a while' will be the default, the new knob is not required. Olaf From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 5371A1C2A5F for ; Tue, 23 Sep 2014 07:56:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5096D94E25 for ; Tue, 23 Sep 2014 07:56:30 +0000 (UTC) Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kUOJN0Ge47b4 for ; Tue, 23 Sep 2014 07:56:29 +0000 (UTC) Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.216]) by hemlock.osuosl.org (Postfix) with ESMTPS id B0F3494E21 for ; Tue, 23 Sep 2014 07:56:28 +0000 (UTC) Date: Tue, 23 Sep 2014 09:56:10 +0200 From: Olaf Hering Subject: Re: [PATCH] Drivers: hv: util: Implement Time Synchronization using host time sample Message-ID: <20140923075610.GA10933@aepfle.de> References: <1411451081-13423-1-git-send-email-huishao@microsoft.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1411451081-13423-1-git-send-email-huishao@microsoft.com> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Thomas Shao Cc: gregkh@linuxfoundation.org, jasowang@redhat.com, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, apw@canonical.com, haiyangz@microsoft.com On Tue, Sep 23, Thomas Shao wrote: > In current hyper-v time sync service,it only gets the initial clock time > from the host. It didn't process the following time samples. This change > introduced a module parameter called host_time_sync. If it is set to true, > the guest will periodically sychronize it's time with the host clock using > host time sample. By default it is disabled, because we still recommend > user to configure NTP for time synchronization. Is that new knob a temporary thing to aid testing and development? Because once it sneaks in it becomes some sort of ABIT. So if the outcome of all that is that 'sync with host every once in a while' will be the default, the new knob is not required. Olaf _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel