On Fri, Jul 15, 2016 at 07:43:10PM +0530, Steve Wise wrote: > > Add iSCSI DDP support in cxgb4i driver > > using common iSCSI DDP Page Pod Manager. > > > > Signed-off-by: Varun Prakash <varun@xxxxxxxxxxx> > > --- > > 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. > > > 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 > +++++++++++++++++++++++++++++++++++++ > > drivers/scsi/cxgbi/libcxgbi.h | 27 ++- > > 8 files changed, 507 insertions(+), 2 deletions(-) > > -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html