From: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Thomas Lendacky <Thomas.Lendacky@amd.com>,
keir@xen.org, andrew.cooper3@citrix.com,
SuraveeSuthikulpanit <Suravee.Suthikulpanit@amd.com>,
sherry.hurwitz@amd.com,
xen-devel <xen-devel@lists.xenproject.org>,
shurd@broadcom.com
Subject: Re: [PATCH V2] ns16550: Add support for UART present in Broadcom TruManage capable NetXtreme chips
Date: Thu, 21 Nov 2013 16:49:33 -0600 [thread overview]
Message-ID: <528E8DFD.90706@amd.com> (raw)
In-Reply-To: <528C7C7B0200007800104D95@nat28.tlf.novell.com>
On 11/20/2013 2:10 AM, Jan Beulich wrote:
>>>> On 20.11.13 at 01:53, Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com> wrote:
>> Looks like the arguments I was passing in to 'iomem_deny_access' was
>> incorrect before (apologies)
>> (I just had to use paddr_to_pfn() to get PAGE_SHIFT-ed value)
>> I tried with the proper (page shifted) values, but it breaks Xen
>> throwing the message:
>>
>> (XEN) mm.c:785:d0 Non-privileged (0) attempt to map I/O space
> Xen should not be affected by this message appearing; Dom0
> likely would be in one way or another.
>
>> The reason for this is - dom0 sees the UART device and tries to
>> configure it at the bar value (which is blocked by Xen)
>> which means pci_hide_device() is not functioning as expected..(again,
>> not sure if I am missing something..).
> Then you didn't understand the purpose of pci_hide_device(),
> yet I would have expected you to have looked at commit e46ea4d4
> ("PCI: don't allow guest assignment of devices used by Xen") in this
> context: Such devices are unavailable for assignment to a DomU,
> but visible as usual to Dom0 (and nothing prevents Dom0 from
> assigning the device e.g. new BAR values - pci_ro_device() would -,
> and hence using iomem_deny_access() is pointless/wrong).
>
>> But-
>> Could this be due to the fact that this is a multifunction device and
>> the UART is only a subfunction?
> Multi-function in the usual sense? If so, all the BARs on that
> function are only to be used by that function... Or do you perhaps
> mean a function in the PCI sense providing more functionality than
> just the serial port (as in many other combined serial/parallel or
> multi-port serial add in cards)?
>
> Jan
>
>
I meant multi-function as in latter sense (provides more than a serial
port). Here is snapshot of lspci for clarity -
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme
BCM5725 Gigabit Ethernet PCIe [14e4:1643] (rev 10)
02:00.5 Communication controller [0780]: Broadcom Corporation Device
[14e4:160a] (rev 01)
02:00.6 IPMI SMIC interface [0c07]: Broadcom Corporation Device
[14e4:16b9] (rev 10)
Anyway, I have now reworked the code such that Xen hides the MMIO region
from (io_base+PAGE_SIZE) to end of the region.
([ 0.000000] Xen: [mem 0x00000000d0031000-0x00000000d003ffff] reserved)
This would (in some extent) alleviate conflicts in case Dom0 interferes
with Xen's control of the device as we are hiding all
possible PAGE_SIZE'd chunks of the MMIO region..
Since we can't hide the device from dom0, dom0 sees the device and tries
to 'ioremap' at the above said regions, but fails.
Although it does not break Xen, dom0 throws a stack trace with a warning
message. dom0 continues to boot fine..
Also, to your comments on V3 - (Sorry I have to do this here as my mail
client seems to have lost the V3 thread..)
I have fixed the code in accordance to your comments except for the
'(-len)' suggestion. Reason being -
It does not work all the time. Example: (for IO case)
after applying (len &= PCI_BASE_ADDRESS_IO_MASK),
len = fff8;
len = -(len) would give you ffff0008 and you will need to mask off
higher 16 bits again..
Instead, I have kept length calculation consistent with what linux does
and extended that to IO case..
Sending the changes out as V4.
(Tested the code changes with BCM5725 and an IO based UART and verified
to be working correctly..)
-Aravind.
next prev parent reply other threads:[~2013-11-21 22:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-14 17:40 [PATCH V2] ns16550: Add support for UART present in Broadcom TruManage capable NetXtreme chips Aravind Gopalakrishnan
2013-11-15 9:31 ` Jan Beulich
2013-11-15 17:51 ` Aravind Gopalakrioshnan
2013-11-18 8:04 ` Jan Beulich
2013-11-19 16:40 ` Aravind Gopalakrioshnan
2013-11-19 16:47 ` Jan Beulich
2013-11-20 0:53 ` Aravind Gopalakrishnan
2013-11-20 8:10 ` Jan Beulich
2013-11-21 22:49 ` Aravind Gopalakrishnan [this message]
2013-11-26 16:37 ` Konrad Rzeszutek Wilk
2013-12-02 18:30 ` Aravind Gopalakrishnan
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=528E8DFD.90706@amd.com \
--to=aravind.gopalakrishnan@amd.com \
--cc=JBeulich@suse.com \
--cc=Suravee.Suthikulpanit@amd.com \
--cc=Thomas.Lendacky@amd.com \
--cc=andrew.cooper3@citrix.com \
--cc=keir@xen.org \
--cc=sherry.hurwitz@amd.com \
--cc=shurd@broadcom.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).