From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Dan Williams <dan.j.williams@intel.com>,
"Sosnowski, Maciej" <maciej.sosnowski@intel.com>,
Haavard Skinnemoen <hskinnemoen@atmel.com>
Cc: Linux Kernel list <linux-kernel@vger.kernel.org>,
ARM Linux Mailing List <linux-arm-kernel@lists.arm.linux.org.uk>,
Andrew Victor <linux@maxim.org.za>
Subject: Re: [PATCH] dmaengine: at_hdmac: new driver for the Atmel AHB DMA Controller
Date: Tue, 25 Nov 2008 16:21:58 +0100 [thread overview]
Message-ID: <492C1816.6020405@atmel.com> (raw)
In-Reply-To: <e9c3a7c20811181100q27af85ey49823ba326e70a09@mail.gmail.com>
Dan Williams :
> On Fri, Nov 14, 2008 at 9:34 AM, Nicolas Ferre <nicolas.ferre@atmel.com> wrote:
>>>> include/linux/at_hdmac.h | 26 +
>>> ...this header should be moved somewhere under arch/arm/include.
>> This is where dw_dmac.h resides. Moreover, if one day this IP is implemented
>> on a different architecture, it will be good not to reach it through
>> arch/arm path.
>
> Ok, I won't gate acceptance on this since dw_dmac already set the
> precedent, but shouldn't the header move after the IP has been
> duplicated? Just my 2cents.
Ok, I follow your advice.
>>>> + memset(desc, 0, sizeof(struct at_desc));
>>>> + dma_async_tx_descriptor_init(&desc->txd, chan);
>>>> + async_tx_ack(&desc->txd);
>>> the DMA_CTRL_ACK bit is under control of the client. It should be
>>> read-only to the driver (except for extra descriptors that the driver
>>> creates on behalf of the client).
>> This is precisely where the descriptors are been created so, I thought it
>> should be ok to initialize this bit. Am I right ?
>>
>
> They will be acknowledged by client code. Calls like async_memcpy
> assume that the the ack bit is clear by default so they can specify
> some actions to run at completion time. By setting it early, at
> descriptor allocation time, async_tx will get confused.
This ack bit is annoying me : I cannot figure out how it is used for
plain memcopy/slave offload calls...
Moreover, at recycle time, if I keep a descriptor chain as a whole, I
have to introduce another state for my descriptors : consumed but not
freed yet (with another linked list management).
If I only take care of the ACK flag for releasing descriptors, I loose
the dependency in my descriptor chain (in a multi-descriptor memcpy case).
Can I only consider this information without taking care of the chaining
dependency (and loose this information in a multi-descriptor operation) ?
Or, may I drop this DMA_CTRL_ACK bit management as I do not have the
usefulness of redoing an operations on one descriptor (no xor engine) ?
Kind regards,
--
Nicolas Ferre
next prev parent reply other threads:[~2008-11-25 15:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-17 15:43 [PATCH] dmaengine: at_hdmac: new driver for the Atmel AHB DMA Controller Nicolas Ferre
2008-10-20 19:18 ` Dan Williams
2008-11-14 16:34 ` Nicolas Ferre
2008-11-18 19:00 ` Dan Williams
2008-11-25 15:21 ` Nicolas Ferre [this message]
2008-12-04 18:26 ` Dan Williams
2008-10-22 14:55 ` Sosnowski, Maciej
2008-10-22 15:26 ` Nicolas Ferre
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=492C1816.6020405@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=dan.j.williams@intel.com \
--cc=hskinnemoen@atmel.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@maxim.org.za \
--cc=maciej.sosnowski@intel.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