commit | a7d5ca40ff56e2cd4e30bbe91f2d0deab6bfc006 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Dec 02 16:47:37 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 02 19:57:13 2009 -0800 |
tree | fb3ab31e49cbcadc682ca7c7defd6286f251c2a9 | |
parent | 6366ad331f436388129dfc044db871de79604e4d [diff] |
igbvf: remove skb_dma_map/unmap call from drivers This patch removes the skb_dma_map/unmap calls from the igbvf driver due to the fact that it does not play well with HW IOMMU when combined with transmitting cloned skbs. 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>