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

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

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] INIT-SIPI-SIPI timing and CPU bringup on new Intel CPUs
From: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Date: Thu, 23 Jun 2011 16:31:42 +0100
Cc: "Lv, Hui" <hui.lv@xxxxxxxxx>
Delivery-date: Thu, 23 Jun 2011 08:32:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.21 (2010-09-15)
Hi, 

I've come across the problem reported in this thread:
http://lists.xensource.com/archives/html/xen-devel/2011-02/msg00702.html
where on a very new Intel system some of the APs don't respond when the
BSP tries to wake them.

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.

Cheers,

Tim.

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

Attachment: sipi-timing.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] INIT-SIPI-SIPI timing and CPU bringup on new Intel CPUs, Tim Deegan <=