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)
commit345056af41feeda506a8993474b9cbb2c66bc9fb
treea844b46bd557be6867d24244ee190daede9fca04
parentd0549382da9997834ce65e489d9dbdc4b4693a2b
sfc: Set ip_summed correctly for page buffers passed to GRO

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>
drivers/net/sfc/rx.c
This page took 0.030719 seconds and 5 git commands to generate.