From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [GIT]: Networking Date: Sun, 05 Jul 2009 19:04:00 -0700 (PDT) Message-ID: <20090705.190400.130883789.davem@davemloft.net> References: <4A4CBE7D.2060603@gmail.com> <20090702200526.GA2969@elte.hu> <20090703214609.GA7776@elte.hu> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: eric.dumazet@gmail.com, joerg.roedel@amd.com, torvalds@linux-foundation.org, akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, aabdulla@nvidia.com To: mingo@elte.hu Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:35929 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752893AbZGFCDy (ORCPT ); Sun, 5 Jul 2009 22:03:54 -0400 In-Reply-To: <20090703214609.GA7776@elte.hu> Sender: netdev-owner@vger.kernel.org List-ID: From: Ingo Molnar Date: Fri, 3 Jul 2009 23:46:09 +0200 > > * Ingo Molnar wrote: > >> * Eric Dumazet wrote: >> >> > We might have a race in napi_schedule(), leaving interrupts >> > disabled forever. I cannot test this patch, I dont have the >> > hardware... >> >> I have tested it and the config that failed before works now. (as >> do other configs as well) >> >> I'll have to re-test whether the failing config fails with your >> fix reverted - that will have to wait until tomorrow or so. > > update: that forcedeth system is still working fine. I've applied Eric's patch, thanks!