Received: with ECARTIS (v1.0.0; list netdev); Fri, 07 Jan 2005 02:29:22 -0800 (PST) Received: from orsfmr004.jf.intel.com (fmr19.intel.com [134.134.136.18]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j07ATHXG014414 for ; Fri, 7 Jan 2005 02:29:17 -0800 Received: from orsfmr100.jf.intel.com (orsfmr100.jf.intel.com [10.7.209.16]) by orsfmr004.jf.intel.com (8.12.10/8.12.10/d: major-outer.mc,v 1.1 2004/09/17 17:50:56 root Exp $) with ESMTP id j07MSgNT026996; Fri, 7 Jan 2005 22:28:42 GMT Received: from nwlxmail01.jf.intel.com (nwlxmail01.jf.intel.com [10.7.171.40]) by orsfmr100.jf.intel.com (8.12.10/8.12.10/d: major-inner.mc,v 1.2 2004/09/17 18:05:01 root Exp $) with ESMTP id j07MSgjH029328; Fri, 7 Jan 2005 22:28:42 GMT Received: from rickshaw.jf.intel.com (rickshaw.jf.intel.com [10.23.51.17]) by nwlxmail01.jf.intel.com (8.12.10/8.12.9/MailSET/Hub) with ESMTP id j07MSggP029871; Fri, 7 Jan 2005 14:28:42 -0800 Date: Fri, 7 Jan 2005 14:28:42 -0800 (PST) From: Jesse Brandeburg X-X-Sender: jbrandeb@localhost.localdomain To: "Jeremy M. Guthrie" cc: netdev@oss.sgi.com, Robert Olsson , Stephen Hemminger Subject: Re: V2.4 policy router operates faster/better than V2.6 In-Reply-To: <200501071414.05126.jeremy.guthrie@berbee.com> Message-ID: ReplyTo: "Jesse Brandeburg" MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.44 X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 13616 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: jesse.brandeburg@intel.com Precedence: bulk X-list: netdev On Fri, 7 Jan 2005, Jeremy M. Guthrie wrote: > I just updated the Intel Drivers to the latest on source-forge(5.6.10.1). I > now see lower CPU usage but I am still dropping. > > During a 60 second window the machine received 5,110,164 packets and dropped > 20461 or roughly 0.4% packet loss. > NAPI will cause a very busy stack to force the network card to drop the data instead of the stack. This is supposed to be a good thing because the hardware will be forced to drop the packet (hopefully) instead of interrupt rate thrashing your machine right when it needs the cpu to do other stuff. This is supposed to be the saving grace of NAPI. So, not to distract from the conversation, but in the interest (my interest :-) ) of tuning your E1000, can you please send the output of ethtool -S ethX for each interface? This will help us figure out if there is anything to tune in the driver (like number of rx buffers, etc) Thanks, Jesse