From: David S. Miller Date: Tue, 5 Jul 2005 22:20:27 +0000 (-0700) Subject: [TCP]: Fix send-side cpu utiliziation regression. X-Git-Tag: v2.6.13-rc2~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e26f5ea0dbdd1e813c5571fb467022d8eb948a;p=pandora-kernel.git [TCP]: Fix send-side cpu utiliziation regression. Only put user data purely to pages when doing TSO. The extra page allocations cause two problems: 1) Add the overhead of the page allocations themselves. 2) Make us do small user copies when we get to the end of the TCP socket cache page. It is still beneficial to purely use pages for TSO, so we will do it for that case. Signed-off-by: David S. Miller --- Reading git-diff-tree failed