diff options
author | Ajit Khaparde <ajitk@serverengines.com> | 2009-09-04 05:12:29 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-07 10:56:41 +0200 |
commit | c190e3c8f6b22004b9cdc62ee5e7ba2fa5f74dc7 (patch) | |
tree | 3ad85f57a622f6410cf897676687aa30b73cfddb /drivers/net/wan/pci200syn.c | |
parent | be2net: Changes to support flashing of the be2 network adapter (diff) | |
download | linux-c190e3c8f6b22004b9cdc62ee5e7ba2fa5f74dc7.tar.xz linux-c190e3c8f6b22004b9cdc62ee5e7ba2fa5f74dc7.zip |
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 <ajitk@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/pci200syn.c')
0 files changed, 0 insertions, 0 deletions