diff options
author | Matt Carlson <mcarlson@broadcom.com> | 2007-05-05 14:50:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-05-05 14:50:04 -0400 |
commit | c13e3713857d5ea572cd67f3d5749100b1963ad2 (patch) | |
tree | 99484a1ac84b083a58a60e9bcb3dcbeda44a6988 /sound | |
parent | 64a327a7029d3860ddf6a024816afa9e6673eb57 (diff) |
[TG3]: Fix TSO bugs.
1. Remove the check for skb->len greater than MTU when doing TSO.
When the destination has a smaller MSS than the source, a TSO packet
may be smaller than the MTU and we still need to process it as a TSO
packet.
2. On 5705A3 devices with TSO enabled, the DMA engine can hang due to a
hardware bug. This patch avoids the hanging condition by reducing the
DMA burst size.
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions