From: Brice Goglin Date: Tue, 27 Mar 2007 19:54:53 +0000 (+0200) Subject: myri10ge: correctly detect when TSO should be used X-Git-Tag: v2.6.21-rc6~80^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=917690cd035b422b1ac933ac160d26016aa454ac;p=pandora-kernel.git myri10ge: correctly detect when TSO should be used Correctly detect when TSO should be used on transmit by looking at the skb->gso_size rather than seeing if the frame was larger than our MTU. The old method causes problems when a host with a large (jumbo) MTU is sending to a host with a small (standard) MTU. Signed-off-by: Brice Goglin Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed