lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 11 Jan 2016 14:41:09 -0600
From:	Mike Christie <michaelc@...wisc.edu>
To:	Hariprasad Shenai <hariprasad@...lsio.com>, netdev@...r.kernel.org,
	linux-scsi@...r.kernel.org
CC:	davem@...emloft.net, JBottomley@...n.com,
	martin.petersen@...cle.com, leedom@...lsio.com, kxie@...lsio.com,
	manojmalviya@...lsio.com, nirranjan@...lsio.com
Subject: Re: [PATCHv2 net-next 0/3] cxgb4/cxgb4i: add iscsi LRO  support for
 chelsio t4/t5 adapters

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@...el.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@...wisc.edu>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ