diff options
author | Tom Herbert <tom@herbertland.com> | 2015-12-14 11:19:42 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-15 16:49:58 -0500 |
commit | 253aab0597d9e16014888639f801ff89df6949c3 (patch) | |
tree | cdb9cd4b467d2b2a03d347ab9c2c5193ac12a513 /drivers/net/ethernet/emulex | |
parent | 53692b1de419c1b59106909c7f6b4dd3dbc768ac (diff) |
fcoe: Use CHECKSUM_PARTIAL to indicate CRC offload
When setting up CRC offload set ip_summed to CHECKSUM_PARTIAL
instead of CHECKSUM_UNNECESSARY. This is consistent with the
definition of CHECKSUM_PARTIAL.
The only driver that seems to be advertising NETIF_F_FCOE_CRC is
ixgbe. AFICT the driver does not look at ip_summed for FCOE and
just assumes that CRC is being offloaded.
Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/emulex')
0 files changed, 0 insertions, 0 deletions