raid6test: add new corner case for ioatdma driver
authorDan Williams <dan.j.williams@intel.com>
Wed, 13 Nov 2013 19:22:26 +0000 (11:22 -0800)
committerDan Williams <dan.j.williams@intel.com>
Thu, 14 Nov 2013 19:04:42 +0000 (11:04 -0800)
commit09ec0f583f40bbecdf011b504dda9c1160fe0277
treedead73a4fa042acced25cc6e2f22ae941ce5e19d
parent59056e85d7dd337674c65d9dac65008cb46a98cd
raid6test: add new corner case for ioatdma driver

With 24 disks and an ioatdma instance with 16 source support there is a
corner case where the driver needs to be careful to account for the
number of implied sources in the continuation case.

Also bump the default case to test more than 16 sources now that it
triggers different paths in offload drivers.

Cc: Dave Jiang <dave.jiang@intel.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
crypto/async_tx/raid6test.c