commit | 18e1d2beb6c2307d3cab7ecb44fd3d4382adcf6a | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Oct 29 07:21:24 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 29 21:37:06 2009 -0700 |
tree | 4d1279868352923fdf7fcf27176896f4d96d7cb0 | |
parent | c7c4b3b6e976b95facbb723951bdcd554a3530a4 [diff] |
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 <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>