lib/raid6: Add AVX2 optimized recovery functions
Optimize RAID6 recovery functions to take advantage of the 256-bit YMM integer instructions introduced in AVX2. The patch was tested and benchmarked before submission. However hardware is not yet released so benchmark numbers cannot be reported. Acked-by:"H. Peter Anvin" <hpa@zytor.com> Signed-off-by:
Jim Kukunas <james.t.kukunas@linux.intel.com> Signed-off-by:
NeilBrown <neilb@suse.de>
Showing
- arch/x86/Makefile 3 additions, 2 deletionsarch/x86/Makefile
- include/linux/raid/pq.h 1 addition, 0 deletionsinclude/linux/raid/pq.h
- lib/raid6/Makefile 1 addition, 1 deletionlib/raid6/Makefile
- lib/raid6/algos.c 3 additions, 0 deletionslib/raid6/algos.c
- lib/raid6/recov_avx2.c 327 additions, 0 deletionslib/raid6/recov_avx2.c
- lib/raid6/test/Makefile 1 addition, 1 deletionlib/raid6/test/Makefile
- lib/raid6/x86.h 9 additions, 5 deletionslib/raid6/x86.h
Loading
Please register or sign in to comment