[PATCH] BNX2: Fix TSO problem with small MSS.
commit2503fa413e630097ec362ddaa57602a7e243f89f
authorMichael Chan <mchan@broadcom.com>
Tue, 8 May 2007 02:04:17 +0000 (7 19:04 -0700)
committerChris Wright <chrisw@sous-sol.org>
Wed, 23 May 2007 21:32:45 +0000 (23 14:32 -0700)
tree33deb61481d81f487e19f4bcacac23742758ca9f
parent5b03a1d28f2af5ebd10ad05d69985965f5217121
[PATCH] BNX2: Fix TSO problem with small MSS.

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 at the source and we still need to process it
as a TSO packet.

Thanks to Brian Ristuccia <bristuccia@starentnetworks.com> for
reporting the problem.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/net/bnx2.c