From: Mark Hounschell <markh-n2QNKt385d+sTnJN9+BGXg@public.gmane.org>
To: Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>,
Alex Williamson
<alex.williamson-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: dma_alloc_coherent - cma - and IOMMU question
Date: Wed, 04 Feb 2015 14:32:22 -0500 [thread overview]
Message-ID: <54D273C6.4000909@compro.net> (raw)
In-Reply-To: <20150204141519.GL3702-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
On 02/04/2015 09:15 AM, Joerg Roedel wrote:
> On Mon, Feb 02, 2015 at 10:35:36AM -0700, Alex Williamson wrote:
>> [cc +joerg]
>>
>> On Mon, 2015-02-02 at 11:01 -0500, Mark Hounschell wrote:
>>> From what I understand of CMA, and it seems provable to me, is that
>>> dma_alloc_coherent allocates my 8MB buffer from CMA defined on the
>>> cmdline. Without CMA specified on the cmdline, dma_alloc_coherent
>>> definitely fails to allocate an 8MB contiguous buffer. From what I've
>>> read about it, it is supposed to transparently "just work" when
>>> dma_alloc_coherent is used?
>>
>> Yes, if you're running with the software iotlb (aka. bounce buffers),
>> then dma_ops->alloc is x86_swiotlb_alloc_coherent(), which calls
>> dma_generic_alloc_coherent(), which attempts to use CMA via
>> dma_alloc_from_contiguous().
>>
>> If you look at the same path with AMD-Vi, dma_ops->alloc is
>> amd_iommu.c:alloc_coherent(), which simply uses __get_free_pages() to
>> allocate the buffer. I don't see any CMA integration along that path.
>> If you were using Intel VT-d, then the buffer is again allocated with
>> dma_alloc_from_contiguous() and should use CMA. This was added in
>> kernel v3.16, but no corresponding AMD-Vi change was added. Joerg, this
>> might be an easily fixed oversight.
>
> Right, CMA is not yet integrated in the AMD IOMMU driver, nobody asked
> fot it until now :) I will add that fall-back there for big allocations.
>
>
> Joerg
>
>
Hi Joerg,
Is device to device (crossing pci busses) or even pci-e to pci-e support
there or in the future?
Thanks and Regards
Mark
prev parent reply other threads:[~2015-02-04 19:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 19:12 dma_alloc_coherent - cma - and IOMMU question Mark Hounschell
[not found] ` <loom.20150130T194501-225-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2015-01-30 20:11 ` Alex Williamson
[not found] ` <1422648686.22865.258.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-01-30 21:07 ` Mark Hounschell
[not found] ` <54CBF290.7050707-n2QNKt385d+sTnJN9+BGXg@public.gmane.org>
2015-01-30 21:51 ` Alex Williamson
[not found] ` <1422654680.22865.277.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-02-02 16:01 ` Mark Hounschell
[not found] ` <54CF9F73.5080803-n2QNKt385d+sTnJN9+BGXg@public.gmane.org>
2015-02-02 17:35 ` Alex Williamson
[not found] ` <1422898536.22865.382.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-02-02 21:23 ` Mark Hounschell
2015-02-04 14:12 ` Mark Hounschell
2015-02-04 14:15 ` Joerg Roedel
[not found] ` <20150204141519.GL3702-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2015-02-04 19:32 ` Mark Hounschell [this message]
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=54D273C6.4000909@compro.net \
--to=markh-n2qnkt385d+stnjn9+bgxg@public.gmane.org \
--cc=alex.williamson-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.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