ixgb: remove use of skb_dma_map from ixgb
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 2 Dec 2009 16:46:31 +0000 (16:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2009 03:57:11 +0000 (19:57 -0800)
skb_dma_map is incompatible with HW iommu due to the fact that multiple
mappings can result in different results each time.  For this reason it is
best to just remove use of these function calls.

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>

No differences found