From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eliezer Tamir Subject: Re: [PATCH net-next 1/2] net: remove NET_LL_RX_POLL config menue Date: Thu, 13 Jun 2013 05:13:34 +0300 Message-ID: <51B92ACE.7000307@linux.intel.com> References: <20130611142415.17879.75569.stgit@ladj378.jer.intel.com> <20130611142428.17879.33582.stgit@ladj378.jer.intel.com> <20130612.151205.1822920389019274346.davem@davemloft.net> <20130612190103.1545e310@nehalam.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: willemb@google.com, or.gerlitz@gmail.com, e1000-devel@lists.sourceforge.net, netdev@vger.kernel.org, hpa@zytor.com, amirv@mellanox.com, jesse.brandeburg@intel.com, eliezer@tamir.org.il, linux-kernel@vger.kernel.org, andi@firstfloor.org, bhutchings@solarflare.com, erdnetdev@gmail.com, eilong@broadcom.com, David Miller To: Stephen Hemminger Return-path: In-Reply-To: <20130612190103.1545e310@nehalam.linuxnetplumber.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: e1000-devel-bounces@lists.sourceforge.net List-Id: netdev.vger.kernel.org On 13/06/2013 05:01, Stephen Hemminger wrote: > On Wed, 12 Jun 2013 15:12:05 -0700 (PDT) > David Miller wrote: > >> From: Eliezer Tamir >> Date: Tue, 11 Jun 2013 17:24:28 +0300 >> >>> depends on X86_TSC >> >> Wait a second, I didn't notice this before. There needs to be a better >> way to test for the accuracy you need, or if the issue is lack of a proper >> API for cycle counter reading, fix that rather than add ugly arch >> specific dependencies to generic networking code. > > This should be sched_clock(), rather than direct TSC access. > Also any code using TSC or sched_clock has to be carefully audited to deal with > clocks running at different rates on different CPU's. Basically value is only > meaning full on same CPU. OK, If we covert to sched_clock(), would adding a define such as HAVE_HIGH_PRECISION_CLOCK to architectures that have both a high precision clock and a 64 bit cycles_t be a good solution? (if not any other suggestion?) ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired