|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v8] Some automatic NUMA placement documentation
Dario Faggioli writes ("Re: [PATCH v8] Some automatic NUMA placement
documentation"):
> I think it is. Actually, it was you that suggested turning the code into
> that... :-P
>
> It's this thing I'm trying to document:
>
> if (libxl_defbool_val(info->numa_placement)) {
> int rc;
>
> if (!libxl_bitmap_is_full(&info->cpumap)) {
> LOG(ERROR, "Can run NUMA placement only if no vcpu "
> "affinity is specified");
> return ERROR_INVAL;
> }
>
> rc = numa_place_domain(gc, domid, info);
> if (rc)
> return rc;
> }
>
> Am I missing something?
No. I'm conflating cpupools and vcpu affinity.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |