xen-devel
Re: [Xen-devel] [PATCH 0/6] xen,xend,tools: Add NUMA support to Xen
Le Lundi 31 Juillet 2006 21:09, Ryan Harper a écrit :
> I've respun the NUMA patches against 10874 and I'm re-submitting them
> with the optimizations mentioned [1]previously on the list. There was a
> request to see the overhead on non-numa/single-node machines. I've
> re-run those benchmarks (ballooning up from small mem to multi-gig) as
> well as timing the initially domain increase_reservation time to gauge
> the overhead when allocating from the heap.
Hi,
I am trying to use your patch on ia64.
In asm-x86/topology.h, you wrote:
extern unsigned int cpu_to_node[];
extern cpumask_t node_to_cpumask[];
#define cpu_to_node(cpu) (cpu_to_node[cpu])
#define parent_node(node) (node)
#define node_to_first_cpu(node) (__ffs(node_to_cpumask[node]))
#define node_to_cpumask(node) (node_to_cpumask[node])
I think cpu_to_node and node_to_cpumask must be either a variable or a macro,
but not both! (ia64 defines cpu_to_node as a macro).
Tristan.
_______________________________________________
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 0/6] xen,xend,tools: Add NUMA support to Xen,
Tristan Gingold <=
- Re: [Xen-devel] [PATCH 0/6] xen,xend,tools: Add NUMA support to Xen, Ryan Harper
- Re: [Xen-devel] [PATCH 0/6] xen,xend,tools: Add NUMA support to Xen, Tristan Gingold
- Re: [Xen-devel] [PATCH 0/6] xen,xend,tools: Add NUMA support to Xen, Ryan Harper
- Re: [Xen-devel] [PATCH 0/6] xen,xend,tools: Add NUMA support to Xen, Tristan Gingold
- RE: [Xen-devel] [PATCH 0/6] xen, xend, tools: Add NUMA support to Xen Issues on the ES7000, Subrahmanian, Raj
- Re: [Xen-devel] [PATCH 0/6] xen, xend, tools: Add NUMA support to Xen Issues on the ES7000, Ryan Harper
- RE: [Xen-devel] [PATCH 0/6] xen, xend, tools: Add NUMA support to Xen Issues on the ES7000, Subrahmanian, Raj
|
|
|