commit | a73b796ed85483a2b999d74d197f31f887ffa82d | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Dec 02 16:48:18 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 02 19:57:14 2009 -0800 |
tree | 8025110c29ebbefed6bfc0111527832122e29754 | |
parent | e95524a726904a1d2b91552f0577838f67d53c6c [diff] |
be2net: remove use of skb_dma_map/unmap Due to the fact that skb_dma_map/unmap do not work correctly when a HW IOMMU is enabled it has been recommended to go about removing the calls from the network device drivers. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> CC: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>