]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lib/raid6: add ARM-NEON accelerated syndrome calculation
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 16 May 2013 15:20:32 +0000 (17:20 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 8 Jul 2013 21:09:18 +0000 (22:09 +0100)
commit7d11965ddb9b9b1e0a5d13c58345ada1ccbc663b
tree9aec7ff11372f0194f288c13c7c83ff6ef40c87b
parent01956597cbc46df072f20f90a40eebe356200c38
lib/raid6: add ARM-NEON accelerated syndrome calculation

Rebased/reworked a patch contributed by Rob Herring that uses
NEON intrinsics to perform the RAID-6 syndrome calculations.
It uses the existing unroll.awk code to generate several
unrolled versions of which the best performing one is selected
at boot time.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Cc: hpa@linux.intel.com
include/linux/raid/pq.h
lib/raid6/.gitignore
lib/raid6/Makefile
lib/raid6/algos.c
lib/raid6/neon.c [new file with mode: 0644]
lib/raid6/neon.uc [new file with mode: 0644]
lib/raid6/test/Makefile