sfc: Set ip_summed correctly for page buffers passed to GRO
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 28 Oct 2009 10:43:49 +0000 (03:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 10:43:49 +0000 (03:43 -0700)
Page buffers containing packets with an incorrect checksum or using a
protocol not handled by hardware checksum offload were previously not
passed to LRO.  The conversion to GRO changed this, but did not set
the ip_summed value accordingly.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found