From: Varun Prakash <varun@chelsio.com>
To: Steve Wise <swise@opengridcomputing.com>
Cc: "davem@davemloft.net" <davem@davemloft.net>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
"target-devel@vger.kernel.org" <target-devel@vger.kernel.org>,
"nab@linux-iscsi.org" <nab@linux-iscsi.org>,
"gerlitz.or@gmail.com" <gerlitz.or@gmail.com>,
"james.bottomley@hansenpartnership.com"
<james.bottomley@hansenpartnership.com>,
Indranil Choudhury <indranil@chelsio.com>
Subject: Re: [net-next 3/6] cxgb4i,libcxgbi: add iSCSI DDP support
Date: Sat, 16 Jul 2016 21:24:06 +0530 [thread overview]
Message-ID: <20160716155405.GB1653@chelsio.com> (raw)
In-Reply-To: <099501d1dea3$04818e50$0d84aaf0$@opengridcomputing.com>
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@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.
>
> > 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(-)
> >
next prev parent reply other threads:[~2016-07-16 15:54 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 17:33 [net-next 0/6] common library for Chelsio drivers Varun Prakash
2016-07-08 17:33 ` [net-next 1/6] libcxgb: add library module " Varun Prakash
2016-07-15 14:02 ` Steve Wise
2016-07-15 14:02 ` Steve Wise
2016-07-08 17:33 ` [net-next 2/6] cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP support Varun Prakash
2016-07-15 14:05 ` Steve Wise
2016-07-15 14:05 ` Steve Wise
2016-07-16 15:44 ` Varun Prakash
2016-07-08 17:33 ` [net-next 3/6] cxgb4i,libcxgbi: add " Varun Prakash
2016-07-15 14:13 ` Steve Wise
2016-07-15 14:13 ` Steve Wise
2016-07-16 15:54 ` Varun Prakash [this message]
2016-07-08 17:33 ` [net-next 4/6] cxgb3i: " Varun Prakash
2016-07-15 14:14 ` Steve Wise
2016-07-15 14:14 ` Steve Wise
2016-07-08 17:33 ` [net-next 5/6] libcxgb: export ppm release and tagmask set api Varun Prakash
2016-07-15 14:15 ` Steve Wise
2016-07-15 14:15 ` Steve Wise
2016-07-08 17:33 ` [net-next 6/6] cxgb3i,cxgb4i: fix symbol not declared sparse warning Varun Prakash
2016-07-15 14:17 ` Steve Wise
2016-07-15 14:17 ` Steve Wise
2016-07-11 19:50 ` [net-next 0/6] common library for Chelsio drivers David Miller
2016-07-11 19:55 ` Steve Wise
2016-07-11 19:55 ` Steve Wise
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160716155405.GB1653@chelsio.com \
--to=varun@chelsio.com \
--cc=davem@davemloft.net \
--cc=gerlitz.or@gmail.com \
--cc=indranil@chelsio.com \
--cc=james.bottomley@hansenpartnership.com \
--cc=linux-scsi@vger.kernel.org \
--cc=nab@linux-iscsi.org \
--cc=netdev@vger.kernel.org \
--cc=swise@opengridcomputing.com \
--cc=target-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.