* xen can only detect one core of multiple cores cpu
@ 2015-11-28 17:23 quizyjones
2015-11-28 19:24 ` Andrew Cooper
0 siblings, 1 reply; 5+ messages in thread
From: quizyjones @ 2015-11-28 17:23 UTC (permalink / raw)
To: xen-devel@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 2446 bytes --]
I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the dom0 can only find one core. here are some information that may helps in analyzing.
~$ uname -aLinux storage 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
~$ cat /proc/cpuinfoprocessor : 0vendor_id : GenuineIntelcpu family : 6model : 63model name : Intel(R) Xeon(R) CPU E5-2603 v3 @ 1.60GHzstepping : 2microcode : 0x27cpu MHz : 1600.035cache size : 15360 KBphysical id : 0siblings : 1core id : 0cpu cores : 1apicid : 0initial apicid : 0fpu : yesfpu_exception : yescpuid level : 15wp : yesflags : fpu de tsc msr pae mce cx8 apic sep mca cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc eagerfpu pni pclmulqdq monitor est ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm arat epb xsaveopt pln pts dtherm fsgsbase bmi1 avx2 bmi2 ermsbogomips : 3200.07clflush size : 64cache_alignment : 64address sizes : 46 bits physical, 48 bits virtualpower management:
The result of 'dmesg' is at http://paste.ubuntu.com/13544065/, 'xl dmesg' is at http://paste.ubuntu.com/13544201/There are errors related with ACPI, so I modified the /etc/default/grub and changed the GRUB_CMDLINE_LINUX_DEFAULT from null to "quiet splash acpi=force". After reboot, the ACPI errors of 'dmesg' disappears. But still exists for 'xl dmesg' and dom0 can only find one core. The new 'dmesg' and 'xl dmesg' result is at http://paste.ubuntu.com/13544610/ and http://paste.ubuntu.com/13544633/
I've also tried the solution at http://lists.xen.org/archives/html/xen-devel/2012-06/msg00087.html and add acpi_rsdp=0xbabfe000 , still fails.
Other informations:xentop - 00:51:08 Xen 4.4.11 domains: 1 running, 0 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdownMem: 33451548k total, 8752508k used, 24699040k free CPUs: 1 @ 1600MHz NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO VBD_RD VBD_WR VBD_RSECT VBD_WSECT SSID Domain-0 -----r 47 0.0 8388608 25.1 8388608 25.1 1 0 0 0 0 0 0 0 0 0 2
[-- Attachment #1.2: Type: text/html, Size: 5311 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xen can only detect one core of multiple cores cpu
2015-11-28 17:23 xen can only detect one core of multiple cores cpu quizyjones
@ 2015-11-28 19:24 ` Andrew Cooper
2015-11-29 7:02 ` quizy_jones
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Andrew Cooper @ 2015-11-28 19:24 UTC (permalink / raw)
To: quizyjones, xen-devel@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 507 bytes --]
On 28/11/15 17:23, quizyjones wrote:
> I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the
> dom0 can only find one core. here are some information that may helps
> in analyzing.
>From `xl dmesg`
(XEN) ACPI Error (tbxfroot-0218): A valid RSDP was not found [20070126]
...
(XEN) SMP motherboard not detected.
Xen cannot find any ACPI tables, and finds no secondary CPUs. As a
knock-on effect, dom0 only gets one.
How is your BIOS configured? Does booting Linux natively work?
~Andrew
[-- Attachment #1.2: Type: text/html, Size: 1212 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xen can only detect one core of multiple cores cpu
2015-11-28 19:24 ` Andrew Cooper
@ 2015-11-29 7:02 ` quizy_jones
2015-11-30 10:25 ` Jan Beulich
2015-11-30 10:33 ` quizy_jones
2 siblings, 0 replies; 5+ messages in thread
From: quizy_jones @ 2015-11-29 7:02 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 1003 bytes --]
Yes, booting ubuntu directly can see 6 cores. The dmesg results from native ubuntu: http://paste.ubuntu.com/13553870/
BIOS setting is http://snag.gy/v8XeJ.jpg http://snag.gy/hSnDs.jpg http://snag.gy/pQz7o.jpg http://snag.gy/6TdqJ.jpg
This is the grub.cfg http://paste.ubuntu.com/13553514/
quizy_jones@outlook.com
From: Andrew Cooper
Date: 2015-11-29 03:24
To: quizyjones; xen-devel@lists.xen.org
Subject: Re: [Xen-devel] xen can only detect one core of multiple cores cpu
On 28/11/15 17:23, quizyjones wrote:
I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the dom0 can only find one core. here are some information that may helps in analyzing.
From `xl dmesg`
(XEN) ACPI Error (tbxfroot-0218): A valid RSDP was not found [20070126]
...
(XEN) SMP motherboard not detected.
Xen cannot find any ACPI tables, and finds no secondary CPUs. As a knock-on effect, dom0 only gets one.
How is your BIOS configured? Does booting Linux natively work?
~Andrew
[-- Attachment #1.2: Type: text/html, Size: 4464 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xen can only detect one core of multiple cores cpu
2015-11-28 19:24 ` Andrew Cooper
2015-11-29 7:02 ` quizy_jones
@ 2015-11-30 10:25 ` Jan Beulich
2015-11-30 10:33 ` quizy_jones
2 siblings, 0 replies; 5+ messages in thread
From: Jan Beulich @ 2015-11-30 10:25 UTC (permalink / raw)
To: Andrew Cooper, quizyjones; +Cc: xen-devel@lists.xen.org
>>> On 28.11.15 at 20:24, <andrew.cooper3@citrix.com> wrote:
> On 28/11/15 17:23, quizyjones wrote:
>> I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the
>> dom0 can only find one core. here are some information that may helps
>> in analyzing.
>
> From `xl dmesg`
>
> (XEN) ACPI Error (tbxfroot-0218): A valid RSDP was not found [20070126]
> ...
> (XEN) SMP motherboard not detected.
>
> Xen cannot find any ACPI tables, and finds no secondary CPUs. As a
> knock-on effect, dom0 only gets one.
>
> How is your BIOS configured? Does booting Linux natively work?
Presumably this is set to UEFI mode, in which case booting via grub2
requires chainload to be used, or grub2 to be avoided.
Jan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xen can only detect one core of multiple cores cpu
2015-11-28 19:24 ` Andrew Cooper
2015-11-29 7:02 ` quizy_jones
2015-11-30 10:25 ` Jan Beulich
@ 2015-11-30 10:33 ` quizy_jones
2 siblings, 0 replies; 5+ messages in thread
From: quizy_jones @ 2015-11-30 10:33 UTC (permalink / raw)
To: Jan Beulich, Andrew Cooper; +Cc: xen-devel@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 738 bytes --]
>>> On 28.11.15 at 20:24, <andrew.cooper3@citrix.com> wrote:
> On 28/11/15 17:23, quizyjones wrote:
>> I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the
>> dom0 can only find one core. here are some information that may helps
>> in analyzing.
>
> From `xl dmesg`
>
> (XEN) ACPI Error (tbxfroot-0218): A valid RSDP was not found [20070126]
> ...
> (XEN) SMP motherboard not detected.
>
> Xen cannot find any ACPI tables, and finds no secondary CPUs. As a
> knock-on effect, dom0 only gets one.
>
> How is your BIOS configured? Does booting Linux natively work?
Presumably this is set to UEFI mode, in which case booting via grub2
requires chainload to be used, or grub2 to be avoided.
Jan
[-- Attachment #1.2: Type: text/html, Size: 3762 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-11-30 10:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-28 17:23 xen can only detect one core of multiple cores cpu quizyjones
2015-11-28 19:24 ` Andrew Cooper
2015-11-29 7:02 ` quizy_jones
2015-11-30 10:25 ` Jan Beulich
2015-11-30 10:33 ` quizy_jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.