[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1318571517.2533.80.camel@edumazet-laptop>
Date: Fri, 14 Oct 2011 07:51:57 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: roy.qing.li@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [Bug] skb truesize does not update properly in many place
Le vendredi 14 octobre 2011 à 07:48 +0200, Eric Dumazet a écrit :
> I am now focusing in the TCP pruning effect, that we can see with WIFI
> drivers (and also with drivers using a full PAGE to store a 1500 byte
> tcp frame), when a single packet loss is happening on a session with
> large RTT.
>
Here is what I am currently testing :
When one SKB has to be queued in out_of_order_queue,
possibly for a long time, try to reduce its truesize (by using
skb_copy_expand()) if skb->truesize is larger than
2*SKB_TRUESIZE(skb->len)
It seems to work very well, and should not happen in fast path.
Stay tuned
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists