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 1/6] xen: NUMA infrastructure

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] [PATCH 1/6] xen: NUMA infrastructure
From: Ryan Harper <ryanh@xxxxxxxxxx>
Date: Thu, 17 Aug 2006 17:42:16 -0500
Delivery-date: Thu, 17 Aug 2006 15:44:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060731191007.GJ1694@xxxxxxxxxx>
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>
References: <20060731191007.GJ1694@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6+20040907i
* Ryan Harper <ryanh@xxxxxxxxxx> [2006-07-31 14:15]:
> This patch integrates Linux ACPI NUMA support into Xen using the ACPI
> NUMA driver and most of the x86_64 NUMA structures modified slightly for
> Xen.  NUMA support is always on, however, when no NUMA information is
> detected (no SRAT table in ACPI tables) we fallback on emulating one
> NUMA node which owns all system memory.  Xen parse numa=off, fake=x to
> bypass any SRAT parsing and will carve the memory into X nodes to
> emulate a NUMA system.  The infrastructure is for both 32-bit and 64-bit
> systems.
> 
> To generate the patch, untar the attached tarball and execute ./numa.sh 

-updated to apply to changeset:   11134:ec03b24a2d83

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@xxxxxxxxxx

Attachment: acpi_numa.tgz
Description: GNU Unix tar archive

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] [PATCH 1/6] xen: NUMA infrastructure, Ryan Harper <=