From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hiroaki SHIMODA Subject: Re: Strange latency spikes/TX network stalls on Sun Fire X4150(x86) and e1000e Date: Thu, 7 Jun 2012 02:19:37 +0900 Message-ID: <20120607021937.a5638bfd.shimoda.hiroaki@gmail.com> References: <668eeb0d42a1678d9083a58deb3ac40d@visp.net.lb> <88c43001441945e1431609db252b69e7@visp.net.lb> <79d6b56fdf5f4be4656079568d5a7445@visp.net.lb> <20120529232518.e5b41759.shimoda.hiroaki@gmail.com> <1338959413.2760.3686.camel@edumazet-glaptop> <20120606174303.0bfc9868.shimoda.hiroaki@gmail.com> <20120606092635.00003b61@unknown> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Eric Dumazet , Tom Herbert , Denys Fedoryshchenko , , , , To: Jesse Brandeburg Return-path: Received: from mail-pz0-f46.google.com ([209.85.210.46]:42729 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752823Ab2FFRTr (ORCPT ); Wed, 6 Jun 2012 13:19:47 -0400 Received: by dady13 with SMTP id y13so9071149dad.19 for ; Wed, 06 Jun 2012 10:19:46 -0700 (PDT) In-Reply-To: <20120606092635.00003b61@unknown> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 6 Jun 2012 09:26:35 -0700 Jesse Brandeburg wrote: > On Wed, 6 Jun 2012 Hiroaki SHIMODA wrote: > > Sorry for long delay. I'll post. > > (I have no idea how to fix this problem as keeping TXDCTL.WTHRESH to 5) > > I don't like changing WTHRESH wholesale because making the global change > to WTHRESH on e1000e just to fix this one bug (likely specific to a > particular chip/hardware) will adversely effect performance on many > models supported by e1000e not demonstrating any problem. We could > possibly check something in for just ESB2LAN (S5000 chipset). > > Other people (tom herbert) with this same chipset have been unable to > reproduce this issue right? I understand your performance concern. The affected chip would be e1000_82571, e1000_82572, e1000_82574 and e1000_80003es2lan which have FLAG2_DMA_BURST bit in adapter->flags2. Anyway, I have no objection intel guys NACK to my patch and provide right fix. But in that case please consider 82574L chip too which I observed similar behaviour. Thanks.