ioat3: disable cacheline-unaligned transfers for raid operations
authorDan Williams <dan.j.williams@intel.com>
Sat, 1 May 2010 22:22:56 +0000 (15:22 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sat, 1 May 2010 22:22:56 +0000 (15:22 -0700)
There are cases where cacheline-unaligned raid operations can hang the
dma channel.  Simply disable these operations by increasing the
alignment constraints published to async_tx.  The raid456 driver always
issues page aligned requests, so the only in-kernel user of the ioatdma
driver that is affected by this change is dmatest.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>

No differences found