On 08/09/2012 03:37, Tatyana Nikolova wrote:
Fix for TSO low nic throughput with linux-3.5
skb_is_gso() is changed to bool and returns 1 instead of MSS.
The gso_size from skb_shared_info is now used to pass MSS to hardware.
here's the form of this function from net-next
static inline bool skb_is_gso(const struct sk_buff *skb)
{
return skb_shinfo(skb)->gso_size;
}
its bool indeed, but does return gso_size
(the patch is linux-next-pending)
I don't see it in net-next, through which exact tree are you merging it?
_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg