From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C6221DDDF3 for ; Sat, 29 Sep 2007 15:18:37 +1000 (EST) Message-ID: <46FDE028.8080501@pobox.com> Date: Sat, 29 Sep 2007 01:18:32 -0400 From: Jeff Garzik MIME-Version: 1.0 To: Scott Wood Subject: Re: [PATCH 3/9] fs_enet: Don't share the interrupt. References: <20070920220118.GC28784@loki.buserror.net> In-Reply-To: <20070920220118.GC28784@loki.buserror.net> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: netdev@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Scott Wood wrote: > This driver can't handle an interrupt immediately after request_irq You MUST assume that you will receive an interrupt immediately after request_irq(). If fs_enet cannot handle that, then that is what wants fixing. Please send along a fix for this, rather than band-aiding the problem.