From: Ilpo Järvinen Date: Sat, 14 Mar 2009 22:45:16 +0000 (+0000) Subject: tcp: cache result of earlier divides when mss-aligning things X-Git-Tag: v2.6.30-rc1~662^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3a041c4e2c1685e668b280c121a5a40a029a03;p=pandora-kernel.git tcp: cache result of earlier divides when mss-aligning things The results is very unlikely change every so often so we hardly need to divide again after doing that once for a connection. Yet, if divide still becomes necessary we detect that and do the right thing and again settle for non-divide state. Takes the u16 space which was previously taken by the plain xmit_size_goal. This should take care part of the tso vs non-tso difference we found earlier. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed