Received: with ECARTIS (v1.0.0; list netdev); Fri, 13 Jun 2003 17:07:09 -0700 (PDT) Received: from lists.samba.org (dp.samba.org [66.70.73.150]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h5E06m2x023816 for ; Fri, 13 Jun 2003 17:06:48 -0700 Received: by lists.samba.org (Postfix, from userid 504) id B3D552C10D; Fri, 13 Jun 2003 23:20:57 +0000 (GMT) Date: Sat, 14 Jun 2003 09:18:36 +1000 From: Anton Blanchard To: "David S. Miller" Cc: haveblue@us.ibm.com, hdierks@us.ibm.com, scott.feldman@intel.com, dwg@au1.ibm.com, linux-kernel@vger.kernel.org, milliner@us.ibm.com, ricardoz@us.ibm.com, twichell@us.ibm.com, netdev@oss.sgi.com Subject: Re: e1000 performance hack for ppc64 (Power4) Message-ID: <20030613231836.GD32097@krispykreme> References: <1055521263.3531.2055.camel@nighthawk> <20030613223841.GB32097@krispykreme> <20030613.154634.74748085.davem@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030613.154634.74748085.davem@redhat.com> User-Agent: Mutt/1.5.4i X-archive-position: 3223 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: anton@samba.org Precedence: bulk X-list: netdev > Not really... one retransmit and the TCP header size grows > due to the SACK options. OK scratch that idea. > I find it truly bletcherous what you're trying to do here. I think so too, but its hard to ignore ~100Mbit/sec in performance. > Why not instead find out if it's possible to have the e1000 > fetch the entire cache line where the first byte of the packet > resides? Even ancient designes like SunHME do that. Rusty and I were wondering why the e1000 didnt do that exact thing. Scott: is it possible to enable such a thing? Anton