From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: RE: [PATCH 1/1] staging: hv: Add Time Sync feature to hv_utils module Date: Wed, 05 May 2010 18:59:07 -0700 Message-ID: <1273111147.1735.90.camel@Joe-Laptop.home> References: <1FB5E1D5CA062146B38059374562DF72662A6D3B@TK5EX14MBXC130.redmond.corp.microsoft.com> ,<1273107494.1735.87.camel@Joe-Laptop.home> <1FB5E1D5CA062146B38059374562DF72662A6F52@TK5EX14MBXC130.redmond.corp.microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1FB5E1D5CA062146B38059374562DF72662A6F52@TK5EX14MBXC130.redmond.corp.microsoft.com> Sender: linux-kernel-owner@vger.kernel.org To: Haiyang Zhang Cc: "linux-kernel@vger.kernel.org" , "devel@driverdev.osuosl.org" , "virtualization@lists.osdl.org" , "gregkh@suse.de" , Hank Janssen List-Id: virtualization@lists.linuxfoundation.org On Thu, 2010-05-06 at 01:42 +0000, Haiyang Zhang wrote: > > Why a maximum of 50 samples? > After reboot the flag ICTIMESYNCFLAG_SYNC is included in the > first time message after the timesync channel is opened. Since the > hv_utils module is loaded after hv_vmbus, the first message is usually > missed. The other thing is, systime is automatically set to emulated > hardware clock which may not be UTC time or the same time > zone. So, to override these effects, we use the first 50 time samples > for initial system time setting. I suggest putting that in a commit message or a code comment. cheers, Joe