From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752879AbXCZPzQ (ORCPT ); Mon, 26 Mar 2007 11:55:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752875AbXCZPzP (ORCPT ); Mon, 26 Mar 2007 11:55:15 -0400 Received: from mga01.intel.com ([192.55.52.88]:33736 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752879AbXCZPzO (ORCPT ); Mon, 26 Mar 2007 11:55:14 -0400 X-ExtLoop1: 1 X-IronPort-AV: i="4.14,330,1170662400"; d="scan'208"; a="219473200:sNHT22025269" Message-ID: <4607ECDE.3030803@intel.com> Date: Mon, 26 Mar 2007 08:55:10 -0700 From: "Kok, Auke" User-Agent: Mail/News 1.5.0.10 (X11/20070311) MIME-Version: 1.0 To: Jesse Brandeburg CC: Ingo Molnar , Linus Torvalds , Linux Kernel Mailing List , Adrian Bunk Subject: Re: -rc5: e1000 resume weirdness References: <20070326101153.GA4593@elte.hu> <4807377b0703260850g5b20df6eo5279760b5c10e946@mail.gmail.com> In-Reply-To: <4807377b0703260850g5b20df6eo5279760b5c10e946@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Mar 2007 15:55:11.0503 (UTC) FILETIME=[22B459F0:01C76FBF] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jesse Brandeburg wrote: > On 3/26/07, Ingo Molnar wrote: >> hm, on a T60, after suspend/resume, i get an e1000 timeout: >> >> e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX >> e1000: eth0: e1000_clean_tx_irq: Detected Tx Unit Hang >> Tx Queue <0> >> TDH >> TDT >> next_to_use >> next_to_clean <82> >> buffer_info[next_to_clean] >> time_stamp >> next_to_watch <82> >> jiffies >> next_to_watch.status <1> >> >> it works fine after that reset. The e1000 driver didnt do this before >> after resume the network was always available immediately. So this >> appears to be a relatively new regression (post-rc3 or so). high-res >> timers was disabled. > > was there a "NETDEV WATCHDOG" message that follows this? If not it is > a harmless debug print. Note the time_stamp and jiffies difference, > very large, consistent with a resume. I think we need to disable the > internal e1000 tx hang code that causes this debug print when we are > suspending. I'll work with auke to generate a short patch. hmm, yeah, it appears that the patch I sent just a second ago isn't applicable in this case, since the irq handler is obviously enabled (the Link Up message proves that). thanks to Jesse for being awake :) Auke