From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw01.freescale.net (de01egw01.freescale.net [192.88.165.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 70395DDE23 for ; Wed, 23 May 2007 12:39:02 +1000 (EST) Received: from de01smr02.am.mot.com (de01smr02.freescale.net [10.208.0.151]) by de01egw01.freescale.net (8.12.11/de01egw01) with ESMTP id l4N2cvU1018157 for ; Tue, 22 May 2007 19:38:57 -0700 (MST) Received: from zch01exm21.fsl.freescale.net (zch01exm21.ap.freescale.net [10.192.129.205]) by de01smr02.am.mot.com (8.13.1/8.13.0) with ESMTP id l4N2cnw9016208 for ; Tue, 22 May 2007 21:38:50 -0500 (CDT) Subject: Re: fsl booke MM vs. SMP questions From: Dave Liu To: Benjamin Herrenschmidt In-Reply-To: <1179873742.32247.864.camel@localhost.localdomain> References: <1179731215.32247.659.camel@localhost.localdomain> <1179741447.3660.7.camel@localhost.localdomain> <1179742083.32247.689.camel@localhost.localdomain> <1179747448.3660.22.camel@localhost.localdomain> <1179785273.32247.742.camel@localhost.localdomain> <1179803367.32247.785.camel@localhost.localdomain> <1179831375.3827.4.camel@localhost.localdomain> <1179873742.32247.864.camel@localhost.localdomain> Content-Type: text/plain Date: Wed, 23 May 2007 10:38:49 +0800 Message-Id: <1179887929.3656.2.camel@localhost.localdomain> Mime-Version: 1.0 Cc: ppc-dev , Paul Mackerras , Kumar Gala List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2007-05-23 at 08:42 +1000, Benjamin Herrenschmidt wrote: > The IPIs should be buffered by the PIC ... delivered only once but but what is the buffer depth for IPIs in the PIC? > still. Also, IPI handling in linux is synchronous, there is an ack to > wait for the remote function to complete. ya. I got it.