Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-30 | [SCSI] cxgb3i: remove use of skb->sp | Karen Xie | |
The cxgb3i was using skb->sp pointer for some internal book-keeping which is not related to the secure path. Changed it to use skb->cb[] instead. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> | |||
2008-12-30 | [SCSI] cxgb3i: Add cxgb3i iSCSI driver. | Karen Xie | |
This patch implements the cxgb3i iscsi connection acceleration for the open-iscsi initiator. The cxgb3i driver offers the iscsi PDU based offload: - digest insertion and verification - payload direct-placement into host memory buffer. Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> |