From: Ajit Khaparde Date: Fri, 4 Sep 2009 03:12:29 +0000 (+0000) Subject: be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmap X-Git-Tag: v2.6.32-rc1~703^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c190e3c8f6b22004b9cdc62ee5e7ba2fa5f74dc7;p=pandora-kernel.git be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmap Code changes to - In the tx completion processing, there were instances of unmapping a memory as a page which was originally mapped as single. This patch takes care of this by using skb_dma_map()/skb_dma_unmap() to map/unmap Tx buffers. - set gso_max_size to 65535. This was not done till now. Signed-off-by: Ajit Khaparde Signed-off-by: David S. Miller --- Reading git-diff-tree failed