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, v3] replace d->nr_pirqs sized arrays with radix

To: Jan Beulich <JBeulich@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH, v3] replace d->nr_pirqs sized arrays with radix tree
From: Keir Fraser <keir.xen@xxxxxxxxx>
Date: Tue, 21 Jun 2011 15:28:08 +0100
Cc:
Delivery-date: Tue, 21 Jun 2011 07:28:47 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:user-agent:date:subject:from:to:message-id :thread-topic:thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=fhMzMn1rVgA31gZLc/yaOSRXtvbFSNF5tp7AwYBbpOA=; b=n71Sb4XcIrlvfHbMGwNvUD8TjKxcaFBOccvJTy0RbjV2UIjUI+7o6PnhV89x/Y1TTV we8EAKO3XjfZmvP+cM7voiRZ427bWq+OQsCae4a6eU4ZA3Vh/K9dXSaFwJUF67PSWSHo CoS0Ru264h285o5ROWD/vQaXsgMruM0c4TMWA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=user-agent:date:subject:from:to:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; b=Ptk7H76foOD+GUmDgSaX9/61/vi/XlatOh3tE8VuJjWKqPCb8gRVfvbBW/4Fkyepm/ UCJHHxsfDLnuauE8lQc+jrsb6wuyvK5pvu1diyNNldbvx+jrmgg5hLBYr3JCHKl3xT3z EjRyAj65O0cih2IBnBh/qTmaZ4M6311t1MXyA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4E00698702000078000486C5@xxxxxxxxxxxxxxxxxxxx>
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
Thread-index: AcwwH3C2NGxDMMVsr0yR4f0hBVpXUg==
Thread-topic: [Xen-devel] [PATCH, v3] replace d->nr_pirqs sized arrays with radix tree
User-agent: Microsoft-Entourage/12.29.0.110113
On 21/06/2011 08:51, "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote:

> With this it is questionable whether retaining struct domain's nr_pirqs
> is actually necessary - the value now only serves for bounds checking,
> and this boundary could easily be nr_irqs.
> 
> Note that ia64, the build of which is broken currently anyway, is only
> being partially fixed up.
> 
> v2: adjustments for split setup/teardown of translation data
> 
> v3: re-sync with radix tree implementation changes

What is the reason for rcu-head.h?

 -- Keir

> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>



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

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