From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lennert Buytenhek Subject: Re: [E1000-devel] Transmission limit Date: Mon, 29 Nov 2004 20:08:08 +0100 Message-ID: <20041129190808.GA21164@xi.wantstofly.org> References: <1101467291.24742.70.camel@mellia.lipar.polito.it> <41A73826.3000109@draigBrady.com> <20041127200030.GD27762@xi.wantstofly.org> <1101732267.14930.75.camel@verza.polito.it> <20041129151940.GA19184@xi.wantstofly.org> <1101749533.17091.3.camel@verza.polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: e1000-devel@lists.sourceforge.net, Jorge Manuel Finochietto , Giulio Galante , netdev@oss.sgi.com Return-path: To: Marco Mellia Content-Disposition: inline In-Reply-To: <1101749533.17091.3.camel@verza.polito.it> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Mon, Nov 29, 2004 at 06:32:13PM +0100, Marco Mellia wrote: > Using the Agilent Router tester as receiver... > :-( OK, so you're measuring the inter-packet gap and in that burst of 11 (or whatever many) packets it's 96 bit times between every packet, yes? Interesting. Can you also try 'pre-loading' the TX ring with a bunch of packets and then writing the values 0, 1, 2, 3 ... n-1 to the TXD register with back-to-back MMIO writes (instead of doing a single write of the value 'n'), and check what inter-packet gap you get then? cheers, Lennert