From: Ben Hutchings Date: Thu, 29 Oct 2009 07:21:24 +0000 (+0000) Subject: sfc: Feed GRO result into RX allocation policy and interrupt moderation X-Git-Tag: v2.6.33-rc1~388^2~594 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e1d2beb6c2307d3cab7ecb44fd3d4382adcf6a;p=pandora-kernel.git sfc: Feed GRO result into RX allocation policy and interrupt moderation When GRO is successfully merging received packets, we should allocate raw page buffers rather than skbs that will be discarded by GRO. Otherwise, we should allocate skbs. GRO also benefits from higher interrupt moderation, so increase the score for mergeable RX packets. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed