commit | 9993e7d313e80bdc005d09c7def91903e0068f07 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jan 10 21:56:38 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:01:42 2008 -0800 |
tree | ed7c65b35fd3392948ab2f6b225f69225fdcbba8 | |
parent | e186932b3d26bd975022a1e254407e95dddceae7 [diff] |
[TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer(). Otherwise we beat heavily on the global tcp_memory atomics when all of the sockets in the system are slowly sending perioding packet clumps. Noticed and suggested by Eric Dumazet. Signed-off-by: David S. Miller <davem@davemloft.net>