From: "Stephen Neuendorffer" <stephen.neuendorffer@xilinx.com>
To: "John Williams" <john.williams@petalogix.com>
Cc: <arnd@arndb.de>, <linux-arch@vger.kernel.org>,
"John Linn" <linnj@xilinx.com>, <matthew@wil.cx>,
<will.newton@gmail.com>, <drepper@redhat.com>,
<microblaze-uclinux@itee.uq.edu.au>, <grant.likely@secretlab.ca>,
"Michal Simek" <monstr@monstr.eu>, <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] Microblaze: implement dma-coherent API and refactorcache flush code.
Date: Mon, 5 May 2008 16:12:08 -0700 [thread overview]
Message-ID: <20080505231206.922A61C780C0@mail19-wa4.bigfish.com> (raw)
In-Reply-To: <1210028237.5798.121.camel@localhost>
> -----Original Message-----
> From: John Williams [mailto:john.williams@petalogix.com]
> Sent: Monday, May 05, 2008 3:57 PM
> To: Stephen Neuendorffer
> Cc: arnd@arndb.de; linux-arch@vger.kernel.org; John Linn;
matthew@wil.cx; will.newton@gmail.com;
> drepper@redhat.com; microblaze-uclinux@itee.uq.edu.au;
grant.likely@secretlab.ca; Michal Simek;
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH] Microblaze: implement dma-coherent API and
refactorcache flush code.
>
> Hi Steve,
>
> On Mon, 2008-05-05 at 15:37 -0700, Stephen Neuendorffer wrote:
>
> > In particular, the dcache in the microblaze is write through, so the
> > existing code is more easily thought of as 'invalidation' than
> > 'flushing'. In addition, some of the flush_* methods were old, and
> > some shouldn't need to be implemented (since currently no mmu is
> > supported).
>
> I agree - this renaming is a long time coming.
>
> [snip]
>
> Does the DMA API insist upon the dma_cache_sync call to guarantee
> sensible results? If so, your implementation looks fine. If not,
then
> the results will clearly be bogus as there's nothing magical about the
> memory being allocated in dma_alloc.
Yes, in fact this is one of the keys to getting the lltemac driver to
work right. see Documentation/DMA-API.txt
> To that end, can it just call kmalloc(), and similarly kfree() for
> dma_free?
My understanding is that on other architectures (x86, for instance)
'dma' memory ensures other things, like it's accessible in PCI memory
space. On microblaze, there's nothing really special about dma memory,
but you get the API as a chunk.
> I'd still like to see the uncached shadow stuff make a return one day,
> it is an effective way of solving the problem, we'll just need to find
a
> cleaner way to implement it. A linear walk through the cache to
> invalidate is so slow, it destroys any benefit gained from DMA in the
> first place.
I think it's definitely a simple way of solving the problem (in fact,
the version of the code that's currently at git.xilinx.com includes it).
Would it be better dealt with at the page level, rather than at the
address level, then one of the architecture-reserved flags could be used
for it?
If it really does have value, then I want to make sure it goes in, along
with bits in EDK that make it straightforward to use. For me, the
biggest barrier to using it is understanding exactly what assumptions it
is making on the hardware, and making those assumptions bulletproof.
Steve
next prev parent reply other threads:[~2008-05-05 23:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-05 22:37 [PATCH] Microblaze: implement dma-coherent API and refactor cache " Stephen Neuendorffer
2008-05-05 22:57 ` John Williams
2008-05-05 23:12 ` Stephen Neuendorffer [this message]
2008-05-06 0:14 ` [PATCH] Microblaze: implement dma-coherent API and refactorcache " John Williams
2008-05-06 0:31 ` [PATCH] Microblaze: implement dma-coherent API andrefactorcache " Stephen Neuendorffer
2008-05-06 7:23 ` Geert Uytterhoeven
2008-05-06 9:33 ` Michal Simek
2008-05-06 9:28 ` [PATCH] Microblaze: implement dma-coherent API and refactor cache " Michal Simek
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=20080505231206.922A61C780C0@mail19-wa4.bigfish.com \
--to=stephen.neuendorffer@xilinx.com \
--cc=arnd@arndb.de \
--cc=drepper@redhat.com \
--cc=grant.likely@secretlab.ca \
--cc=john.williams@petalogix.com \
--cc=linnj@xilinx.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=matthew@wil.cx \
--cc=microblaze-uclinux@itee.uq.edu.au \
--cc=monstr@monstr.eu \
--cc=will.newton@gmail.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
all inboxes | Powered by JetHome®