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@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to