summaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/Makefile
diff options
context:
space:
mode:
authorDan Williams2009-07-14 21:20:37 +0200
committerDan Williams2009-08-30 04:09:28 +0200
commitcb3c82992f62f838e6476a0bff12909158007fc6 (patch)
treed6ced15a81340b9b8343c369fea22940f31f06eb /crypto/async_tx/Makefile
parentdmatest: add pq support (diff)
downloadkernel-qcow2-linux-cb3c82992f62f838e6476a0bff12909158007fc6.tar.gz
kernel-qcow2-linux-cb3c82992f62f838e6476a0bff12909158007fc6.tar.xz
kernel-qcow2-linux-cb3c82992f62f838e6476a0bff12909158007fc6.zip
async_tx: raid6 recovery self test
Port drivers/md/raid6test/test.c to use the async raid6 recovery routines. This is meant as a unit test for raid6 acceleration drivers. In addition to the 16-drive test case this implements tests for the 4-disk and 5-disk special cases (dma devices can not generically handle less than 2 sources), and adds a test for the D+Q case. Reviewed-by: Andre Noll <maan@systemlinux.org> Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'crypto/async_tx/Makefile')
-rw-r--r--crypto/async_tx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/async_tx/Makefile b/crypto/async_tx/Makefile
index 9a1a76811b80..d1e0e6f72bc1 100644
--- a/crypto/async_tx/Makefile
+++ b/crypto/async_tx/Makefile
@@ -4,3 +4,4 @@ obj-$(CONFIG_ASYNC_MEMSET) += async_memset.o
obj-$(CONFIG_ASYNC_XOR) += async_xor.o
obj-$(CONFIG_ASYNC_PQ) += async_pq.o
obj-$(CONFIG_ASYNC_RAID6_RECOV) += async_raid6_recov.o
+obj-$(CONFIG_ASYNC_RAID6_TEST) += raid6test.o