From: Yi Zou Date: Fri, 27 Feb 2009 22:07:04 +0000 (-0800) Subject: [SCSI] fcoe, libfc: check offload features from LLD through netdev X-Git-Tag: v2.6.30-rc1~641^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1e9a9df5e1fde7ad8878c85b4a097cad0ddcea;p=pandora-kernel.git [SCSI] fcoe, libfc: check offload features from LLD through netdev This checks if net_devices supports FCoE offload ops in netdev_ops and it if it does, then sets up the corresponding flags in the associated fc_lport. For large send offload, the maximum length supported in one large send is now described by the added lso_max in fc_lport, which is setup initially from netdev->gso_max_size. Signed-off-by: Yi Zou Signed-off-by: James Bottomley --- Reading git-diff-tree failed