]> Git Repo - linux.git/commit - lib/raid6/Makefile
lib/raid6: Add AVX512 optimized recovery functions
authorGayatri Kammela <[email protected]>
Sat, 13 Aug 2016 01:03:20 +0000 (18:03 -0700)
committerShaohua Li <[email protected]>
Wed, 21 Sep 2016 16:09:44 +0000 (09:09 -0700)
commit13c520b2993c9faae6770264d33ff1e1ea4c2ceb
treea366455fe39c82e9c522151fbcd8c73c1636d65e
parente0a491c1296874a1aca51cc68452f12a4d950029
lib/raid6: Add AVX512 optimized recovery functions

Optimize RAID6 recovery functions to take advantage of
the 512-bit ZMM integer instructions introduced in AVX512.

AVX512 optimized recovery functions, which is simply based
on recov_avx2.c written by Jim Kukunas

This patch was tested and benchmarked before submission on
a hardware that has AVX512 flags to support such instructions

Cc: Jim Kukunas <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Fenghua Yu <[email protected]>
Signed-off-by: Megha Dey <[email protected]>
Signed-off-by: Gayatri Kammela <[email protected]>
Reviewed-by: Fenghua Yu <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>
include/linux/raid/pq.h
lib/raid6/Makefile
lib/raid6/algos.c
lib/raid6/recov_avx512.c [new file with mode: 0644]
This page took 0.058698 seconds and 4 git commands to generate.