Re: [TCP]: Fix TSO cwnd caching bug

2005-08-05 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Fri, 5 Aug 2005 10:57:41 +1000 > OK, here is the final version. It depends on the patch that David > posted earlier on in this thread. Please let me know if you need a > copy of that. > > [TCP]: Fix TSO cwnd caching bug Good

Re: [TCP]: Fix TSO cwnd caching bug

2005-08-04 Thread Andrew Morton
Herbert Xu <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 04, 2005 at 04:58:42PM -0700, Andrew Morton wrote: > > > > Thanks, Guillaume. Herbert, David is travelling and not able to do a lot > > of patchmonkeying. Could you please prepare and submit a final patch? > > OK, here is the final versi

[TCP]: Fix TSO cwnd caching bug

2005-08-04 Thread Herbert Xu
d earlier on in this thread. Please let me know if you need a copy of that. [TCP]: Fix TSO cwnd caching bug tcp_write_xmit caches the cwnd value indirectly in cwnd_quota. When tcp_transmit_skb reduces the cwnd because of tcp_enter_cwr, the cached value becomes invalid. This patch ensures that