From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next v3 0/6] common library for Chelsio drivers. Date: Mon, 25 Jul 2016 10:31:40 -0700 (PDT) Message-ID: <20160725.103140.102549831819762477.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, nab@linux-iscsi.org, gerlitz.or@gmail.com, swise@opengridcomputing.com, james.bottomley@hansenpartnership.com, indranil@chelsio.com, hariprasad@chelsio.com To: varun@chelsio.com Return-path: In-Reply-To: Sender: target-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Varun Prakash Date: Thu, 21 Jul 2016 22:57:13 +0530 > Hi, > > This patch series adds common library module(libcxgb.ko) > for Chelsio drivers to remove duplicate code. > > This series moves common iSCSI DDP Page Pod manager > code from cxgb4.ko to libcxgb.ko, earlier this code > was used by only cxgbit.ko now it is used by > three Chelsio iSCSI drivers cxgb3i, cxgb4i, cxgbit. > > In future this module will have common connection > management and hardware specific code that can > be shared by multiple Chelsio drivers(cxgb4, > csiostor, iw_cxgb4, cxgb4i, cxgbit). > > Please review. > > Thanks > > -v3 > - removed unused module init and exit functions. Series applied.