They are also printed in "-vv" and "-nv" modes now.
if (int_pin || irq)
printf("\tInterrupt: pin %c routed to IRQ " PCIIRQ_FMT "\n",
(int_pin ? 'A' + int_pin - 1 : '?'), irq);
+ if (p->numa_node != -1)
+ printf("\tNUMA node: %d\n", p->numa_node);
}
else
{
printf("ProgIf:\t%02x\n", c);
if (opt_kernel)
show_kernel_machine(d);
+ if (p->numa_node != -1)
+ printf("NUMANode:\t%d\n", p->numa_node);
}
else
{
Kernel module reporting that it is capable of handling the device
(optional, Linux only).
+.TP
+.B NUMANode
+NUMA node this device is connected to (optional, Linux only).
+
.P
New tags can be added in future versions, so you should silently ignore any tags you don't recognize.