Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioatdma: Push pending transactions to hardware more frequently
Every 20 descriptors turns out to be to few append commands with newer/faster CPUs. Pushing every 4 still cuts down on MMIO writes to an acceptable level without letting the DMA engine run out of work. Signed-off-by: Chris Leech <[email protected]>
- Loading branch information