 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] What is the target CPU "topology" of an SMP HVM machine?
 Hi Well, I see thats for HVM guest, right. On pv guest I run into the following when assigning vcpus to the virtual numa nodes: [    0.004000] ------------[ cut here ]------------ [    0.004000] WARNING: CPU: 1 PID: 0 at arch/x86/kernel/smpboot.c:324 topology_sane.isra.7+0x67/0x79() [    0.004000] sched: CPU #1's smt-sibling CPU #0 is not on the same node! [node: 1 != 0]. Ignoring dependency. [    0.004000] Modules linked in: [    0.004000] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.11.0-rc4+ #36 [    0.004000]  0000000000000000 0000000000000009 ffffffff813b9ce7 ffff88001f1b1e60 [    0.004000]  ffffffff810462f0 ffff88001f1b1e70 ffffffff8102f5bb ffff880000000000 [    0.004000]  0000000000000001 ffff88003f613880 0000000000000000 000000000000b0c0 [    0.004000] Call Trace: [    0.004000]  [<ffffffff813b9ce7>] ? dump_stack+0x41/0x51 [    0.004000]  [<ffffffff810462f0>] ? warn_slowpath_common+0x78/0x90 [    0.004000]  [<ffffffff8102f5bb>] ? topology_sane.isra.7+0x67/0x79 [    0.004000]  [<ffffffff810463a0>] ? warn_slowpath_fmt+0x45/0x4a [    0.004000]  [<ffffffff8102f5bb>] ? topology_sane.isra.7+0x67/0x79 [    0.004000]  [<ffffffff8102f80d>] ? set_cpu_sibling_map+0x1c9/0x3fc [    0.004000]  [<ffffffff8100b9e1>] ? cpu_bringup+0x47/0x86 [    0.004000]  [<ffffffff8100ba41>] ? cpu_bringup_and_idle+0x7/0x12 [    0.004000] ---[ end trace 62b6815bad5814b4 ]--- I just added into the cpuid trap masking out the SMT-width for initial APIC ID leaf 0x1, so the topology will be physical package = logical processor. Not sure if in this case SMT cache topology should be masked out as well. Also masked out on 0x1 leaf X86_FEATURE_HT. Elena On Wed, Aug 14, 2013 at 4:52 PM, Dario Faggioli <dario.faggioli@xxxxxxxxxx> wrote: 
 Elena _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |