Received: with ECARTIS (v1.0.0; list netdev); Fri, 14 Jan 2005 07:44:23 -0800 (PST) Received: from mx1.slu.se (mx1.slu.se [130.238.96.70]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0EFiILn005043 for ; Fri, 14 Jan 2005 07:44:19 -0800 Received: from robur.slu.se (robur.slu.se [130.238.98.12]) by mx1.slu.se (8.13.1/8.13.1) with ESMTP id j0EFiF7Q019761; Fri, 14 Jan 2005 16:44:15 +0100 Received: by robur.slu.se (Postfix, from userid 1000) id 15013EC1A0; Fri, 14 Jan 2005 16:44:15 +0100 (CET) From: Robert Olsson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16871.59599.43835.954744@robur.slu.se> Date: Fri, 14 Jan 2005 16:44:15 +0100 To: jeremy.guthrie@berbee.com Cc: netdev@oss.sgi.com, Robert Olsson Subject: Re: V2.4 policy router operates faster/better than V2.6 In-Reply-To: <200501131627.20360.jeremy.guthrie@berbee.com> References: <200501131328.34449.jeremy.guthrie@berbee.com> <16870.58414.767012.96364@robur.slu.se> <200501131627.20360.jeremy.guthrie@berbee.com> X-Mailer: VM 7.18 under Emacs 21.3.1 X-Scanned-By: MIMEDefang 2.48 on 130.238.96.70 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: 242 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: Robert.Olsson@data.slu.se Precedence: bulk X-list: netdev Jeremy M. Guthrie writes: > > IN:Hits are cache hits yes? Tot, are the total number of flows created since > we last looked at the total flow count, correct? Thats correct. > What would cause a packet to drop in the network stack and thus showup in > /proc/net/softnet_stat? Only netif_rx (non-NAPI) driver drops in the backlog. NAPI drivers drops early in device. > Performance has picked up. I am not dropping packets anymore except during > GC. I upped my interval from 600 seconds to 1800 seconds. Yes and as far as I see you have CPU left the as RX interrupts on eth3 indicates (if the patch is applied) but also the low numbers of time squeeze in sofnet_stat --ro