commit | cbc8e55f6fdae27b667051b36040f66768ef79f2 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Sep 25 00:31:02 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Oct 19 04:30:25 2012 -0700 |
tree | b8bc5e6391da51786627aaa55d79fa384bb8b47a | |
parent | db2ee5bdf5c83320fa19f73a38204585f1518798 [diff] |
igb: Map entire page and sync half instead of mapping and unmapping half pages This change makes it so that we map the entire page and just sync half of it for the device at a time. The advantage to this approach is that we can avoid the locking on map/unmap seen in many IOMMU implementations. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>