Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit adeaa908 authored by Alexander Duyck's avatar Alexander Duyck Committed by David S. Miller
Browse files

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: default avatarAlexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 602c0554
Branches
Tags v5.14-rc1
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment