From mboxrd@z Thu Jan 1 00:00:00 1970 From: Varun Prakash Subject: Re: [PATCH v3 13/13] cxgbit: add files for cxgbit.ko Date: Wed, 6 Jul 2016 22:47:08 +0530 Message-ID: <20160706171703.GA1685@chelsio.com> References: <62c9d9c1e609c39f714ef15c10ba62b1cbbddecd.1461088673.git.varun@chelsio.com> <1464072025.22249.87.camel@haakon3.risingtidesystems.com> <011401d1b6ac$917ea000$b47be000$@opengridcomputing.com> <1464238504.22249.168.camel@haakon3.risingtidesystems.com> <20160526185819.GA1672@chelsio.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: Sender: target-devel-owner@vger.kernel.org To: Or Gerlitz Cc: "Nicholas A. Bellinger" , Steve Wise , target-devel@vger.kernel.org, "linux-scsi@vger.kernel.org" , kxie@chelsio.com, indranil@chelsio.com List-Id: linux-scsi@vger.kernel.org On Wed, Jul 06, 2016 at 12:24:43AM +0300, Or Gerlitz wrote: > On Thu, May 26, 2016 at 9:58 PM, Varun Prakash wrote: > > > Hi Or, Nicholas and Steve > > Thank you for the feedback and apologies for the delay in my response. > > > I agree that we can refactor initiator, target and iwarp drivers to > > reduce code duplication as Steve has mentioned. We will work on this for > > 4.8 merge window. > > Nic, Varun, was anything done on this matter? we're on rc6 Yes, I am working on this, I will post first series within two days, it will add common library module libcxgb.ko. In first series libcxgb.ko will have common iSCSI DDP Page Pod Manager that will be shared by three Chelsio iSCSI drivers cxgb3i, cxgb4i, cxgbit. In subsequent series I will add common connection management and other hardware specific common code in this module.