From: "Dan Williams" <dan.j.williams@intel.com>
To: "Atsushi Nemoto" <anemo@mba.ocn.ne.jp>
Cc: haavard.skinnemoen@atmel.com, linux-kernel@vger.kernel.org,
maciej.sosnowski@intel.com, ralf@linux-mips.org
Subject: Re: [PATCH] dmatest: flush and invalidate destination buffer before DMA
Date: Fri, 9 Jan 2009 17:39:56 -0700 [thread overview]
Message-ID: <e9c3a7c20901091639r3cd9bb64radb319691a5beee2@mail.gmail.com> (raw)
In-Reply-To: <20090109.173057.25877173.nemoto@toshiba-tops.co.jp>
On Fri, Jan 9, 2009 at 1:30 AM, Atsushi Nemoto <anemo@mba.ocn.ne.jp> wrote:
> Do you mean something like this?
Yes, exactly.
>
> dmatest_init_srcbuf(thread->srcbuf, src_off, len);
> dmatest_init_dstbuf(thread->dstbuf, dst_off, len);
>
> dma_src = dma_map_single(dev->dev, src + src_off, len,
> DMA_TO_DEVICE);
> dma_dest = dma_map_single(dev->dev, dest_buf, test_buf_size,
> DMA_BIDIRECTIONAL);
> tx = dev->device_prep_dma_memcpy(chan, dma_dest + dst_off,
> dma_src, len,
> DMA_CTRL_ACK | DMA_COMPL_SKIP_DEST_UNMAP);
> if (!tx) {
> /* error */
> }
> tx->callback = NULL;
> cookie = tx->tx_submit(tx);
> ...
> /* wait for completion */
> ...
> dma_unmap_single(dev->dev, dma_dest, test_buf_size,
> DMA_BIDIRECTIONAL);
>
> It will make dmatest more aggressive, for example, a option for
> testing DMA_PREP_INTERRUPT handling of a lowlevel driver can be added
> easily.
>
Yes, and it will also allow testing of corner cases like dependency
chains and other async_tx api driver-assumptions.
Thanks,
Dan
next prev parent reply other threads:[~2009-01-10 0:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-26 15:31 Atsushi Nemoto
2008-12-27 10:10 ` Haavard Skinnemoen
2008-12-28 17:53 ` Atsushi Nemoto
2009-01-05 18:31 ` Dan Williams
2009-01-06 1:14 ` Atsushi Nemoto
2009-01-06 1:29 ` Dan Williams
2009-01-06 2:06 ` Atsushi Nemoto
2009-01-08 4:43 ` Atsushi Nemoto
2009-01-08 8:36 ` Haavard Skinnemoen
2009-01-08 17:20 ` Dan Williams
2009-01-09 8:30 ` Atsushi Nemoto
2009-01-10 0:39 ` Dan Williams [this message]
2009-01-09 11:19 ` Ralf Baechle
2009-01-09 22:27 ` Russell King
2009-01-11 18:44 ` Ralf Baechle
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=e9c3a7c20901091639r3cd9bb64radb319691a5beee2@mail.gmail.com \
--to=dan.j.williams@intel.com \
--cc=anemo@mba.ocn.ne.jp \
--cc=haavard.skinnemoen@atmel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maciej.sosnowski@intel.com \
--cc=ralf@linux-mips.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
all inboxes | Powered by JetHome®