From: Herbert Xu Date: Thu, 29 Jan 2009 14:19:51 +0000 (+0000) Subject: gro: Do not merge paged packets into frag_list X-Git-Tag: v2.6.30-rc1~662^2~872 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81705ad1b2f926d2ef15ed95074a9c1fa9fb4dc4;p=pandora-kernel.git gro: Do not merge paged packets into frag_list gro: Do not merge paged packets into frag_list Bigger is not always better :) It was easy to continue to merged packets into frag_list after the page array is full. However, this turns out to be worse than LRO because frag_list is a much less efficient form of storage than the page array. So we're better off stopping the merge and starting a new entry with an empty page array. In future we can optimise this further by doing frag_list merging but making sure that we continue to fill in the page array. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed