WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] INIT-SIPI-SIPI timing and CPU bringup on new Intel CPUs

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] INIT-SIPI-SIPI timing and CPU bringup on new Intel CPUs
From: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Date: Tue, 19 Jul 2011 13:37:51 +0100
Cc: "Lv, Hui" <hui.lv@xxxxxxxxx>
Delivery-date: Tue, 19 Jul 2011 05:38:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20110623153142.GV17634@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20110623153142.GV17634@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.21 (2010-09-15)
At 16:31 +0100 on 23 Jun (1308846702), Tim Deegan wrote:
> I've found that removing the delays between the IPIs makes this problem
> go away.  I'm hoping someone from Intel can help me understand why, and
> whether that's a sensible answer.  Since this is an x2apic system I
> guess we don't have to wait for the IPI to be acked by the sending APIC,
> but the SDMs still recommend delaying between INIT, SIPI and SIPI, and I
> can imagine I might be breaking some other systems by doing this.
> 
> So the questions I have are:
>  - is it safe always to issue INIT-SIPI-SIPI back-to-back on x2apic systems?
>  - is there any reason why the delay should make a difference (except 
>    maybe that this is an early version of a chip?)
> 
> My patch is attached; it removes the delays only in the x2apic case,
> so shouldn't break any older systems.

We've tested this on the XenServer automated test pools for a couple of
weeks and not seen any ill effects.  In the absence of any negative
feedback, I propose that we apply this patch to xen-unstable.

Cheers,

Tim.

-- 
Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Principal Software Engineer, Xen Platform Team
Citrix Systems UK Ltd.  (Company #02937203, SL9 0BG)

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] INIT-SIPI-SIPI timing and CPU bringup on new Intel CPUs, Tim Deegan <=