From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18509.44672.668946.207110@cargo.ozlabs.ibm.com> Date: Tue, 10 Jun 2008 08:28:16 +1000 From: Paul Mackerras To: Stefan Roscher Subject: Re: [PATCH 0/2] Prevent loss of interrupts in IB/ehca In-Reply-To: <200806091742.29421.ossrosch@linux.vnet.ibm.com> References: <200806091742.29421.ossrosch@linux.vnet.ibm.com> Cc: TKLEIN@de.ibm.com, THEMANN@de.ibm.com, fenkes@de.ibm.com, OF-EWG , LKML , LinuxPPC-Dev , raisch@de.ibm.com, general@lists.openfabrics.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Stefan Roscher writes: > This patchset contains two changes for IB/ehca and ibmebus. > > The first patch enables ibmebus_request_irq() to optionally return the > IRQ number, which is used by the second patch to trigger EOI in case of > lost interrupts. At first sight it seems like a very bad idea for a driver to be poking into the internals of the interrupt subsystem like this. Under what circumstances do interrupts get lost, and why does doing an extra EOI like this fix the problem? Paul.