linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Raid: enable talitos xor offload for improving performance
@ 2012-07-10  5:56 Qiang Liu
  2012-07-10  5:56 ` [PATCH 1/4] Talitos: move the data structure into header file Qiang Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Qiang Liu @ 2012-07-10  5:56 UTC (permalink / raw)
  To: linux-crypto, linuxppc-dev

The following 4 patches enabling fsl-dma and talitos offload raid
operations for improving raid performance and balancing CPU load.

Write performance will be improved by 40% tested by iozone. CPU load
will be reduced by 8%.

Qiang Liu (4):
      Talitos: move the data structure into header file
      Talitos: Support for async_tx XOR offload
      fsl-dma: support attribute of DMA_MEMORY when async_tx enabled
      Talitos: fix the issue of dma memory leak

 drivers/crypto/Kconfig   |    9 +
 drivers/crypto/talitos.c |  520 ++++++++++++++++++++++++++++++++++++----------
 drivers/crypto/talitos.h |  161 ++++++++++++++
 drivers/dma/fsldma.c     |   78 +++-----
 4 files changed, 606 insertions(+), 162 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-11  3:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10  5:56 [PATCH 0/3] Raid: enable talitos xor offload for improving performance Qiang Liu
2012-07-10  5:56 ` [PATCH 1/4] Talitos: move the data structure into header file Qiang Liu
2012-07-11  0:11   ` Kim Phillips
2012-07-11  3:13     ` Liu Qiang-B32616

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).