From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-1.cisco.com (sj-iport-1.cisco.com [171.71.176.70]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "sj-iport-1.cisco.com", Issuer "Cisco SSCA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D20D7DE0A5 for ; Wed, 11 Jun 2008 00:53:08 +1000 (EST) From: Roland Dreier To: Stefan Roscher Subject: Re: [PATCH REPOST] IB/ehca: In case of lost interrupts, trigger EOI to reenable interrupts References: <200806101644.34693.ossrosch@linux.vnet.ibm.com> Date: Tue, 10 Jun 2008 07:52:57 -0700 In-Reply-To: <200806101644.34693.ossrosch@linux.vnet.ibm.com> (Stefan Roscher's message of "Tue, 10 Jun 2008 16:44:31 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: TKLEIN@de.ibm.com, THEMANN@de.ibm.com, fenkes@de.ibm.com, LKML , OF-EWG , LinuxPPC-Dev , raisch@de.ibm.com, Paul Mackerras , general@lists.openfabrics.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > During corner case testing, we noticed that some versions of ehca > do not properly transition to interrupt done in special load situations. > This can be resolved by periodically triggering EOI through H_EOI, > if eqes are pending. So just to be clear: this is a workaround for a hardware/firmware bug? - R.