From: Kim Phillips <kim.phillips@freescale.com>
To: Qiang Liu <qiang.liu@freescale.com>
Cc: herbert@gondor.hengli.com.au, dan.j.williams@intel.com,
linuxppc-dev@lists.ozlabs.org, linux-crypto@vger.kernel.org
Subject: Re: [PATCH v3 0/4] Raid: enable talitos xor offload for improving performance
Date: Mon, 16 Jul 2012 20:04:23 -0500 [thread overview]
Message-ID: <20120716200423.830d174e69fc0aafb40d2858@freescale.com> (raw)
In-Reply-To: <1342411636-29770-1-git-send-email-qiang.liu@freescale.com>
On Mon, 16 Jul 2012 12:07:16 +0800
Qiang Liu <qiang.liu@freescale.com> wrote:
> drivers/crypto/Kconfig | 9 +
> drivers/crypto/talitos.c | 410 +++++++++++++++++++++++++++++++++++++++++++
> drivers/crypto/talitos.h | 53 ++++++
> drivers/dma/fsldma.c | 436 +++++++++++++++++++++++++---------------------
> drivers/dma/fsldma.h | 1 +
> 5 files changed, 708 insertions(+), 201 deletions(-)
Given the pending talitos patches, this patchseries doesn't apply
cleanly: can you rebase onto [1], which is based on Herbert's
cryptodev tree and contain's Horia's four patches? They didn't get
any negative comments, so I assume eventually they will be applied,
and doing so will make Herbert's life easier.
I applied the series on Herbert's cryptodev, and while fsldma
already had this build warning:
drivers/dma/fsldma.c: In function 'fsl_dma_tx_submit':
drivers/dma/fsldma.c:636:2: warning: 'cookie' may be used uninitialized in this function [-Wuninitialized]
this patchseries introduces a new one:
drivers/dma/fsldma.c: In function 'dma_do_tasklet':
drivers/dma/fsldma.c:1134:16: warning: unused variable 'flags' [-Wunused-variable]
I'll wait for a re-post, after these and Ira's comments are
addressed, before trying to test again.
Thanks,
Kim
[1] git://git.freescale.com/crypto/cryptodev.git
next prev parent reply other threads:[~2012-07-17 1:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-16 4:07 [PATCH v3 0/4] Raid: enable talitos xor offload for improving performance Qiang Liu
2012-07-17 1:04 ` Kim Phillips [this message]
2012-07-17 4:01 ` Liu Qiang-B32616
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=20120716200423.830d174e69fc0aafb40d2858@freescale.com \
--to=kim.phillips@freescale.com \
--cc=dan.j.williams@intel.com \
--cc=herbert@gondor.hengli.com.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=qiang.liu@freescale.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;
as well as URLs for NNTP newsgroup(s).