From: Mike Christie <michaelc@cs.wisc.edu>
To: Hariprasad Shenai <hariprasad@chelsio.com>,
netdev@vger.kernel.org, linux-scsi@vger.kernel.org
Cc: davem@davemloft.net, JBottomley@odin.com,
martin.petersen@oracle.com, leedom@chelsio.com, kxie@chelsio.com,
manojmalviya@chelsio.com, nirranjan@chelsio.com
Subject: Re: [PATCHv2 net-next 0/3] cxgb4/cxgb4i: add iscsi LRO support for chelsio t4/t5 adapters
Date: Mon, 11 Jan 2016 14:41:09 -0600 [thread overview]
Message-ID: <56941365.6080905@cs.wisc.edu> (raw)
In-Reply-To: <1452158647-9714-1-git-send-email-hariprasad@chelsio.com>
On 01/07/2016 03:24 AM, Hariprasad Shenai wrote:
> Hi
>
> This patch series adds LRO iscsi support for chelsio T4/T5 adapters.
>
> This patch series has been created against net-next tree and includes
> patches on cxgb4 and cxgb4i driver.
>
> We have included all the maintainers of respective drivers. Kindly review
> the change and let us know in case of any review comments.
>
> Thanks
>
> V2:
> Missed a new header file cxgbi_lro.h in PATCH 2/3. Adding it.
> Based on failure reported by by kbuild test bot <lkp@intel.com>
>
> Hariprasad Shenai (3):
> cxgb4: Add LRO infrastructure for cxgb4i driver
> libcxgbi: add pdu parsing of LRO'ed skbs
> cxgb4i: add iscsi LRO for chelsio t4/t5 adapters
>
> drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 15 +-
> drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 40 ++-
> drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | 5 +
> drivers/net/ethernet/chelsio/cxgb4/sge.c | 10 +-
> drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 396 +++++++++++++++++++++-
> drivers/scsi/cxgbi/cxgbi_lro.h | 72 ++++
> drivers/scsi/cxgbi/libcxgbi.c | 415 +++++++++++++++++++-----
> drivers/scsi/cxgbi/libcxgbi.h | 4 +
> 8 files changed, 840 insertions(+), 117 deletions(-)
> create mode 100644 drivers/scsi/cxgbi/cxgbi_lro.h
>
For the iscsi/scsi parts:
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
prev parent reply other threads:[~2016-01-11 20:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-07 9:24 [PATCHv2 net-next 0/3] cxgb4/cxgb4i: add iscsi LRO support for chelsio t4/t5 adapters Hariprasad Shenai
2016-01-07 9:24 ` [PATCHv2 net-next 1/3] cxgb4: Add LRO infrastructure for cxgb4i driver Hariprasad Shenai
2016-01-09 2:53 ` David Miller
2016-01-07 9:24 ` [PATCHv2 net-next 2/3] libcxgbi: add pdu parsing of LRO'ed skbs Hariprasad Shenai
2016-01-07 9:24 ` [PATCHv2 net-next 3/3] cxgb4i: add iscsi LRO for chelsio t4/t5 adapters Hariprasad Shenai
2016-01-11 20:41 ` Mike Christie [this message]
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=56941365.6080905@cs.wisc.edu \
--to=michaelc@cs.wisc.edu \
--cc=JBottomley@odin.com \
--cc=davem@davemloft.net \
--cc=hariprasad@chelsio.com \
--cc=kxie@chelsio.com \
--cc=leedom@chelsio.com \
--cc=linux-scsi@vger.kernel.org \
--cc=manojmalviya@chelsio.com \
--cc=martin.petersen@oracle.com \
--cc=netdev@vger.kernel.org \
--cc=nirranjan@chelsio.com \
/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.