On Fri, Jul 15, 2016 at 07:43:10PM +0530, Steve Wise wrote:
quoted
Add iSCSI DDP support in cxgb4i driver
using common iSCSI DDP Page Pod Manager.
Signed-off-by: Varun Prakash <varun@chelsio.com>
---
drivers/scsi/cxgbi/Makefile | 2 +
drivers/scsi/cxgbi/cxgb3i/Kbuild | 1 +
drivers/scsi/cxgbi/cxgb3i/Kconfig | 1 +
Should the cxgb3i changes be in patch 4?
Both cxgb3i and cxgb4i depends on libcxgbi, this
patch adds DDP code in libcxgbi, to compile
cxgb3i Kconfig and Kbuild update is required in
this patch.
quoted
drivers/scsi/cxgbi/cxgb4i/Kbuild | 1 +
drivers/scsi/cxgbi/cxgb4i/Kconfig | 1 +
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 145 ++++++++++++++++
drivers/scsi/cxgbi/libcxgbi.c | 331
+++++++++++++++++++++++++++++++++++++
quoted
drivers/scsi/cxgbi/libcxgbi.h | 27 ++-
8 files changed, 507 insertions(+), 2 deletions(-)