From: Alexander Duyck Date: Wed, 2 Dec 2009 16:45:31 +0000 (+0000) Subject: e1000e: remove use of skb_dma_map from e1000e driver X-Git-Tag: v2.6.33-rc1~388^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b1320dfceeb093890cdd7433e910dca6225ddb;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed