From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: Lars Kurth <lars.kurth@citrix.com>,
suravee.suthikulpanit@amd.com,
StefanoStabellini <stefano.stabellini@eu.citrix.com>,
Andrew Cooper <Andrew.Cooper3@citrix.com>,
Dario Faggioli <dario.faggioli@citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>,
Jan Beulich <JBeulich@suse.com>,
Anthony Perard <anthony.perard@citrix.com>,
xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees
Date: Mon, 29 Jun 2015 09:13:44 -0400 [thread overview]
Message-ID: <55914488.4090500@oracle.com> (raw)
In-Reply-To: <1435573421.32500.250.camel@citrix.com>
On 06/29/2015 06:23 AM, Ian Campbell wrote:
> On Fri, 2015-06-26 at 21:07 +0100, Ian Campbell wrote:
>> On Fri, 2015-06-26 at 15:36 -0400, Boris Ostrovsky wrote:
>>> On 06/26/2015 10:52 AM, Jan Beulich wrote:
>>>>>>> On 26.06.15 at 16:34, <ian.campbell@citrix.com> wrote:
>>>>> I did this using rdmsr from mst-tools instead, running on a native
>>>>> kernel gave:
>>>>>
>>>>> # for i in $(seq 0 31) ;do rdmsr -p $i MSR_K8_TOP_MEM2; done
>>>>> 0
>>>>> [...]
>>>>> 0
>>> Is MSR_K8_TOP_MEM2 defined somewhere in the shell?
>> There is no $ there, so it wouldn't make any difference...
>>
>> I had foolishly assumed that rdmsr would either know the names of the
>> MSRs or it would complain about a string it didn't understand which
>> wasn't a number.
>>
>> Instead it just reads some random register which happens to be
>> strtoul("MSR_K8_TOP_MEM2"), how helpful.
> => https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790075
>
>>> Just to make sure, could you use explicit address, i.e.
>>>
>>> for i in $(seq 0 31) ;do rdmsr -p $i 0xc001001d; done
> It reported 43f000000 on all processors on native (and only the first 8
> on Xen due to limited dom0 vcpus).
>
>>> (and if they are still all zeroes, can you read 0xc0010010 (SYSCFG) as
>>> well?)
> It wasn't all zeroes, but anyway, it reported 740000 on all processors
> on native (I forgot to run under Xen).
Thanks, so this means that we do have WB memory above 4G.
(And I am not sure I understand why Jan said MTRRs show that memory
above 4G is UC in
http://lists.xenproject.org/archives/html/xen-devel/2015-06/msg04397.html .
The log also seems to suggest that it is WB, doesn't it?)
-boris
next prev parent reply other threads:[~2015-06-29 13:14 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-16 3:43 [xen-4.2-testing test] 58584: regressions - trouble: blocked/broken/fail/pass osstest service user
2015-06-17 8:53 ` stable trees (was: [xen-4.2-testing test] 58584: regressions) Jan Beulich
2015-06-17 10:26 ` Ian Jackson
2015-06-17 13:16 ` Stefano Stabellini
2015-06-18 11:37 ` Jan Beulich
2015-06-18 14:22 ` Ian Campbell
2015-06-19 9:51 ` Jan Beulich
2015-06-19 11:07 ` Ian Campbell
2015-06-24 9:06 ` Ian Campbell
2015-06-24 9:38 ` Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees (was: [xen-4.2-testing test] 58584: regressions)) Ian Campbell
2015-06-24 12:29 ` Dario Faggioli
2015-06-24 12:41 ` Jan Beulich
2015-06-24 13:15 ` Dario Faggioli
2015-06-24 13:28 ` Jan Beulich
2015-06-24 13:54 ` Dario Faggioli
2015-06-26 10:37 ` Ian Campbell
2015-06-26 10:49 ` Jan Beulich
2015-06-26 11:16 ` Ian Campbell
2015-06-26 12:37 ` Ian Campbell
2015-06-26 12:59 ` Jan Beulich
2015-06-26 14:44 ` Ian Campbell
2015-06-26 14:53 ` Jan Beulich
2015-06-26 12:20 ` Jan Beulich
2015-06-26 14:34 ` Ian Campbell
2015-06-26 14:52 ` Jan Beulich
2015-06-26 16:23 ` Ian Campbell
2015-06-26 19:36 ` Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees Boris Ostrovsky
2015-06-26 20:07 ` Ian Campbell
2015-06-29 10:23 ` Ian Campbell
2015-06-29 13:13 ` Boris Ostrovsky [this message]
2015-07-06 9:38 ` Jan Beulich
2015-06-24 9:45 ` stable trees (was: [xen-4.2-testing test] 58584: regressions) Jan Beulich
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=55914488.4090500@oracle.com \
--to=boris.ostrovsky@oracle.com \
--cc=Andrew.Cooper3@citrix.com \
--cc=Aravind.Gopalakrishnan@amd.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=JBeulich@suse.com \
--cc=anthony.perard@citrix.com \
--cc=dario.faggioli@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=lars.kurth@citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=suravee.suthikulpanit@amd.com \
--cc=xen-devel@lists.xenproject.org \
/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.