From: Mike Christie Date: Tue, 2 Dec 2008 06:32:16 +0000 (-0600) Subject: [SCSI] libiscsi_tcp: support padding offload X-Git-Tag: v2.6.29-rc1~555^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df19a791bdd5d820cccd8c7a12679888ae62099;p=pandora-kernel.git [SCSI] libiscsi_tcp: support padding offload cxgb3i does not offload the processing of the header, but it will always process the padding. This patch adds a padding offload flag to detect when the LLD supports this. The patch also modifies the header processing so that we do not try to read/bypass the header dugest in the skb. cxgb3i will not include it with the header like with other offload cards. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed