summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/sg_sw_qm.h
AgeCommit message (Collapse)Author
2013-05-14crypto: caam - Adding support of IPSEC aead algo over QI backendVakul Garg
The module is called caamalg_qi. This module implements offloading aead algos to caam using queue interface backend. Since the queue interface based caam response processing automatically scales with the number of cores, it shows up as better performance than job ring based module (caamalg). For IPSEC (on P4080), the performance is 1.5 times with QI based backend than JR based backend driver. Change-Id: I74df81abce13c913a7743cecb5d5481221f360b7 Signed-off-by: Vakul Garg <vakul@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/2076 Reviewed-by: Geanta Neag Horia Ioan-B05471 <horia.geanta@freescale.com> Reviewed-by: Porosanu Alexandru-B06830 <alexandru.porosanu@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>