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] [PATCH 3 of 4] Extend cpupools to support numa

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 3 of 4] Extend cpupools to support numa
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Fri, 26 Nov 2010 08:10:26 +0100
Delivery-date: Thu, 25 Nov 2010 23:29:27 -0800
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=ts.fujitsu.com; i=juergen.gross@xxxxxxxxxxxxxx; q=dns/txt; s=s1536b; t=1290756408; x=1322292408; h=mime-version:subject:message-id:in-reply-to:date:from:to; z=MIME-Version:=201.0|Subject:=20[PATCH=203=20of=204]=20Ex tend=20cpupools=20to=20support=20numa|Message-Id:=20<d388 0bd8b4674e0ec88d.1290755426@xxxxxxxxxxxxxxxxxxxxxxx> |In-Reply-To:=20<patchbomb.1290755423@xxxxxxxxxxxxxxxxxxx .net>|Date:=20Fri,=2026=20Nov=202010=2008:10:26=20+0100 |From:=20Juergen=20Gross=20<juergen.gross@xxxxxxxxxxxxxx> |To:=20xen-devel@xxxxxxxxxxxxxxxxxxx; bh=Ixc6VApFrrXcc0p7YRZHHk/0Mj9IovxEIRZeeeSVznc=; b=K+kBXVKBuMzFsjaSdnyO81auZzgiQc/B8BbeBPytgg+nKAqmQvgb4XDZ /GcMGBSGlAfwvCNIwGAbjoGB1AC3sflUpdCs5P6rDfuwurvAouSxIy7J1 DDwjU/vJKVSqq5xc2HN7DmSpWXP1K6f95QjrN1w02vZvTs1f6ojsAFMxO jOdFK/XZLOrOw6/Mi05W7p3WHAHma3kictOeSJumk6AT4KGSqR5O04JWX 8mpKczZyRKDJOTiVoz5tcVemER9zX;
Domainkey-signature: s=s1536a; d=ts.fujitsu.com; c=nofws; q=dns; h=X-SBRSScore:X-IronPort-AV:Received:X-IronPort-AV: Received:Received:Content-Type:MIME-Version:Subject: X-Mercurial-Node:Message-Id:In-Reply-To:Date:From:To; b=pBM2oprTyf9A3mmrzfP4oCz/U7YdzWKtcN44/hgaYo2qBVH/UILAF9ZM wxT7U67PD7QgXa2p8TYd37ajb/M5eZj7HOKL5459gKF/CtCUmp44iSnZH JZrAbCEN9NQzAOZmUgpf6yLT/Dk/qfrRJqULnpd0etcdMP+yDE5PEadwI S7flDVLCAe0Gd7bkWdvSFrnF7jqRIFVNi6/pJRzl6qOiNBXvpwD/Adcu7 be/fJ8COh8oxNMuxuMAxSfUx2Q2Qx;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1290755423@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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
The user interfaces for cpupools are extended to support numa machines:
- xl cpupool-create supports now specifying a node list instead of a cpu list.
  The new cpupool will be created with all free cpus of the specified numa
  nodes.
- xl cpupool-cpu-remove and xl cpupool-cpu-add can take a node number instead
  of a cpu number. Using 'node:1' for the cpu parameter will, depending on
  the operation, either remove all cpus of node 1 in the specified cpupool,
  or add all free cpus of node 1 to the cpupool.

Signed-off-by: juergen.gross@xxxxxxxxxxxxxx


2 files changed, 132 insertions(+), 8 deletions(-)
tools/libxl/xl_cmdimpl.c  |  136 +++++++++++++++++++++++++++++++++++++++++++--
tools/libxl/xl_cmdtable.c |    4 -


Attachment: xen-work-4.patch
Description: Text Data

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