async_tx: raid6 recovery self test
authorDan Williams <dan.j.williams@intel.com>
Tue, 14 Jul 2009 19:20:37 +0000 (12:20 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 30 Aug 2009 02:09:28 +0000 (19:09 -0700)
commitcb3c82992f62f838e6476a0bff12909158007fc6
treed6ced15a81340b9b8343c369fea22940f31f06eb
parent58691d64c44ae41ddf098ecb31e9a994026e3cff
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>
crypto/async_tx/Makefile
crypto/async_tx/raid6test.c [new file with mode: 0644]
drivers/md/Kconfig