mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 12:39:38 +07:00
7b36b6e03b
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>
4 lines
91 B
Makefile
4 lines
91 B
Makefile
EXTRA_CFLAGS += -I$(srctree)/drivers/net/cxgb4
|
|
|
|
obj-$(CONFIG_SCSI_CXGB4_ISCSI) += cxgb4i.o
|