mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
nodedev: Export NUMA node locality for PCI devices
A PCI device can be associated with a specific NUMA node. Later, when a guest is pinned to one NUMA node the PCI device can be assigned on different NUMA node. This makes DMA transfers travel across nodes and thus results in suboptimal performance. We should expose the NUMA node locality for PCI devices so management applications can make better decisions. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
<function>0</function>
|
||||
<product id='0x71c4'>M56GL [Mobility FireGL V5200]</product>
|
||||
<vendor id='0x1002'>ATI Technologies Inc</vendor>
|
||||
<numa node='1'/>
|
||||
</capability>
|
||||
</device>
|
||||
|
||||
@@ -12,5 +12,6 @@
|
||||
<address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
|
||||
<address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/>
|
||||
</iommuGroup>
|
||||
<numa node='0'/>
|
||||
</capability>
|
||||
</device>
|
||||
|
||||
Reference in New Issue
Block a user