commit | 511deae0261c839461948f2d4d1c13b8c8a59cd8 | [log] [tgz] |
---|---|---|
author | Dave Jiang <dave.jiang@intel.com> | Wed May 11 14:32:49 2016 -0700 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat May 14 13:36:52 2016 +0530 |
tree | df07879dfeb5b9e5401c1dc99d364a1b2af9b354 | |
parent | 3b2bc8a732a8dc2a7c4407aea64127229eb8fdd1 [diff] |
dmaengine: ioatdma: disable relaxed ordering for ioatdma ioatdma by default is in snoop mode. Relaxed ordering according to spec does not do anything in snoop mode. However, it causes hang or significant performance degrade when tested with NTB. Disabling in the driver due to some BIOS do not configure it correctly. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>