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] [PATCH] Re: SMP dom0 with 8 cpus of i386

To: "Kamble, Nitin A" <nitin.a.kamble@xxxxxxxxx>, "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Re: SMP dom0 with 8 cpus of i386
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Fri, 2 Sep 2005 13:49:38 +0100
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 02 Sep 2005 12:47:34 +0000
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWtPJLK72L6LhUaRXe+r95yGbS2fAASAyNAAA8A6hAAMhKaAAA3QjvgABWcfbA=
Thread-topic: [Xen-devel] [PATCH] Re: SMP dom0 with 8 cpus of i386
> I tried changing set_pte_mfs_ma to set_pte_at, and it also 
> let dom0 boot few times. I didn't have not observed the issue with it.
> 
> As it is a racing case kind of issue, I am not totally sure 
> that it is totally curing the issue. It can be possible we 
> are just reducing the chances of the race condition. 
> Especially with emulation, the slowness changes timing. 

Yes, using set_pte_at won't cure the race (which we *definitely* need to
investigate), but is actually a better choice than set_pte anyway -- it
will go x10 faster.

If only we had a 16 way machine on which we could try and reproduce this
problem :-)

The race is a big worry, but the code looks correct. Please can you tell
us more about the failure you observe. You mentioned that the shared
info page appears to be unmapped. Please provide more details.

Thanks,
Ian

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

<Prev in Thread] Current Thread [Next in Thread>