From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: [PATCH net-next 04/11] net: bnx2x: convert to timecounter adjtime. Date: Sun, 21 Dec 2014 20:01:49 +0100 Message-ID: <20141221190149.GA5676@localhost.localdomain> References: <976abf89c833c376c2666def2c60a7de0f020026.1418504889.git.richardcochran@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, Amir Vadai , Ariel Elior , Carolyn Wyborny , David Miller , Frank Li , Jeff Kirsher , John Stultz , Matthew Vick , Miroslav Lichvar , Mugunthan V N , Or Gerlitz , Thomas Gleixner , Tom Lendacky To: netdev@vger.kernel.org Return-path: Content-Disposition: inline In-Reply-To: <976abf89c833c376c2666def2c60a7de0f020026.1418504889.git.richardcochran@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sun, Dec 21, 2014 at 07:46:59PM +0100, Richard Cochran wrote: > This patch changes the driver to use the new and improved method > for adjusting the offset of a timecounter. BTW, I noticed that this driver does not serialize access to the timecounter in any way, but probably it should. Ariel? Thanks, Richard