e1000: remove use of skb_dma_map from e1000 driver

Remove the use of skb_dma_map from the e1000 driver in order to avoid
issues when HW iommu are in use.

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>
此提交包含在:
Alexander Duyck
2009-12-02 16:46:00 +00:00
提交者 David S. Miller
父節點 03b1320dfc
當前提交 602c0554d7
共有 2 個檔案被更改,包括 41 行新增16 行删除

查看文件

@@ -167,6 +167,7 @@ struct e1000_buffer {
unsigned long time_stamp;
u16 length;
u16 next_to_watch;
u16 mapped_as_page;
};
struct e1000_tx_ring {