]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCSI] fcoe: fcoe fc crc offload indication by skb->ip_summed
authorYi Zou <yi.zou@intel.com>
Fri, 27 Feb 2009 22:07:31 +0000 (14:07 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 13 Mar 2009 20:15:48 +0000 (15:15 -0500)
commit07c00ec449d4d94042063a6900d7d04fdc9f8e62
tree2aaf918675bbcaef8f1cc086fced688c4b776fd3
parente05620073625935290120be93a6214b1b52ae34f
[SCSI] fcoe: fcoe fc crc offload indication by skb->ip_summed

If LLD supports FCCRC offload, it should set ip_summed to be
CHECKSUM_UNNECESSARY so we don't have to do CRC check again.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/fcoe/libfcoe.c