From: Ian Campbell <ian.campbell@citrix.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Lars Kurth <lars.kurth@citrix.com>,
Stefano Stabellini <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>,
Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>,
Anthony Perard <anthony.perard@citrix.com>,
xen-devel <xen-devel@lists.xenproject.org>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>
Subject: Re: Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees (was: [xen-4.2-testing test] 58584: regressions))
Date: Fri, 26 Jun 2015 15:44:11 +0100 [thread overview]
Message-ID: <1435329851.32500.197.camel@citrix.com> (raw)
In-Reply-To: <558D68DD020000780008A4C8@mail.emea.novell.com>
On Fri, 2015-06-26 at 13:59 +0100, Jan Beulich wrote:
> >>> On 26.06.15 at 14:37, <ian.campbell@citrix.com> wrote:
> > On Fri, 2015-06-26 at 12:16 +0100, Ian Campbell wrote:
> >> On Fri, 2015-06-26 at 11:49 +0100, Jan Beulich wrote:
> >> > >>> On 26.06.15 at 12:37, <ian.campbell@citrix.com> wrote:
> >> > > At Andy Cooper's request I ran a quick job with mtrr.show=true
> >> > > http://logs.test-lab.xenproject.org/osstest/logs/58909/
> >> > >
> >> > > I think the relevant serial output is:
> >> > > Jun 26 09:57:42.325077 (XEN) MTRR default type: uncachable
> >> > > Jun 26 09:57:42.325111 (XEN) MTRR fixed ranges enabled:
> >> > > Jun 26 09:57:42.333068 (XEN) 00000-9ffff write-back
> >> > > Jun 26 09:57:42.333101 (XEN) a0000-bffff uncachable
> >> > > Jun 26 09:57:42.333128 (XEN) c0000-fffff write-back
> >> > > Jun 26 09:57:42.341077 (XEN) MTRR variable ranges enabled:
> >> > > Jun 26 09:57:42.341110 (XEN) 0 base 000000000000 mask ffff80000000
> > write-back
> >> > > Jun 26 09:57:42.349088 (XEN) 1 base 000080000000 mask ffffc0000000
> > write-back
> >> > > Jun 26 09:57:42.349124 (XEN) 2 disabled
> >> > > Jun 26 09:57:42.357068 (XEN) 3 disabled
> >> > > Jun 26 09:57:42.357098 (XEN) 4 disabled
> >> > > Jun 26 09:57:42.357122 (XEN) 5 disabled
> >> > > Jun 26 09:57:42.357147 (XEN) 6 disabled
> >> > > Jun 26 09:57:42.365063 (XEN) 7 disabled
> >> >
> >> > This alone would mean UC for all memory above 4G. But I seem to
> >> > recall AMD having some mechanism to avoid using MTRRs for this
> >> > case. Let me try to dig this out once back from lunch.
> >>
> >> While you do that it seems like I may as well try a run with
> >> "e820-mtrr-clip" given to Xen.
> >
> > According to http://logs.test-lab.xenproject.org/osstest/logs/58914/ it
> > didn't make any difference to the end result.
> >
> > It did seems to cause a huge number of
> > Jun 26 11:51:29.933067 (XEN) AMD-Vi: IO_PAGE_FAULT: domain = 0, device id =
> > 0x92, fault address = 0xbdfe7000, flags = 0
> > messages which weren't there before, not sure if that is a clue or not.
>
> I think that's a result of amd_iommu_hwdom_init() now stopping
> below the reserved ranges right below 3Gb. I.e. these ought to
> go away if you had the system use minimally more than 4Gb. I
> also think that you'd see those too without limiting memory if the
> reserved range was large enough to not share a PDX with the
> highest RAM page below 4Gb (due to the way mfn_valid() works),
> or if we indeed only mapped RAM pages there.
I think you are probably speaking hypothetically, but just in case: Do
you actually want me to do any of that? I'm not sure how easy it would
be.
Ian.
next prev parent reply other threads:[~2015-06-26 14:44 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 [this message]
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
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=1435329851.32500.197.camel@citrix.com \
--to=ian.campbell@citrix.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=boris.ostrovsky@oracle.com \
--cc=dario.faggioli@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.