From: Dan Williams <dan.j.williams@intel.com>
To: Subrahmanyam Bolla <sbolla@amcc.com>
Cc: linux-kernel@vger.kernel.org, "Sosnowski,
Maciej" <maciej.sosnowski@intel.com>,
Tushar Tyagi <ttyagi@amcc.com>, Loc Ho <lho@amcc.com>
Subject: Re: Extending Linux async_tx interface
Date: Thu, 03 Jul 2008 18:23:13 -0700 [thread overview]
Message-ID: <1215134593.25483.9.camel@dwillia2-linux.ch.intel.com> (raw)
In-Reply-To: <9D1E2BDCB5C57B46B56E6D80843439EB055445D7@SDCEXCHANGE01.ad.amcc.com>
On Mon, 2008-06-23 at 16:07 -0700, Subrahmanyam Bolla wrote:
> Hi,
>
> I'm working on a new DMA driver for our hardware that supports various
> modes of operations like memory to memory, memory to custom format, and
> visa-versa.
> The current Linux async_tx DMA interface only supports memory to memory
> transfer. We would like to extend this interface to support our
> hardware's new capabilities.
>
> Other than async_memcpy and async_memset operations supported by linux
> async_tx interface, we would like to add something like
> async_mem_buff_cpy,
> async_pkt_mem_cpy and a few more. These new operations use a new format
> for specifying the source and/or destination for doing the transfer.
> To support this we will have new structures as the API parameters.
>
> Could you pls let me know if this is the right approach or if there are
> any other suggestions.
>
It is difficult to know if this is the right approach without knowing
more about the intended usage. For example async_tx is meant for code
paths where it does not matter if an offload engine is available.
Compare that to Haavard's dma-slave implementation where the driver is
explicitly using a specific dma channel[1]. Which approach better fits
what you are trying to accomplish?
--
Dan
[1] http://marc.info/?l=linux-kernel&m=121448921821512&w=2
parent reply other threads:[~2008-07-04 1:24 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <9D1E2BDCB5C57B46B56E6D80843439EB055445D7@SDCEXCHANGE01.ad.amcc.com>]
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=1215134593.25483.9.camel@dwillia2-linux.ch.intel.com \
--to=dan.j.williams@intel.com \
--cc=lho@amcc.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maciej.sosnowski@intel.com \
--cc=sbolla@amcc.com \
--cc=ttyagi@amcc.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