Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/raid6: Add AVX2 optimized recovery functions | Jim Kukunas | 2012-12-13 | 1 | -5/+9 |
| | | | | | | | | | | | | | 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> | ||||
* | lib/raid6: update test program for recovery functions | Jim Kukunas | 2012-05-22 | 1 | -5/+10 |
| | | | | | | | | Test each combination of recovery and syndrome generation functions. Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com> Signed-off-by: NeilBrown <neilb@suse.de> | ||||
* | Further tidyup of raid6 naming in lib/raid6 | NeilBrown | 2010-08-12 | 1 | -0/+61 |
Rename raid6/raid6x86.h to raid6/x86.h and modify some comments. Signed-off-by: NeilBrown <neilb@suse.de> |