]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitadeaa9086399780688679f2a7de4243bdbf77295
treebdb28d1fed9753ce7fd744a95c668a7cc7775933
parent602c0554d7b00c9703e1a0bc584e9c583f577642
ixgb: remove use of skb_dma_map from ixgb

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>
drivers/net/ixgb/ixgb.h
drivers/net/ixgb/ixgb_main.c