From: Gerry Reno <greno@verizon.net>
To: Dan Magenheimer <dan.magenheimer@oracle.com>
Cc: xen-devel@lists.xensource.com, konrad.wilk@oracle.com
Subject: Re: RE: AMD Phenom II 940: Upgrade to 2.6.32.12 fixes it and upgrades CPU from 3.1Ghz to 1.2Thz!
Date: Mon, 10 May 2010 13:40:55 -0400 [thread overview]
Message-ID: <4BE84527.2000109@verizon.net> (raw)
In-Reply-To: <81240ce8-4265-431e-b5e6-71c5340e2af3@default>
"...and I'm not sure what Xen bits you are testing with."
I'm using Xen 4.0.0-rc8. Kernel is 2.6.32.12.
-Gerry
On 05/10/2010 12:40 PM, Dan Magenheimer wrote:
>>>>> enlighten.c, 'd0 domain attempted wrmsr', 'Detected 1226681.732 MHz
>>>>> processor.'(a 1.2 TeraHz processor??? - the processor is actually a
>>>>>
>> 3.1
>>
>>> I'm wondering if this bothers delay loop timings, etc. ???
>>>
>> Dan, thoughts?
>>
> This info is obtained from Xen via the shared_info struct, so
> I'd bet the shared_info struct is getting trashed.
>
> Or, for awhile, Jeremy had some code that made it possible
> for pvclock to use multiple shared_info structs to detect
> TSC skew. I think that got pulled for 4.0, but not sure
> I remember why (or the symptoms)... and I'm not sure what
> Xen bits you are testing with.
>
>
>> -----Original Message-----
>> From: Konrad Wilk
>> Sent: Monday, May 10, 2010 10:17 AM
>> To: Gerry Reno; Dan Magenheimer
>> Cc: xen-devel@lists.xensource.com
>> Subject: AMD Phenom II 940: Upgrade to 2.6.32.12 fixes it and upgrades
>> CPU from 3.1Ghz to 1.2Thz!
>>
>> On Mon, May 10, 2010 at 12:03:09PM -0400, Gerry Reno wrote:
>>
>>> On 05/10/2010 10:10 AM, Konrad Rzeszutek Wilk wrote:
>>>
>>>>> Ok, I tried to adjust bridge parameters and found that I can
>>>>>
>> finally get
>>
>>>>> pv_ops dom0 to boot in normal timeframe if I comment out all bridge
>>>>> related statements in /etc/xen/xend-config.sxp. Before with
>>>>>
>> 2.6.31.6 I
>>
>>>>> had (network-script network-bridge) and also tried (network-script
>>>>> 'network-bridge bridge=br0') but these do not work with 2.6.32.12.
>>>>>
>>>>>
>>>> I had this problem when I forgot to have 'CONFIG_BRIDGE' enabled in
>>>>
>> my
>>
>>>> .config, and also CONFIG_TAP (but I think that was only used during
>>>> guest startup) but I don't think that is your problem. It could be
>>>>
>> related to
>>
>>>> this:
>>>>
>>>> "init: eucalyptus-network (eth0) main process (1156) killed by TERM
>>>>
>> signal"
>>
>>>> which might have mangled the eth0? Why is it being killed?
>>>>
>>>>
>>> I'm going to investigate this but I suspect it dies because eth0
>>>
>> isn't
>>
>>> there. The euca network works fine after I restart networking.
>>>
>> Uh, why isn't eth0 there? The kernel log looks to have 'eth0' setup.
>> Did
>> it get renamed?
>>
>>>
>>>
>>>>
>>>>> However, there are still errors in the pv_ops dom0 2.6.32.12
>>>>>
>> console
>>
>>>>> output so I'm attaching the output so someone could see if they are
>>>>> serious or if there are workarounds to improve things. I'm seeing
>>>>> things like 'unable to locate IOAPIC for xxx', call trace from
>>>>>
>>>>>
>>>> Don't worry about that. These are used to setup the GSI and there is
>>>>
>> a
>>
>>>> second code path that does that.
>>>>
>>>>
>>> Ok. But then why bother writing these scary messages that just
>>>
>> confuse
>>
>>> things?
>>>
>> Well, you know.. job security and such :-)
>>
>> But in all seriousness - I was thinking about doing something about
>> those pesky messages, but haven't yet come up with a good way of doing
>> it.
>>
>>
>>>
>>>
>>>>
>>>>> enlighten.c, 'd0 domain attempted wrmsr', 'Detected 1226681.732 MHz
>>>>> processor.'(a 1.2 TeraHz processor??? - the processor is actually a
>>>>>
>> 3.1
>>
>> Maybe you should look in a lead case. You know at that speeds your
>> CPU might be producing X-rays that could be harmful to you.
>>
>>
>>>>> GHz processor), 'No compatible ACPI _PSS objects found.'.
>>>>>
>>>>>
>>>> Interesting. My AMD prototype board shows the same data (or
>>>>
>> sometimes
>>
>>>> even higher number)- completly bogus.
>>>>
>>>>
>>> I'm wondering if this bothers delay loop timings, etc. ???
>>>
>> Dan, thoughts?
>>
>>
>>>
>>>
>>>>> Plus, why do I see slightly different outputs on the consoles?
>>>>>
>> Some
>>
>>>>> errors only show on one of the consoles but not the other.
>>>>>
>>>>>
>>>> That is b/c the Xen console (all prefixed with XEN) shouldn't by
>>>>
>> default
>>
>>>> be in the Linux domain, unless requested.
>>>> .. snip..
>>>>
>>>>
>>>>> (XEN) Command line: dummy=dummy dom0_mem=1024M vga=text-80x50
>>>>>
>> loglvl=all guest_loglvl=all sync_console console_to_rin1
>>
>>>>>
>>>>
>> ^'g'
>>
>>>> or unless you use console_to_ring at which point all of the output
>>>> should be synced together. Except that you have '1' at the end
>>>>
>> instead
>>
>>>> of 'g'.
>>>>
>>>>
>>> The '1' is an artifact due to the command line actually being
>>>
>> truncated.
>>
>>> It's actually the last character on the line.
>>>
>> Ah, OK.
>>
>>>
>>>
>>>
>>>> .. snip..
>>>>
>>>>
>>>>> GR: now login prompt shows up immediately:
>>>>>
>>>>>
>>>> Hurrayy!
>>>>
>>>>
>>> Yeah, no kidding! :-)
>>>
>>> Thanks for the help and looking at this.
>>>
>> Of course.
>>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
next prev parent reply other threads:[~2010-05-10 17:40 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-23 17:50 Cannot load latest 2.6.32.10 kernel on AMD quad-core Gerry Reno
2010-04-23 18:27 ` Boris Derzhavets
2010-04-23 18:55 ` Boris Derzhavets
2010-04-23 20:38 ` Gerry Reno
2010-04-23 21:31 ` Boris Derzhavets
2010-04-24 6:12 ` Gerry Reno
2010-04-24 6:32 ` Gerry Reno
2010-04-24 7:34 ` Boris Derzhavets
2010-04-24 16:41 ` Gerry Reno
2010-04-24 17:30 ` Boris Derzhavets
2010-04-24 17:37 ` Boris Derzhavets
2010-04-24 17:41 ` Boris Derzhavets
2010-04-24 18:07 ` Gerry Reno
2010-04-24 18:18 ` Boris Derzhavets
2010-04-24 22:24 ` Gerry Reno
2010-04-25 6:44 ` Pasi Kärkkäinen
2010-04-25 11:16 ` Boris Derzhavets
2010-04-25 15:37 ` Gerry Reno
2010-04-25 16:10 ` Boris Derzhavets
2010-04-25 23:18 ` Mike Viau
2010-04-26 0:49 ` Gerry Reno
2010-04-26 2:10 ` Mike Viau
2010-04-26 2:18 ` Gerry Reno
2010-04-25 22:15 ` Gerry Reno
2010-04-26 2:10 ` Gerry Reno
2010-04-26 4:12 ` Gerry Reno
2010-04-26 20:04 ` Pasi Kärkkäinen
2010-04-26 21:26 ` Gerry Reno
2010-04-26 21:52 ` Pasi Kärkkäinen
2010-04-26 23:36 ` Gerry Reno
2010-04-27 0:00 ` Gerry Reno
2010-04-27 2:48 ` Gerry Reno
2010-04-27 9:15 ` Pasi Kärkkäinen
2010-04-27 17:35 ` Gerry Reno
2010-04-29 13:54 ` Gerry Reno
2010-04-29 14:41 ` Mike Viau
2010-04-29 14:46 ` Gerry Reno
2010-04-29 15:11 ` Mike Viau
2010-04-29 16:50 ` Gerry Reno
2010-04-25 6:53 ` Gerry Reno
2010-04-25 10:22 ` Pasi Kärkkäinen
2010-05-03 16:18 ` Konrad Rzeszutek Wilk
2010-05-03 17:18 ` Gerry Reno
2010-05-03 20:36 ` Konrad Rzeszutek Wilk
2010-05-03 21:23 ` Gerry Reno
2010-05-05 0:42 ` Gerry Reno
2010-05-05 17:54 ` AMD Phenom II 940: mm/vmalloc.c:110 vmap_page_range_noflush Konrad Rzeszutek Wilk
2010-05-06 3:18 ` Gerry Reno
2010-05-06 5:52 ` Pasi Kärkkäinen
2010-05-06 17:57 ` Jeremy Fitzhardinge
2010-05-06 19:39 ` Gerry Reno
2010-05-07 0:21 ` Gerry Reno
2010-05-07 2:22 ` Gerry Reno
2010-05-07 6:05 ` Pasi Kärkkäinen
2010-05-07 6:21 ` Boris Derzhavets
2010-05-07 16:44 ` Gerry Reno
2010-05-07 21:53 ` Gerry Reno
2010-05-08 7:20 ` Boris Derzhavets
2010-05-10 14:10 ` Konrad Rzeszutek Wilk
2010-05-10 16:03 ` Gerry Reno
2010-05-10 16:17 ` AMD Phenom II 940: Upgrade to 2.6.32.12 fixes it and upgrades CPU from 3.1Ghz to 1.2Thz! Konrad Rzeszutek Wilk
2010-05-10 16:40 ` Dan Magenheimer
2010-05-10 17:40 ` Gerry Reno [this message]
2010-05-10 17:56 ` Jeremy Fitzhardinge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BE84527.2000109@verizon.net \
--to=greno@verizon.net \
--cc=dan.magenheimer@oracle.com \
--cc=konrad.wilk@oracle.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.