Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932146AbWAULkm (ORCPT ); Sat, 21 Jan 2006 06:40:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932150AbWAULkm (ORCPT ); Sat, 21 Jan 2006 06:40:42 -0500 Received: from ns.virtualhost.dk ([195.184.98.160]:23918 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S932146AbWAULkl (ORCPT ); Sat, 21 Jan 2006 06:40:41 -0500 Date: Sat, 21 Jan 2006 12:42:39 +0100 From: Jens Axboe To: Jesse Brandeburg Cc: Jeff Garzik , Jon Smirl , jeffrey.t.kirsher@intel.com, Linux Kernel , Linus Torvalds Subject: Re: [PATCH] e1000 C style badness Message-ID: <20060121114238.GR13429@suse.de> References: <20060118080738.GD3945@suse.de> <20060118083721.GA4222@suse.de> <9e4733910601180953i11963df9n232cd8980c4bf7f2@mail.gmail.com> <43CE8567.5040205@pobox.com> <20060118182012.GR4222@suse.de> <4807377b0601181110y72e1e4f2w8337c559713f2da4@mail.gmail.com> <20060119080200.GA4349@suse.de> <4807377b0601202252p5fde62dbx194006441e94666a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4807377b0601202252p5fde62dbx194006441e94666a@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2437 Lines: 70 On Fri, Jan 20 2006, Jesse Brandeburg wrote: > On 1/19/06, Jens Axboe wrote: > > On Wed, Jan 18 2006, Jesse Brandeburg wrote: > > > just FYI, I have a patch for the e1000 breakage which will be out as > > > soon as I can generate it. > > > > Newest -git works for me. Well sort of, I get a lot of these: > > > > e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex > > e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang > > Tx Queue <0> > > TDH <72> > > TDT > > next_to_use > > next_to_clean <6f> > > buffer_info[next_to_clean] > > time_stamp <10000160a> > > next_to_watch <72> > > jiffies <100001e09> > > next_to_watch.status <0> > > e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang > > Tx Queue <0> > > TDH <72> > > TDT > > next_to_use > > next_to_clean <6f> > > buffer_info[next_to_clean] > > time_stamp <10000160a> > > next_to_watch <72> > > jiffies <1000025da> > > next_to_watch.status <0> > > e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang > > Tx Queue <0> > > TDH <72> > > TDT > > next_to_use > > next_to_clean <6f> > > buffer_info[next_to_clean] > > time_stamp <10000160a> > > next_to_watch <72> > > jiffies <10000357b> > > next_to_watch.status <0> > > NETDEV WATCHDOG: eth0: transmit timed out > > e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex > > where it didn't happen with the previous driver? I guess thats a good > thing, kinda as we made the problem more frequent, hopefully we can > help fix it? Sorry I thought I had mentioned, it happens with the previous driver as well. And it's pretty annoying, I get hickups due to these network glitches. > you don't happen to have TSO enabled do you? Nope. > please reply over at netdev at vger.kernel.org with the standard set > of information, lspci, dmesg, etc etc. Sure. -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/