From: Alexander Duyck Date: Wed, 2 Dec 2009 16:46:56 +0000 (+0000) Subject: ixgbe: remove skb_dma_map/unmap calls from driver X-Git-Tag: v2.6.33-rc1~388^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a43549f7a58509a91b299a51337d386697b92c;p=pandora-kernel.git ixgbe: remove skb_dma_map/unmap calls from driver This patch removes skb_dma_map/unmap calls from the ixgbe driver due to the fact that the calls don't work with HW IOMMU enabled systems. The problem is that multiple mappings will give different results when HW IOMMU is enabled and the skb_dma_map/unmap calls only have one location to store mappings. Signed-off-by: Alexander Duyck Acked-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed