Re: [RFC PATCH 08/10] be2net: remove use of skb_dma_map/unmap
From: Ajit Khaparde <hidden>
Date: 2009-11-27 08:58:07
From: Ajit Khaparde <hidden>
Date: 2009-11-27 08:58:07
On 24/11/09 17:20 -0800, Alexander Duyck wrote:
Due to the fact that skb_dma_map/unmap do not work correctly when a HW
IOMMU is enabled it has been recommended to go about removing the calls
from the network device drivers.
Signed-off-by: Alexander Duyck <redacted>
---
drivers/net/benet/be_main.c | 37 ++++++++++++++++++++++++++-----------
1 files changed, 26 insertions(+), 11 deletions(-)Thanks for the changes. They are good to go. Acked-by: Ajit Khaparde <redacted>