Received: with ECARTIS (v1.0.0; list netdev); Mon, 21 Feb 2005 16:52:10 -0800 (PST) Received: from ns1.s2io.com (ns1.s2io.com [142.46.200.198]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j1M0q4K1013082 for ; Mon, 21 Feb 2005 16:52:04 -0800 Received: from guinness.s2io.com (sentry.s2io.com [142.46.200.199]) by ns1.s2io.com (8.12.10/8.12.10) with ESMTP id j1M0pFdG025931; Mon, 21 Feb 2005 19:51:15 -0500 (EST) Received: from aaizmanlt ([10.16.16.164]) by guinness.s2io.com (8.12.6/8.12.6) with ESMTP id j1M0pDDD020128; Mon, 21 Feb 2005 19:51:13 -0500 (EST) Message-Id: <200502220051.j1M0pDDD020128@guinness.s2io.com> Reply-To: From: "Alex Aizman" To: "'Jeff Garzik'" Cc: "'Andi Kleen'" , "'Leonid Grossman'" , "'rick jones'" , Subject: RE: Intel and TOE in the news Date: Mon, 21 Feb 2005 16:50:34 -0800 Organization: s2io MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <421A45DD.3020805@pobox.com> Thread-Index: AcUYVNM5SN6v/J2pRwaaNhu0rLY+DwAIyEcg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Scanned-By: MIMEDefang 2.34 X-Virus-Scanned: ClamAV version 0.81, clamav-milter version 0.81b on oss.sgi.com X-Virus-Status: Clean X-archive-position: 1934 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: alex@neterion.com Precedence: bulk X-list: netdev Content-Length: 814 Lines: 29 "Cookie" or no "cookie", demux in the OS or in the driver, does not matter (well, it matters just a little bit :). The important think is to run MSI handler on two (for starters) CPUs. Will check on it this week with 2.6.11. Alex > -----Original Message----- > From: Jeff Garzik [mailto:jgarzik@pobox.com] > Sent: Monday, February 21, 2005 12:35 PM > To: Alex Aizman > Cc: 'Andi Kleen'; 'Leonid Grossman'; 'rick jones'; netdev@oss.sgi.com > Subject: Re: Intel and TOE in the news > > Alex Aizman wrote: > > 2.6.11-rc4 MTHCA driver still does request_irq() just once for MSI > > (note: MSI, not MSI-X). > > > I doubt that will change. > > request_irq() is passed a "cookie" that enables your > interrupt handler. > This cookie can be associated with more than one interrupt vector. > > Jeff > > >