lib/raid6: Add AVX512 optimized gen_syndrome functions
authorGayatri Kammela <gayatri.kammela@intel.com>
Sat, 13 Aug 2016 01:03:19 +0000 (18:03 -0700)
committerShaohua Li <shli@fb.com>
Fri, 9 Sep 2016 18:09:26 +0000 (11:09 -0700)
commitc30b8eed3878b8f7b03d86a2409f65d1c1b556be
treeb179bd1d36aea37617a4ef112ca7ade8e91c4525
parent4aded6971b0644f089a43f35698d688ae027b0e4
lib/raid6: Add AVX512 optimized gen_syndrome functions

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

AVX512 optimized gen_syndrom functions, which is simply based
on avx2.c written by Yuanhan Liu and sse2.c written by hpa.

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

Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jim Kukunas <james.t.kukunas@linux.intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Megha Dey <megha.dey@linux.intel.com>
Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com>
Reviewed-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Shaohua Li <shli@fb.com>
arch/x86/Makefile
include/linux/raid/pq.h
lib/raid6/Makefile
lib/raid6/algos.c
lib/raid6/avx512.c [new file with mode: 0644]
lib/raid6/x86.h
This page took 0.033715 seconds and 5 git commands to generate.