diff options
author | kxie@chelsio.com <kxie@chelsio.com> | 2010-08-16 23:55:53 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-09-05 13:29:07 -0400 |
commit | 7b36b6e03b0d6cee0948593a6a11841a457695b9 (patch) | |
tree | 6f68fa74acde025eb0759ada09b89697d61c5f54 /drivers/scsi/Makefile | |
parent | 9ba682f01e2ffe47e6ea47fcc6cdfe39d7a71571 (diff) |
[SCSI] cxgb4i v5: iscsi driver
Added cxgb4i iSCSI driver.
This patch implements the cxgb4i iscsi connection acceleration for the
open-iscsi initiator.
The cxgb4i 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>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 2703c6ec5e36..cb31f8cf09d4 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -134,6 +134,7 @@ obj-$(CONFIG_SCSI_STEX) += stex.o | |||
134 | obj-$(CONFIG_SCSI_MVSAS) += mvsas/ | 134 | obj-$(CONFIG_SCSI_MVSAS) += mvsas/ |
135 | obj-$(CONFIG_PS3_ROM) += ps3rom.o | 135 | obj-$(CONFIG_PS3_ROM) += ps3rom.o |
136 | obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libiscsi.o libiscsi_tcp.o cxgb3i/ | 136 | obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libiscsi.o libiscsi_tcp.o cxgb3i/ |
137 | obj-$(CONFIG_SCSI_CXGB4_ISCSI) += libiscsi.o libiscsi_tcp.o cxgbi/ | ||
137 | obj-$(CONFIG_SCSI_BNX2_ISCSI) += libiscsi.o bnx2i/ | 138 | obj-$(CONFIG_SCSI_BNX2_ISCSI) += libiscsi.o bnx2i/ |
138 | obj-$(CONFIG_BE2ISCSI) += libiscsi.o be2iscsi/ | 139 | obj-$(CONFIG_BE2ISCSI) += libiscsi.o be2iscsi/ |
139 | obj-$(CONFIG_SCSI_PMCRAID) += pmcraid.o | 140 | obj-$(CONFIG_SCSI_PMCRAID) += pmcraid.o |