From: Mike Christie Date: Tue, 2 Dec 2008 06:32:05 +0000 (-0600) Subject: [SCSI] libiscsi: prepare libiscsi for new offload engines by modifying unsol data... X-Git-Tag: v2.6.29-rc1~555^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577577da6d197ea3dcf3ee19c4f902fbd3a9390a;p=pandora-kernel.git [SCSI] libiscsi: prepare libiscsi for new offload engines by modifying unsol data code cxgb3i offloads data transfers. It does not offload the entire scsi/iscsi procssing like qla4xxx and it does not offload the iscsi sequence processing like how bnx2i does. cxgb3i relies on iscsi_tcp for the seqeunce handling so this changes how we transfer unsolicitied data by adding a common r2t struct and helpers. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed