[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/4] pci: Do not ignore device's PXM information
On 12/05/2014 10:53 AM, Jan Beulich wrote: --- a/xen/include/xen/pci.h +++ b/xen/include/xen/pci.h @@ -56,6 +56,8 @@ struct pci_dev {u8 phantom_stride; + int node; /* NUMA node */I don't think we currently support node IDs wider than 8 bits. I used an int because pxm_to_node() returns an int. OTOH, pxm2node[], for which pxm_to_node() is essentially a wrapper, is a u8. -boris _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |