commit | 03b1320dfceeb093890cdd7433e910dca6225ddb | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Dec 02 16:45:31 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 02 19:57:10 2009 -0800 |
tree | 1cdb866369e0f3f05c7933df72f63dfed552f5ba | |
parent | 614c12a1581687501f1b0fc721feff69b47abd92 [diff] |
e1000e: remove use of skb_dma_map from e1000e driver In testing we have found that skb_dma_map/unmap is incompatible with HW IOMMU due to the fact that multiple mappings will return different results. In order to correct this we need to remove skb_dma_map/unmap calls from the e1000e driver. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>