search for: numanod

Displaying 3 results from an estimated 3 matches for "numanod".

Did you mean: numanode
2008 Mar 14
1
[PATCH] Allow explicit NUMA placements of guests
Hi, this patch introduces a new config file option (numanodes=[x]) to specify a list of valid NUMA nodes for guests. This will extend (but not replace) the recently introduced automatic placement. If several nodes are given, the current algorithm will choose one of them. If none of the given nodes has enough memory, this will fall back to the automatic...
2023 Mar 21
1
Xen with libvirt and SR-IOV
...et controller: Intel Corporation Ethernet Virtual Function 700 Series (rev 02) # lspci -vmmks 00:00.6 Slot: 00:00.6 Class: Ethernet controller Vendor: Intel Corporation Device: Ethernet Virtual Function 700 Series SVendor: Intel Corporation SDevice: Device 0000 Rev: 02 Module: i40evf Module: iavf NUMANode: 0 # lsmod | egrep -i "iavf|i40" iavf 135168 0 auxiliary 16384 1 iavf ptp 20480 1 iavf # ifconfig eth0 eth0: error fetching interface information: Device not found The same VM after starting with XL: # dmesg | egrep -i "net|et...
2012 Nov 01
0
numa topology within domain XML
...22 16 22 1: 16 10 22 16 22 16 22 16 2: 16 22 10 16 16 22 16 22 3: 22 16 16 10 22 16 22 16 4: 16 22 16 22 10 16 16 22 5: 22 16 22 16 16 10 22 16 6: 16 22 16 22 16 22 10 16 7: 22 16 22 16 22 16 16 10 I would like to use 2 numanodes for one VM but somehow the virsh edit DOMAIN command doesn't apply the changes I make... I tried specifying the numa topology within the <topology> sub-section of the <cpu> section as in: <cpu mode='custom' match='exact'> <model fallback='allow&...