commit | 9c1bbbaf3eef357b15c0e94085d96f18c6f1bde6 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Wed Oct 28 02:50:44 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 28 02:50:44 2009 -0700 |
tree | 2d6639d768263ddf13ec486d416df69b481ad712 | |
parent | 5beefb4f7793e5bb4d3527ee6559f8281d7d2b76 [diff] |
sfc: Really allow RX checksum offload to be disabled We have never checked the efx_nic::rx_checksum_enabled flag everywhere we should, and since the switch to GRO we don't check it anywhere. It's simplest to check it in the one place where we initialise the per-packet checksummed flag. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>