All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: caam - performance fixes/improvements
@ 2016-01-12 15:14 Horia Geantă
  2016-01-12 15:14 ` [PATCH 1/2] crypto: caam - make write transactions bufferable on PPC platforms Horia Geantă
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Horia Geantă @ 2016-01-12 15:14 UTC (permalink / raw)
  To: Herbert Xu
  Cc: linux-crypto, David S. Miller, Fabio Estevam, Alex Porosanu, Scott Wood

The following patches increase/fix CAAM performance by modifying
the configuration of MCFGR (Master Configuration Register):
-1st patch fixes a ~ 5% performance drop on PPC platforms
-2nd patch improves performance in some use cases, since CAAM DMA
transfers are optimized


Note: AWCACHE[0] (AXI3 "bufferable") and AWCACHE[1] (AXI3 "cacheable")
are set irrespective of platform, since:
-for ARM-based SoCs: the interconnect IP ignores AWCACHE[0]
-for PPC-based SoCs: PAMU handles coherency control, not AWCACHE[1]

Horia Geantă (2):
  crypto: caam - make write transactions bufferable on PPC platforms
  crypto: caam - enable LARGE_BURST for enhancing DMA transactions size

 drivers/crypto/caam/ctrl.c | 4 ++--
 drivers/crypto/caam/regs.h | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.4.4

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

end of thread, other threads:[~2016-01-25 14:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 15:14 [PATCH 0/2] crypto: caam - performance fixes/improvements Horia Geantă
2016-01-12 15:14 ` [PATCH 1/2] crypto: caam - make write transactions bufferable on PPC platforms Horia Geantă
2016-01-12 15:59   ` [PATCH v2 " Horia Geantă
2016-01-25 13:59     ` Herbert Xu
2016-01-12 15:14 ` [PATCH 2/2] crypto: caam - enable LARGE_BURST for enhancing DMA transactions size Horia Geantă
2016-01-25 14:48   ` Herbert Xu
2016-01-22 16:52 ` [PATCH 0/2] crypto: caam - performance fixes/improvements Horia Ioan Geanta Neag
2016-01-25  7:11   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.