>>> On 21.11.14 at 16:06, <wei.l...@citrix.com> wrote:
> memory = 6000
> vnuma_memory = [3000, 3000]

So what would

memory = 6000
vnuma_memory = [3000, 2000]

or

memory = 6000
vnuma_memory = [3000, 4000]

mean? Redundant specification of values is always a problem...
Would be possible to extend "memory" to allow for a vector as well
as a single value?

> vnuma_vcpu_map = [0, 1]
> vnuma_pnode_map = [0, 0]
> vnuma_vdistances = [10, 30] # optional

Being optional, would the real distances be used instead? And what
meaning does this apparently one dimensional array here have for
the actually two dimensional SLIT? (Read: An example with more
than two nodes would be useful.)

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to