xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Eric Camachat <eric.camachat@gmail.com>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Can I specify a physical memory region for a domU
Date: Fri, 9 Sep 2011 09:48:03 -0700	[thread overview]
Message-ID: <CACeEFf7w+rEUwHeLwA47whFO6OmKUrfWE0N5c4EPnuUX=Niw-g@mail.gmail.com> (raw)
In-Reply-To: <CACeEFf5dZF+nq1kYYoO9BKZLknL-nT1ED-Md+F=A_vhSkdoPzw@mail.gmail.com>

On Fri, Sep 9, 2011 at 9:10 AM, Eric Camachat <eric.camachat@gmail.com> wrote:
> On Thu, Sep 8, 2011 at 6:05 PM, Konrad Rzeszutek Wilk
> <konrad.wilk@oracle.com> wrote:
>> On Thu, Sep 08, 2011 at 05:15:06PM -0700, Eric Camachat wrote:
>>> On Thu, Sep 8, 2011 at 1:00 PM, Konrad Rzeszutek Wilk
>>> <konrad.wilk@oracle.com> wrote:
>>> >> > Make sure you set
>>> >> >  pci_set_consistent_dma_mask(dev, DMA_BIT_MASK(31));
>>> >> >
>>> >> > on top of pci_set_dma_mask(dev, DMA_BIT_MASK(31));
>>> >> > in your driver.
>>> >> >
>>> >> A lot of work to port the driver to PV domU, hope it works.
>>> >
>>> > Hm? That is the normal way you would write drivers in the Linux kernel.
>>> > You use the DMA API in it to deal with the PCI devices.
>>> >
>>> > Is the PV domU a Linux kernel or something else?
>>> >
>>>
>>> Yes, the PV domU is linux kernel.
>>>
>>> I tested pci_alloc_consistent() verified on baremetal it worked with 8GB SDRAM.
>>> But while I ran it in XEN, pci_alloc_consistent() cannot allocate
>>> memory successfully for 4MB although pci_set_dma_mask(),
>>
>> And what is the error?
>
> I cannot see any error, it just returned NULL.

BTW, I will succeed if I allocate 2MB only.

>
>>
>>> pci_set_consistent_dma_mask() and dma_set_mask() all succeeded.
>>
>> And what kernel did you use?
> I am using linux-2.6.32.24.
>
>>>
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@lists.xensource.com
>>> http://lists.xensource.com/xen-devel
>>
>

  reply	other threads:[~2011-09-09 16:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-08  0:47 Can I specify a physical memory region for a domU Eric Camachat
2011-09-08  8:50 ` Tim Deegan
2011-09-08 12:59 ` Konrad Rzeszutek Wilk
2011-09-08 17:22   ` Eric Camachat
2011-09-08 18:12     ` Konrad Rzeszutek Wilk
2011-09-08 18:56       ` Eric Camachat
2011-09-08 20:00         ` Konrad Rzeszutek Wilk
2011-09-09  0:15           ` Eric Camachat
2011-09-09  1:05             ` Konrad Rzeszutek Wilk
2011-09-09 16:10               ` Eric Camachat
2011-09-09 16:48                 ` Eric Camachat [this message]
2011-09-09 18:06                   ` Konrad Rzeszutek Wilk
2011-09-09 19:19                     ` Eric Camachat

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='CACeEFf7w+rEUwHeLwA47whFO6OmKUrfWE0N5c4EPnuUX=Niw-g@mail.gmail.com' \
    --to=eric.camachat@gmail.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 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).